/*
 Theme Name:   Storefront Child
 Theme URI:    https://woocommerce.com/storefront/
 Description:  Storefront Child theme created by Bajubo
 Author:       BlazP
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bajubo
*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@font-face {
    /*font-family: Comfortaa;*/
    /*src: url(font/Comfortaa-Regular.ttf);*/
    font-family: Comfortaa;
}
html {
    height: 100%;
}
body {
    position: relative;
    width: 100%;
    min-height: 100%;
    min-width: 263px;
    /*min-width: 767px;*/
    overflow-x: hidden;
    overflow-y: auto;
}
body::after {
    content: '';
    display: block;
    height: 50px; /* Set same as footer's height */
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
h2 {
    font-size: 18px;
}
a {
    color: #9e663f;
}
a:focus {
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 15px;
    }
}

/**********
 * header *
 *********/
#masthead {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    /*padding: 0;*/
    min-height: 50px;
    border: none;
}
.home #masthead {
    /*height: 17px;*/
}
#content {
    margin-top: 10px;
}
.home #content {
    margin-top: 0;
}
@media screen and (max-width: 782px) {
    .home #masthead {
        height: 0;
    }
}
#masthead #bajubo_header {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-bottom: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    overflow: hidden;
}
#masthead #bajubo_header .col-full {
    background-color: transparent;
}
#masthead #bajubo_header table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    height: 50px;
}
#masthead #bajubo_header table tr,
#masthead #bajubo_header table tr th {
    background-color: transparent;
    padding: 0;
}
/** left header */
#masthead #bajubo_header table tr th.header_left {
    width: 45%;
    height: 100%;
    text-align: left;
    padding-top: 13px;
}
#masthead #bajubo_header table tr th.header_left h2 a {
    color: #707070;
}
/** center header */
#masthead #bajubo_header table tr th.back_button {
    width: 5%;
    text-align: center;
}
#masthead #bajubo_header table tr th.back_button a,
#masthead #bajubo_header table tr th.back_button a i {
    width: 30px;
    height: 100%;
}
#masthead #bajubo_header table tr th.back_button a i:before {
    height: 30px;
    font-size: 30px;
    line-height: 1.5;
    color: #9e663f;
}
/** right header */
#masthead #bajubo_header table tr th.header_icons {
    width: 45%;
    text-align: right;
    font-size: 16px;
}
#masthead #bajubo_header table tr th.header_icons .icons_block {
    margin-top: 11px;
}
#masthead #bajubo_header table tr th.header_icons a {
    color: #707070;
    padding: 0 3px;
    position: relative;
    font-weight: normal;
}
#masthead #bajubo_header table tr th.header_icons a i.fa-shopping-cart {
    color: rgb(2, 120, 41);
}
#masthead #bajubo_header table tr th.header_icons a.has_count {
    padding: 0 15px 10px 10px;
}
#masthead #bajubo_header table tr th.header_icons a span.count {
    position: absolute;
    top: -5px;
    /*padding-left: 5px;*/
    color: #9e663f;
    font-size: 14px;
}
#masthead #bajubo_header table tr th.header_icons a:hover {
    color: #282828;
}

/**
 * cart
 */
#page #bajubo_header_cart_container {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    max-width: 67.4989378333em;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(255,255,255,0.3);
    display: none;
}
#page #bajubo_header_cart_content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    width: 100%;
    max-width: 400px;
    max-height: 100%;
    overflow: hidden;
    background-color: #333;
    border-color: #464646;
    padding: 20px;
}
#page #bajubo_header_cart_content a:hover {
    opacity: 0.5;
}
#page #bajubo_header_cart_content .cart_content_header {
    margin-top: -20px;
    border-bottom: solid 1px;
    text-align: right;
}
#page #bajubo_header_cart_content .cart_content_header a.checkout.button,
#page #bajubo_header_cart_content #cart_bottom_container a.checkout.button {
    padding: 0 35px;
    /*margin-top: 10px;*/
}
#page #bajubo_header_cart_content .cart_content_header a.checkout.button {
    /*float: left;*/
    display: none;
}
#page #bajubo_header_cart_content #cart_bottom_container a.checkout.button {
    /*float: right;*/
}
#page #bajubo_header_cart_content .cart_content_header a.close {
    font-size: 30px;
}
#page #bajubo_header_cart_content .cart_content_header a.checkout,
#page #bajubo_header_cart_content #cart_bottom_container a.checkout.button {
    border: solid 2px #9e663f;
    color: #fff;
    background-color: rgb(2, 120, 41);
}
#page #bajubo_header_cart_content #item_container {
    overflow-y: auto;
    scrollbar-width: none; /** firefox */
    max-height: calc(100vh - 200px);
}
@media screen and (max-width: 782px) {
    #page #bajubo_header_cart_content #item_container {
        max-height: calc(100vh - 280px);
    }
}
#page #bajubo_header_cart_content #item_container .background_text {
    text-align: center;
    padding-top: 20px;
    color: #f1f1f1;
    z-index: -1;
}
/* school bar width */
#page #bajubo_header_cart_content #item_container::-webkit-scrollbar {
    /*width: 0;*/
    display: none;
}
/* school bar Track */
#page #bajubo_header_cart_content #item_container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* school bar Handle */
#page #bajubo_header_cart_content #item_container::-webkit-scrollbar-thumb {
    background: #888;
}
/* school bar Handle on hover */
#page #bajubo_header_cart_content #item_container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#page #bajubo_header_cart_content #item_container ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}
#page #bajubo_header_cart_content #item_container ul li {
    border-top: solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    display: grid;
    position: relative;
}
.overlay.loading:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f110";
    -webkit-animation: fa-spin 0.75s linear infinite;
    animation: fa-spin 0.75s linear infinite;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    color: #9e663f;
}
#page #bajubo_header_cart_content #item_container ul li .overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
    cursor: wait;
}
#page #bajubo_header_cart_content #item_container ul li:first-child {
    border: none;
}
#page #bajubo_header_cart_content #item_container .product_img {
    width: 100px;
    height: 100px;
    float: left;
    padding-left: 5px;
    margin-right: 7px;
    overflow: hidden;
}
#page #bajubo_header_cart_content #item_container .product_img img {
    max-width: 100%;
    max-height: 100%;
}
#page #bajubo_header_cart_content #item_container .product_content {
    padding: 10px;
}
#page #bajubo_header_cart_content #item_container .product_content a.remove {
    float: right;
    margin-top: -20px;
}
#page #bajubo_header_cart_content #item_container .product_content a.remove:before {
    color: #9e663f;
}
#page #bajubo_header_cart_content #item_container .product_content a.name {
    width: 100%;
    overflow: hidden;
    color: #eee;
}
#page #bajubo_header_cart_content #item_container .product_content a.name .item_note {
    font-size: 12px;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity {
    display: block;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity_label {
    display: inline-block;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity label {
    color: #a5a5a5;
    /*margin-right: 10px;*/
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity {
    display: inline-block;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity a {
    font-size: 20px;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity a i {
    padding: 5px;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity input[type="number"] {
    width: 31px;
    padding: 0;
    margin: 0;
    color: #a5a5a5;
    border: none;
    background-color: #333;
    text-align: center;
    font-size: 20px;
    -moz-appearance: textfield;/** firefox */
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity input[type="number"]:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity input[type="number"]::-webkit-inner-spin-button,
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#page #bajubo_header_cart_content #item_container .product_content .product_quantity .product_price {
    margin-top: 5px;
    color: #eee;
    float: right;
}
#page #bajubo_header_cart_content .cart_price .bottom_cart_price {
    display: inline-block;
    float: right;
    margin-right: 14px;
}
#page #bajubo_header_cart_content .cart_price {
    border-top: solid 1px;
    padding: 20px 0 20px 0;
}
#page #bajubo_header_cart_content .cart_price span {
    color: #eee;
}
#page #bajubo_header_cart_content .cart_price span .text {
    margin-right: 10px;
}
#page #bajubo_header_cart_content .cart_price span.price {
    float: right;
}
#page #bajubo_header_cart_content .app_info {
    text-align: center;
}
#page #bajubo_header_cart_content .app_info a {
    overflow-wrap: normal;
}
/**
 * Search
 */
#page #search_container {
    position: fixed;
    top: 50px;
    margin: auto;
    left: 2.617924em;
    right: 2.617924em;
    height: auto;
    max-width: 66.4989378333em;
    z-index: 99999999;
    background-color: transparent;
    display: none;
}
#page #search_container .search_results {
    position: relative;
    width: 47.3%;
    height: auto;
    min-height: 50px;
    background-color: #ffffff;
}
#page #search_container .search_results .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(241, 241, 241, 0.3);
    display: none;
}
#page #search_container .search_results .header {
    width: 100%;
    text-align: right;
}
#page #search_container .search_results .header a.src_remove {
    padding: 10px;
}
#page #search_container .search_results .header a.src_remove:hover {
    opacity: 0.5;
}
#bajubo_header .header_left .site-search {
    float: none;
    width: 100%;
    margin-top: -12px;
    display: block;
}
#bajubo_header .header_left .site-search .widget_product_search {

}
/** search results */
#search_container .results .search_product_container {
    scrollbar-width: none;
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
}
/* school bar width */
#search_container .results .search_product_container::-webkit-scrollbar {
    display: none;
}
#search_container .results .search_product_container .added_to_cart.wc-forward {
    display: none;
}
#search_container .results .search_product_container table tr th {
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
    display: table-cell;
    vertical-align: middle;
}
/**
 * Location info
 */
#page #location_info_container {
    position: fixed;
    top: 50px;
    width: 100%;
    height: auto;
    max-width: 67.4989378333em;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    display: none;
}
#page #location_info_container .location_info {
    width: 100%;
    max-width: 50%;
    float: right;
    margin: 0;
    padding: 5px;
    min-height: 55px;
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none; /** firefox */
    background-color: #ffffff;
    display: block;
}
/* school bar width */
#page #location_info_container .location_info::-webkit-scrollbar {
    /*width: 0;*/
    display: none;
}
#page #location_info_container .location_info h2.title {
    text-align: center;
}
#page #location_info_container .location_info .container {
    width: 100%;
    display: inline-flex;
}
#page #location_info_container .location_info .container .img {
    float: left;
    max-width: 100px;
    max-height: 100px;
    padding: 10px;
}
#page #location_info_container .location_info .container .data {
    width: 98%;
    font-size: 14px;
}
/**
 * Language menu
 */
#header_language {
    position: fixed;
    top: 50px;
    width: 100%;
    height: auto;
    max-width: 67.4989378333em;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    /*border-bottom: solid 1px #9e663f;*/
    border-radius: 3px;
    display: none;
}
#header_language ul {
    list-style: none;
    display: inline-block;
    float: right;
    margin: 0;
}
#header_language ul li {
    clear: both;
    display: inline-block;
    padding: 10px;
}
#header_language ul li:hover {
    cursor: pointer;
}
#header_language ul li a {
    padding: 0;
    margin: 0;
}
#header_language ul li a img {
    width: 20px;
    height: 14px;
}
/**
 * user info
 */
#user_info_container {
    position: fixed;
    top: 50px;
    width: 100%;
    height: auto;
    max-width: 67.4989378333em;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 3px;
    display: none;
}
#user_info_container .user_info {
    width: 50%;
    float: right;
    margin: 0;
    padding: 5px;
    min-height: 55px;
    max-height: 300px;
    background-color: #ffffff;
    display: block;
    overflow-y: auto;
}
#user_info_container .user_info .head {
    text-align: left;
    padding: 10px;
}
#user_info_container .user_info .body ul li {
    margin: 5px;
    display: inline-flex;
}
#user_info_container .user_info .body ul li a.button {
    /*border: solid 1px #9e663f;*/
    /*color: #fff;*/
    /*background-color: #43454b;*/
    padding: 0 35px;
}
#user_info_container .user_info .body ul li a.button:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    #page #search_container .search_results {
        width: 100%;
    }
    #search_container .results .search_product_container table tr th {
        font-size: 12px;
    }
    #search_container .results .search_product_container table tr th a.button.add_to_cart_button {
        font-size: 15px;
    }
    #masthead #bajubo_header table tr th.back_button {
        width: 5%;
        text-align: right;
    }
    #masthead #bajubo_header table tr th.header_icons {
        width: 55%;
    }
    #masthead #bajubo_header table tr th.header_icons .icons_block .location_info {
        display: none;
    }
    #page #location_info_container .location_info {
        max-width: 100%;
    }
    #page #location_info_container .location_info .container {
        display: block;
    }
    #user_info_container .user_info {
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    #page #search_container {
        left: 1.41575em;
        right: 1.41575em;
    }
}

/********
 * body *
 *******/
body {
    font-family: Comfortaa,sans-serif;
    background-color: #fafafa;
}
#page .storefront-breadcrumb {
    display: none;
}
/** categories */
body.tax-product_cat #main header
{
    display: block;
    padding: 0;
    text-align: left;
}
body #main header
{
    display: none;
}
body.archive #main header h1
{
    font-size: 25px;
    color: #9e663f;
}
body.home.archive #page #masthead {
    margin: 0;
}
body.home.archive #page #content #primary #main ul li {
    width: 50%;
    min-width: 105px;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin: 0;
    height: 125px;
    overflow: hidden;
    text-align: center;
}
body.home.archive #page #content #primary #main ul li:nth-child(even) {
    border-left: none;
}
body.home.archive #page #content #primary #main ul li:nth-child(1),
body.home.archive #page #content #primary #main ul li:nth-child(2) {
    border-top: 1px solid #e4e4e4;
}
body.home.archive #page #content #primary #main ul li a img {
    max-height: 100px;
    width: 80px;
}
body.home.archive #page #content #primary #main ul li a h2 {
    font-weight: 400;
    font-size: 1.5em;
    color: #282828;
}
body.home.archive #page #content #primary #main ul li a h2 mark {
    display: none;
}
body.home.archive #page #content #primary #main ul li a img {
    display: block;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    body.home.archive #page #content #primary #main ul li {
        float: left;
        display: inline-block;
    }
    body.home.archive #page #content #primary #main ul li a h2 {
        font-weight: 400;
        font-size: 15px;
    }
}
.bajubo_read_more.cut_text
{
    display: none;
}
.bajubo_read_more.read_more
{
    font-size: 12px;
}
/** products */
body.archive #page #content #primary #main .storefront-sorting {
    display: none;
}
body.archive #page #content #primary #main ul li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    margin: 5px;
    display: inline-block;
}
body.archive #page #content #primary #main ul li a h2 {
    color: #282828;
    /*font-size: 18px;*/
    margin: 0;
}
@media screen and (max-width: 767px) {
    body.archive #page #content #primary #main ul li a h2 {
        font-size: 15px;
        font-weight: bold;
    }
    body.archive #page #content #primary #main ul li a .price {
        font-size: 15px;
    }
}
body.archive #page #content #primary #main ul li a .onsale {
    box-shadow: 1px 1px 5px #9e663f;
    color: #9e663f;
    margin: 0;
    font-size: 12px;
}
ul.products li.product .woocommerce-loop-product__title {
    color: #282828;
    font-size: 20px;
}
body.archive #page #content #primary #main ul li a .price {
    color: #8c8c8c;
    margin-bottom: 0;
}
body.archive #page #content #primary #main ul li a .price ins {
    color: #9e663f;
}
body.archive #page #content #primary #main ul li a.add_to_cart_button {
    float: right;
    margin-top: -40px;
}
.button.add_to_cart_button,
.button[name="add-to-cart"]
{
    font-weight: normal;
    font-size: 20px;
    padding: 0 20px 0 20px;
    box-shadow: 1px 1px 7px 0 #282828;
}
.button.add_to_cart_button:before,
.button[name="add-to-cart"]:before
{
    font-family: 'Font Awesome\ 5 Free';
    content: "\f217";
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    body.archive #page #content #primary #main ul li a.add_to_cart_button {
        /*font-size: 10px;*/
    }
}
body.archive #page #content #primary #main ul li a.add_to_cart_button:hover,
.button[name="add-to-cart"]:hover
{
    opacity: 0.82;
    background-color: #d5d5d5!important;
    border-color: #d5d5d5!important;
    color: #333333!important;
}
.button[name="add-to-cart"] {
    background-color: #eeeeee!important;
    border-color: #eeeeee!important;
    color: #333333!important;
}
body.archive #page #content #primary #main ul li a.added_to_cart.wc-forward {
    display: none;
}
body.archive #page #content #primary #main ul li a img {
    display: none;
}
.button.loading:after {
    color: #9e663f;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 25px;
    margin-top: -15px;
}
@media screen and (max-width: 767px) {

}

/**
 * footer
 */
footer.site-footer {
    background-color: transparent;
    padding: 0;
}
footer .site-info {
    padding: 15px;
}
footer .footer_center {
}
.site-footer a {
    color: #6d6d6d !important;
}
.site-footer a.login {
    float: right;
}
/** handheld_footer_bar */
.storefront-handheld-footer-bar .checkout_buttons_footer_bar {
    position: absolute;
    bottom: -10em;
    left: 0;
    right: 0;
    -webkit-transition: all,ease,.2s;
    transition: all,ease,.2s;
    padding: 1em;
    z-index: 1;
    display: block;
    background-color: #ffffff;
}
.storefront-handheld-footer-bar .checkout_buttons_footer_bar #bajubo_direct_checkout {
    position: relative;
    display: block;
    background-color: #ffffff;
    height: auto;
    margin: 0;
}
.storefront-handheld-footer-bar .checkout_buttons_footer_bar #bajubo_direct_checkout form {
    margin: 0;
    padding: 0;
}
.page-template-default .storefront-handheld-footer-bar {
    display: none;
}
.edit-link {
    display: none;
}

/**
 * Checkout
 */
.woocommerce-additional-fields {
    display: none;
}
.woocommerce-info,
.woocommerce-message {
    background-color: #9e663f;
}
.woocommerce-message a.button.wc-forward {
    display: none;
}
form.checkout table th {
    background-color: #9e663f;
    color: #ffffff;
}
#customer_details input {

}
#customer_details input::placeholder,
#customer_details textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e663f;
    opacity: 1; /* Firefox */
}
#customer_details input:-ms-input-placeholder,
#customer_details textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9e663f;
}
#customer_details input::-ms-input-placeholder,
#customer_details textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #9e663f;
}
#customer_details span.optional {
    visibility: hidden;
}


/**
 * Direct checkout button
 */
/** checkout page */
body.woocommerce-checkout #bajubo_direct_checkout,
body.woocommerce-checkout .storefront-handheld-footer-bar {
    display: none;
}
#payment #bajubo_checkout_container {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    background-color: #fafafa;
    z-index: 1010;
}
#payment .place-order .button{
    width: 300px;
    height: 50px;
    padding: 0;
    background-color: rgb(2, 120, 41);
}
#payment #bajubo_checkout_container #bajubo_checkout .select2-container {
    max-width: 300px;
}
#payment #bajubo_checkout_container #bajubo_checkout .select2-container .select2-selection--single,
#bajubo_direct_checkout #bajubo_checkout .select2-container .select2-selection--single {
    margin: 0 0 10px 0;
    height: 50px;
}
#payment #bajubo_checkout_container #bajubo_checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
#bajubo_direct_checkout #bajubo_checkout .select2-container--default .select2-selection--single .select2-selection__rendered  {
    line-height: 45px;
}
#payment #bajubo_checkout_container #bajubo_checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
#bajubo_direct_checkout #bajubo_checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
/** all pages */
#bajubo_direct_checkout {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    margin-top: 20px;
    padding-top: 10px;
    background-color: #fafafa;
    display: none;
}
#bajubo_direct_checkout input[type="submit"] {
    background-color: rgb(2, 120, 41);
    width: 300px;
    height: 50px;
    font-size: 1.41575em;
    padding: 0;
}
#bajubo_direct_checkout #bajubo_checkout .select2-container {
    min-width: 300px;
}
.page-template-default #bajubo_direct_checkout {
    display: none;
}
@media screen and (max-width: 767px) {
    #bajubo_direct_checkout {
        display: none;
    }
}
/**
 * Products
 */
.product .summary .stock.in-stock,
.product .summary .stock.available-on-backorder
/*.quantity .qty */
{
    display: none;
}

/**
 * select2
 */
.select2-dropdown.select2-dropdown--above {
    z-index: 99999;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 110px;
}
/**
 * Overlay
 */
.page.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    content: " ";
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(241, 241, 241, 0.3);
    -webkit-transition: opacity 0.20s ease;
    -o-transition: opacity 0.20s ease;
    transition: opacity 0.20s ease;
}
.page.overlay .overlay_content {
    margin-top: 25%;
    margin-left: 25%;
    width: 50%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0 #282828;
}
.page.overlay .overlay_content .icon {
    font-size: 30px;
    text-align: center;
    height: 40px;
}
.page.overlay .overlay_content .message {
    text-align: center;
}
/**
 * My Account
 */
.woocommerce-MyAccount-content p {
    /*display: none;*/
}
/**
 * checkbox
 */
input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: .05s border-color ease-in-out;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: normal 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #9e663f;
}
input[type="checkbox"]:disabled {
    border: none;
    background: transparent;
    box-shadow: none;
}