/*
Theme Name: Prox
Theme URI: https://www.prox.co.il
Author: Prox Team
Author URI: https://www.prox.co.il
Description: Prox empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prox, rtl, bootstrap
Text Domain: Prox
*/

@font-face {
    font-family: "almoni-tzar";
    font-weight: 100; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-100.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-100.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 200; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-200.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-200.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-300.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-300.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-400.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-400.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-700.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-700.woff") format("woff");
}

@font-face {
    font-family: "Rubik";
    font-weight: 300; /*(bold)*/
    font-style: normal;
    src: url("fonts/Rubik/Rubik-Light.ttf");
}

@font-face {
    font-family: "Rubik";
    font-weight: 400; /*(bold)*/
    font-style: normal;
    src: url("fonts/Rubik/Rubik-Regular.ttf");
}

@font-face {
    font-family: "Rubik";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/Rubik/Rubik-Bold.ttf");
}

.alm {
    font-family: "almoni-tzar";
}
.Rubik {
    font-family: "Rubik";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "almoni-tzar", "Rubik";
}

html {
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Rubik", arial, sans-serif;
    border: none;
    direction: rtl;
}
.tos-slider {
    direction: ltr !important;
}
.dropdown-menu {
    text-align: right;
}
body {
    font-size: 18px;
}
.imgc {
    max-width: 100%;
    max-height: 100%;
}
.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#HeaderNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#HeaderNav ul li {
    list-style-type: none;
    padding: 0 25px;
    position: relative;
}
#HeaderNav ul li a {
    color: #fff;
    font-family: "almoni-tzar", "Rubik";
    font-size: 24px;
}
/* Submenu styling */
#HeaderNav ul li ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.9); /* Dark semi-transparent background */
    border-radius: 10px;
    padding: 25px 0 10px 0;
    min-width: 200px;
    display: none; /* Hide by default */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Submenu links */
#HeaderNav ul li ul li {
    padding: 10px 20px;
    list-style: none;
}

#HeaderNav ul li ul li a {
    font-size: 18px;
    color: #ddd;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

#HeaderNav ul li ul li a:hover {
    color: #199053; /* Gold hover effect */
}

/* Show submenu on hover */
#HeaderNav ul li:hover > ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 10000;
}

#HeaderNav2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#HeaderNav2 ul li {
    list-style-type: none;
    padding: 0 10px;
}
#HeaderNav2 ul li a {
    color: #000000;
    font-weight: 300;
    font-family: "almoni-tzar", "Rubik";
    font-size: 20px;
}

.sc1 {
    color: #199053;
}
.sc2 {
    color: #000;
}
.flight {
    font-weight: 300;
}
.freg {
    font-weight: 400;
}
.mlink {
    border: 2px solid white;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
    font-size: 23px;
    transition: all 0.3s ease;
    line-height: 1;
}
.mlink2 {
    border: 1px solid #199053;
    background-color: #199053;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    font-size: 23px;
    transition: all 0.3s ease;

    font-family: "almoni-tzar";
    line-height: 1;
    font-weight: 400;
}
.mlink2:hover {
    background-color: #fff;
    color: #199053;
}
.sc2 {
    color: #121212;
}
.mlink:hover {
    background-color: white;
    color: #000;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.mainform input {
    display: block;
    direction: rtl !important;
    width: 100%;
    padding: 8px 10px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
.mainform input::placeholder {
    color: white;
}

.hidden-xs-up {
    display: none !important;
}

.container.c16 {
    max-width: 1600px;
}
.container.c15 {
    max-width: 1500px;
}
.container.c14 {
    max-width: 1400px;
}
.container.c13 {
    max-width: 1300px;
}
.container.c12 {
    max-width: 1200px;
}
.stickywhats {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.woocommerce div.product form.cart .variations select
{
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 5px;
}
/*****************************************************front***********************************************/
.checkout-custom-note {
    background-color: #b4d6c1!important;
    font-size: 16px; /* Adjust font size as needed */
    color: #333; /* Dark grey text color for better readability */
}
.checkout-custom-note strong {
    color: #000; /* Black color for emphasis */
}

.header-icons a i {
    font-size: 24px;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.barrow {
    position: absolute;
    left: -10%;
    top: 50%;
    max-width: 30%;
    transform: translateY(-50%);
    opacity: 0.1;
    filter: brightness(0%) invert(1);
}
.barrow2 {
    position: absolute;
    right: -35%;
    top: 50%;
    max-width: 45%;
    transform: rotateY(180deg) translateY(-50%);
    opacity: 0.1;
    filter: brightness(0%) invert(1);
}

/* Title Styling */
.section-title {
    position: relative;
    width: max-content;
    max-width: 100%;
}
.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 2px;
    background-color: #199053; /* Your brand color */
    transform: translateY(-50%);
}

.section-title::before {
    left: 0;
    margin-left: -100px;
}

.section-title::after {
    right: 0;
    margin-right: -100px;
}

/* Adding an Icon */
.section-title i {
    font-size: 1.2rem;
    color: #ffdd00;
    margin: 0 10px;
    vertical-align: middle;
}
.product-price ins {
    text-decoration: none;
}
.product-price .amount {
    font-weight: 700;
}
.product-price del .amount {
    color: #00000052;
    font-weight: 400;
}
/* Subtle Animation */
.section-title::before,
.section-title::after {
    animation: line-expand 1.5s linear infinite;
}

@keyframes line-expand {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 80px;
        opacity: 1;
    }
}

/* Product Card */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;

    transition: transform 0.3s ease;
}
.product-wrapper {
    border-left: 2px solid #f2f2f2;
}
.product-wrapper:last-of-type {
    border-left: 0;
}
.product-card:hover {
    transform: scale(0.9);
}

/* Product Image */
.product-image {
    width: 100%;
    padding-top: 100%; /* Maintain a square aspect ratio */
    background-size: contain;
    background-position: center;
}

/* Product Title */
.product-title {
    font-size: 1.2rem;

    margin-top: 0.5rem;
}

/* Product Link Styling */
.product-link {
    text-decoration: none;
    color: inherit;
}
/* Product Color Circles */
.product-colors {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    transition: transform 0.3s ease;
}

.color-circle:hover {
    transform: scale(1.2);
}
.product-price *:not(i) {
    font-size: 15px;
}

.pop_products button.slick-next.slick-arrow,
.custs button.slick-next.slick-arrow {
    background-image: url("images/next.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -45px;
    width: 45px;
    height: 45px;
}
.pop_products button.slick-prev.slick-arrow,
.custs button.slick-prev.slick-arrow {
    background-image: url("images/prev.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: -45px;
    width: 45px;
    height: 45px;
}
.anim {
    transition: all 0.3s ease;
}
.catbox:hover {
    /* Zoom effect */
    filter: brightness(0.8);

    z-index: 100;
}

.about-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;

    position: relative;
}

.about-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ffdd00; /* Decorative line under the title */
    position: absolute;
    bottom: -10px;
    left: 0;
}

.about-paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.productoverlay {
    background-color: rgba(255, 255, 255, 0.7);
    height: 80%;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease;
}
.product-image:hover .productoverlay {
    opacity: 1;
}

#FooterNav ul {
    display: block;

    margin-bottom: 0;
}
#FooterNav ul li {
    list-style-type: none;
    padding: 2px 0px;
}
#FooterNav ul li a {
    color: #fff;
    font-family: "almoni-tzar", "Rubik";
    font-size: 21px;
}
.detailbox:last-of-type {
    border-left: 0 !important;
}
.fa-stack {
    width: 2em; /* Adjust as needed */
    height: 2em;
    line-height: 2em;
}

.fa-circle {
    color: #007bff; /* Circle color */
}

.fa-arrow-left {
    color: #ffffff; /* Arrow color */
}

#breadcrumbs a,
#breadcrumbs span {
    font-family: "almoni-tzar";
    font-weight: 300;
}
#breadcrumbs span:last-of-type {
    font-weight: 400;
}
/*****************************************************Category***********************************************/

/* Styling specifically for the filter widgets in the sidebar */
#ProductsArchPage .widget {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 0px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    border-left: 2px solid #f2f2f2;
}

#ProductsArchPage .widget-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

#ProductsArchPage .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ProductsArchPage .widget ul li {
    padding: 5px 0;
}

#ProductsArchPage .widget ul li label {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #666;
}

/* Specific styles for the noUiSlider within the widget */
#ProductsArchPage .noUi-target {
    background-color: #f7f7f7;
    border: none;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    height: 10px !important;
}

#ProductsArchPage .noUi-handle {
    background-color: #199053;
    outline: none;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    top: -9px !important;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#ProductsArchPage .noUi-connect {
    background-color: #199053;
}

/* Button styling within the widget */
#ProductsArchPage .widget .btn-primary {
    background-color: #199053;
    border-color: #199053;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#ProductsArchPage .widget .btn-primary:hover {
    background-color: #199053;
}
.price-range-values {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.noUi-handle {
    background-color: #199053; /* Blue handles */
    border-radius: 50%;
    cursor: pointer;
}

.noUi-connect {
    background-color: #199053; /* Blue color for the selection between handles */
}

#loading {
    display: none; /* Hidden by default */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* White background with opacity */
    z-index: 100;

    justify-content: center;
    align-items: center;
}

#clearFilters {
    margin-top: 10px;
    color: #199053;
    text-decoration: underline;
    width: 100%;

    cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    border: 1px solid !important;
    background-color: #fff !important;
    color: #199053 !important;
    width: max-content !important;
    padding: 10px 30px !important;
    font-size: 23px !important;
    transition: all 0.3s ease;
    font-family: "almoni-tzar" !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #199053 !important;
    color: #fff !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #199053 !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    margin: 0 auto;
}

.quantity .plus,
.quantity .minus {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #199053;
}
.quantity .plus:hover,
.quantity .minus:hover {
    background: #199053;
    color: #fff !important;
}
#SingleProducts .quantity {
    margin-left: 10px;
}
.quantity .qty {
    text-align: center;
    border: 1px solid gainsboro;
    padding: 6px 0;
}

/* Hide HTML5 Up and Down arrows. */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 5px 20px !important;
    font-size: 1em;
    font-weight: 400700;
    position: absolute;
    text-align: center;
    line-height: 1.5;
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0;
    border-radius: 0;
    background-color: transparent !important;
    color: #000000;
    font-size: 0.857em;
    z-index: 9;
}

.cart-count {
    display: inline-block;
    background-color: #199053;
    color: white;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}
/* General Form Styling */
.woocommerce form .form-row {
    display: block;
    margin-bottom: 15px;
}

/* Input and Textarea Styling */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

/* Focus on input fields */
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #1a73e8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

/* Label Styling */
.woocommerce form .form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* Placeholder styling */
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

/* Enhancements for the checkout page layout */
.woocommerce-checkout form.checkout {
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fcfcfc;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .woocommerce form .form-row {
        padding: 0 15px;
    }
}

/*****************************************************front***********************************************/
@media (max-width: 575px) {
    /* .filters-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 20px;
        overflow-y: auto;
        display: none;
    }

    .filters-wrapper.active {
        display: block;
    }

    #toggle-filters {
        display: block;
        margin-bottom: 10px;
    } */
    header {
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-color: #fff;
        top: 0;
    }
    #siteContent {
        padding-top: 80px;
    }

    .headerWrapper {
        position: fixed;
        right: -100%;
        z-index: 1000;
        height: 100vh;
        transition: all 0.3s ease;
        width: 100%;
    }
    .headerWrapper.active {
        right: 0;
    }
    #HeaderNav ul {
        display: block;
    }
    #HeaderNav ul li {
        padding: 10px 0;
        position: relative;
        border-bottom: 1px solid;
    }
    #HeaderNav ul li ul {
        display: none !important;
    }
    #MobNavBtn {
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: #212529;
        top: 0;
        left: -45px;
    }
    nav.active #MobNavBtn {
        left: 0;
        z-index: 1000;
    }
    #MobNavBtn span {
        display: block;
        height: 4px;
        width: 70%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
    }
    #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -280%);
        transform: translate(-50%, -280%);
    }
    #MobNavBtn span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, 180%);
        transform: translate(-50%, 180%);
    }
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    nav.active #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    nav#MainNav {
        position: fixed;
        right: -100%;
        height: 100vh;
        width: 100%;
        margin: 0 !important;
        top: 0;
        transition: all 0.3s ease;
        z-index: 1000;
        background-color: #000;
    }
    nav#MainNav.active {
        right: 0;
    }
    nav#MainNav ul {
        display: block;
    }

    nav#MainNav ul li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    nav#MainNav ul li a {
        color: #fff;
        display: block;
        padding: 8px 10px;
        width: 100%;
    }
    .mfcc {
        justify-content: center;
    }
    .hauto {
        height: auto !important;
    }
    .mpy {
        padding: 40px 0;
    }
    .mmargin {
        margin: 0 auto !important;
    }
    .mmb20 {
        margin-bottom: 20px !important;
    }
    .mw50 {
        width: 50% !important;
    }
    .mhfs20 {
        font-size: 20px !important;
    }
    .mhfs30 {
        font-size: 30px !important;
    }
    .mw90 {
        width: 90% !important;
    }
    .mcenter {
        text-align: center !important;
    }
    .mw100 {
        width: 100% !important;
    }
    .nomobile {
        display: none !important;
    }
    .mbh200 {
        height: 200px !important;
    }
    .mblock {
        display: block !important;
    }
    .mbh300 {
        height: 300px !important;
    }
    .mpdt10 {
        padding-top: 10px !important;
    }
    .mpb10 {
        padding-bottom: 10px !important;
    }
    .mjcfs {
        justify-content: space-between !important;
    }
    .nosite {
        display: block;
    }

    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
