/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

.shadow {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

#top-bar {
    padding: 10px 0 10px 0 !important;
}

#top-bar-content {
    padding-left: 60px;
}

.customer-region-selector a {
    color: #fff !important;
}

.home_button {
    width: 100%;
    background-color: #3695eb;
    padding: 20px 0px 50px 0px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    min-height: 150px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.home_button p {
    font-size: 44px;
    font-family: Asap;
    font-weight: bold;
}

.home_button a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0.5em;
    padding: 15px 30px;
    text-decoration: none!important;
}

.home_button a:hover {
    background-color: #fff;
    color: #3695eb;
}

.home_instructions_text {
    max-width: 900px;
    line-height: initial;
    margin: 0 auto;
}

.home_instructions_text p {
    text-align: justify;
}

.profile_info_warning,
.devsite_info_warning {
    background-color: rgb(218, 37, 5);
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}

.profile_info_warning a,
.devsite_info_warning a {
    color: #fff;
}

.page_text_box_blue {
    background: rgba(11, 83, 148, 0.57);
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.page_text_box_green {
    background: rgba(6, 160, 27, 0.57);
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.page_text_box_red {
    background: rgba(250, 4, 4, 0.57);
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.page_text_box_yellow {
    background: rgba(236, 233, 12, 0.57);
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.footer-widget h4 {
    color: #fff!important;
    font-size: 1.5em;
}

.footer_social a {
    color: #fff !important;
    font-size: 1.2em;
    padding-left: 10px;
}

.footer_social i {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100px;
}

.order-again {
    display: none
}

.order_button_home {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    color: #FFF;
    text-shadow: 0px 2px 0px rgb(0 0 0 / 11%);
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 0px;
    background-color: #ffb400;
}

.my_account_orders .button {
    margin-bottom: 5px;
    text-transform: none;
}

.woocommerce-thankyou-order-received {
    font-size: 1.4em !important;
}

.woocommerce ul.order_details li {
    display: inline !important;
    font-size: 0.95em !important;
    padding: 1em 0.7em;
}

.woocommerce ul.order_details li strong {
    display: inline !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
}

.woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: none;
}

.woocommerce-OrderUpdates {
    display: none;
}

.wc-item-meta li p {
    display: inline;
}

.diseases-acronym-table {
    font-size: 0.85em;
}

.products .entry .woo-entry-image img,
.cart .product-thumbnail img {
    border-radius: 300px;
}

.products .entry .woo-product-info .category,
.single-product .product_meta {
    display: none !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 40px;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: 95%;
    overflow-y: auto;
}

.close {
    float: right;
    font-weight: bold;
    margin-top: -6px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.product_modal {
    width: 150px;
    height: 250px;
    float: left;
    margin-right: 15px;
    padding: 10px 10px 0px 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.product_modal_desc {
    font-size: 14px!important;
    text-align: center;
    margin-top: 10px;
    top: -30px;
    position: relative;
    line-height: 20px;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.product_modal_desc strong {
    font-size: 16px;
    background-color: #3695eb;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    position: relative;
}

.alertify-notifier.ajs-top {
    top: 30px;
}

.order-custom-info {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

.card_order {
    width: 19%!important;
    float: left;
    margin-right: 5px;
    padding: 10px 0px 10px 0px!important;
}

.card_order_completed {
    background-color: #28a745 !important;
}

.card_order h1 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    font-family: Asap;
}

.card_order a {
    margin: 5px;
}

.cart-custom-message {
    text-align: justify;
    margin-bottom: 15px;
}

.cart-custom-message br {
    display: block;
    content: "";
    margin-top: 10px;
}

#loading-icon img {
    height: 15px;
    margin-right: 5px;
}

#gtranslate_wrapper {
    top: 3px!important;
    left: 5%!important;
}

#owp-qv-wrap .owp-qv-slides, #owp-qv-wrap .flex-control-nav, #owp-qv-wrap .flex-direction-nav {
    display:none;
}
#owp-qv-wrap .owp-qv-slides,
.woocommerce div.product .woocommerce-product-gallery img {
    width:100%;
}

.kt-button {
    position: relative;
    display: inline-block;
}
.kt-btn-inline {
    border: none;
    appearance: none;
    background-color: transparent;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}
.kt-btn-inner-text,
.kt-btn-inner {
    visibility: hidden;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 6px;
    position: absolute;
    z-index: 1;
}
.kt-btn-inner-text {
    background-color: rgba(11, 83, 148, 0.85);
    border-radius: 5px;
    color: #fff;
}
.kt-button:hover .kt-btn-inner {
    visibility: visible;
}

#owp-qv-wrap .owp-qv-image{
    display: none;
}
#owp-qv-wrap .owp-qv-image, #owp-qv-wrap .summary{
    width:100% !important;
}
#owp-qv-wrap .owp-qv-image, #owp-qv-wrap .summary .summary-content .product_title{
    font-size: 2.2em;
}

@media screen and (max-width: 600px) {
    .card_order {
        width: 100%!important;
    }
    .product_modal,
    .product_modal img {
        width: 100%!important;
        height: auto!important;
    }
    .woocommerce-cart table.cart td.actions .coupon button {
        margin-bottom: 5px;
    }
    #wpadminbar {
        display: none;
    }
    .html {
        margin-top: 0px !important;
    }
}