@media (min-width: 769px) {
.woocommerce-checkout .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 48%;
}

#customer_details+#wc_checkout_add_ons, 
#order_review, 
#order_review_heading,
.woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
}

h3#order_review_heading {
    font-size: 24px;
margin-top: 30px;
}
}
-----------


.wp-show-posts-inner :last-child {
    margin-bottom: 0;
    text-align: center;
}

#swipebox-overlay {
    background: #000000e0;
}

@media (min-width: 769px) {
h4 {
text-align: right;
margin-top: -10px;
}
}

h4 {
font-size: 35px;
font-weight: bold;
}

.main-navigation ul ul ul {
    width: 200px;
}

.wpb_category_n_menu_accordion>ul>li:not(:last-child)>a {
    border-bottom-color: #e4e4e4!important;
    color: #000 !important;
}
.wpb_category_n_menu_accordion>ul>li>a {
    background: #e4e4e4 !important;
color: #000 !important;
}
.wpb_category_n_menu_accordion>ul>li>a:hover {
    background: #e4e4e4 !important;
color: #000 !important;
}

.wpb_category_n_menu_accordion ul > li li a {
    color: #000 !important;
    background: #f2f2f2 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #3a3a3a;
    background-color: #d7dade;
    font-weight: normal;
    text-transform: none;
}

.wpb_category_n_menu_accordion>ul>li {
    background: #e4e4e4 !important;
    color: #000 !important;
}

@media (min-width: 900px) {
.site-header .header-image {
    vertical-align: middle;
    margin-left: 10px;
}
}
}

#wc-column-container .product .stock in-stock p {
   font-size: 10px !important;

}

/* Products IN STOCK */
.woocommerce div.product p.stock {
    color: red !important;
}

/* Products ON BACKORDER */
.woocommerce div.product p.stock.available-on-backorder {
    color: orange;
}

/* Products OUT OF STOCK */
.woocommerce div.product p.stock.out-of-stock {
    color: black;
}

.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside;
color: red !important;
}

p.stock.in-stock {
    color: #2ad54d;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 5px;
}

p.stock.out-stock {
    color: #222;
    font-size: 0.8rem;
    margin-top: 5px;
}

.woocommerce ul.products.columns-3 li.product {
    border: 2px solid #f3f3f3;
    padding: 0.7rem;
    border-radius: 2px;
    background-color: #fdfdfd;
}
