/*
Theme Name: Starter kit for WordPress
Theme URI: http://www.wordpress.com
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: condimentecis
*/

/*
*
* .================================ - UTILITIES
* .================================ - HEADER
* .================================ - NAVIGATION
* .================================ - HERO
* .================================ - HOMEPAGE
* .================================ - PAGE
* .================================ - FOOTER
* .================================ - RESPONSIVE
*
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.home .products .product {
    padding-right: 5px;
    padding-left: 5px;
}


body {
    font-family: "Montserrat", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
.woocommerce-title {
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-LoopProduct-link {
    border: 1px solid #ebebeb;
}
.woocommerce-LoopProduct-link img {
    border-bottom: 1px solid #ebebeb;
}
.tiered-price:after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #ddd;
    margin: 0 4px;
    position: relative;
    top: -1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sub-features {
    background: #ffc400;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.tiered-prices span {
    color: #8a8a8a;
}
.tiered-prices span small {
    font-weight: 600;
}
.vat-info {
    line-height: 100%;
    color: #494949;
}

.woocommerce-Price-amount {
    color: #000;
    font-size: 16px;
}
.price-per-buc {
    color: #ec1c24;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-Price-currencySymbol {
    margin-left: 3px;
}
.woocommerce-loop-product__title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
.product-type {
    color: #8a8a8a;
}
.quantity-input:after {
    display: block;
    content: 'bax';
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #707070;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.quantity-input input {
    width: 55px;
    color: #707070;
    padding: 8px;
    height: 34px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: none;
    border-right: none;
    font-weight: 700;
    font-size: 12px;
}
input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.quantity .minus, .quantity .plus {
    background: #efefef;
    color: #707070;
    font-size: 22px;
    font-weight: 300;
    width: 20px;
    height: 34px;
    border: 1px solid #707070;
}
.quantity .minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quantity .plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.add_to_cart_button {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec1c24;
    color: #fff;
    padding: 9px 8px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.add_to_cart_button.product-added, .add_to_cart_button.product-added.loading {
    background: #28a745;
}
.add_to_cart_button:hover {
    background: #c11219;
}
.added_to_cart.wc-forward {
    display: none;
}
.top-bar {
    background: #000000;
}
.top-bar span {
    color: #fff;
    font-size: 12px;
}
.top-bar a {
    color: #fff;
}
.product-price span.price {
    font-weight: 600;
}

header {
    position: fixed;
    top: 32px;
    left: 0;
    padding: 15px 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
header.scrolled {
    padding: 10px 0;
    top: 0;
}
header .logo {
    position: absolute;
    top: -32px;
    left: 15px;
    z-index: 100;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
header.scrolled .logo {
    top: -10px;
}
header .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header .menu li {
    display: inline-block;
    margin: 0 15px;
}
header .menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1.5px;
}
header .menu li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 39px;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header.scrolled .menu li a:after {
    top: 34px;
}
header .menu li a:hover:after {
    width: 100%;
}
.company-info {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.company-info h2 {
    font-size: 50px;
    color: #3d3d3d;
    font-weight: 300;
}
footer {
    background: #f2f2f2;
}
footer .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer .menu li {
    display: inline-block;
    margin: 0 15px;
}
footer .menu li a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
footer ul li a {
    font-size: 14px;
    color: #000;
}
.copyright {
    font-size: 13px;
    font-weight: 300;
}
.listing_title {
    text-transform: uppercase;
    font-size: 28px;
    border-bottom: 1px solid #dddddd;
}
.hero > img {
    margin: auto;
}
.hero-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-inner h1 {
    font-weight: 700;
    font-family: 'Amaranth', sans-serif;
    font-size: 76px;
    color: #fff;
    line-height: 80px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .79);
}
.hero-inner h5 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Amaranth', sans-serif;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .79);
}
.features {
    margin-top: -2px;
    background: #ec1c24;
}
.features p, .features span {
    color: #fff;
}
.feature {
    border-right: 1px solid #ffffff;
}

.feature p {
    font-size: 16px;
    text-transform: uppercase;
}
.feature span {
    font-size: 34px;
    font-weight: 900;
    line-height: 100%;
}
.mini-cart-counter {
    position: absolute;
    top: -6px;
    right: -8px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background: #ec1c24 4px;
    font-size: 9px;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mini-cart-content > span:first-child {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 100%;
}
.mini-cart-content .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.widget_shopping_cart_content {
    border-left: 1px solid #ec1c24;
    padding-left: 20px;
    margin-left: 10px;
}

.page-section {
    margin-top: 80px;
}
.page-template-default .wrapper p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.page-template-default.page-id-83 .wrapper p {
	font-weight: 400;
}
.woocommerce .quantity .qty {
    width: 60px;
    text-align: left;
}
.woocommerce-cart .product-quantity .quantity {
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
}
.wc-proceed-to-checkout a.checkout-button {
    background: #ec1c24 !important;
}
.cart-empty {
    display: none;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last, .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.woocommerce form .form-row label {
    line-height: normal;
    margin: 0 0 5px;
    font-size: 13px;
    display: block;
    color: #555555;
}
.woocommerce-input-wrapper {
    display: block;
}
#billing_country_field, #billing_address_2_field {
    display: none !important;
}
#ship-to-different-address {
    font-size: 20px;
    margin-top: 20px;
}
.woocommerce form .form-row textarea {
    height: 70px;
    padding: 12px;
    font-size: 14px;
}
.form-row {
    display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #dddddd;
}
.select2-container .select2-selection--single {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.woocommerce-billing-fields__field-wrapper {
    margin-top: 20px;
}
.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 12px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #dddddd;
}
.wpcf7 textarea {
    height: 70px;
}
.wpcf7 input[type="checkbox"] {
    width: auto;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
    margin-left: 5px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
    color: #000;
    text-decoration: underline;
}
.wpcf7 input.wpcf7-submit {
    background: #ec1c24;
    color: #fff;
    border: none;
    width: auto;
    padding: 12px 40px;
}
div.wpcf7 .ajax-loader, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7-form-control-wrap {
    display: block;
}
.page-title h1 {
    font-weight: 700;
}
.page-title h5 {
    font-weight: 400;
}
.footer-logo img {
    max-width: 70px;
}
.burger {
    width: 30px;
    height: 15px;
    position: relative;
}
.burger span:after, .burger span:before, .burger:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.burger span:after {
    top: 0;
}
.burger span:before {
    top: 100%;
}
.burger:after {
    top: 7px;
}
.burger.active span:after, .burger.active span:before {
    top: 50%;
}

.tiered-prices {
    line-height: 100%;
}
.tiered-cart {
    background: #eeeeee;
    margin-top: 5px;
    line-height: normal;
    padding: 2px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce #place_order {
    background: #ec1c24;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    padding: 20px;
}
.remove-link {
    background: #ec1c24;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.remove-link:hover {
    color: #fff;
}
.cart-minimum-info {
    background: rgba(40, 167, 69, .6);
    border: 1px solid #28a745;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.success-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wpcf7-response-output {
    display: none !important;
}
.radio-delivery-type .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}
.radio-delivery-type input {
    display: none;
}
.radio-delivery-type .woocommerce-input-wrapper > label:last-child {
    margin-left: 40px;
}
.radio-delivery-type label {
    position: relative;
    display: flex !important;
    align-items: center;
}
.radio-delivery-type label:before {
    display: inline-block;
    content: '';
    margin-right: 15px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.radio-delivery-type input:checked + label:before {
    background: #ec1c24;
    border-color: #ec1c24;
}
.pre-footer {
    border-top: 1px solid #dddddd;
}

.product-cart-info {
    position: fixed;
    top: 60px;
    right: 20px;
    background: #28a745;
    z-index: 1001;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product-cart-info a {
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.categories-list a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
}
.categories-list a:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    bottom: -5px;
    left: 0;
    height: 2px;
    background: #ec1c24;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.categories-list a.active:after, .categories-list a:hover:after {
    width: 100%;
}
.categories-list a:last-child {
    margin-right: 0;
}
.categories-list a:first-child {
    margin-left: 0;
}
.home .products .product {
    display: none;
}
[data-target="borcane-capac-flip-top"].active .product_cat-borcane-capac-flip-top {
    display: block;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: right;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
    font-size: 14px;
}


@media screen and (max-width: 1200px) {
    .product-add-to-cart .add_to_cart_button {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    header .menu li a {
        font-size: 20px;
    }
    header .menu {
        display: none;
    }
    header .menu.active {
        display: block;
    }
    header .menu {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 40px 0;
        background: rgba(0, 0, 0, .8);
    }
    header .menu li {
        display: block;
        margin: 25px 0;
    }
    header.scrolled .menu {
        top: 55px;
    }
    .hero-inner {
        top: 60%;
    }
    .hero-inner h1 {
        font-size: 34px;
        line-height: normal;
    }
    .hero-inner h5 {
        font-size: 18px;
    }
    header {
        top: 0;
    }
    .hero-inner {
        padding: 0 15px;
    }
    header.scrolled .logo, header .logo {
        top: -8px;
    }
    .top-bar {
        display: none;
    }
    .widget_shopping_cart_content {
        border-left: none;
        border-right: 1px solid #ec1c24;
        padding-left: 0;
        margin-left: 0;
        padding-right: 30px;
        margin-right: 30px;
    }
    .feature p {
        font-size: 13px;
    }
    /*.feature .icon svg {*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*}*/

    .company-info h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 768px) {
    .sub-features {
        font-size: 14px;
    }
    .categories-list a {
        font-size: 14px;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
    }
    button[name="apply_coupon"], .empty-cart {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .product-cart-info h6 {
        font-size: 14px;
    }
    .product-cart-info a {
        font-size: 10px;
    }
    .product-cart-info svg {
        width: 30px;
        height: 30px;
    }
    .woocommerce-cart .product-quantity .quantity {
        justify-content: flex-end !important;
    }
    .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-checkout .woocommerce-Price-amount {
        line-height: normal;
        font-size: 13px;
    }
    .tiered-price:after, .woocommerce-cart .product-remove {
        display: none !important;
    }
    .features {
        margin-top: 0;
    }
    .feature {
        border: none;
    }

    .woocommerce-loop-product__title {
        font-size: 15px;
        line-height: 100%;
    }
    div.wpcf7 .wpcf7-submit:disabled {
        width: 100%;
    }
    .feature span {
        font-size: 13px;
        font-weight: 900;
    }
    .feature p, .feature span {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    /*.hero-inner h1 {*/
    /*    font-size: 25px;*/
    /*}*/

    .company-info h2 {
        font-size: 30px;
    }
    .widget_shopping_cart_content {
        margin-right: 20px;
        padding-right: 20px;
    }
    .tiered-prices span {
        display: block;
    }

    .categories-list a {
        display: block;
        margin: 15px 0;
    }
    .categories-list a:last-child {
        margin-bottom: 0;
    }
    .categories-list a:after {
        display: none;
    }
    .categories-list a.active {
        color: #ec1c24;
    }

}

@media screen and (max-width: 420px) {
    .hero-inner h5 {
        padding-right: 70px;
    }
}
