/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #8cd60c;
}
.woocommerce-account .woocommerce {
    padding: 75px 0;
}
.woocommerce-account .woocommerce a.button {
    margin-right: 5px;
}
.woocommerce-page .woocommerce button.button{
    background-color: #4C4C4C;
    border: 1px solid #4C4C4C;
    font-family: "Doppio One", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 15px 25px;
}
.woocommerce-page .woocommerce button.button:hover{
    background-color: #8cd60c;
    border: 1px solid #8cd60c;
}
.woocommerce-page  .woocommerce form.login, 
.woocommerce-page  .woocommerce form.register {
    padding: 0;
}
html.mac:not(.firefox) .woocommerce .woocommerce-ordering select.orderby, html.mac:not(.firefox) .woocommerce-page .woocommerce-ordering select.orderby {
    height: auto!important;
}
select#billing_city::-ms-expand {
    display: none!important;
}
select#billing_city{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(/wp-content/themes/jupiterx-child/assets/images/arrow.png);
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-position: 98.5% center;
}
select#billing_city:after{
    position: absolute;
    content: " ";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.woocommerce.single-product .jupiterx-main-header:not(.jupiterx-main-header-custom) {
    background: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.woocommerce.single-product .jupiterx-main {
    margin-top: 75px;
}
.woocommerce.single-product .product-categories a {
    border-radius: 5px;
    border: solid 2px #b4b4b4;
    padding: 6px 9px;
    margin-right: 5px;
    text-transform: uppercase;
}
.woocommerce.single-product .sku_wrapper {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #b4b4b4;
}
.woocommerce.single-product .product_meta {
    padding-bottom: 45px;
    padding-top: 15px;
    border-bottom: 1px #b4b4b4 solid;
    margin-bottom: 35px;
}
.woocommerce.single-product div.product form.cart .variations select {
    max-width: 240px;
    min-width: unset;
    padding: 5.5px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/wp-content/themes/jupiterx-child/assets/css/img/arrowdown.png');
    background-size: 13px 8px;
    background-repeat: no-repeat;
    background-position: 93% center;
}
.woocommerce.single-product div.product form.cart .variations td.label {
    min-width: 70px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #565656;
    width: 25%;
}
.woocommerce.single-product div.product form.cart .variations td.value {
    width: 75%;
}
.woocommerce.single-product .qty {
    float: left;
    vertical-align: middle;
    width: 25%;
    height: 45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.66;
    letter-spacing: normal;
    color: #565656;
}
.woocommerce.single-product .quantity .qty.text {
    width: 75%;
    max-width: 240px;
}
.woocommerce.single-product div.product form.cart .variations label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #565656;
}
.woocommerce.single-product div.product form.cart .button {
    display: block;
    clear: both;
    border-radius: 8px;
    background-color: #93da0a;
    margin-top: 35px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.woocommerce.single-product div.product form.cart div.quantity .btn {
    width: auto;
    padding-top: 11px;
    padding-right: 16.5px;
    padding-bottom: 11px;
    padding-left: 16.5px;
}
.woocommerce.single-product div.product form.cart .variations {
    margin-top: 35px;
}

@media (max-width: 500px) {
    .woocommerce.woocommerce-page .woocommerce-result-count {
        float: unset;
    }
    .woocommerce.woocommerce-page .woocommerce-ordering {
        float: unset;
        margin-bottom: 35px;
        display: block;
    }
}