/* ====================== */
/*         ASSETS         */
/* ====================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3b3b3b;
}

h1 {
    font-size: 38px;
    color: #6abf1a;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    margin-bottom: 39px;
}

h2 {
    font-size: 30px;
    color: #6abf1a;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    color: #6abf1a;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    color: #3b3b3b;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

h5 {
    font-size: 20px;
    color: #3b3b3b;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

h6 {
    font-family: "Russo One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

blockquote {
    border-left: 3px solid #6abf1a;
    padding-left: 20px;
    margin-bottom: 65px;
    padding-bottom: 7px;
}

blockquote p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

blockquote span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

hr {
    border-top: 2px solid #e8ecf1;
    width: 100%;
    margin-bottom: 26px;
}

a {
    color: #80A945;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin: 0 0 30px 15px;
}

ul li {
    position: relative;
    color: #3b3b3b;
    margin-left: 20px;
    line-height: 30px;
}

ul li:before {
    color: #80A945;
    position: absolute;
    top: 0;
    left: -20px;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
}

ol {
    margin: 0 0 30px 15px;
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

ol li {
    position: relative;
    color: #3b3b3b;
    margin-left: 20px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

ol li:before {
    content: counter(li) ". ";
    counter-increment: li;
    color: #80A945;
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: -20px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select {
    color: #3b3b3b;
    font-size: 15px !important;
    width: 100%;
    background: #e8ecf1;
    outline: 0;
    margin: 0 0 10px;
    padding: 0 16px !important;
    height: 41px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

textarea {
    resize: none;
    color: #3b3b3b;
    font-size: 15px;
    width: 100%;
    background: #e8ecf1;
    padding: 16px !important;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.cwa_btn,
input[type=submit],
input[type=button],
.checkout-button,
button {
    background: #ffffff;
    line-height: 37px;
    border: #6abf1a 3px solid;
    display: inline-block;
    text-transform: uppercase;
    color: #6abf1a;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 0 22px;
    margin-bottom: 25px;
    cursor: pointer;
    letter-spacing: 2px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #ffffff !important;
    line-height: 37px !important;
    border: #6abf1a 3px solid !important;
    ;
    display: inline-block !important;
    text-transform: uppercase !important;
    ;
    color: #6abf1a !important;
    ;
    font-family: "Roboto", sans-serif !important;
    ;
    font-weight: 400 !important;
    ;
    font-size: 16px !important;
    ;
    text-decoration: none !important;
    ;
    padding: 0 22px !important;
    ;
    margin-bottom: 25px !important;
    ;
    cursor: pointer !important;
    ;
    letter-spacing: 2px !important;
    ;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #6abf1a !important;
    color: #ffffff !important;
    text-decoration: none;
}

.cwa_btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
.checkout-button:hover,
button:hover {
    background: #6abf1a;
    color: #ffffff;
    text-decoration: none;
}

.full_width {
    margin-bottom: 30px;
}

.one_half {
    padding: 0 20px;
    margin-bottom: 30px;
}

.one_third {
    padding: 0 20px;
    margin-bottom: 30px;
}

.two_third {
    padding: 0 20px;
    margin-bottom: 30px;
}

.one_fourth {
    padding: 0 20px;
    margin-bottom: 30px;
}

.three_fourth {
    padding: 0 20px;
    margin-bottom: 30px;
}

.clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

/* ====================== */
/*         LAYOUT         */
/* ====================== */
/* ======= HEADER ======= */
/* Top Bar */
#cwa_topbar {
    background: #D7D8D7;
    height: 45px;
    line-height: 45px;
}

@media (max-width: 767px) {
    #cwa_topbar {
        height: inherit;
        overflow: hidden;
        text-align: center;
        padding: 0 10px 0;
    }
}

#cwa_topbar address {
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 11px;
    font-weight: bold;
}

#cwa_topbar address .cwa_address_inner {
    height: 45px;
}

#cwa_topbar address .cwa_address_inner a {
    color: #3b3b3b;
    text-decoration: none;
    ;
}

@media(max-width: 767px) {
    #cwa_topbar address .cwa_address_inner {
        height: 30px;
    }
}

@media (max-width: 767px) {
    #cwa_topbar address {
        line-height: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#cwa_topbar address br {
    display: none;
}

@media (max-width: 767px) {
    #cwa_topbar address br {
        display: block;
    }
}

#cwa_topbar address i {
    font-size: 16px;
    color: #6abf1a;
    position: relative;
    margin-right: 15px;
    line-height: 45px;
}

@media(max-width: 767px) {
    #cwa_topbar address i {
        line-height: 30px;
    }
}

#cwa_topbar address i.fa-phone {
    margin-left: 30px;
}

@media(max-width: 767px) {
    #cwa_topbar address i.fa-phone {
        margin-left: 0;
    }
}

#cwa_topbar .cwa_social_icons {
    float: right;
    display: none;
}

@media (max-width: 767px) {
    #cwa_topbar .cwa_social_icons {
        float: none;
    }
}

#cwa_topbar .cwa_social_icons a {
    margin-top: 10px;
}

@media (max-width: 767px) {
    #cwa_topbar .cwa_col {
        margin: 0;
    }
}

/* Header */
#cwa_header {
    height: 100px;
    background: #ffffff;
}

#cwa_header .cwa_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(max-width: 767px) {
    #cwa_header .cwa_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 1023px) {
    #cwa_header {
        height: inherit;
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    #cwa_header {
        margin: 30px 0 30px;
    }
}

#cwa_header #cwa_logo {
    padding-top: 0;
    margin: 0;
}

#cwa_header #cwa_logo a {
    display: block;
    text-indent: -9000px;
    background: url("/wp-content/uploads/2023/11/CaravansWA.jpg") no-repeat;
    width: 361px;
    height: 50px;
    background-size: 361px 50px;
}

@media (max-width: 1023px) {
    #cwa_header #cwa_logo a {
        width: 361px;
        height: 50px;
        background-size: cover;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #cwa_header #cwa_logo a {
        margin-bottom: 15px;
    }
}

#cwa_header .cwa_header_right .cwa_woo_nav {
    float: right;
    padding: 10px 0 0;
    display: none;
}

@media (max-width: 1023px) {
    #cwa_header .cwa_header_right .cwa_woo_nav {
        float: none;
        text-align: center;
        margin: 0 0 20px;
    }
}

@media (max-width: 1023px) {
    #cwa_header .cwa_header_right .cwa_woo_nav ul {
        margin: 0;
        padding: 0;
    }
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
}

@media (max-width: 1023px) {
    #cwa_header .cwa_header_right .cwa_woo_nav ul li {
        float: none;
        margin: 0 5px;
        display: inline-block;
    }
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li:last-child {
    padding-right: 0;
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li:before {
    display: none;
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li a i {
    font-size: 10px;
    padding-right: 3px;
}

#cwa_header .cwa_header_right .cwa_woo_nav ul li a:hover {
    color: #6abf1a;
}

#cwa_header .cwa_header_right #cwa_nav {
    margin-top: 0;
    float: right;
}

@media (max-width: 767px) {
    #cwa_header .cwa_header_right #cwa_nav {
        float: none;
        max-width: 290px;
        margin: 0 auto 30px;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #cwa_header .cwa_header_right #cwa_nav {
        float: none;
    }
}

#cwa_header .cwa_header_right #cwa_nav ul {
    margin: 0;
}

#cwa_header .cwa_header_right #cwa_nav ul li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 10px;
    position: relative;
    border-left: 2px solid #3FA347;
    line-height: 22px;
    font-size: 15px;
}

#cwa_header .cwa_header_right #cwa_nav ul li:last-child {
    border-right: 2px solid #3FA347;
}

@media (max-width: 767px) {
    #cwa_header .cwa_header_right #cwa_nav ul li {
        display: block;
        margin: 0;
        text-align: center;
        padding: 0 0 1px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #cwa_header .cwa_header_right #cwa_nav ul li {
        margin: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #cwa_header .cwa_header_right #cwa_nav ul li {
        margin: 0 0px;
    }

    #cwa_header .cwa_header_right #cwa_nav ul li a:hover {
        background: #00438d;
        color: #ffffff;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #cwa_header .cwa_header_right #cwa_nav ul li {
        margin: 0 0 0 10px;
    }
}

#cwa_header .cwa_header_right #cwa_nav ul li:before {
    display: none;
}

#cwa_header .cwa_header_right #cwa_nav ul li a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 767px) {
    #cwa_header .cwa_header_right #cwa_nav ul li a {
        background: #6abf1a;
        padding: 15px;
        display: block;
        color: #ffffff;
    }

    #cwa_header .cwa_header_right #cwa_nav ul li a:hover {
        background: #00438d;
        color: #ffffff;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #cwa_header .cwa_header_right #cwa_nav ul li a {
        font-size: 15px;
    }

    #cwa_header .cwa_header_right #cwa_nav ul li a:hover {
        background: #00438d;
        color: #ffffff;
    }
}

#cwa_header .cwa_header_right #cwa_nav ul li a:hover {
    color: #6abf1a;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul {
    position: absolute;
    width: 170px;
    display: none;
    z-index: 1000;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul li {
    line-height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: #ffffff 1px solid;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul li a {
    background: #6abf1a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 15px;
    display: block;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul li a:hover {
    background: #00438d;
    color: #ffffff;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul li:hover>a {
    background: #00438d;
    color: #ffffff;
}

#cwa_header .cwa_header_right #cwa_nav ul li ul ul {
    top: 0;
    left: 171px;
}

#cwa_header .cwa_header_right #cwa_nav ul li:hover>ul {
    display: block;
}

#cwa_header .cwa_header_right #cwa_nav ul li:hover>a {
    color: #6abf1a;
}

#cwa_header .cwa_header_right #cwa_nav ul li.current-menu-item>a {
    color: #6abf1a;
}

#cwa_header .cwa_header_right #cwa_nav ul li.current-menu-parent li.current-menu-item a {
    color: #FFF;
    background: #00438d;
}

@media (max-width: 767px) {
    #cwa_header .cwa_header_right #cwa_nav ul li.current-menu-item>a {
        color: #ffffff;
    }
}

#cwa_header .cwa_mobile_btn {
    display: none;
}

@media (max-width: 767px) {
    #cwa_header .cwa_mobile_btn {
        max-width: 290px;
        background: #00438d;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: 700;
        margin: 0 auto 1px;
        text-decoration: none;
    }
}

@media (max-width: 1023px) {
    #cwa_header .cwa_col {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }
}

/* ======= FOOTER ======= */
#cwa_footer {
    height: 79px;
    line-height: 79px;
    background: rgba(38, 38, 38, 0.76);
    color: #ffffff;
    font-size: 12px;
}

@media (max-width: 767px) {
    #cwa_footer {
        height: inherit;
        overflow: hidden;
        line-height: 30px;
        text-align: center;
        padding: 20px 0;
    }
}

#cwa_footer .cwa_copyright {
    float: left;
    padding: 0 35px 0 0;
}

@media (max-width: 767px) {
    #cwa_footer .cwa_copyright {
        float: none;
        display: inline-block;
        padding: 0 20px 0;
        vertical-align: top;
    }
}

#cwa_footer .cwa_footer_nav {
    float: left;
}

@media (max-width: 767px) {
    #cwa_footer .cwa_footer_nav {
        float: none;
        display: inline-block;
    }
}

#cwa_footer .cwa_footer_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cwa_footer .cwa_footer_nav ul li {
    float: left;
    background: url(../images/footer-nav-sep.gif) no-repeat right 33px;
    padding: 0 12px 0 0;
    margin-right: 10px;
    margin-left: 0;
    line-height: 79px;
    font-size: 12px;
}

@media (max-width: 767px) {
    #cwa_footer .cwa_footer_nav ul li {
        line-height: 30px;
    }
}

#cwa_footer .cwa_footer_nav ul li a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

#cwa_footer .cwa_footer_nav ul li a:hover {
    color: #6abf1a;
}

#cwa_footer .cwa_footer_nav ul li.current-menu-item a {
    color: #6abf1a;
}

#cwa_footer .cwa_footer_nav ul li:last-child {
    background: none;
}

@media (max-width: 767px) {
    #cwa_footer .cwa_footer_nav ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
}

#cwa_footer .cwa_footer_nav ul li:before {
    display: none;
}

#cwa_footer .cwa_social_icons {
    float: right;
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    #cwa_footer .cwa_social_icons {
        float: none;
        padding: 0;
    }
}

@media (max-width: 767px) {
    #cwa_footer .cwa_col {
        margin: 0;
    }
}

/* ======== BASE ======== */
#cwa_content {
    padding: 30px 0 40px;
}

.cwa_container {
    width: 1146px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .cwa_container {
        width: inherit;
        padding: 0 15px !important;
    }
}

@media (max-width: 767px) {
    .cwa_container {
        padding: 10px 15px !important;
    }
}

.cwa_home_content {
    text-align: center;
    padding: 0 !important;
}

.cwa_home_content h2 {
    font-size: 38px;
    color: #6abf1a;
    margin-bottom: 20px;
}

.home_service {
    display: flex;
    align-items: center;
}

.cwa_page_title {
    text-align: center;
}

/* GRIDS */
.cwa_row .cwa_col:first-child {
    margin-left: 0;
}

.cwa_col {
    width: 100%;
    float: left;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .cwa_col {
        float: none;
        margin: 0 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col {
        margin-left: 2%;
    }
}

.cwa_col_1 {
    width: 68px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_1 {
        width: 6.5%;
    }
}

.cwa_col_2 {
    width: 166px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_2 {
        width: 15.0%;
    }
}

.cwa_col_3 {
    width: 264px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_3 {
        width: 23.5%;
    }
}

.cwa_col_4 {
    width: 231px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_4 {
        width: 32.0%;
    }
}

.cwa_col_5 {
    width: 460px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_5 {
        width: 40.5%;
    }
}

.cwa_col_6 {
    width: 558px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_6 {
        width: 49.0%;
    }
}

.cwa_col_7 {
    width: 656px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_7 {
        width: 57.5%;
    }
}

.cwa_col_8 {
    width: 754px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_8 {
        width: 66.0%;
    }
}

.cwa_col_9 {
    width: 852px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_9 {
        width: 74.5%;
    }
}

.cwa_col_10 {
    width: 950px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_10 {
        width: 83.0%;
    }
}

.cwa_col_11 {
    width: 1048px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_11 {
        width: 91.5%;
    }
}

.cwa_col_12 {
    width: 1146px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_col_12 {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .cwa_col_1,
    .cwa_col_2,
    .cwa_col_3,
    .cwa_col_4,
    .cwa_col_5,
    .cwa_col_6,
    .cwa_col_7,
    .cwa_col_8,
    .cwa_col_9,
    .cwa_col_10,
    .cwa_col_11,
    .cwa_col_12 {
        width: inherit;
    }
}

/* Social Icons */
.cwa_social_icons a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/social-icons.png) no-repeat;
    text-indent: -9000px;
    float: left;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .cwa_social_icons a {
        float: none;
        display: inline-block;
    }
}

.cwa_social_icons a.cwa_twitter {
    background-position: 0 0;
}

.cwa_social_icons a.cwa_facebook {
    background-position: -35px 0;
}

.cwa_social_icons a.cwa_youtube {
    background-position: -69px 0;
}

.cwa_social_icons a.cwa_google {
    background-position: -103px 0;
}

.cwa_social_icons a.cwa_pinterest {
    background-position: -139px 0;
}

.cwa_social_icons a:hover {
    opacity: 0.6;
}

.cwa_social_icons span {
    float: left;
    margin: 0 8px 0 0;
}

@media (max-width: 1023px) {
    .cwa_social_icons span {
        display: none;
        margin: 0 4px;
    }
}

.cwa_btn_ext {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    background: #3FA347;
    border: none;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    min-width: 160px;
    position: relative;
    z-index: 9;
    text-align: center;
}

/* Green Header */
.cwa_green_header {
    background: url(../images/header-bg.jpg) no-repeat;
    height: 47px;
    margin: 0 0 20px;
    line-height: 47px;
    text-align: center;
    font-family: "Russo One", sans-serif;
    font-size: 30px;
    color: #ffffff;
}

/* BANNER */
#cwa_banner {
    position: relative;
    margin: 0x;
}

#cwa_banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 219px;
}

#cwa_banner .cwa_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
}

#cwa_banner .cwa_banner_text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 42px;
    text-align: center;
}

@media (max-width: 767px) {
    #cwa_banner .cwa_banner_text {
        bottom: 10px;
    }
}

#cwa_banner .cwa_banner_text h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 3px 3px 7px #262626;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    #cwa_banner .cwa_banner_text h1 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #cwa_banner .cwa_banner_text h1 {
        font-size: 40px;
    }
}

#cwa_banner .cwa_banner_text a {
    background: #ffffff;
    width: 226px;
    line-height: 50px;
    border: #6abf1a 2px solid;
    margin: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #6abf1a;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 23px;
    text-decoration: none;
}

@media (max-width: 767px) {
    #cwa_banner .cwa_banner_text a {
        display: none;
    }
}

#cwa_banner .cwa_banner_text a:hover {
    background: #6abf1a;
    color: #ffffff;
}

#cwa_cta {
    overflow: hidden;
}

@media(max-width: 1023px) {
    #cwa_cta {
        margin-top: -30px;
    }
}

@media(max-width: 767px) {
    #cwa_cta {
        margin-top: 0px;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) {
    margin-left: 0px;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) {
    width: 50%;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3) {
    width: 25%;
}


#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) {
    height: 46.875vw;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4),
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2) .cwa_cta_item_link,
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3) .cwa_cta_item_link,
#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_link {
    height: 23.4375vw;
}

@media(max-width: 1024px) {

    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) {
        width: 50vw;
        height: 35vw;
        margin: 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) {
        width: 100vw;
    }
}

@media(max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media(max-width: 767px) {

    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(2),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(3),
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) {
        width: 100vw;
        height: 100vw;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_inner {
    margin-left: 23px;
    margin-bottom: 21px;
}

/*#cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_inner:before {*/
/*    content: "";*/
/*    background: rgb(0,0,0);*/
/*    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 15vw;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 9;*/
/*}*/

/*#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_inner:before {*/
/*    background: rgb(0,0,0);*/
/*    background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
/*    width: calc(25vw + 70px);*/
/*    height: 100%;*/
/*}*/

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media(max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_inner .cwa_cta_item_subinner {
    margin-right: 25px;
}

@media(max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_inner .cwa_cta_item_subinner {
        margin-right: 0;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_inner {
    margin-left: 70px;
    margin-bottom: 0px;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_inner {
        margin-left: 23px;
        margin-bottom: 21px;
    }
}

@media(max-width: 767px) {

    #cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_inner,
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_inner {
        margin-left: 0;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 26px;
    margin-bottom: 3px;
    position: relative;
    z-index: 9;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_text {
    font-size: 40px;
}

@media(max-width: 767px) {

    #cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_text,
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_text {
        font-size: 32px;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_description {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 13px;
    width: 14vw;
    position: relative;
    z-index: 9;
    color: #fff;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_description {
        width: 35vw;
    }
}

@media(max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover .cwa_cta_item_description {
        width: 75vw;
        margin-right: 0;
        font-size: 16px;
    }
}


#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_description {
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_description {
    font-size: 16px;
    width: 25vw;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(1) .cwa_cta_item_description {
        width: 75vw;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_description {
    width: 17vw;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_description {
        width: 30vw;
    }
}

@media(max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item.background-cover:nth-child(4) .cwa_cta_item_description {
        width: 75vw;
        margin-top: 13px;
    }
}

#cwa_cta .cwa_container {
    width: 100%;
}

@media(max-width: 1024px) {
    #cwa_cta .cwa_container {
        padding: 0 0 !important;
    }
}

#cwa_cta .cwa_cta {
    margin-bottom: 60px;
    clear: both;
    overflow: hidden;
}

@media(max-width: 1024) {
    #cwa_cta .cwa_cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item {
    position: relative;
    overflow: hidden;
}

#cwa_cta .cwa_cta .cwa_cta_item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.5s linear;
}

#cwa_cta .cwa_cta .cwa_cta_item:focus::after,
#cwa_cta .cwa_cta .cwa_cta_item:hover::after {
    transform: scale(1.15);
}

@media (max-width: 767px) {
    #cwa_cta .cwa_cta .cwa_cta_item {
        text-align: center;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item a {
    text-decoration: none;
    color: #ffffff;
}

#cwa_cta .cwa_cta .cwa_cta_item a img {
    border: 2px solid #00438d;
    max-width: 100%;
}

#cwa_cta .cwa_cta .cwa_cta_item a .cwa_text_overlay {
    background-color: rgba(106, 191, 26, 0.8);
    width: 180px;
    top: 50%;
    left: 50%;
    border: 1px solid #6abf1a;
    position: absolute;
    margin: -90px 0 0 -90px;
}

#cwa_cta .cwa_cta .cwa_cta_item a .cwa_text_overlay p {
    text-transform: uppercase;
    padding: 43px 13px;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    text-shadow: 0 0 5px #262626;
    margin: 0;
}

@media (max-width: 768px) {
    #cwa_cta .cwa_cta .cwa_cta_item a .cwa_text_overlay p {
        padding: 38px 13px;
    }
}

#cwa_cta .cwa_cta .cwa_cta_item a:hover .cwa_text_overlay {
    background-color: #6abf1a;
}

/* ===== PRODUCTS ===== */
/* Generic Products */
.cwa_products {
    margin-bottom: 30px;
}

.cwa_product.cwa_col.cwa_col_3 {
    width: 30%;
}

.cwa_products .cwa_product {
    box-shadow: 0 0 10px -5px #000;
    position: relative;
}

@media (max-width: 767px) {
    .cwa_products .cwa_product {
        width: 264px;
        margin-left: auto !important;
        margin-right: auto;
    }

    .cwa_product.cwa_col.cwa_col_3 {
        width: 80%;
    }

    .cwa_shop_page h1.page-title {
        text-align: center;
    }
}

.cwa_products .cwa_product a {
    color: #ffffff;
    text-decoration: none;
}

.cwa_products .cwa_product img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.cwa_products .cwa_product h6 {
    font-family: "Roboto", sans-serif;
    background: #00438d;
    padding: 17px 13px;
    min-height: 73px;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    color: #ffffff;
}

.cwa_products .cwa_product .onsale {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    background: #6abf1a;
    text-align: center;
    position: absolute;
    top: -14px;
    right: -14px;
}

.cwa_products .cwa_product:hover h6 {
    background: #6abf1a;
}

/* Featured Products*/
#cwa_featured {
    padding: 0 0 18px;
}

/* Home Shop List */
#cwa_shop {
    padding: 0 0 18px;
}

#cwa_shop .cwa_product h6 {
    font-size: 18px;
    text-align: center;
    min-height: 39px;
    padding: 12px 13px;
}

/* Shop Page */
.storefront-sorting {
    font-size: 13px;
    height: 55px;
}

@media (max-width: 767px) {
    .storefront-sorting {
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .storefront-sorting {
        margin-bottom: 50px;
    }
}

.storefront-sorting .woocommerce-ordering {
    float: left;
    padding: 0 13px 0 0;
}

@media (max-width: 767px) {
    .storefront-sorting .woocommerce-ordering {
        float: none;
        padding: 0;
        width: 36%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .storefront-sorting .woocommerce-ordering {
        width: 200px;
        float: left;
        margin-bottom: 15px;
    }
}

.storefront-sorting .woocommerce-ordering .orderby {
    color: #3b3b3b;
    font-size: 12px;
    width: 100%;
    border: #777777 1px solid;
    line-height: inherit;
    outline: 0;
    margin: 0 0 10px;
    padding: 0;
    height: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    background: none;
}

.storefront-sorting p {
    line-height: 19px;
    margin: 0;
}

.storefront-sorting .woocommerce-result-count {
    float: left;
}

@media (max-width: 767px) {
    .storefront-sorting .woocommerce-result-count {
        float: none;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .storefront-sorting .woocommerce-result-count {
        float: right;
    }
}

.storefront-sorting .woocommerce-pagination {
    float: right;
    margin: -10px 0 0;
}

@media (max-width: 767px) {
    .storefront-sorting .woocommerce-pagination {
        float: none;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .storefront-sorting .woocommerce-pagination {
        float: right;
        text-align: center;
        width: 100%;
    }
}

.storefront-sorting .pagination .page-numbers,
.storefront-sorting .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
}

.storefront-sorting .pagination .page-numbers::after,
.storefront-sorting .woocommerce-pagination .page-numbers::after {
    clear: both;
    content: "";
    display: table;
}

.storefront-sorting .pagination .page-numbers li,
.storefront-sorting .woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

@media (max-width: 767px) {

    .storefront-sorting .pagination .page-numbers li,
    .storefront-sorting .woocommerce-pagination .page-numbers li {
        font-size: 11px;
    }
}

.storefront-sorting .pagination .page-numbers li:before,
.storefront-sorting .woocommerce-pagination .page-numbers li:before {
    display: none;
}

.storefront-sorting .pagination .page-numbers li .page-numbers,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: 0.327em 0.857em;
    background-color: #f9f9f9;
    font-weight: 700;
    color: #3b3b3b;
}

.storefront-sorting .pagination .page-numbers li .page-numbers.current,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current {
    font-weight: 700;
    background-color: #00438d;
    border-color: #00438d;
    color: #fff;
}

.storefront-sorting .pagination .page-numbers li .page-numbers.dots,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.dots {
    background-color: transparent;
}

.storefront-sorting .pagination .page-numbers li .page-numbers.prev,
.storefront-sorting .pagination .page-numbers li .page-numbers.next,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.prev,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.next {
    padding-left: 1em;
    padding-right: 1em;
}

.storefront-sorting .pagination .page-numbers li a.page-numbers:hover,
.storefront-sorting .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.storefront-sorting .rtl .pagination a.next,
.storefront-sorting .rtl .pagination a.prev,
.storefront-sorting .rtl .woocommerce-pagination a.next,
.storefront-sorting .rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg);
}

/* Shop Detail Page */
.cwa_shop_detail_page {
    padding: 5px 0 0;
}

.cwa_shop_detail_page .cwa_col_4 {
    width: 40%;
}

.cwa_shop_detail_page .images {
    padding: 6px 0 0;
    margin: 0 0 30px 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .cwa_shop_detail_page .images {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_shop_detail_page .images {
        text-align: center;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_shop_detail_page .summary {
        width: 100% !important;
    }
}

.cwa_shop_detail_page .summary h2 {
    margin: 0 0 8px;
}

.cwa_shop_detail_page .summary .price {
    font-family: "Russo One", sans-serif;
    color: #3b3b3b;
    font-size: 20px;
}

.cwa_shop_detail_page .summary .cwa_description p {
    font-size: 15px;
}

.cwa_shop_detail_page .summary .cart {
    padding: 0 0 18px;
}

.cwa_shop_detail_page .summary .cart .quantity input[type=number] {
    padding: 0 0 0 17px !important;
    width: 48px;
    float: left;
    margin: 0 13px 0 0;
}

.cwa_shop_detail_page .summary .cart button[type=submit] {
    line-height: 35px;
}

.cwa_shop_detail_page .summary .sku_wrapper {
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
}

.cwa_shop_detail_page .summary .sku_wrapper .sku {
    font-weight: 400;
}

.cwa_shop_detail_page .summary .posted_in {
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
}

.cwa_shop_detail_page .summary .posted_in a {
    font-weight: 400;
    color: #3b3b3b;
}

.cwa_shop_detail_page .summary .variations td {
    display: block;
}

.cwa_shop_detail_page .summary .variations td.label {
    font-weight: 700;
    text-transform: uppercase;
}

.cwa_shop_detail_page .summary .variations select {
    margin: 10px 0;
    background: none;
    height: inherit;
    border: #777777 1px solid;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cwa_shop_page .cwa_products .cwa_col_3 {
        width: 32%;
    }
}

/* ==== SIDEBAR ==== */
#cwa_sidebar {
    padding: 5px 0 0;
}

@media (max-width: 767px) {
    #cwa_sidebar {
        width: 290px;
        margin: 0 auto;
    }
}

#cwa_sidebar .widget {
    margin: 0 0 35px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #cwa_sidebar .widget h2 {
        font-size: 26px;
    }
}

#cwa_sidebar .widget .cwa_widget_body {
    background: #e8ecf1;
    overflow: hidden;
    padding: 25px 20px 0;
}

#cwa_sidebar .widget ul {
    margin: 0;
}

#cwa_sidebar .widget ul li {
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
}

#cwa_sidebar .widget ul li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #00438d;
}

#cwa_sidebar .widget ul li a:hover {
    text-decoration: none;
    color: #6abf1a;
}

#cwa_sidebar .widget ul li:last-child {
    margin: 0;
}

#cwa_sidebar .widget ul li:before {
    display: none;
}

#cwa_sidebar .widget_search .cwa_widget_body {
    padding: 0;
}

#cwa_sidebar .widget_search input[type=text],
#cwa_sidebar .widget_search input[type=saerch] {
    width: 210px;
    margin: 0;
    float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {

    #cwa_sidebar .widget_search input[type=text],
    #cwa_sidebar .widget_search input[type=saerch] {
        width: 75%;
    }
}

#cwa_sidebar .widget_search button {
    border: 0;
    background: none;
    float: right;
    padding: 0 10px;
    margin: 0;
    font-size: 23px;
    line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #cwa_sidebar .widget_search button {
        padding: 0 5px;
    }
}

/*# sourceMappingURL=style.css.map */

.cwa_woo_nav .menu-woo-nav-container #menu-woo-nav {
    margin: 0 !important;
}

.woocommerce .cart_item .product-thumbnail img {
    width: 40% !important;
}

.woocommerce-message {
    color: #ffffff;
    background-color: #00438d;
    line-height: 40px;
    padding: 0 20px 0 5px;
    margin-bottom: 30px;
}

.woocommerce-message .wc-forward {
    background-color: #80A945;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.woocommerce-message .wc-forward:hover {
    text-decoration: none;
}

.cwa_wishlist a {
    position: relative;
}

.cwa_wishlist a:before {
    content: "\f08a";
    font-family: FontAwesome;
    position: absolute;
    left: -17px;
    top: -7px;
}

.product-add-to-cart a.button.alt {
    background-color: #80A945 !important;
}

#logo-slider {
    z-index: 9000 !important;
}

#logo-slider-wraper {
    left: 18px !important;
}

/*////////*/


.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 3em;
    font-size: 0.8751em;

}

.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #141741;
    cursor: pointer;
    background: #2d338e;
    outline: none;
    top: -0.2em;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #2d338e;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #d5d5d5;
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.background-cover {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cwa_container_ext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1052px;
}

.cwa_row_ext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.cwa_col_ext {
    float: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.cwa_col_ext img {
    max-width: 100%;
}

.cwa_col_12_ext {
    width: 100%;
}

.cwa_col_6_ext {
    width: 50%;
}

/* Homepage - About Section */
#cwa_home_about {
    padding: 88px 0;
    color: #fff;
    line-height: 1.5;
    position: relative;
}

@media(max-width: 767px) {
    #cwa_home_about {
        padding: 74px 0 44px 0;
    }
}

#cwa_home_about:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #234C69;
    opacity: 0.925;
}

#cwa_home_about .cwa_container_ext {
    position: relative;
}

@media(max-width: 1024px) {
    #cwa_home_about .cwa_container_ext {
        padding: 0 30px !important;
    }
}

#cwa_home_about .cwa_row_ext {
    margin-left: -20px;
    margin-right: -20px;
}

#cwa_home_about .cwa_col_ext {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width: 1024px) {
    #cwa_home_about .cwa_row_ext {
        margin-left: -15px;
        margin-right: -15px;
    }

    #cwa_home_about .cwa_col_ext {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#cwa_home_about .cwa_home_about_logo {
    text-align: center;
    margin-bottom: 54px;
}

@media(max-width: 767px) {
    #cwa_home_about .cwa_home_about_logo {
        margin-bottom: 27px;
    }
}

#cwa_home_about .cwa_home_about_logo img {
    height: 80px;
}

@media(max-width: 767px) {
    #cwa_home_about .cwa_home_about_logo img {
        height: auto;
        max-width: 100%;
    }
}

#cwa_home_about .cwa_home_about_button {
    display: block;
    color: #3FA347;
    font-weight: bold;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media(max-width: 767px) {
    #cwa_home_about .cwa_home_about_button {
        margin-top: 30px;
    }
}

#cwa_home_about .cwa_col_6_ext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 767px) {
    #cwa_home_about .cwa_col_6_ext {
        width: 100%;
    }
}

/* Homepage - Service Section */
#cwa_home_service {
    padding: 73px 0;
    position: relative;
}

#cwa_home_service .cwa_row_ext {
    margin-left: -20px;
    margin-right: -20px;
}

#cwa_home_service .cwa_container_ext {
    position: relative;
}

@media(max-width: 1024px) {
    #cwa_home_service .cwa_container_ext {
        padding: 0 30px !important;
    }
}

#cwa_home_service .cwa_col_ext {
    padding-left: 20px;
    padding-right: 20px;
}

#cwa_home_service .cwa_col_6_ext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media(max-width: 767px) {
    #cwa_home_service .cwa_col_6_ext {
        width: 100%;
    }

    #cwa_home_service .cwa_col_6_ext:last-child {
        margin-bottom: 0;
    }
}

#cwa_home_service .service-title {
    font-size: 32px;
    font-weight: bold;
    border-left: 3px solid #3FA347;
    padding-left: 13px;
    margin-bottom: 34px;
    color: #1C1818;
}

#cwa_home_service .service-subtitle {
    margin: 0 0 25px 0;
}

#cwa_home_service .service-subtitle li {
    margin-left: 0;
    display: inline-block;
    border-left: 3px solid #3FA347;
    padding: 0 13px;
    line-height: 18px;
}

#cwa_home_service .service-subtitle li:before {
    content: "";
}

#cwa_home_service .service-description {
    font-size: 16px;
    line-height: 1.5;
    color: #1C1818;
    margin-bottom: 44px;
}

#cwa_home_service .cwa_home_service_button {
    display: block;
    color: #3FA347;
    font-weight: bold;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/* Homepage - Book Section */
#cwa_home_book {
    padding: 73px 0;
    position: relative;
    background-color: #D7D8D7;
}

#cwa_home_book h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1D1919;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 25px;
}

#cwa_home_book p {
    font-size: 20px;
    margin-bottom: 0;
}

#cwa_home_book .cwa_col:first-child {
    width: 83.47%;
}

#cwa_home_book .cwa_col:last-child {
    width: 16.53%;
}

#cwa_home_book .cwa_btn_ext {
    line-height: 42px;
}

@media(max-width: 1024px) {
    #cwa_home_book .cwa_container_ext {
        padding: 0 30px !important;
    }

    #cwa_home_book .cwa_col:first-child {
        width: 70%;
    }

    #cwa_home_book .cwa_col:last-child {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}

@media(max-width: 767px) {
    #cwa_home_book .cwa_col:first-child {
        width: 100%
    }

    #cwa_home_book .cwa_col:last-child {
        width: 100%;
        margin: 0 0 0;
    }
}

/* Homepage - Brand Logo */
#cwa_home_brand_logo {
    padding: 73px 0;
}

#cwa_home_brand_logo h2 {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    color: #1D1919;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    border-left: 3px solid #3FA347;
    padding-left: 13px;
    width: 16%;
}

#cwa_home_brand_logo .cwa_container_ext {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cwa_home_brand_logo img {
    max-height: 60px;
}

/* Homepage - Brand Logo - Mobile */
@media only screen and (max-width: 767px) {
    #cwa_home_brand_logo .cwa_container_ext {
        flex-direction: column;
    }

    #cwa_home_brand_logo {
        padding: 10px 0;
    }

    #cwa_home_brand_logo h2 {
        width: 100%;
        margin-bottom: 30px;
    }

    #cwa_home_brand_logo a {
        margin: 10px auto;
    }

}






/* Footer - Contact */
#cwa_footer_contact:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #234C69;
    opacity: 0.925;
}

#cwa_footer_contact {
    padding: 0;
    color: #fff;
    line-height: 1.5;
    position: relative;
}

#cwa_footer_contact .cwa_container_ext {
    position: relative;
}

#cwa_footer_contact .cwa_row_ext {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
}

#cwa_footer_contact .cwa_col_6_ext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cwa_footer_contact .cwa_col_ext {
    padding-left: 20px;
    padding-right: 20px;
}

#cwa_footer_contact .cwa_col_ext:last-child {
    padding-right: 0;
}

#cwa_footer_contact .maps-footer {
    overflow: hidden;
    padding-top: 725px;
    position: relative;
}

#cwa_footer_contact .maps-footer iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cwa_footer_contact .cwa_col_6 {
    width: calc((100vw / 2) + 20px);
}

#cwa_footer_contact .cwa_col_6.contact-footer-left {
    width: calc(1052px / 2);
    margin-left: calc(50vw - ((1074px + 20px) / 2));
}

#cwa_footer_contact .cwa_container_ext {
    max-width: 100%;
    /*padding-left: 20px;*/
    padding-left: 4px;
    padding-right: 0px;
}

#cwa_footer_top {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1D1919;
}

.cwa_footer_top_contact {
    margin-left: 0;
    margin-bottom: 20px;
}

.cwa_footer_top_contact li {
    font-size: 14px;
    font-weight: bold;
}

.cwa_footer_top_opening_hours {
    margin-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.cwa_footer_top_opening_hours li {
    margin-left: 0;
    padding: 0 10px;
    border-right: 2px solid #3FA347;
    line-height: 16px;
}

.cwa_footer_top_opening_hours li:first-child {
    font-weight: bold;
    padding-left: 0px;
}

.cwa_footer_top_opening_hours li:last-child {
    padding-right: 0px;
    border-right: none;
}

.cwa_footer_top_opening_hours li::before {
    display: none;
}

#cwa_footer_top h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1D1919;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
}

#cwa_footer_top .menu-footer-nav-container>ul {
    margin-left: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 90px;
}

#cwa_footer_top .menu-footer-nav-container>ul li {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    border-left: 2px solid #3FA347;
    padding-left: 10px;
}

#cwa_footer_top .menu-footer-nav-container>ul li a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
}

#cwa_footer_top .menu-footer-nav-container>ul li a:hover,
#cwa_footer_top .menu-footer-nav-container>ul li a:focus {
    text-underline: none;
}

#cwa_footer_top .menu-footer-nav-container>ul li:before {
    display: none;
}

.cwa_footer_top_contact a {
    text-decoration: none;
    color: #3b3b3b;
}

#cwa_footer_copyright {
    color: #1C1818;
    line-height: 40px;
    background-color: #D7D8D7;
}

#cwa_footer_copyright a {
    color: #1C1818;
    margin-left: 4px;
    text-decoration: none;
}

#cwa_footer_copyright .cwa_container_ext {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cwa_footer_copyright img.emoji {
    height: auto !important;
    margin: 0 0.25rem !important;
}

.contact-footer-left {
    padding: 88px 0;
}

.contact-footer-left h3 {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    ;
}

.footer-contact .gform_button {
    background-color: #3EA446;
    border: none;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
}

/* Footer - Responsive Phone */
@media only screen and (max-width: 767px) {
    #cwa_footer {
        padding: 0;
    }

    #cwa_footer .cwa_col {
        width: 100%;
    }

    #cwa_footer_contact .cwa_col_6 {
        width: calc(1052px / 2.5) !important;
        margin: 0 !important;
        padding: 0 30px;
    }

    #cwa_footer_contact .maps-footer {
        padding-top: 0;
    }

    #cwa_footer_contact .maps-footer iframe {
        position: relative;
        height: 300px;
        width: 100%;
    }

    #cwa_footer_contact .cwa_col_ext:last-child {
        padding: 0 30px;
    }

    .cwa_footer_top_contact li,
    #cwa_footer_top .menu-footer-nav-container>ul li {
        text-align: left;
    }
}

/* Footer - Responsive Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    #cwa_footer {
        padding: 0;
    }

    #cwa_footer_contact .cwa_col_6.contact-footer-left {
        width: 100%;
        margin-left: 0;
        padding: 88px 30px;
    }

    #cwa_footer_contact .maps-footer {
        padding-top: 0;
    }

    #cwa_footer_contact .maps-footer iframe {
        position: relative;
        height: 400px;
        width: 100%;
    }

    #cwa_footer_contact .cwa_col_ext:last-child {
        padding: 0 30px 10px;
        width: 100%;
    }
}


/* Sticky Button */
.cwa-sticky-button {
    background-color: #3EA446;
    top: 50%;
    margin-top: -101px;
    right: -52px;
    position: fixed;
    z-index: 99999;
    color: #fff;
    font-weight: bold;
    transform: rotate(-90deg);
    padding: 15px 30px;
    font-size: 1rem;
}

a.cwa-sticky-button:hover {
    background-color: #23832b;
    text-decoration: none;
}

/* About */
.cwa_container_full {
    display: flex;
    width: 100%;
}

.header-banner img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 48px;
}

.about-img-content {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    #about-page .cwa_container {
        padding: 10px 0 !important;
    }

    #about-page #cwa-content .content-column.one_half {
        margin-bottom: 0 !important;
    }
}
.cwa_col.cwa_col_4.images .woocommerce-main-image.zoom img {
    width: 87.5%;
}
.page-template-services #cwa_content {
    padding: 0;
}
.page-template-services #cwa_banner {
    margin-bottom: 0;
}

/* Storage Page */
#storage-page .cwa_container_full {
    display: block;
}

#storage-page .header-banner {
    max-height: 219px;
    margin-bottom: 48px;
}

.storage-inner-banner {
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 4em 0;
}

.storage-inner-banner h2 {
    color: white;
    text-shadow: 2px 2px 5px black;
}

div.fancybox__container {
    z-index: 9999999;
}
.single-product #cwa_content .cwa_shop_detail_page .cwa_row {
    position: relative;
}
.single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.new_ribbon_right,
.single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.onsale_ribbon_right,
.single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.soldout_ribbon_right {
    right: 65%;
    top: 6px;
}
.cwa_content_mobile {
    display: none;
}
#lp-pom-text-26,
#lp-pom-block-17 {
    display: none !important;
}
.section-container {
    margin: 0 auto;
    position: relative;
    background: rgba(238, 238, 238, 1);
    border-style: none none solid none;
    border-width: 1px;
    border-color: #DDD;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-container .section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
    color: #000;
}
@media (max-width: 767px) {
    #cwa_footer_copyright .cwa_container_ext {
        display: block;
        text-align: center;
        font-size: 14px;
    }
    #cwa_footer_top .menu-footer-nav-container>ul {
        display: block;
        height: auto;
        text-align: center;
    }
    #cwa_footer_top .menu-footer-nav-container>ul li {
        display: inline;
        padding-left: 0;
        margin-left: 12px;
        border: none;
    }
    .cwa_shop_detail_page .cwa_col_4 {
        width: 100%;
    }
    .cwa_shop_detail_page .cwa_col_5 {
        width: 100%;
    }
    .single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.new_ribbon_right,
    .single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.onsale_ribbon_right,
    .single-product #cwa_content .cwa_shop_detail_page .cwa_row .woosticker.soldout_ribbon_right {
        right: 6%;
        top: 6px;
    }
    #cwa_footer_contact .cwa_container_ext {
        display: block;
    }
    .cwa_content_mobile {
        display: block;
    }
    .cwa_content_desktop {
        display: none;
    }
    .cwa_content_mobile .yith-wcwl-add-to-wishlist {
        margin-bottom: 30px;
    }
    #cwa_header .cwa_header_right.cwa_col.cwa_col_9 {
        z-index: 999999;
    }
}

/* Habib Last Edit 09/09/2021 */

/* Fixing for https://app.asana.com/0/1200419240439479/1200755324301486/f */
@media (min-width: 768px) {
    .form-mobile.section-container {
        display: none;
    }
}

@media (max-width: 767px) {

    /* Fixing for https://app.asana.com/0/1199205491320648/1200937832757349/f */
    div #cwa_header {
        margin: 0 0 30px;
    }

    /* Fixing for https://app.asana.com/0/1199205491320648/1200937832757354/f */
    #cwa_topbar {
        display: none;
    }

    /* Fixing for https://app.asana.com/0/1200419240439479/1200755324301486/f */
    .form-mobile.section-container {
        display: block;
    }
}