a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none !important;
}

img {
    border-radius: initial;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
}

.site-header {
    padding: 0;
}

.site-header .site-branding img {
    height: auto;
    max-width: 100%;
    max-height: none;
}

.site-header .site-branding {
    display: block;
    width: 150px;
    float: left;
    padding: 10px 0;
    clear: both;
    margin-bottom: 0;
}

button.menu-toggle {
    margin-top: 10px;
    border: 1px solid #666;
}

.wpm-languages a img {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

#content > div > div.woocommerce > .woocoomerce-messages {
    margin-bottom: 10px;
    margin-top: 10px;
}

#content {
    /*margin-top: 60px;*/
    margin-top: 27px;

}

.hentry.type-page .entry-header {
    margin-bottom: 30px;
}

.entry-header {
    background: #fff url("../img/bg.jpg") no-repeat bottom center;
    background-size: cover;
    width: 100vw;
    margin-left: -50vw;
    height: 133px;
    position: relative;
    left: 50%;
    margin-bottom: 30px;
}

.entry-header .entry-title {
    background: url("../img/bg-overlay.png") repeat;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
    padding-top: 45px;
    width: 100%;
    height: 100%;
}

.woocommerce-breadcrumb {
    display: none;
}

.site-footer {
    margin-bottom: 68px;
    padding: 20px 0 0 0;
}

.site-footer .col-3 {
    max-width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
    max-width: 100%;
}

select {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0 !important;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    height: 44px;
}

.select2-container .select2-selection {

    padding: .6180469716em;
    background-color: #f2f2f2 !important;
    color: #43454b;
    outline: 0;
    border: 0 !important;
    -webkit-appearance: none;
    box-sizing: border-box !important;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    height: 44px !important;
}

.select2-container .select2-selection .select2-selection__arrow {
    top: 8px !important;
}

.select2-dropdown {
    border: 1px solid #d6d6d6 !important;
}

.cnss-social-icon i {
    font-size: 120% !important;
    margin-top: 10%;
}

.storefront-product-section {
    position: relative;
    z-index: 1;
}

.section-title {
    display: table;
    white-space: nowrap;
    font-size: 1.618em;
    color: #000;
}

.section-title:before,
.section-title:after {
    border-top: 1px solid #bfc0c1;
    content: "";
    display: table-cell;
    position: relative;
    top: 17px;
    width: 50%;
}

.section-title:before {
    border-right: 21px solid transparent;
}

.section-title:after {
    border-left: 21px solid transparent;
}

ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram {
    background-color: #b91dff !important;
}

.wcmca_shipping_addresses_title, .wcmca_billing_addresses_title {
    font-size: 23px;
}

/*.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,*/
/*.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {*/
/*width: 100% !important;*/
/*}*/

ul#shipping_method li {
    margin-bottom: 10px;
}

#shipping_method label {
    display: initial;
}

#order_comments {
    min-height: 100px;
}

.woocommerce-mini-cart__buttons a.checkout {
    display: none !important;
}

.site-header-cart .widget_shopping_cart a.button {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    margin-top: -6px;
    margin-bottom: 10px;
}

.current_page_item a {
    font-weight: bold;
}

button.menu-toggle {
    border: 0;
    width: 40px;
    height: 40px;
}

button.menu-toggle span:before, button.menu-toggle:after, button.menu-toggle:before {
    width: 21px;
    height: 2px;
}

.storefront-handheld-footer-bar ul li.cart .count, button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #b22234;
}

button.menu-toggle:before {
    transform: translateY(-8px);
}

button.menu-toggle:after {
    transform: translateY(8px);
}

.menu-btn-register {
    color: #fff;
}

.menu-btn-login a {
    color: #fff !important;
    background-color: rgb(30, 137, 202);
    border-color: rgb(30, 137, 202);
    padding: 8px 12px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;

}

.menu-btn-login a:hover {
    background-color: rgba(30, 137, 202, .7);
}

.menu-btn-register a {
    color: #fff !important;
    background-color: rgb(175, 30, 35);
    border-color: rgb(175, 30, 35);
    padding: 8px 12px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;

}

.menu-btn-register a:hover {
    background-color: rgba(175, 30, 35, .7);
}

/*.right-sidebar #primary {*/
/*width: 100% !important;*/
/*}*/

/*.right-sidebar #secondary {*/
/*display: none !important;*/
/*}*/

.woocommerce-result-count {
    float: right;
}

.woocommerce-page #content {
    margin-top: 80px;
}

.woocommerce-form-login button[name=login] {
    color: #fff !important;
    background-color: rgb(30, 137, 202);
    border-color: rgb(30, 137, 202);
    padding: 8px 12px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
    margin-left: 17px;
    margin-top: 10px;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-top: 22px;
}

.woocommerce-form-login input.input-text {
    background: #fff;
}

#el-2fbadebd > div > h2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

.badge-warning {
    color: #fff;
    background-color: #e0a800;
}

.widget_nav_menu ul li::before {
    content: "\f009" !important;
}

fieldset, fieldset legend {
    background-color: initial;
}

.woocommerce-edit-account button[type=submit] {
    background: rgb(30, 137, 202);
    color: #fff;
}

[data-toggle="tooltip"] {
    cursor: help;
}

[data-toggle="tooltip"]:hover {
    opacity: .7;
}

.tablenav .tablenav-pages a, .tablenav-pages-navspan {
    min-height: 28px;
}

.banking-ticket__action, .ebanx-badges, .ebanx-thank-you-page div h3, .ebanx-thank-you-page br, .banking-ticket__barcode-copy {
    display: none !important;
}

.single-ticket #primary {
    width: 100%;
}

.single-ticket #secondary {
    display: none;
}

.storefront-hero__button-edit {
    display: none;
}

.storefront-hero__button-edit + a {
    display: none;
}

.admin-bar #page, .admin-bar #masthead {
    margin-top: 32px;
}

.wpas-link-privacy {
    display: none;
}

.storefront-breadcrumb {
    display: none;
}

@media (min-width: 768px) {

    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding,
    .site-branding {
        padding-top: 10px;
        margin-bottom: 0;
        width: 14%;
        max-width: 140px;
    }

    .storefront-primary-navigation {
        float: right;
        width: 73%;
        padding: 0;
        margin: 0;
        clear: initial;
    }

    .woocommerce-form-login {
        width: 50%;
        margin: 0 auto;
    }

    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 17px 10px;
    }

    .site-header-cart .cart-contents {
        padding: 17px 0;
    }

    .site-header {
        padding: 0;
    }

    .site-header-cart .widget_shopping_cart {
        width: 200%;
        margin-left: -65%;
    }

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        text-align: center;
    }

    .wpm-languages.active-language > a > span {
        display: none;
    }

    .wpm-languages.active-language > a > img {
        margin-top: 7px;
        margin-right: -4px;
    }

    .entry-header {
        /*margin-left: -63px;*/
    }

    .site-footer {
        margin-bottom: 0;
        padding: 0;
    }

    .site-footer .site-info {
        padding: 0 0 40px 0;
    }

    .footer-widgets {
        padding-top: 40px;
    }

    .footer-widgets .widget {
        margin: 0 0 30px;
    }

    .footer-widgets .widget-title {
        padding: 0;
        margin-bottom: 20px;
    }

    .footer-widgets .textwidget p {
        margin: 0;
    }

    #content {
        min-height: calc(100vh - 405px);
    }

    .content-area, .widget-area {
        margin-bottom: 0;
    }

    .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
    .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
        width: 60%;
    }

}

