/*
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
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.page-profile-container {
    display: flex;
    justify-content: center;;
    padding: 2rem 0;
}

.page-profile-container > * {
    width: 100%;
    max-width: 900px;
}

.page-profile-container input {
    padding: 1rem 2rem !important;
}

.profile-avatar {
    position: relative;
    margin-top: 2rem;
    width: 200px;
    height: 200px;
}

.avatar-image {
    border-radius: 200px;
    overflow: hidden;
}

.avatar-image > img {
    width: 100%;
    height: 100%;
}

.user-name {
    font-size: 2rem;
    font-weight: bold;
}

h2.prflxtrflds_extra_fields_profile {
    display: none;
}

table.prflxtrflds_extra_fields_profile tbody tr {
    display: flex;
    flex-direction: column;
    border: none;
}

table.prflxtrflds_extra_fields_profile tbody th, td {
    border: none !important;
    text-transform: none;
    padding: 0 !important;
}

.edit-avatar {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #36d8d7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 40px;
}

.edit-avatar:hover {
    color: white;
}

.profile-menu {
    list-style: none;
    margin-left: 0;
}

.profile-menu li a {
    font-size: 18px;
    color: #c5c5c5;
}

.profile-menu li.current-menu-item a {
    color: black;
}

.user-points {
    color: #36d8d7;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
}

body.logged-in .logged-out-only {
    display: none !important;
}

body:not(.logged-in) .logged-in-only {
    display: none !important;
}

.search-price {
    text-align: right;
    font-weight: bold;
    color: #49dec4 !important;
    font-size: 14px !important;
}

.simplefavorite-button {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.simplefavorite-button, .simplefavorite-button i, .woocommerce-Price-amount.amount {
    color: #49dec4 !important;
}

.bp-messages-wrap .chat-header>a.new-message {
    display: none;
}

body.admin-bar .bp-messages-wrap .chat-header>a.new-message {
    display: inline-block;
}

body.single-product #main #content-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

body.single-product #site-navigation-wrap .dropdown-menu >li >a {
    color: white;
}

.product-header {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2020/03/sydney.jpg);
    background-position: center;
}

.product-container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
    padding: 40px 0;
}

.product-top-bar {
    display: flex;
    justify-content: space-between;
}

.product-tabs-bar {
    display: flex;
    justify-content: flex-end;
}

.product-tabs-bar .tab-selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 2rem;
    cursor: pointer;
}

.product-tabs-bar .tab-selector .icon {
    font-size: 26px;
    line-height: 1;
}

.product-tabs-bar .tab-selector.active, .product-tabs-bar .tab-selector:hover {
    color: #49DEC4;
}

.product-content-tab:not(.active) {
    display: none !important;
}

.product-content-tab {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.product-box {
    background-color: white;
    padding: 6rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.product-box.product-box-flat {
    box-shadow: none;
}

.product-box.product-box-50 {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
}

.product-box.product-box-50:nth-child(2n + 1) {
    margin-right: 2rem;
}

.product-box.product-box-100 {
    width: 100%;;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-box-100 > * {
    width: 100%;
    max-width: 800px;
}

.product-box-title {
    text-align: center;
    color: #3ad8d4;
    font-size: 24px;
    margin-bottom: 2rem;
}


.woocommerce-page div.product .product-box div.images {
    width: 100% !important;
    margin-bottom: 0;
}

.product-overview {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #b4b7b6;
    margin-bottom: 2rem;
}

.product-overview:last-child {
    border-bottom: none;
}

.product-overview .divider {
    width: 1px;
    height: 36px;
    background-color: #b4b7b6;
}

.product-overview-item {
    display: flex;
    align-items: flex-start;
}

.product-overview-item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    margin-left: 1rem;
}

.product-overview-item > div > strong {
    margin-bottom: 10px;
}

.product-description {
    line-height: 1.3;
    margin-bottom: 4rem;
}

.product-overview-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-overview-reviews .woocommerce-product-rating {
    margin-bottom: 0 !important;
}

.product-content-tab .btn {
    font-family: "Arial", arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 5px 15px 5px 15px;
    background-color: #00DDB8;
    color: white;
}

.product-sub-title svg {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    fill: #00DDB8;
}

.product-sub-title {
    font-size: 16px;
    color: #00DDB8;
    font-weight: bold;
}

.product-text-content {
    margin-bottom: 2rem;
}

.product-fee-table th {
    background-color: #00DDB8;
    color: white;
    padding: 1rem 2rem !important;
}

.product-fee-table tr {
    border-bottom: 1px solid #b4b7b6;
}

.product-fee-table td {
    padding: 1rem 2rem !important;
}

.related.products > h2 {
    display: none;
}

@media(max-width: 480px) {
    .product-box-50 {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .product-box {
        padding: 2rem;
    }
    .product-overview {
        flex-wrap: wrap;
    }
    .product-overview-item {
        width: 100%;
        flex-basis: 100% !important;
        margin-bottom: 2rem;
    }

    .product-overview .divider {
        display: none;
    }

    .product-box-50.map > * > * {
        width: 100% !important;
    }
}

body:not(.page-header-disabled) #site-navigation-wrap .dropdown-menu >li >a {
    color: #3bd9d1 !important;
}

#adduser > *:nth-child(2) {
    display: none;
}

[for="first-name"] {
    display: none;
}

#adduser > *:nth-child(1)::before {
    display: block;
    content: 'Name';
}

#bbpress-forums #bbp-search-form #bbp_search {
    font-family: "Arial",arial;
    font-style: italic;
    color: #54595F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D6D6D6;
    border-radius: 20px 20px 20px 20px;
    padding: 8px 20px 8px 20px;
    width: 350px;
    background: white;
}

#bbp-search-form button[type="submit"] {
    border-radius: 20px;
    font-size: 12px;
    margin-left: 1rem;
}

#bbpress-forums .forums.bbp-replies .bbp-header {
    display: none;
}

#bbpress-forums .forums.bbp-replies .bbp-body > ul > li:first-child {
    margin-bottom: 8rem;
}

#bbpress-forums .forums.bbp-replies .bbp-body > ul > li {
    border: 1px solid #eee;
}

#bbpress-forums .forums.bbp-replies {
    border: none;
}

#bbpress-forums .forums.bbp-replies .bbp-footer {
    display: none;
}

.woocommerce div.entry.product {
    background: #F8F8F8;
}

.simplefavorite-button {
    background: none !important;
}


.product-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.product-actions .simplefavorite-button {
    margin-bottom: 2rem;
}

.product-title h1 {
    margin-bottom: 10px;
}

.product-title h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    clear: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(n + 11) {
    display: none;
}

.woocommerce #review_form #respond textarea {
    box-shadow: inset 0px 1px 5px 3px #f2f2f2;
    background: white;
    border-radius: 5px;
    padding: 1rem;
    border: none;
}

.woocommerce #respond input#submit {
    color: #49DEC4;
    text-transform: capitalize;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #49DEC4;
    min-height: 45px;

    font-family: "Arial", arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 5px 15px 5px 15px;
    background-color: #00DDB8;
    color: white;
}

.woocommerce #respond input#submit:hover {
    background-color: #49DEC4;
    color: #FFFFFF;
}

@media(max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
        padding: 0 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.product-container .simplefavorite-button, .product-container .simplefavorite-button i {
    font-size: 17px;
    color: #49dec4 !important;
}

.product-share {
    font-size: 15px;
    color: #49DEC5;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-share > span {
    margin-right: 10px;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-noreviews,
.woocommerce-Reviews .comment-reply-title {
    text-align: center;
    display: block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30%;
}

#mobile-search-filter-close, #mobile-search-filter-apply {
    display: none;
}

@media (max-width: 480px) {
    .product-actions {
        width: 100%;
    }

    .product-actions .product-share {
        position: relative;
        top: -28px;
    }

    .product-tabs-bar {
        align-self: flex-start;
    }

    .product-tabs-bar .tab-selector:first-child {
        margin-left: 0;
    }

    .elementor-element-631b32c7 {
        position: fixed !important;
        background: white;
        overflow-y: scroll !important;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        z-index: 9999999999999999999999;
        transition: all ease-in-out .3s;
        height: 100vh;
        padding: 2rem 0;
    }

    .elementor-element-631b32c7.mobile-active {
        display: block !important;
        opacity: 1;
        pointer-events: all;
    }

    body.mobile-disabled {
        height: 100vh;
        overflow-y: hidden;
        pointer-events: none;
    }

   #mobile-search-filter-close {
        display: block;
        position: fixed;
        font-size: 35px;
        top: 00px;
        right: 20px;
    }

    #mobile-search-filter-apply {
        font-weight: bold;
        background-color: #49DEC4;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
        color: white;
        padding: 1rem;
        width: auto;
        display: inline-block;
    }

    #mobile-search-filter-close.loading, #mobile-search-filter-apply.loading {
        opacity: 0.6;
        pointer-events: none;
    }
}

.sf-menu ul.sub-menu {
    border-radius: 15px;
    border-top: 0;
    overflow: hidden;
}

.bbp-voting.bbp-voting-float {
    float: right;
}

#bbpress-forums #bbp-search-form #bbp_search {
    max-width: 100%;
}

.dropdown-menu li .sub-menu li.menu-item {
    border: none;
}
