/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: porto-child
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@font-face {
 font-family: Roboto;
 font-style: normal;
 font-weight: 400;
 src: url("fonts/Roboto-Regular.ttf") format("ttf");
 font-display: swap;
}

body {
    font-family: Roboto, sans-serif;
}
.single-product .product_title {
    font-family: Roboto, sans-serif;
}
ul.products li.product-col h3 {
    font-family: Roboto, sans-serif;
}
.menu-custom-block a {
    font-family: Roboto, sans-serif !important;
}

.header-side-nav .sidebar-menu > li.menu-item > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item > a,
.main-sidebar-menu .sidebar-menu > li.menu-item > a,
.header-side-nav .sidebar-menu .menu-custom-block span,
.toggle-menu-wrap .sidebar-menu .menu-custom-block span,
.main-sidebar-menu .sidebar-menu .menu-custom-block span,
.header-side-nav .sidebar-menu .menu-custom-block a,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a,
.main-sidebar-menu .sidebar-menu .menu-custom-block a {
    font-family: Roboto, sans-serif;
}
.search-name {
    font-family: 'Poppins', 'Arial', sans-serif;
}

.button.packeta-selector-open {
    margin-bottom: 15px;
    width: 100%;
}

.screen-reader-text {
    display: none;
}

#emailaddr {
    width: 100%;
    margin-bottom: 15px;
}

#deregister_user, #register_user {
    margin-bottom: 15px;
    width: 100%;
    font-weight: 300;
    background-color: #40c096;
    border-color: #40c096;
    cursor: pointer;
    color: white;
    border: none;
}

#topcontrol {
    background-color: #40c096 !important;
}

.cart-discount th {
    max-width: 0px;
    word-wrap: break-word;
}


.mycred-history-wrapper nav li a,
.mycred-history-wrapper nav li span {
    padding: 5px 10px;
    font-size: 17px;
}

.porto__waiting-list img {
    width: 100px;
}

.sidebar-menu > li.menu-item>.arrow {
    right: 10px;
}

.sidebar-menu li.menu-item>.arrow {
    right: 5px;
}

.single-product__shipping-methods-heading{
    margin-top: 20px;
}

.single-product__shipping-methods li {
    margin-left: 20px;
    list-style-type: disc;
}

.woocommerce-widget-layered-nav-list .chosen a:not(.filter-color), .filter-item-list .active .filter-item {
    color: #fff !IMPORTANT;
}

.product-stock {
    display: none !important;
}

.header-top, .switcher-wrap {
    display: block !important;
}

@media screen and (min-width: 991px) and (max-width: 1220px) {

    body.woocommerce-page.archive .sidebar-content aside.widget {
        padding: 10px;
    }
    .sidebar .product-categories li>a {
       font-size: 13px;
    }
    #header a, #header a:hover {
        font-size: 12px;
        line-height: 21px;
    }

    #menu-category-left-cz-3 a {
        line-height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-checkout-payment {
        margin-top: 30px;
    }
}

.checkout_page_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.--no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout_page_flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkout-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.checkout-step{
    display: none;
}
.checkout-step.active{
    display: block;
}


.checkout_page_steps {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0 0 4px;
}

.checkout_page_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 20px 6px 20px;
    z-index: 1;
}

.checkout_page_step:first-child {
    margin-left: 0;
}

.checkout_page_step:last-child {
    margin-right: 0;
}

.checkout_page_step__num {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    min-width: 36px;
    min-height: 36px;
    padding: 0 8px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 36px;
}

.checkout_page_step__num:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.checkout_page_step__caption {
    line-height: 21px;
    font-weight: 600;
}

.checkout_page_step.curent .checkout_page_step__num {
    background-color: #54efb3;
    color: #fff;
}

.checkout_page_step.done .checkout_page_step__num {
    background-color: #40c096;
    color: #fff;
}

.checkout_page_step.curent .checkout_page_step__caption {
    color: #40c096;
}

.checkout_page_step.curent .checkout_page_step__num:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #54efb3;
    border-radius: 50%;
}

.checkout_page_step:after {
    content: "";
    position: absolute;
    top: 32%;
    left: 50%;
    width: 150%;
    height: 1px;
    background-color: #40c096;
    z-index: -2;
}

.checkout_page_step:last-child:after {
    display: none;
}


@media screen and (max-width: 991px) {
    .checkout_page_steps {
        margin-top: 16px;
    }

    .checkout_page_step:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .checkout-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-title h1 {
        display: none;
    }

    .checkout_page_steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0;
    }

    .checkout_page_step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 8px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .checkout_page_step.curent {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .checkout_page_step.curent .checkout_page_step__caption {
        font-size: 20px;
    }

    .checkout_page_step__num {
        margin-bottom: 0;
        margin-right: 12px;
    }
}

.checkout_page_cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.checkout_page_cart__header {
    background: #eee;
    font-weight: 600;
}

.checkout_page_cart__body {
    max-height: 340px;
    overflow-y: auto;
    position: relative;
}

.checkout_page_cart__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 320px;
    flex: 1 320px;
    padding: 6px 16px;
    font-weight: 600;
}

.checkout_page_cart__availability,
.checkout_page_cart__count,
.checkout_page_cart__price {
    padding: 6px 16px;
    width: 12%;
    min-width: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout_page_cart-img {
    width: 100px;
    margin-right: 16px;
}

.checkout_page_cart__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #eee;
}

.checkout_page_cart__item:not(:first-child) {
    margin-top: -1px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.checkout_page_remove-product:hover {
    text-decoration: none;
}

.checkout_page_remove-product {
    font-size: 25px;

}

@media (max-width: 991px) {
    .checkout_page_cart__header {
        display: none;
    }

    .checkout_page_cart__body {
        max-height: 580px;
    }

    .checkout_page_cart__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px;
        text-align: center;
    }

    .checkout_page_cart__caption {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .checkout_page_cart__caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout_page_cart-img {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .checkout_page_remove-product {
        top: 12px;
        right: 12px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .checkout_page_cart__availability,
    .checkout_page_cart__count,
    .checkout_page_cart__price {
        min-width: 86px;
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_page_cart__price {
        text-align: right;
        display: block;
    }
    .checkout_page_cart__count {
        text-align: center;
        display: block;
    }

}

.without-DPH:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: #aaa;
}

.without-DPH {
    position: relative;
    padding-right: 1.5rem;
}

.checkout_page_result-price {
    color: #54efb3;
}

.percent-bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 320px;
    flex: 1 320px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.free-deliv {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
}

.free-deliv__progres .checkout_page_line:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 2px 2px #00000033;
    box-shadow: 0px 2px 2px #00000033;
    z-index: 2;
    border: 1px solid #40c096;
}

.free-deliv__progres .checkout_page_line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #40c096;
    border-radius: 8px;
}

.free-deliv__progres {
    width: 96%;
    height: 8px;
    background: #eee;
    position: relative;
    border-radius: 8px;
}





.checkout_page_options {
    padding: 0;
}

.checkout_page_option {
    list-style: none;
}

.checkout_page_option input:checked+label {
    border-color: #54efb3;
    position: relative;
    color: #40c096;
    -webkit-box-shadow: inset 0 1px 4px #e73d7929;
    box-shadow: inset 0 1px 4px #e73d7929;
}

.checkout_page_option:not(:first-child) {
    margin-top: -1px;
}

.checkout_page_option label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid #eee;
}

.checkout_page_option label:hover {
    border-color: #54efb3;
    position: relative;
    color: #40c096;
}

.checkout_page_option__left {
    width: 30px;
    text-align: center;
}

.checkout_page_option__image {
    max-width: 30px;
    max-height: 26px;
}

.checkout_page_option__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 12px;
    line-height: 18px;
}

.checkout_page_option__name {
    font-weight: 600;
}

.checkout_page_option__right {
    padding: 6px 0 6px 12px;
}

.checkout_page_i {
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #40c096;
    border-radius: 50%;
    color: #40c096;
    font-weight: 600;
    cursor: pointer;
}

.checkout_page_cartPreview {
    overflow-y: auto;
    max-height: 320px;
}

.checkout_page_cartPreview__image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 60px;
    margin-right: 16px;
}

.checkout_page_cartPreview__name {
    /* padding: 0 12px; */
    line-height: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
}

.checkout_page_cartPreview__count {
    padding: 0 12px;
}

.checkout_page_cartPreview__price {
    padding: 0 12px;
}

.checkout_page_payment__left {
    margin-right: 18%;
}

.checkout_page_payment__right {
    width: 360px;
}

@media (max-width: 991px) {
    .checkout_page_payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkout_page_payment__left {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .checkout_page_payment__right {
        width: 100%;

    }
}


.label-for-input {
    width: 120px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 21px;
}
.checkout_page_inputs input{
    -webkit-box-flex: 1;
        -ms-flex: 1 240px;
            flex: 1 240px;
    width: 100%;
}
.checkout_page_country{
    -webkit-box-flex: 1;
        -ms-flex: 1 240px;
            flex: 1 240px;
    width: 100%;
}


.checkout_page_coupon input {
    max-width: 120px;
    border-radius: 7px;
}

.checkout-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.checkout-nav a {
    font-size: 16px;
}

.checkout-nav a.next-step, a.finish-step {
    font-weight: 600;
}

.checkout-nav a.prev-step, a.start-step, a.btn-default {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

@media (max-width: 461px) {
    .checkout-nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    a.next-step, a.finish-step {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    a.prev-step, a.start-step, a.btn-default {
        margin-top: 16px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 12px;
    }
}

#billing_country_field  span.woocommerce-input-wrapper,
#billing_state_field span.woocommerce-input-wrapper,
#shipping_country_field span.woocommerce-input-wrapper {
    float: left;
    width: 80%;
}
#shipping_country_field .select2-container {
    width: 100% !important;
}

.checkout_page_input_company_shop, .checkout-submit {
    display: none;
}



.checkout_page_checkbox__text {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
}

.checkout_page_checkbox__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 46px;
    height: 24px;
    background: #ddd;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.checkout_page_checkbox__text:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.ccheckout_page_checkbox input:checked+.checkout_page_checkbox__text {
    color: #54efb3;
}

.checkout_page_checkbox input:checked+.checkout_page_checkbox__text:before {
    background: #54efb3;
}

.checkout_page_checkbox input:checked+.checkout_page_checkbox__text:after {
    left: 24px;
}

.checkout_page_order-comment {
    min-height: 72px;
    min-width: 200px;
    -webkit-appearance: none;
    border-radius: 0;
}

input.checkout_page_input {
    -webkit-appearance: none;
    border-radius: 0;
}

label.checkout_page_checkbox input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: absolute;
    top: 2px;
    left: 0;
    *overflow: hidden;
}

label.checkout_page_checkbox {
    position: relative;
    display: block;
    line-height: 18px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;

}
.form-row label {
    flex: 1 120px;
    margin-right: 20px;
    padding-top: 8px;

}
.form-row span {
    flex: 1 220px;
}


.shop_table th {
    background: #eee;
}


.shop_table td, .shop_table tbody th, .shop_table tfoot th {
    border: none;
}

.checkout_page_option__name img {
    display: block;
}


.checkout-checkbox-wrapper .checkout_page_checkbox {
    padding-left: 20px;
}


/* Select2 CUSTOM CSS */

.select2-container--default .select2-selection--single {
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    border-radius: 7px!important;
    background-color: #fff;
    border-color: rgba(0,0,0,0.09)!important;
    height: 37px!important;
    padding-top: 3px!important;
    padding-left: 4px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
    margin-right: 6px;
}
.select2-dropdown {
    border-color: rgba(0,0,0,0.09)!important;
    border-radius: 0!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    border-color: rgba(0,0,0,0.09)!important;
}
.select2-search--dropdown {
    padding: 4px 10px 12px!important;
}
.select2-results__option {
    padding-left: 12px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #40c096!important;
}


a.woocommerce-remove-coupon:after {
    content: "\00D7";
    font-size: 20px;
    position: absolute;
}
a.woocommerce-remove-coupon {
    font-size: 0;
    margin-left: 12px;
}

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.home #main-toggle-menu .menu-title {
    display: none;
}
.home #main-toggle-menu .toggle-menu-wrap {
    margin-top: 40px;
}
.home .page-content {
    overflow: unset !important;
}

.header-9 .header-main {
    background: linear-gradient(90deg, rgba(255,255,255,1) 26.4%, rgba(64,192,150,1) 26.4%);
    border: 1px solid #40c096;
}
.header-9 .header-left {
    background-color: white;
}
@media (max-width: 1220px) {
    .header-9 .header-main {
        background: linear-gradient(90deg, rgba(255,255,255,1) 23.4%, rgba(64,192,150,1) 23.4%);
    }
}
@media (max-width: 415px) {
    .header-9 .header-main {
        background: linear-gradient(90deg, rgba(255,255,255,1) 32.4%, rgba(64,192,150,1) 32.4%);
    }
}
@media (max-width: 990px) {
    .header-9 .header-left {
        max-width: 35px;
    }
    .header-9 .header-left,
    .header-9 .header-right,
    .header-9 .header-center {
        padding: 0 !important;
    }
}
@media (max-width: 415px) {
    .header-9 .header-left {
        max-width: 65px;
    }
    .front-page-slider .owl-nav {
        display: none;
    }
    .front-page-mobile-zero-margin {
        margin-bottom: 0 !important;
    }
    .product-image .stock {
        font-size: 10px !important;
    }
}
@media (max-width: 376px) {
    .header-9 .header-left {
        width: 125px;
    }
}

.footer-top #follow-us-widget-4 {
    display: inline-block;
    width: 40%;
}

.footer-top #block-widget-6 {
    width: 60%;
    display: inline-block;
    max-width: 400px;
    text-align: right;
    float: right;
    margin-top: 0 !important;
}

.footer-top .share-links a {
    font-size: 22px !important;
    height: 50px !important;
    width: 50px !important;
}

@media (max-width: 700px) {
    .footer-top #block-widget-6 {
        width: 100%;
        display: block;
        float: unset;
    }
    .footer-top #follow-us-widget-4 {
        width: 100%;
        display: block;
    }
}

.footer-main .row > div:first-child {
    display: block !important;
}


@media (max-width: 990px) {
    .front-page-slider {
        margin-top: 20px;
    }
    .front-page-slider .vc_column-inner {
        padding: 0 !important;
    }
    .header-top-ads {
        display: none !important;
    }
    .home .porto-u-heading {
        margin: 8px 0 !important;
    }
}

.porto-category-list img {
    height: 40px;
    width: 40px;
    margin-right: 8px;
}

.porto-category-list .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
}

.porto-category-list .arrow:before {
    font-family: 'porto';
    content: "";
    -webkit-font-smoothing: antialiased;
    color: #465157;
}

.porto-category-list .porto-links-item {
    position: relative;
}

span.select2-selection.select2-selection--single,
#place_order {
    outline: none;
}

.checkout-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid;
    background: none;
    border-radius: 7px;
    left: 0;
    top: 8px;
    border-color: #40c096;
}
.checkout-dot-active:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    background-color: #40c096;
}
.checkout_page_option__left {
    position: relative;
}
.for-company {
    display: flex;
}
.footer-top {
    display: flex;
}
.single-product .sidebar-toggle {
    display: none;
}
#TB_window input {
    width: 100%;
}

.shop_table .product-subtotal .amount,
.shop_table .product-name a,
.shop_table .qty {
    color: #10AD71 !important;
}

.background-overlay {
    background: black;
}

.success-message-container,
.yith-wcwl-popup-message {
    border-radius: 10px;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-thankyou-order-details {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
}

input.validate-error {
    border-color: #ff00005e;
}

article .entry-title {
    line-height: 17px;
}

@media (max-width: 415px) {
    .searchform {
        right: -80px !important;
    }
}

.success-message-container button {
    padding: 8.5px 5px !important;
    min-width: 160px !important;
}

.header-9 .container {
    padding: 0 !important;
}
.header-9 .header-main .header-center {
    background-color: #40c096;
}

@media (max-width: 991px) {
    .header-9 .header-main .header-left {
        margin: 10px;
        width: 130px;
    }


    .header-9 .header-main .searchform-popup {
        width: 32%;
    }
    .header-9 .header-main .searchform-popup .search-toggle {
        width: unset !important;
        margin-right: 0 !important;
    }
    .header-9 .header-main .mobile-toggle {
        width: 32%;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-9 .header-main .cart-preview {
        display: inline-block;
        width: 32%;
        text-align: center;
    }
    .header-9 .header-main .header-left .logo {
        margin: auto !important;
        margin-top: -5.6px !important;
    }
}
@media (min-width: 991px) {
    .header-9 .header-main .cart-preview {
        display: inline-block;
        float: right;
    }
    .header-9 .header-main .searchform-popup {
        margin-top: 6px;
    }
    #header.header-9 .header-main .header-left .logo {
        max-width: 230px;
        margin: auto;
        margin-top: -11.6px;
    }
}

@media (min-width: 991px) and (max-width: 1219px) {
    #header.header-9 .header-main .header-left .logo {
        max-width: 182px;
    }
    #header.header-9 .header-left {
        min-width: 202px;
    }
}

.woocommerce-form-login__rememberme {
    padding-top: 0 !important;
    margin-left: 15px;
}

#footer .footer-bottom {
    padding: 0 !important;
}
#footer .footer-main .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.footer-share-email {
    background: #40c096 !important;
}
.footer-share-email:hover {
    background: #40c096 !important;
}
.footer-share-email i {
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 23px;
    height: 22px;
    margin: auto;
    text-indent: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
#footer .widget a:hover {
    color: #b7b7b7;
}

.woocommerce-account .main-content {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-edit-address .box-content {
    padding-top: 10px;
}
.woocommerce-edit-address .col-1,
.woocommerce-edit-address .col-2 {
    width: 100%;
}
.woocommerce-edit-address .col-1 {
    border-bottom: 2px solid #32bc87;
}
.widget_product_categories {
    text-transform: uppercase;
}

input, button, .button, .btn {
    border-radius: 7px;
}
.add_to_cart_read_more,
#mini-cart .button {
    border-radius: 7px !important;
}
.footer-top .wpcf7-email {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.footer-top .wpcf7-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-quantity input,
.product-quantity button {
    border-radius: 0px;
}

.woocommerce-account .wishlist_table .add_to_cart_button {
    line-height: 21px;
}
#login-form-popup label.inline {
    margin-top: 10px;
}
#login-form-popup input,
#login-form-popup button {
    border-radius: 7px !important;
}
#login-form-popup .u-column1,
#login-form-popup .u-column2 {
    width: 100%;
}
#login-form-popup {
    max-width: 630px;
}
.owl-item .button {
    border-radius: 0;
}
.single-product .owl-item .button {
    border-radius: 7px;
}
.woocommerce-cart .owl-item .button {
    border-radius: 7px;
}
.woocommerce-customer-details {
    margin-top: 30px;
}
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-column--shipping-address {
    border-top: 3px solid #32bc87;
    padding-top: 20px;
    width: 100%;
}
.woocommerce-view-order .woocommerce-column--billing-address {
    width: 100%;
}
.woocommerce-customer-details {
    padding-top: 20px;
    border-top: 3px solid #32bc87;
}
.woocommerce-customer-details .woocommerce-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > address {
    padding-left: 10px;
    padding-right: 10px;
}
.lost_reset_password .back-login {
    margin-right: 20px;
}

.filter-color--shine:before {
    content: "";
    width: 22px;
    position: absolute;
    height: 22px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.75) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
}

.wysija-paragraph .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 17px;
}
#block-widget-6 .porto-u-heading h4 {
    min-width: 310px;
}

.woocommerce-account .wishlist_table .product-add-to-cart {
    min-width: 210px;
}

@media (max-width: 500px) {
    #block-widget-6 .porto-block {
        margin-left: -35px;
    }
    #block-widget-6 .porto-u-heading h4 {
        min-width: unset;
    }
}
#login-form-popup { position: relative; width: 80%; max-width: 872px; margin-left: auto; margin-right: auto; }

.login-popup-continue, .login-popup-first-time {
    text-align: center;
    display: none;
}

#login-form-popup .login-popup-continue {
    display: block;
}
#login-form-popup .login-popup-first-time {
    display: block;
    clear: both;
}

.login-popup-first-time .title-wrap {
    position: relative;
    text-align: center;
}
.login-popup-first-time h2 {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 0 !important;
    background-color: white;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0 !important;
}
.login-popup-first-time .title-wrap:after {
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    content: "";
}
.login-popup-continue a {
    text-decoration: none;
    display: inline-block;
    margin: auto;
    border-radius: 7px !important;
    line-height: 20px !important;
}

.sidebar .product-categories> li.cat-parent>a {
    font-weight: 800;
}
.sidebar .product-categories> li.cat-parent> ul.children> li.cat-parent> ul.children> li>a {
    font-weight: 400;
}
.sidebar .product-categories> li.cat-parent> ul.children> li.cat-parent> ul.children> li.cat-parent> ul.children> li>a {
    font-weight: 300;
}
.order_details tfoot th {
    background: unset;
}

#login-form-popup .col-1 {
    border-right: unset;
}
.comment-form-cookies-consent label {
    display: inline-block;
}

#mini-cart .cart-items {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-overflow: ellipsis;
}

#mini-cart li .remove-product {
    margin-right: 6px;
}

div.quantity .plus:after {
    margin-left: -0.3px;
}

.price_slider_amount .price_label {
    float: left;
    margin-top: 5px;
}

.price_slider_amount .button {
    width: 100%;
    margin-top: -15px;
}

ul.js-google-places-ul {
    width: 336px;
    float: right;
    padding: 0;
    background: white;
    border-radius: 0 0 10px 10px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.09);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.075) inset;
    display: none;
    z-index: 999;
}

.js-google-places-ul li {
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid;
    padding: 0 10px;
    border-color: rgba(0,0,0,0.09);
}

.js-google-places-ul li:last-child {
    border-bottom: none;
}

.display-none{
    display: none !important;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 15px auto 5px;
    display: block;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.iti__selected-flag {
    display: block !important;
    margin-top: 11px !important;
}

.iti__arrow {
    margin-left: 61px !important;
    margin-top: 5px !important;
    position: absolute !important;
}

.iti__flag {
    float: left !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.cn-button.bootstrap:hover {
    background: #40c096;
}

.cn-button.bootstrap {
    background: #40c096;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    text-shadow: none;
}

.iti--container {
    z-index: 9999 !important;
}

.iti__selected-flag:focus {
    border: none;
    outline: none;
}

@media (max-width: 415px) {
    .products-slider .add-links-wrap {
        display: none;
    }
}

.wishlist_table .add-links .add_to_cart_button:before,
.wishlist_table .add-links .add_to_cart_read_more:before {
    line-height: 22px;
}

@media (max-width: 575px) {
    ul.list li.product .description {
        display: none;
    }
}

@media (max-width: 321px) {
    .header-9 .header-main .searchform-popup {
        width: 23%;
    }
    .header-9 .header-main .mobile-toggle {
        width: 26%;
    }
    .header-9 .header-main .cart-preview {
        width: 38%;
    }
}

@media (max-width: 750px) and (min-width: 700px) {
    .footer-wrapper #block-widget-6 .porto-u-heading {
        width: 305px;
    }
}

.checkout_page_cartPreview__name checkout_page_flex1 {
    overflow: hidden;
}
@media (max-width: 387px) {
    .checkout_page_cartPreview {
        /* overflow-y: unset; */
        max-height: unset;
    }

    .checkout_page_cartPreview__name {
        overflow: hidden;
    }
    .checkout_page_cartPreview__count {
        padding: 0;
    }

    ul.products .product-content {
        padding: 2px !important;
    }
    ul.products .product-content .category-list {
        display: none !important ;
    }
    ul.products .product-content .woocommerce-loop-product__title {
        font-size: 9px !important ;
        margin-bottom: 4px !important;
        white-space: unset !important;
    }
    ul.products .product-content .rating-wrap {
        margin-bottom: 8px !important;
    }

    .footer-top .porto-u-main-heading h4 {
        white-space: normal;
    }

}

/* .iti--separate-dial-code .iti__selected-dial-code {
    display: none; 
 } */

@media (min-width: 320px) {
  ul.list li.product .description {
    min-height: 30px;
  }
  .product-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  ul.products.grid li.product-col .product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  ul.products.grid li.product-col .product-image,
  ul.products-slider li.product-col .product-image {
    position: relative;
    min-height: 0;
    height: 0;
    padding-top: 100%;
  }
  ul.products.grid li.product-col .product-image > a,
  ul.products-slider li.product-col .product-image > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 300px) {
  .searchform .live-search-list {
    min-width: 215px;
  }
  #header .searchform .autocomplete-suggestions {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .live-search-list .autocomplete-suggestion {
    flex-wrap: wrap;
  }
  .live-search-list .autocomplete-suggestion .search-price {
    width: 100%;
  }
  .live-search-list .autocomplete-suggestion img + .search-name {
    width: calc(100% - 50px);
  }
}

@media (max-width: 992px) {
    .checkout_page_cart__caption {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        flex-wrap: nowrap;
        text-align: left;
        align-items: flex-start;
    }
    .checkout_page_cart__caption > a:first-of-type {
        flex-shrink: 0;
    }
    .checkout_page_cart__body {
        width: 100%;
    }
    .checkout_page_cart__item:not(:first-child) {
        flex-wrap: wrap;
        justify-content: center;
    }
    .checkout_page_cart > .checkout_page_cart__item {
        flex-wrap: nowrap !important;
    }
}
@media (min-width: 320px) and (max-width: 460px) {
  ul.list li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }

  ul.list li.product .product-inner {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
  }

  ul.list li.product .product-image {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin: 0 10px 0 0;
  }

  ul.list li.product .product-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 140px);
  }
}
@media (min-width: 461px) and (max-width: 575px) {
  ul.list li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }

  ul.list li.product .product-inner {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
  }

  ul.list li.product .product-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 20px 0 0;
  }

  ul.list li.product .product-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(50% - 20px);
  }
}
#content .page-content {
  overflow: initial;
}
.slider-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.slider-wrapper .owl-carousel .owl-nav .owl-next {
  right: -30px;
}