/*
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
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  ***************/

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
}

.modal-dialog {
    background: #fff;
    max-width: 450px;
}

.modal-content {
    padding: 20px;
}

.modal-header {
    position: relative;
    padding-right: 40px;
}

.modal-title {
    .rems(28);
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    .rems(20);
    color: red;
}

.comment-form-rating .stars span a.active::before, .comment-form-rating .stars span a:hover::before {
    color: #ff9f4f;
}

.star-rating span::before {
    color: #ff9f4f;
}

.single-product .woocommerce-product-rating .star-rating:before, .single-product .woocommerce-product-rating .star-rating span:before {
    color: #ff9f4f;
}

.woocommerce-store-notice.demo_store {
    color: #fff;
    padding: 20px 30px;
    background: #842226;
}
.sidebar-content {
    border: none;
    padding: 10px;
}

.topBarDiscount {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #842226;
}
.topBarDiscount .discountWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.topBarDiscount .discountWrapper p {
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}
.topBarDiscount .discountWrapper p.discountCode {
    background: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    margin-left: 10px;
    color: #000;
}

.footerDiscount {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.footerDiscount button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 20px;
    background: #842226;
    color: #fff;
    border: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.footerDiscountWrapper {
    background: #842226;
    padding: 20px 40px;
    color: #fff;
    text-align: center;
}
.footerDiscount .footerDiscountWrapper p {
    margin: 0;
}
.footerDiscount .footerDiscountWrapper p.discountCode {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    margin-top: 10px;
    color: #000;
    line-height: 1;
}

#footerDiscount {
    display: none;
}

.porto-carousel .owl-item > div{
    transition: 10s;
    background-size: auto 100% !important;
    transition-timing-function: ease;
}

.porto-carousel .owl-item.active > div{
    background-size: auto 120% !important;
}


.globalBannerWrapper {
    padding: 10px 15px;
    background-color: #fff;
    max-height: 42px;
}
.globalBanner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.globalBanner ul {
    margin-bottom: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.globalBanner ul li.slick-active {
    color: #842226;
    border-right: 1px solid #842226;
}

.globalBanner ul li a {
    color: #842226;
}

.globalBanner ul li.slick-active:last-child {
    border-right: none;
}

@media all and (max-width: 1024px) {
    .globalBanner ul li.slick-active {
        border-right: none
    }
}

#side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .accordion-menu li.menu-item:hover > a, #side-nav-panel .accordion-menu li.menu-item:active > a, #side-nav-panel .menu-custom-block a:hover, #side-nav-panel .menu-custom-block a:active {
    background: brown !important;
}

.composite_message .validation_message .woocommerce-info {
    position: relative;
}

.composite_message .validation_message .woocommerce-info:before {
    top: 10px;
    position: absolute;
}

.headerTitle a {
    font-family: inherit;
}
