/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: Okto Digital
Author URI: https://www.oktodigital.com/
Description: Multi-Purpose WordPress Theme.
Version: 1.0
Updated: 2019-10-01 19:20:21

*/


/* woocommerce forms */

.woocommerce form label {
    font-weight: 700;
    color: #313746;
}

.woocommerce-checkout .woocommerce-billing-fields .optional,
.woocommerce-checkout .woocommerce-shipping-fields .optional,
.woocommerce-checkout .woocommerce-additional-fields .optional {
    display: none;
}

@media only screen and (min-width: 768px) {
    .woocommerce-order-received #reviewPage .woocommerce {
        margin-top: 68px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 80px 0;
}


/* woocommerce buttons */

.woocommerce .button {
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
}

.woocommerce .button:hover {
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
}


/* eshop grid layout fix */

@media (max-width: 599px) {
    #productsGrid .w-grid-item {
        padding: 15px !important;
    }
}


/* woocommerce msgs */

.woocommerce-info {
    background: #EBEFF2;
    color: #313746 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce-info strong {
    color: #313746 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce-error {
    background: #FFCCCE;
    color: #A70006 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce-error strong {
    color: #A70006 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce-message {
    background: #FFE8B8;
    color: #6D5E16 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce-message strong {
    color: #6D5E16 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}


/*eshop*/


/*successfull order page*/

#reviewPage .woocommerce .woocommerce-order-details table tfoot tr:last-child th,
#reviewPage .woocommerce .woocommerce-order-details table tfoot tr:last-child td {
    padding-bottom: 0 !important;
}

#reviewPage .woocommerce-order .order-msg-container {
    margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
    #reviewPage .woocommerce-order .order-msg-container {
        display: flex;
    }
}

#reviewPage .woocommerce-order .order-icon {
    font-size: 42px;
    color: #33AB4E;
    margin-bottom: 30px;
}

@media only screen and (min-width: 900px) {
    #reviewPage .woocommerce-order .order-icon {
        font-size: 70px;
        margin-bottom: 0;
        margin-right: 30px;
    }
}

#reviewPage .woocommerce-order .order-info .order-msg {
    margin-bottom: 50px;
}

#reviewPage .woocommerce-order .order-info .order-msg .success {
    color: #33AB4E;
}

#reviewPage .woocommerce-order .order-info .order-submsg {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #757C8D;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    #reviewPage .woocommerce-order .order-info .order-submsg {
        margin-bottom: 100px;
    }
}

#reviewPage .woocommerce-order .order-info .order-details-container>* {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    #reviewPage .woocommerce-order .order-info .order-details-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    #reviewPage .woocommerce-order .order-info .order-details-container>* {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

#reviewPage .woocommerce-order .order-info .order-details-container strong,
#reviewPage .woocommerce-order .order-info .order-message-container strong,
#reviewPage .woocommerce-order .order-info .order-pay-method>strong {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #reviewPage .woocommerce-order .order-info .order-details-container strong,
    #reviewPage .woocommerce-order .order-info .order-message-container strong,
    #reviewPage .woocommerce-order .order-info .order-pay-method>strong {
        margin-bottom: 30px;
    }
}

#reviewPage .woocommerce-order .order-info .order-details-container .info,
#reviewPage .woocommerce-order .order-info .order-message-container .info,
#reviewPage .woocommerce-order .order-info .order-pay-method {
    font-size: 16px;
    line-height: 28px;
    color: #757C8D;
}

#reviewPage .woocommerce-order .order-info .order-pay-method h2 {
    font-size: 21px;
}

#reviewPage .woocommerce-order .order-info .order-pay-method h3 {
    font-size: 18px;
}

#reviewPage .woocommerce-order .order-info .order-pay-method img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

#reviewPage .woocommerce-order a.return-to-homepage {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none !important;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    #reviewPage .woocommerce-order a.return-to-homepage {
        margin-top: 100px;
    }
}

#reviewPage table.order_details {
    background: none;
    border: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

#reviewPage table.order_details tbody td.woocommerce-table__product-qty>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#reviewPage table.order_details tbody tr:not(:first-child) {
    border-top: 1px solid #EBEFF2;
}

#reviewPage table.order_details tfoot tr:not(:first-child) {
    border-top: 1px solid #EBEFF2;
}

#reviewPage table.order_details tfoot tr:first-child {
    border-top: 2px solid #EBEFF2;
}

#reviewPage table.order_details tfoot tr:last-child th {
    vertical-align: bottom !important;
}

#reviewPage table.order_details tfoot tr:last-child .woocommerce-Price-amount {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    color: #D8232A;
    font-size: 28px;
    line-height: 42px;
}

@media only screen and (min-width: 768px) {
    #reviewPage table.order_details tfoot tr:last-child .woocommerce-Price-amount {
        font-size: 32px;
    }
}

#reviewPage table.order_details tfoot tr:not(:last-child) .woocommerce-Price-amount,
#reviewPage table.order_details tbody .woocommerce-Price-amount {
    font-weight: 700;
    color: #313746;
}

#reviewPage table.order_details td.product-name a {
    text-decoration: none !important;
    color: #757C8D !important;
}

#reviewPage .order-msg-container {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #reviewPage .order-msg-container {
        float: left;
        width: 62%;
    }
}

@media only screen and (min-width: 1024px) {
    #reviewPage .order-msg-container {
        float: left;
        width: 50%;
    }
}

#reviewPage .woocommerce-order-details {
    width: 100%;
    border: 2px solid #EBEFF2;
    padding: 15px;
}

@media only screen and (min-width: 767px) {
    #reviewPage .woocommerce-order-details {
        padding: 30px;
    }
}

@media only screen and (min-width: 900px) {
    #reviewPage .woocommerce-order-details {
        width: 50%;
        float: right;
    }
}

@media only screen and (min-width: 1170px) {
    #reviewPage .woocommerce-order-details {
        width: 33.333%;
        float: right;
    }
}

#reviewPage h4.woocommerce-order-details__title {
    margin-bottom: 10px;
}

.woocommerce-order-received #reviewPage .cartNavigation,
.woocommerce-order-received #reviewPage .w-separator.with_line,
.woocommerce-order-received #reviewPage .backLink,
.woocommerce-order-received #reviewPage .separateBlock {
    display: none;
}


/*review*/

#reviewPage .woocommerce-checkout #order_review h4 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    #reviewPage .woocommerce-checkout #order_review {
        margin: 0 !important;
    }
}

#reviewPage .woocommerce #payment .payment_methods li {
    margin-left: -1rem;
}

#reviewPage .woocommerce #payment .woocommerce-terms-and-conditions-wrapper,
#reviewPage .woocommerce #payment .woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 0;
}

#reviewPage .woocommerce #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 30px;
}

#reviewPage .custom-payment-container {
    padding: 15px;
    border: 2px solid #EBEFF2;
    margin-bottom: 30px;
}

#reviewPage .custom-review-container {
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid #EBEFF2;
}

@media only screen and (min-width: 767px) {
    #reviewPage .custom-payment-container {
        padding: 30px;
    }
    #reviewPage .custom-review-container {
        padding: 30px;
    }
}

#reviewPage button#place_order {
    font-size: 16px !important;
    line-height: 20px;
}

@media only screen and (min-width: 901px) {
    #reviewPage .woocommerce-checkout #order_review {
        width: calc(33% + 60px);
    }
}

#reviewPage .cartNavigation .wpb_text_column:nth-child(1) h4 {
    color: #33AB4E !important;
}

#reviewPage .woocommerce #order_review {
    background: none;
    padding: 0 !important;
    margin-bottom: 2rem;
}

#reviewPage .woocommerce #payment #place_order {
    margin-top: 50px;
}

@media only screen and (min-width: 901px) {
    #reviewPage .woocommerce #payment #place_order {
        float: right;
    }
}

#reviewPage .woocommerce table.woocommerce-checkout-review-order-table td.product-total {
    font-weight: 700;
    color: #313746;
}

#reviewPage .woocommerce table.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: 400 !important;
    color: #757C8D;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#reviewPage .woocommerce table tbody td.product-name {
    padding-right: 10px;
}

#reviewPage .woocommerce table tbody th,
#reviewPage .woocommerce table tbody td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#reviewPage .woocommerce table tfoot tr.order-total th {
    vertical-align: bottom !important;
}

#reviewPage .woocommerce table tfoot tr:not(.cart-subtotal) th,
#reviewPage .woocommerce table tfoot tr:not(.cart-subtotal) td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#reviewPage .woocommerce table tfoot tr.cart-subtotal th,
#reviewPage .woocommerce table tfoot tr.cart-subtotal td {
    padding-top: 20px !important;
}

#reviewPage .woocommerce table tr.order-total {
    border-top: 1px solid #EBEFF2;
}

#reviewPage .woocommerce #order_review table tfoot tr:last-child th,
#reviewPage .woocommerce #order_review table tfoot tr:last-child td {
    padding-bottom: 0 !important;
}

#reviewPage .woocommerce table tr.cart_item:last-child td,
#reviewPage .woocommerce table tr.cart_item:last-child th {
    border-bottom: 2px solid #EBEFF2;
}

#reviewPage .woocommerce table tfoot th,
#reviewPage .woocommerce table tfoot td {
    color: #313746;
}

#reviewPage .woocommerce table tfoot th {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

#reviewPage .woocommerce table tfoot tr.order-total .woocommerce-Price-amount {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    color: #D8232A;
    font-size: 28px;
    line-height: 42px;
}

@media only screen and (min-width: 768px) {
    #reviewPage .woocommerce table tfoot tr.order-total .woocommerce-Price-amount {
        font-size: 32px;
    }
}

#reviewPage #payment label {
    font-weight: 400 !important;
}

#reviewPage .woocommerce #payment ul.wc_payment_methods li>input:checked+label {
    color: #757C8D !important;
}

.woocommerce #payment ul.wc_payment_methods li>input:checked+label:before {
    color: #33AB4E !important;
}

#reviewPage .woocommerce .woocommerce-billing-fields h2 {
    margin-bottom: 30px;
}


/*cart*/

#cartPage a.wc-backward,
#reviewPage a.pay {
    text-decoration: none !important;
}

.cartNavigation>* {
    margin-right: 30px !important;
}

.cartNavigation .wpb_text_column {
    margin-bottom: 30px !important;
}

#cartPage .cartNavigation .wpb_text_column:nth-child(2) h4 {
    color: #ACB9C4 !important;
}

@media screen and (max-width: 480px) {
    .woocommerce .cart_totals {
        text-align: inherit !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#cartPage .woocommerce .cart_totals {
    background: none;
    padding: 0 !important;
    margin-bottom: 2rem;
}

#cartPage .woocommerce .cart_totals .container {
    background: none;
    border: 2px solid #EBEFF2;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    #cartPage .woocommerce .cart_totals .container {
        padding: 30px;
    }
}

#cartPage .woocommerce .cart_totals table tr.order-total {
    border-top: 1px solid #EBEFF2;
}

#cartPage .woocommerce .cart_totals table tr.cart-subtotal .woocommerce-Price-amount,
#cartPage .woocommerce .cart_totals table tr.cart-discount .woocommerce-Price-amount {
    color: #313746;
    font-weight: 700;
    font-size: 16px !important;
}

#cartPage .woocommerce .cart_totals table h3 .woocommerce-Price-amount {
    color: #D8232A;
}

#cartPage .woocommerce .cart_totals table .cart-discount th {
    font-size: 14px;
    color: #313746;
    font-weight: 700;
    padding: 20px 10px 20px 0 !important;
    text-transform: uppercase;
}

#cartPage .woocommerce .cart_totals table .cart-discount td {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 700;
}

#cartPage a.woocommerce-remove-coupon,
#reviewPage a.woocommerce-remove-coupon {
    font-size: 0;
    text-decoration: none !important;
}

#cartPage a.woocommerce-remove-coupon:after,
#reviewPage a.woocommerce-remove-coupon:after {
    content: '×';
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 5px 5px;
}

#cartPage .woocommerce .cart_totals table .cart-subtotal th,
#cartPage .woocommerce .cart_totals table .order-total th {
    font-size: 14px;
    color: #313746;
    font-weight: 700;
    padding: 20px 10px 20px 0 !important;
    text-transform: uppercase;
    vertical-align: bottom;
}

#cartPage .wc-proceed-to-checkout {
    display: inline-block;
    margin-top: 50px;
}


/* hide btn to update cart on change product count in cart */

@media only screen and (min-width: 481px) {
    button[name='update_cart'] {
        display: none !important;
    }
}

h4.wc_cart_totals_heading {
    text-align: left !important;
}

#cartPage .cartItemsWrap .cartHeading {
    margin-bottom: 50px;
}

#cartPage .woocommerce .cartItemsWrap .shop_table.cart td.product-quantity {
    line-height: 2.8rem;
}

#cartPage .cartItemsWrap table.shop_table th {
    color: #757C8D;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700 !important;
    text-transform: uppercase;
    opacity: 1 !important;
    border-bottom: 2px solid #D8232A;
    padding: 0 10px 10px 10px;
}

@media only screen and (min-width: 1024px) {
    #cartPage .cartItemsWrap table.shop_table th {
        text-align: left;
    }
}

#cartPage .woocommerce-cart-form {
    margin-bottom: 40px;
}

#cartPage .woocommerce-cart-form thead th:first-child,
#cartPage .woocommerce-cart-form tbody tr td:first-child {
    padding-left: 0 !important;
}

@media only screen and (min-width: 1024px) {
    #cartPage .woocommerce-cart-form tbody tr td {
        text-align: left;
    }
}

#cartPage .cartItemsWrap .woocommerce-cart-form table.shop_table td.product-thumbnail,
#cartPage .cartItemsWrap table.shop_table th.product-thumbnail {
    display: none;
}

#cartPage .cartItemsWrap table.shop_table td.product-name a {
    text-decoration: none !important;
    color: #313746 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

#cartPage .cartItemsWrap table.shop_table td.product-subtotal {
    color: #313746 !important;
}

#cartPage .cartItemsWrap table.shop_table td.product-remove a {
    opacity: 1;
}

@media only screen and (min-width: 600px) {
    #cartPage .cartItemsWrap table.shop_table th.product-subtotal,
    #cartPage .cartItemsWrap table.shop_table td.product-subtotal {
        padding-right: 10px;
    }
    #cartPage .cartItemsWrap table.shop_table td.product-remove {
        text-align: center;
    }
}

#cartPage .woocommerce .cartItemsWrap {
    float: left;
    width: 62%;
    margin-bottom: 2.5rem!important;
}

#cartPage .woocommerce .cart-collaterals h4 {
    margin-bottom: 10px;
}

#cartPage .woocommerce .cart-collaterals {
    width: 33.333%;
    float: right;
}

@media (max-width: 1024px) {
    #cartPage .woocommerce .cartItemsWrap {
        float: none;
        margin-bottom: 0!important;
        width: 100%;
    }
    #cartPage .woocommerce .cart-collaterals {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #cartPage .woocommerce .cart-collaterals {
        float: none!important;
        width: 100%!important;
    }
}

#cartPage .woocommerce .cart_totals table tr:last-child td,
#cartPage .woocommerce .cart_totals table tr:last-child th {
    padding-bottom: 0 !important;
}

@media only screen and (min-width: 600px) {
    .header_hor .l-subheader-cell>.w-cart {
        margin-left: 10px !important;
    }
}

.header_hor .l-subheader-cell>.w-cart {
    border: 2px solid #fff;
}

.w-cart:not(.height_full),
.w-cart-icon {
    line-height: 37.78px;
}

.w-cart-link {
    width: 50px;
}

#cartPage a.remove {
    font-size: 16px;
    line-height: 16px;
    color: #ACB9C4;
}


/*cart badge */

.w-cart-quantity {
    left: 20%;
    bottom: -10px;
    right: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}


/* product grid layout */

.productImgWrap {
    min-height: 270px;
}

#productsGrid article .w-grid-item-h {
    border: 2px solid #EBEFF2;
    transition: all .3s ease;
}

#productsGrid article:hover .w-grid-item-h {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

#productsGrid article img {
    max-width: 140px;
}

#productsGrid article .productImgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ebeff2;
    margin-bottom: 0;
}

#productsGrid .productTitle a {
    text-decoration: none !important;
}

#productsGrid .productTitle a:hover {
    color: #313746 !important;
    text-decoration: underline !important;
}

#productsGrid .w-grid-list {
    margin: -15px !important;
}

#productsGrid .post_taxonomy {
    position: absolute;
    bottom: 20px;
    left: 30px;
}


/* product photos & gallery */

.woocommerce-product-gallery ol {
    padding-top: 5px;
}

@media only screen and (min-width: 481px) {
    .woocommerce-product-gallery ol {
        margin: 0 -5px;
    }
}

.woocommerce-product-gallery li {
    border: 5px solid #ffffff;
}

.woocommerce-product-gallery li img {
    border: none !important;
    width: 100%;
}

.woocommerce-product-gallery li:hover img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.25;
}

.woocommerce-product-gallery li img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.woocommerce-product-gallery li {
    background: #D8232A;
    position: relative;
}

.productGridWrap .product_field.price {
    font-family: Arial, Helvetica, sans-serif;
}

.product_field.price {
    font-size: 32px;
    line-height: 43px;
    color: #313746;
    font-family: urw-din, sans-serif;
    font-weight: 700;
}

.woocommerce .stock {
    color: #33AB4E;
    font-weight: 400;
}

.woocommerce .stock.out-of-stock {
    color: #D8232A;
}

.woocommerce .stock .far {
    margin-right: 12px;
}

.woocommerce .button.single_add_to_cart_button {
    min-height: 60px;
    border-radius: 3px !important;
}

.woocommerce .shop_table .quantity input.qty {
    height: 40px;
    line-height: 40px;
}

.woocommerce .quantity input.qty {
    height: 60px;
    line-height: 60px;
    padding-right: 0;
}

.woocommerce .button.single_add_to_cart_button::after {
    font-family: "fontawesome";
    content: "\f291";
    color: #ffffff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .addToCartBtn {
        text-align: right;
    }
    .warningMsg {
        text-align: right;
    }
}

.warningMsg {
    color: #D8232A;
}

.addToCartBtn .stock {
    display: none;
}

.addToCartBtn .verifyEmailInput {
    margin-bottom: 25px;
}

.addToCartBtn .woocommerce-notices-wrapper,
.addToCartBtn .verifyEmailInput {
    text-align: left;
}

.addToCartBtn label {
    font-weight: 700;
    color: #313746;
}

.bookInfoTable {
    border: 2px solid #EBEFF2;
    font-size: 14px;
}

.bookInfoTable tr {
    height: 40px !important;
}

.bookInfoTable td.column-2 {
    text-align: right;
}

.bookInfoTable td {
    padding: 10px 16px;
}

#defaultLayout .defaultImg {
    display: flex;
    justify-content: center;
}

.productBadge {
    color: #6D5E16;
    background: #FFD580;
    padding: 6px 20px;
    font-weight: 700;
    display: inline-block;
}


/* end-of-eshop*/

.navBtn {
    border-radius: 3px !important;
    transition: all 0.3s ease;
}

.navBtn .w-btn-label {
    transition: all 0.3s ease;
}

.navBtn:hover {
    border-color: #FFD580 !important;
}

.navBtn:hover .w-btn-label {
    color: #FFD580 !important;
}

.languagePicker {
    line-height: 38px !important;
    height: 40px !important;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-left: 10px !important;
}

.languagePicker:hover {
    border-color: #FFD580;
}

nav.languagePicker li.lang-item {
    border-bottom: 1px solid #DDE2E6;
}

.w-nav.type_desktop .w-nav-list.level_2 {
    min-width: 76px;
    border-radius: 3px;
}


/*drop-down menu*/

a.w-nav-anchor.level_1:hover .w-nav-title {
    color: #FFD580;
}

nav.ush_menu_1 ul.w-nav-list.level_2 {
    padding: 40px;
    border-radius: 3px;
}


/* GENERAL*/

@media only screen and (min-width:575px) and (max-width: 1022px) {
    .columnOne,
    .columnTwo {
        width: 50% !important;
    }
    .columnOne {
        float: left;
    }
    .columnTwo {
        float: right;
    }
}

@media only screen and (max-width: 1022px) {
    .hidenToLg {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hideOnMobile {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .showOnMobile,
    nav.w-nav.ush_menu_1 .pll-parent-menu-item.menu-item.level_1 {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .showOnMobile,
    nav.w-nav.ush_menu_1 .pll-parent-menu-item.menu-item.level_1 {
        display: none !important;
    }
}

@media only screen and (max-width: 1022px) {
    .showToTab {
        display: block !important;
    }
}

@media only screen and (min-width: 1023px) {
    .showToTab {
        display: none !important;
    }
}

.no-wrap {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .hideOnMobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .textAlignCenterMobile {
        text-align: center !important;
    }
}

@media only screen and (min-width: 1024px) {
    .textAlignRightTablet {
        text-align: right !important;
    }
}

@media only screen and (max-width: 767px) {
    .w-btn-wrapper.align_right {
        float: left !important;
        margin-left: 0 !important;
    }
}


/* CUSTOM TYPOGRAPHY */

p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    p {
        margin-bottom: 30px;
    }
}

h1 {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    h1 {
        line-height: 48px !important;
    }
}

h2,
h3,
h4,
h5,
h6 {
    font-family: urw-din, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

h1[style],
h2[style],
h3[style],
h4[style],
h5[style],
h6[style] {
    font-family: urw-din, sans-serif !important;
    font-style: normal !important;
    padding: 0 !important;
}

.mediumText {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #313746;
}

.smallText {
    font-size: 14px;
    line-height: 24px;
}

nav {
    font-family: urw-din, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

strong {
    font-weight: 700;
    color: #313746;
}

.dangerText,
.errorText {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.dangerText {
    color: #6D5E16;
}

.errorText {
    color: #A70006;
}

blockquote {
    color: #313746 !important;
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 34px;
    padding: 0 0 0 30px !important;
    margin-top: 47px;
    z-index: 1;
}

blockquote::before {
    content: url('assets/img/quote.svg') !important;
    margin-top: -47px;
    z-index: -1;
}


/*BUTTONS*/


/*located in Impreza -> Theme options -> Custom Code */


/* LISTS */

.unorderList ul,
.layoutContent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.unorderList ul li,
.layoutContent ul li {
    margin-bottom: 10px;
    padding-left: 30px;
}

.unorderList ul li::before,
.layoutContent ul li::before {
    content: url('assets/img/uln.svg') !important;
    margin-left: -30px;
    margin-right: 20px;
    margin-top: -2px;
}

.orderList ol,
.layoutContent ol {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.orderList ol li,
.layoutContent ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    padding-left: 30px;
}

.orderList ol li::before,
.layoutContent ol li::before {
    content: counter(step-counter);
    margin-right: 20px;
    margin-left: -30px;
    color: #D8232A;
    font-weight: 700;
}

.alignLeft {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .unorderList ul,
    .orderList ol {
        margin-bottom: 50px;
    }
}


/* LINKS */

main a:hover {
    text-decoration: none !important;
    color: #A70006;
}

main section:not(#novinky):not(.blog) a:not(.post_navigation-next):not(.post_navigation-prev):not(.w-btn):not(.w-socials-item-link):not(.page-numbers):not(.w-iconbox-link):not(.wc-forward),
footer a:not(.w-socials-item-link):not(.page-numbers) {
    text-decoration: underline;
}

.w-btn.us-btn-style_6,
.w-btn.us-btn-style_5 {
    text-decoration: underline;
}

.underlineLink a {
    text-decoration: underline;
}

.breadcrumbs li.g-breadcrumbs-item:first-child::before {
    font-family: "fontawesome";
    content: "\f015";
    color: rgba(255, 255, 255, .75);
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none !important;
}

.breadcrumbs li.g-breadcrumbs-item:last-child a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none !important;
}

.g-breadcrumbs-separator {
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.75);
}


/* FOOTER */

#footerTop a:hover,
#footerBottom a:hover {
    text-decoration: none;
}

#footerTop .showMore:hover::after {
    color: #FFD580 !important;
}

#footerTop .footerLinks a {
    line-height: 30px !important;
}

#footerBottom {
    font-size: 14px !important;
}


/*  HEADER */

.homepageTopNews .w-grid .usg_post_image_1 {
    width: 60px !important;
}

.homepageTopNews .w-grid .usg_post_image_1 {
    margin-right: 20px !important;
}

.homepageTopNews .w-grid .usg_post_title_1 {
    margin-bottom: 8px !important;
}

.homepageTopNews .w-grid .usg_post_title_1 a {
    color: #fff !important;
}

.homepageTopNews .w-grid .post_taxonomy a {
    font-size: 11px;
}

.homepageTopNews .w-grid .post_date {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.post_taxonomy {
    margin-right: 10px !important;
}

.w-nav .w-nav-list .current-page-ancestor {
    color: #FFD580;
}


/*TABLE*/

td {
    padding: 20px 10px;
}

th {
    padding: 17px 10px;
}

.tablepress thead th {
    font-size: 14px;
    border-bottom: 2px solid #D8232A;
}

.tablepress tr {
    height: 50px;
}

.tablepress td {
    border-color: #EBEFF2;
}

.genericTable .column-4 {
    text-align: right;
}

.genericTable.lastDataBold tbody td:last-child {
    font-weight: 700;
    color: #D8232A;
}

@media only screen and (min-width: 624px) {
    .docsForDownloadTable .column-1 {
        min-width: 105px;
    }
    .tabNormy .column-1 {
        min-width: 110px;
    }
}

.docsForDownloadTable .column-1 a,
.docsForDownloadTable .column-1 a strong {
    color: #D8232A;
}

.docsForDownloadTable .column-1 a:hover,
.docsForDownloadTable .column-1 a:hover strong {
    color: #A70006;
}

.docsForDownloadTable .column-3 a {
    color: #757C8D;
    text-decoration: none !important;
}

.docsForDownloadTable td.column-3 a::after {
    font-family: "fontawesome";
    content: "\f0e0";
    color: #D8232A !important;
    margin-left: 10px;
    font-size: 14px;
}

.docsForDownloadTable .column-3,
.docsForDownloadTable .column-2 {
    font-size: 14px;
}

.docsForDownloadTable .column-2 strong {
    font-size: 16px !important;
}


/* MENU CARDS*/

.menuCard {
    justify-content: space-between;
    transition-duration: 0.3s;
    min-height: 130px;
}

#menuCardContainer h4.w-iconbox-title {
    padding-bottom: 0;
}

#menuCardContainer a.w-iconbox-link:hover h4.w-iconbox-title {
    color: #313746 !important;
}

@media only screen and (min-width: 1182px) {
    .menuCardShort h4.w-iconbox-title {
        padding-right: 60px !important;
    }
}

.menuCard a {
    text-decoration: none !important;
}

.menuCard:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

.menuCard:hover i {
    color: #D8232A !important;
}


/* GALLERY & IMG */

.wp-caption-text {
    text-align: center;
}

.w-gallery.with_indents .w-gallery-item {
    padding: 15px;
}

.w-gallery.with_indents .w-gallery-list {
    margin: -15px;
}

a.w-gallery-item:hover .w-gallery-item-img img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.25;
}

a.w-gallery-item:hover .w-gallery-item-img::after {
    opacity: 1;
}

a.w-gallery-item .w-gallery-item-img img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.w-gallery-item-img {
    background: #D8232A;
}

.w-gallery-item-img::after {
    color: white;
    font-size: 16px;
    font-family: "fontawesome";
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/*HOMEPAGE*/

#titleBar .homepageTopNews .post_title a:hover {
    text-decoration: none !important;
    color: #FFD580 !important;
}

#titleBar .showMoreDown a:hover {
    text-decoration: none !important;
    color: #FFD580 !important;
}

#titleBar .showMoreDown:hover::after {
    text-decoration: none !important;
    color: #FFD580 !important;
}

@media only screen and (min-width:575px) and (max-width: 1022px) {
    .homepageTopNews {
        width: 70% !important;
    }
    .homepageTopMoreNews {
        width: 30% !important;
    }
}

.w-iconbox.iconpos_top {
    margin: 0;
}

@media only screen and (max-width:574px) {
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container {
        margin: 1.5rem 1.5rem 0 1.5rem;
        width: 100%;
    }
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container .vc_column-inner:first-child {
        padding: 25px;
    }
}

@media only screen and (min-width:575px) and (max-width: 1023px) {
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container {
        margin-top: 40px;
    }
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container .vc_column-inner {
        padding: 20px 20px 30px 90px;
        position: relative;
    }
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container .vc_column-inner .rowNoMargin .vc_column-inner {
        padding: 0;
    }
    section.homepageRowBlock .w-iconbox {
        position: absolute;
        left: 30px;
        top: 40px;
    }
    section.homepageRowBlock .homepageCard {
        min-height: 226px;
    }
    section.homepageRowBlock .g-cols.type_default {
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .homepageRowBlock .g-cols.type_default {
        margin: 0 !important;
    }
    .columnRightMargin .vc_column-inner {
        margin-right: 20px;
    }
    .columnBothMargin .vc_column-inner {
        margin-right: 10px;
        margin-left: 10px;
    }
    .columnLeftMargin .vc_column-inner {
        margin-left: 20px;
    }
    .rowNoMargin .vc_column-inner {
        margin: 0 !important;
        padding: 0 !important;
    }
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container {
        margin-top: -150px !important;
    }
    section.homepageRowBlock .vc_col-sm-4.wpb_column.vc_column_container .vc_column-inner {
        padding: 50px;
    }
}

.homepageCard h3 {
    padding-top: 8px !important;
    padding-bottom: 18px !important;
}

.rowInlineItems .wpb_wrapper {
    display: flex;
    align-items: center;
}

.rowInlineItems .w-btn-wrapper {
    margin-right: 30px !important;
}

@media only screen and (min-width: 1182px) {
    .homepageCard h3 {
        padding-right: 20px !important;
        /*media query*/
    }
}


/*
.us_grid_3 .us_animate_, .single-product .w-grid .us_animate_ {
    opacity: 1;
} */


/* new logo carousel gallery homepage */

.logoCarousel .owl-carousel .owl-item img {
    width: auto !important;
    opacity: .75;
    transition: all .3s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logoCarousel .owl-carousel .owl-item img:hover {
    opacity: 1;
}


/* end */


/*gallery brands - delete?*/

#brandsGallery .w-gallery.with_indents .w-gallery-item {
    padding-left: 23px;
    padding-right: 23px;
}

#members a:hover {
    text-decoration: none !important;
}

#members .showMore:hover::after {
    color: #FFD580;
}

#members .w-gallery-item {
    margin-bottom: 20px;
}

#members .w-gallery-item-img {
    background: none !important;
}

#members .w-gallery-item img {
    opacity: .75;
    transition: all .3s ease;
}

#members .w-gallery-item img:hover {
    opacity: 1;
}

#members .w-gallery[class*="cols_"] img {
    width: auto !important;
}

#members .vc_column-inner {
    padding: 0;
}

#members .g-cols.type_default {
    margin: 0 !important;
}

.brandsGallerySmallBig {
    display: block;
}

.brandsGalleryMedium {
    display: none;
}

@media only screen and (min-width: 481px) and (max-width: 900px) {
    .brandsGallerySmallBig {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .brandsGalleryMedium {
        display: block !important;
    }
}

@media only screen and (min-width: 481px) {
    #members .w-gallery-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* end of gallery brands - delete? */


/*image*/

.home .l-main .w-image.align_left {
    margin-right: 0;
}


/* grid post block*/

.gridPostBlock {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.gridPostBlock:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

.gridPostBlock:hover .blockPostTitle a {
    text-decoration: underline;
}


/*SIDEBAR*/


/* .sidebar h4{
	padding-left: 10px;
}

.sidebar a{
	padding: 6px 0 6px 10px;
	display: block;
}

.sidebar a.activeLinkSidebar{
	color: #6D5E16;
	background: #FFE8B8;
	width: 100%;
	border-radius: 3px;
	text-decoration: none !important;
}

.sidebar a.activeLinkSidebar:hover{
	color: #6D5E16;
} */

.sidebar h4 {
    padding-left: 10px;
}

.l-main .sidebar .sidebarMenu .widget_nav_menu ul.menu {
    border: none !important;
}

.l-main .sidebar .sidebarMenu .widget_nav_menu .menu-item a {
    padding: 6px 10px 6px 10px;
    display: block;
    color: #D8232A;
    background: none;
    border: none !important;
}

.l-main .sidebar .sidebarMenu .widget_nav_menu .menu-item a:hover {
    color: #D8232A;
    background: none;
    border: none !important;
}

.l-main .sidebar .sidebarMenu .widget_nav_menu .menu-item.current-menu-item>a {
    color: #6D5E16;
    background: #FFE8B8;
    width: 100%;
    border-radius: 3px;
    text-decoration: none !important;
}

.l-main .sidebar .sidebarMenu .widget_nav_menu .menu-item.current-menu-item>a:hover {
    color: #6D5E16;
}


/*KONTAKT*/

.gm-style .gm-style-iw {
    line-height: 22px;
}


/*BLOG*/

.nav-links {
    justify-content: center;
}

ul.listStyleNone {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.listStyleNone li {
    display: inline-block;
}

ul.orderList {
    font-size: 14px;
}

ul.orderList li:not(.currentFilterClass) a {
    cursor: pointer;
}

ul.orderList li.helpText {
    margin-right: 10px;
}

ul.orderList li a {
    padding: 0 10px;
}

ul.orderList li.currentFilterClass a,
ul.changeLayout li.current a {
    color: #313746;
    font-weight: 700;
    text-decoration: none;
}

ul.changeLayout {
    float: right;
    margin-right: -8px;
}

ul.changeLayout a {
    font-size: 16px;
    color: #ACB9C4;
    padding: 0 8px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .sortColumn {
        width: 70% !important;
    }
    .layoutColumn {
        width: 30% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .sortColumn {
        width: 75% !important;
    }
    .layoutColumn {
        width: 25% !important;
    }
}

.layoutColumn .vc_column-inner {
    padding-left: 0 !important;
}


/*BLOG POST*/

.single-post .post_content .l-section {
    padding-left: 0;
    padding-right: 0;
}

.displayInlineBlock {
    display: inline-block !important;
    margin: 0 10px 10px 0;
}


/*BLOG ROWS*/

.customBlogRowsGrid .w-grid-list article {
    transition-duration: 0.3s;
}

.customBlogRowsGrid#us_grid_1 .usg_post_image_3 {
    margin-right: 30px;
}

.customBlogRowsGrid .w-grid-list article:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

.customBlogRowsGrid .w-grid-list article:hover h4 a {
    text-decoration: underline;
}


/* AWESOME PAGINATION */

.awesomePaginationContainer {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    color: #ACB9C4;
}

.awesomePaginationContainer i {
    font-size: 16px;
}

.awesomePaginationList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.awesomePaginationList .page-numbers {
    margin: 0 5px;
    font-size: 14px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition-duration: .3s;
    font-weight: 700;
    margin-bottom: 20px;
}

.awesomePaginationList .page-numbers:not(.dots) {
    line-height: 38px;
    /*border*/
    border: 2px solid #DDE2E6;
    border-radius: 3px;
    color: #313746;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #313746 !important;
}

.awesomePaginationList .page-numbers:not(.dots):not(.disabled):hover {
    border-color: #D8232A;
    color: #D8232A !important;
    background: #fff !important;
}

.awesomePaginationList .pagination> :not(.custom) .dots {
    line-height: 1.7rem !important;
}

.with_pagination.awesomePaginationList .page-numbers.current {
    background: #FFE8B8 !important;
    color: #6D5E16 !important;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
}

.awesomePaginationList .current {
    color: #6e5f17;
}

.pagination.navigation {
    margin: 4rem auto 0;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.awesomePaginationList .page-numbers.disabled {
    cursor: default !important;
    color: #ACB9C4 !important;
}


/* Categories Widget */

ul.children {
    margin-left: 20px !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1022px) {
    .catsWidget {
        display: inline-flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1023px) {
    .catsWrap.children {
        margin-left: 20px;
    }
}

ul.catsWidget {
    margin: 0 !important;
}

.sidebar .catsWidget .catsWrap {
    padding: 6px 10px;
    margin-bottom: 0;
}

.catsWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catsCount {
    font-size: 11px;
    color: #757C8D;
    background: #EBEFF2;
    padding: 5px 7px;
    line-height: 11px;
    font-weight: 700;
    margin-right: 8px;
}

.catsWrap.activeLinkSidebar .catsCount {
    color: #6D5E16;
    background: #FFD580;
}

.catsLink {
    text-decoration: underline;
}

.sidebar .catsWrap.activeLinkSidebar {
    background: #FFE8B8;
    /* 	width: 100%; */
    border-radius: 3px;
}

.sidebar .catsWrap.activeLinkSidebar a {
    color: #6D5E16;
    text-decoration: none !important;
}

.sidebar .catsWrap.activeLinkSidebar:hover a {
    color: #6D5E16;
}


/* prev next*/

a.post_navigation-prev:hover .post_navigation-prev-title span,
a.post_navigation-next:hover .post_navigation-next-title span {
    text-decoration: underline;
}

.post_navigation_container {
    display: flex;
}

.post_navigation_container .post_navigation-prev {
    text-align: left;
}

.post_navigation_container .post_navigation-next {
    text-align: right;
}

.post_navigation-next,
.post_navigation-prev {
    width: 50%;
    position: relative;
}

.post_navigation-next-arrow,
.post_navigation-prev-arrow {
    position: absolute;
    top: 0;
}

.post_navigation-next-arrow {
    right: 0;
}

.post_navigation-next-arrow::before {
    content: url('assets/img/arrow-next.svg');
}

.post_navigation-prev-arrow {
    left: 0;
}

.post_navigation-prev-arrow::before {
    content: url('assets/img/arrow-prev.svg');
}

.post_navigation-next-title,
.post_navigation-prev-title {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #313746;
    font-size: 18px;
    line-height: 26px;
}

.post_navigation_taxonomy {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post_navigation-next .post_navigation_taxonomy {
    justify-content: flex-end;
}


/* responsive */

@media only screen and (min-width: 901px) {
    .prev-meta,
    .next-meta {
        display: none;
    }
    .post_navigation-next,
    .post_navigation-prev {
        padding: 0 70px;
        width: 50%;
        position: relative;
    }
}

@media only screen and (max-width: 900px) {
    .post_navigation-full {
        display: none;
    }
    .post_navigation-next,
    .post_navigation-prev {
        padding: 0 40px;
        width: 50%;
        position: relative;
    }
}

@media only screen and (max-width: 400px) {
    .prev-meta,
    .next-meta {
        visibility: hidden;
    }
}

.next-cat,
.prev-cat {
    font-size: 11px;
    color: #6D5E16;
    background: #FFD580;
    padding: 5px 7px;
    line-height: 11px;
    text-transform: uppercase;
}

.prev-date,
.next-date {
    font-size: 14px;
    color: #757C8D;
    margin: 0 10px;
}


/* contact form 7 */

@media only screen and (min-width: 767px) {
    .wpcf7 .column {
        float: left;
        width: 50%;
        padding: 10px;
    }
    .wpcf7 .full-row {
        padding: 10px;
    }
}

.wpcf7 .full-row {
    margin: 20px 0;
    width: 100%;
}

.wpcf7 .row {
    width: 100%;
}

.wpcf7 .full-row,
.wpcf7 .row {
    display: inline-block;
}

.wpcf7 .full-row h4 {
    margin-top: 30px;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 label {
    font-weight: 700;
    color: #313746;
}

.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

input[type="submit"] {
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-family: urw-din, sans-serif;
    font-weight: 700;
    min-height: 40px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    padding: 0.8em 1.8em;
    background: #D8232A;
    border-color: transparent;
    color: #ffffff!important;
}

input[type="submit"]:hover {
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
}

input:not([type="submit"], #wccSwitchfunctional, #wccSwitchanalytics, #wccSwitchperformance, #wccSwitchadvertisement, #wccSwitchothers),
textarea {
    background: none !important;
    box-shadow: none !important;
    border: 2px solid #DDE2E6;
    color: #757C8D;
    border-radius: 3px !important;
}


/**** 2020 update OPK Landing page ****/

@media only screen and (max-width: 767px) {
    #opk .logo {
        width: 50%;
    }
}

#opk .rightText {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    #opk .rightText {
        margin-bottom: 40px
    }
}

.opkCardsWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding: 0;
}

.opkCardsWrapper article {
    margin: 15px;
    -webkit-box-flex: 1;
    position: relative;
    width: calc((100%) - 30px);
    padding: 30px;
}

@media only screen and (min-width: 768px) {
    .opkCardsWrapper article {
        padding: 50px 40px 50px 50px;
    }
}

@media only screen and (min-width: 768px) {
    .opkCardsWrapper article {
        width: calc((100%/2) - 30px);
    }
}

@media only screen and (min-width: 1024px) {
    .opkCardsWrapper article {
        width: calc((100%/3) - 30px);
    }
}

.opkCardsWrapper article .icon {
    line-height: 1;
    margin-bottom: 10px;
}

.opkCardsWrapper .title {
    margin-bottom: 30px;
}

.opkCardsWrapper .w-btn-wrapper {
    margin: 0;
}

.opkCardsWrapper article:not(:nth-child(3)) {
    border: 2px solid #EBEFF2;
}

.opkCardsWrapper article:nth-child(3) {
    background: #444B5E;
}

.opkCardsWrapper article:nth-child(3) .title {
    color: #ffffff;
}

.opkBottomWrapper {
    margin-top: 40px;
}

.opkBottomWrapper article {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media only screen and (min-width: 768px) {
    @media only screen and (min-width: 992px) {
        .opkBottomWrapper article {
            padding: 70px 50px;
        }
    }
}

@media only screen and (min-width: 992px) {
    .opkBottomWrapper article {
        flex-direction: row;
        justify-content: center;
    }
}

.opkBottomWrapper article .icon {
    line-height: 1;
    margin-bottom: 10px;
}

.opkBottomWrapper article .icon img {
    min-width: 90px;
}

.opkBottomWrapper article .title {
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .opkBottomWrapper article .icon,
    .opkBottomWrapper article .title {
        margin-right: 50px;
        margin-bottom: 0;
    }
}

.opkBottomWrapper article .w-btn-wrapper {
    margin: 0;
}

#customer_details .col-1 {
    overflow: hidden;
}

.shop_table .stock {
    display: none;
}

.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after,
.page-numbers.dots,
.page-numbers.dots {
    font-weight: 300 !important;
}

#titleBar .w-separator-h::before {
    color: rgba(255, 255, 255, .15) !important;
}

h4.w-comments-title>span {
    color: #fff;
}

h4.w-comments-title>span::first-letter,
h4.w-comments-title>span span {
    color: #313746;
}

h4.w-comments-title a {
    display: none;
}


/***** cards_homepage */

.link_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.home .cards_homepage_wrapper {
    margin-top: -40px;
}

.cards_homepage>.grid_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.cards_homepage>.grid_list>* {
    width: calc(12 / 12 * 100%);
    padding: 10px;
}

@media (min-width: 768px) {
    .cards_homepage>.grid_list>* {
        width: calc(6 / 12 * 100%);
    }
}

@media (min-width: 1024px) {
    .cards_homepage>.grid_list>* {
        width: calc(4 / 12 * 100%);
    }
    .home .cards_homepage_wrapper {
        margin-top: -90px;
    }
}

@media (min-width: 1280px) {
    .cards_homepage>.grid_list>* {
        width: 20%;
    }
}

.cards_homepage {
    position: relative;
    z-index: 10;
}

.cards_homepage .card>.wrapper_inner {
    padding: 30px;
    position: relative;
    height: 100%;
    background: var(--color-content-bg);
    transition: all .15s ease-out;
}

.no-touch .cards_homepage .card:hover>.wrapper_inner {
    background: #D8232A;
    box-shadow: 0 0 0 10px #D8232A;
}

.cards_homepage .card .wrapper_main {
    position: relative;
    z-index: 4;
}

.cards_homepage .card .wrapper_icon:not(:last-child) {
    margin-bottom: 20px;
}

.cards_homepage .card .wrapper_icon svg path {
    transition: fill .3s ease;
}

.no-touch .cards_homepage .card:hover .wrapper_icon svg path {
    fill: #FFFFFF !important;
}

.cards_homepage .card .post_title {
    font-size: 20px;
    transition: color .3s ease;
}

@media (min-width: 768px) {
    .cards_homepage .card .post_title {
        font-size: 24px;
    }
    .cards_homepage .card .wrapper_icon:not(:last-child) {
        margin-bottom: 30px;
    }
}

.no-touch .cards_homepage .card:hover .post_title {
    color: #FFFFFF;
}