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


/*--------------------------
  Contact Page Styles
---------------------------*/

form#gform_1 .gfield_label {
    display: none;
}

form#gform_1 .ginput_container input {
    width: 100%;
    padding: 10px;
    border-radius: 0;
}

.gform_wrapper form#gform_1 .gform_footer {
    margin: 0 auto;
}

.gform_wrapper form#gform_1 .gform_footer .gform_button {
    width: 100%;
    background: #5dbe7d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

@media only screen and (min-width: 641px) {
    .gform_wrapper form#gform_1 ul.gform_fields li.gfield {
        padding-right: 0;
    }
}


/*--------------------------
  Shop Page Styles
---------------------------*/

.shop-top-banner-wrap {
    text-align: center;
    padding: 50px 20px;
}

.shop-top-banner-wrap h1,
.shop-top-banner-wrap h2 {
    color: #fff;
    font-size: 33px;
    font-weight: normal;
    margin-bottom: 25px;
}

.shop-top-banner-wrap p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 25px;
}

.shop-top-banner-wrap p a {
    color: #fff;
    text-decoration: underline;
}

.shop-after-product-content {
    padding: 0 20px;
}

.shop-after-product-content .container {
    padding-top: 40px;
    border-top: 1px solid #949494;
    max-width: 100%;
}

.shop-after-product-content .container .small-width {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.shop-after-product-content h3 {
    font-size: 18px;
    color: #5ebf7c;
    margin-bottom: 15px;
}

.shop-after-product-content p {
    font-size: 16px;
    line-height: 27px;
    color: #7a7a7a;
    margin-bottom: 30px;
}

.shop-bottom-banner-wrap {
    padding: 50px 20px;
}

.shop-bottom-banner-wrap .container {
    width: 100%;
    max-width: 800px;
}

.shop-bottom-banner-wrap h2 {
    color: #fff;
    font-size: 33px;
    font-weight: normal;
    margin-bottom: 25px;
}

.shop-bottom-banner-wrap ul {
    margin-bottom: 25px !important;
}

.shop-bottom-banner-wrap li {
    color: #fff;
    font-weight: normal;
    list-style-type: disc;
}

.shop-bottom-banner-wrap p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 25px;
}

.shop-bottom-banner-wrap a {
    color: #fff;
    text-decoration: underline;
}


/*--------------------------
  Footer Styles
---------------------------*/

.footer-payment-icons {
    text-align: center;
}

.footer-payment-icons span {
    display: inline-block;
    margin: 0 5px 10px;
}

.mc-form-field-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc-form-field-wrap .mc-field-group {
    width: 100%;
    max-width: 48%;
    margin-bottom: 23px;
}

.mc-form-field-wrap .mc-field-group input {
    background: #fff;
    border: none;
    font-style: italic;
}

#mc-embed-form-wrap #mc-embedded-subscribe {
    display: block;
    width: 100%;
    border-radius: 3px;
    background: #6cb76c;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

#mc-embed-form-wrap .mce_inline_error {
    color: #fff;
}

#mce-success-response {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .footer-payment-icons {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    p {
        font-size: 16px !important;
    }
}


/*************************
Product page Styles
*************************/

.social-box {
    margin: -35px 0 4px;
    padding: 0;
    text-align: right;
    display: inline-block;
    float: right;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-1.sbtn {
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    color: #57bf6d;
    margin: 0 5px 0;
    font-size: 15px;
    border: 1px solid #ccc;
    line-height: 17px;
}

a.col-1.sbtn span {
    margin: 0 0 0 15px;
}

a.col-2.sbtn {
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    color: #57bf6d;
    margin: 0 5px 0;
    font-size: 15px;
    border: 1px solid #ccc;
    line-height: 17px;
}

.s-twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f099';
}

.s-facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f39e';
}

a.col-1.sbtn:hover {
    color: #fff;
    background: #57bf6d;
}

a.col-2.sbtn:hover {
    color: #fff;
    background: #57bf6d;
}

.s-googleplus::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f0d5';
}

.s-whatsapp::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f232';
}

.s-linkedin::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f0e1';
}

.s-pinterest::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f231';
}

@media only screen and (max-width: 1200px) {
    a.col-1.sbtn {}
}

@media only screen and (max-width: 768px) {
    a.col-1.sbtn {}
    a.col-1.sbtn span {
        display: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
}

.product_meta .sku_wrapper {
    display: block;
    width: calc(100% - 120px);
}

.product_meta .posted_in {
    display: block;
    width: calc(100% - 120px);
}

.owp-product-nav .owp-nav-text {
    color: #13aff0 !important;
}

.wc-tabs-wrapper .wc-tabs li {
    background: #eaeaea;
}

.wc-tabs-wrapper .wc-tabs li.active {
    background-color: #13aff0;
}

.wc-tabs-wrapper .wc-tabs li.active a {
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #a3a3a3;
}

.home-recent-blog-sec .elementor-post__read-more {
    background-color: #3A8850;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 14px;
}

.mobile-search-wrapper {
    display: none;
}


/*----------------------
    Pagination Styles
-----------------------*/

.elementor-pagination .page-numbers {
    background-color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px !important;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
    background-color: #5DBB7C;
}

.woocommerce ul.products li.product .woo-entry-inner li {
    position: relative;
}

figure.woocommerce-product-gallery__wrapper {
    max-height: 550px;
}

.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel {
    display: none;
}

body.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-viewport {
    height: auto !important;
    width: 100%;
}

body.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs {
    width: 100%;
    display: flex;
}


/*----------------------
    Breadcrumb Styles
-----------------------*/

.breadcrumbs-wrapper {
    padding: 20px 0 0;
}

#breadcrumbs {
    font-size: 16px;
}

@media (min-width: 1025px) {
    body .elementor .elementor-hidden-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .woocommerce-cart .woocommerce table.shop_table tr td.product-remove,
    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
        width: 50%;
        height: 50px;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail img {
        height: 30px;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-quantity {
        width: 60%;
        padding: 6px 5px 6px 0px;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-price {
        width: 40%;
    }
    body.woocommerce-cart .woocommerce table.shop_table tr td:before {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-subtotal {
        display: none;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-quantity::before {
        margin-top: 6px;
    }
    .br_cart_suggestions_cart {
        display: none;
    }
    tr.shipping ul#shipping_method {
        padding: 0px;
    }
    tr.shipping ul#shipping_method li {
        padding-bottom: 10px;
    }
    tr.shipping ul#shipping_method li label {
        padding-left: 0px;
        font-size: 13px;
        letter-spacing: 0px;
    }
    tr.tax-total,
    tr.order-total {
        width: 100%;
        display: inline-block;
        vertical-align: text-bottom;
    }
    #main div#content-wrap.container {
        padding-top: 10px;
    }
    li.product .product-inner ul.woo-entry-inner li.image-wrap .woo-entry-image img {
        width: 100px;
    }
    .accordion .container.active .content {
        height: auto;
    }
    .accordion .container.active .content {
        height: auto !important;
    }
    .quantity {
        min-width: unset !important;
    }
}

@media (max-width: 360px) {
    body.woocommerce-cart .woocommerce table.shop_table tr td::before {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

@media (max-width: 310px) {
    .woocommerce-cart .woocommerce table.shop_table tr td.product-quantity,
    .woocommerce-cart .woocommerce table.shop_table tr td.product-price {
        width: 100%;
        padding: 10px;
    }
}

.owp-quick-view {
    display: none !important;
}


/* .elementor-menu-cart__product-image.product-thumbnail img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:first-child { 
    display: none!important; 
} */

.image-columns {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.image-columns .image-columns-content {
    float: left;
    margin: 0 20px 0 20px;
}

.image-columns .image-columns-content p {
    font-family: inherit;
    color: #ffff;
    text-align: center;
    margin: 0 !important;
}

.image-column-img {
    display: flex;
    justify-content: center;
}

.image-columns .image-columns-content .image-column-img img {
    width: 60px !important;
    height: 60px !important;
}

.featured-text-h3 {
    font-size: 32px;
    text-align: center;
    font-family: inherit;
}

.copy-ul {
    list-style: disc !important;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    color: black;
    background-color: white;
    padding: 5px 5px;
}

.accordion .container {
    position: relative;
    margin: 10px 10px;
    width: 100%;
}

.accordion .label {
    position: relative;
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.accordion .label::before {
    content: '\2304';
    color: black;
    position: absolute;
    top: 40%;
    right: -5px;
    font-size: 25px;
    transform: translateY(-50%);
}

.accordion .label p {
    margin: 0 !important;
    font-weight: 600;
    padding-right: 18px;
}

.accordion .content {
    position: relative;
    background: white;
    height: 0;
    font-size: 15px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

.accordion hr {
    margin: 0;
    border-top: 1px solid #ccc;
}

.accordion .container.active .label::before {
    content: '^';
    font-size: 25px;
    top: 60%;
}


/* Products Page */

.elementor-element-ab99643 .oceanwp-row .span_1_of_4 {
    width: 80%;
}

.elementor-element-ab99643 .price {
    display: none
}

.accordion .container.active .content {
    height: 150px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    transition: 0.3s;
    color: #919191;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .top-sidenav .category {
    display: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .top-sidenav .woocommerce .products.mobile-2-col .product {
        width: 100% !important;
    }
}

.side-quick-five-product .category {
    display: none !important;
}

.quick-five-product .oceanwp-row .span_1_of_4 {
    width: 80% !important;
}

@media (max-width: 767px) {
    .quantity {
        min-width: unset !important;
    }
}


/* Navigation Redo */

.strain_hover {
    width: 90%;
    margin: 0 auto;
    border: solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-color: rgb(0 0 0 / 20%);
}

.strain_links {
    margin: 20px 0 0 60px;
}

.strain_links p {
    margin: 0 0 8px;
}

.strain_links_top {
    font-size: 18px;
    font-weight: 600;
}

.strain_links_top a {
    text-decoration: none;
    color: #000;
}

.strain_links_a a {
    text-decoration: none;
    color: #000;
}

.strains-parent a:hover .strain_hover {
    display: block !important;
}

.strains-html {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    margin-left: unset !important;
}

@media (max-width: 1024px) {
    .strain_hover {
        display: none !important;
    }
}


/* Navigation Redo */


/* Cart css */

.yith-wacp-content .cart-info>div>span {
    margin-right: 20px;
}


/* Hide Add to cart button */


/* button.single_add_to_cart_button{
    display: none;
} */


/* Reducing cart popup height */

#yith-wacp-popup .yith-wacp-main {
    height: auto;
}


/* product layout */

.woocommerce.single-product .summary h1.entry-title {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce.single-product .summary .product_meta {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.woocommerce.single-product .summary .product_meta>span {
    width: 100% !important;
}

.woocommerce.single-product.woocommerce .summary div.product form.cart {
    border-top: none !important;
    padding-top: 0 !important;
}

.woocommerce.single-product.woocommerce .summary .variations td {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.woocommerce.single-product .summary p.price {
    margin-bottom: 15px;
}

.woocommerce.single-product .summary .price>ins,
.woocommerce.single-product .summary .price>del {
    display: block;
}

.social-box {
    float: none !important;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}


/*
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs{
        width: 100% !important;
        display: flex;
        border: none !important;
    }
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li, .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li.active{
        width: 20%;
        border: none;
        background-color: transparent;
        border-top: none !important;
    }
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li > a{
        text-align: center !important;
        color: black;
    }
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li.active > a{
    color: #ababab !important;
    border-bottom: 1px solid #333;
    }
    
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li.active > a:focus{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    
    } */

.extra_text {
    width: fit-content;
    display: inline;
    padding-left: 15px;
}

.extra_text img {
    padding-right: 5px;
}

.woocommerce.single-product .summary .single_add_to_cart_button {
    background-color: #58bf6c !important;
}

.summary .quantity .minus,
.summary .quantity .plus {
    border: none !important;
}


/* .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li.active > a:after{
    display: none !important;
    }
    .woocommerce.single-product .woocommerce-tabs .panel{
        width: 100% !important;
        border: 1px solid #3333332b;
        margin-top: 10px !important;
        padding: 5px;
    } */

.woocommerce.single-product .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.usps_icons {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-top: 10px;
}

.woocommerce div.product form.cart .variations .reset_variations {
    display: none !important;
}

.woocommerce.single-product .payment-methods,
.woocommerce.single-product .social-box .social-btn {
    text-align: center;
}

.woocommerce.single-product .cfvsw-selected-swatch {
    background-color: #58bf6c;
    color: white;
    border: none !important;
    font-weight: bold;
}

@media (max-width: 786px) {
    /* .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs{
    display: grid !important;
    grid-template-columns: 33% 33% 33% !important;
    }
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li{
        width: 100% !important;
        border:1px solid #333 !important;
    }
    .woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs > li.active{
    border:1px solid #333 !important;
    } */
    .woocommerce.single-product .summary .product_meta,
    .extra_text,
    .woocommerce.single-product .summary p.price {
        display: block !important;
        width: 100% !important;
    }
    .extra_text {
        text-align: center;
        margin-top: 15px;
    }
    .summary .cfvsw-swatches-container {
        margin: auto;
    }
    .woocommerce.single-product .summary .product_meta {
        text-align: left;
    }
    .woocommerce .summary form.cart .variations .reset_variations {
        width: 100px;
        text-align: center;
        margin: auto;
        float: none !important;
        margin-top: 10px !important;
    }
    .woocommerce.single-product .summary .variations_button {
        width: fit-content !important;
        margin: auto !important;
    }
}

.woocommerce.single-product #tab-description h2:first-child,
.woocommerce.single-product #tab-additional_information h2:first-child {
    display: none;
}

.woocommerce.single-product #tab-description h2 {
    margin-top: 0;
}


/* Homepage Special Offers Section  */

#homepage-special-offers .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    list-style: none;
    margin: 0;
}

#homepage-special-offers .product {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 0 12.4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    border: none;
    text-align: center;
}

#homepage-special-offers .title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 15px;
}

#homepage-special-offers .regular-price {
    text-decoration: line-through;
    color: #FA3F3F;
    font-size: 14px;
    line-height: 1;
    margin-top: auto;
    margin-bottom: 5px;
}

#homepage-special-offers .sale-price {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

#homepage-special-offers .button {
    font-family: "Francois One", Sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #5FBF7F;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFFF7;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px 0 #5cbd7b;
    padding: 15px 10px 15px 10px;
}

@media(min-width: 600px) {
    #homepage-special-offers .products {
        grid-gap: 20px;
    }
    #homepage-special-offers .button {
        padding: 15px 30px 15px 30px;
    }
}

@media(min-width: 992px) {
    #homepage-special-offers .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-best-selling .woocommerce ul.products {
    margin: 0px !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px !important;
}

.home-best-selling .woocommerce ul.products li.product {
    padding: 20px;
    padding-bottom: 20px !important;
    box-shadow: 0 0 12.4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    border: none;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.home-best-selling .product-inner .btn-wrap a {
    line-height: 1 !important;
}

.home-best-selling img {
    padding: 0px !important;
    height: auto !important;
    width: 100% !important;
}

.home-best-selling .products h2 {
    margin-top: 15px !important;
}

.home-best-selling .price-wrap {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 600px) {
    .home-best-selling .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .home-best-selling .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .home-best-selling .title h2 a,
    #homepage-special-offers .title {
        font-size: 16px !important;
        line-height: 1.3;
    }
}

.usps_item {
    color: #4a4a4a;
}

.usps_item:focus {
    outline: none !important;
    border: none !important;
}


/*************************
 * CUSTOM HEADER PROFILE *
 *************************/

.header-profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header-profile__authorImg {
    display: block;
    max-width: 30px;
    max-height: 30px;
    text-align: center;
    line-height: 30px;
}

.header-profile__authorImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-profile__default-svg svg {
    width: 30px;
    height: auto;
    fill: #3B3B3B;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-profile__default-svg:hover svg {
    fill: #3A8850;
}

.hp-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    box-sizing: border-box;
    padding: 25px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
}

.header-profile__menu-wrap {
    padding: 0;
    min-width: 170px;
}

.header-profile__menu-user {
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #000;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.header-profile__menu {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.header-profile__menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    border-bottom: solid 1px #ccc;
    line-height: 1;
    color: #3B3B3B;
}

.header-profile__menu li:last-child a {
    border-bottom: none;
}

.header-profile__menu li a:hover {
    color: #3A8850;
}


/**********************************
 * FULL SCREEN SEARCH MOADL STYLE *
 **********************************/

#fullscreen-search-form-holder {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 9999999;
    opacity: 0;
    transition: all 0.3s ease-in;
}

#fullscreen-search-form-holder.active {
    visibility: visible;
    opacity: 1;
}

#close-search-form {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
}

#close-search-form:hover {
    opacity: 0.6;
}

.search-form-container {
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.custom-search-form__container {
    display: flex;
    align-items: center;
}

.custom-search-form__container input,
.custom-search-form__containerbutton {
    min-height: 50px;
    max-height: 70px;
    padding: 10px;
    margin-bottom: 0;
}

.custom-search-form__container input {
    width: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    color: #fff !important;
}

.custom-search-form__container button {
    width: 80px;
    background: #fff;
    text-align: center;
    border: 0 !important;
    padding: 9px;
}

.custom-search-form__container button>svg {
    fill: #3A8850;
    width: 20px;
    height: auto;
}

.custom-search-form__container button:hover {
    background-color: #3A8850;
}

.custom-search-form__container button:hover svg {
    fill: #fff;
}


/*****************
 * HEADER STYLES *
 *****************/

@keyframes stickMove {
    from {
        top: -190px
    }
    to {
        top: 0
    }
}

.header-wrapper.loaded {
    position: fixed !important;
    width: 100%;
    top: 0;
    animation-duration: 0.9s;
    z-index: 99999;
}

.header-wrapper.sticky {
    box-shadow: 0 10px 20px #00000063;
    animation-name: stickMove;
}

#mega-menu-wrap-main_menu .mega-menu-toggle {
    display: flex !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle+#mega-menu-main_menu {
    top: 67px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 85vh;
}

ul#mega-menu-main_menu::-webkit-scrollbar {
    display: none;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    margin-bottom: 7px;
    font-size: 16px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 5px 0;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    padding: 0;
    margin-bottom: 5px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:last-child,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:last-child {
    padding: 0;
    margin-bottom: 5px;
}

.mega-menu-bottom-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.mmb-title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}

#mega-menu-wrap-main_menu .mega-menu-bottom-row>a {
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1;
    background-color: #75b981;
    border: 2px solid #75b981;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 1px 1px 10px 0px #00000067;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}

#mega-menu-wrap-main_menu .mega-menu-bottom-row>a:hover {
    background-color: #fff;
    color: #75b981 !important;
}

@media(max-width: 1024px) {
    .mega-mm-resources-image-column {
        display: none !important;
    }
    #mega-menu-wrap-main_menu .mm-resources-selector-column li>a {
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    #mega-menu-wrap-main_menu .mm-resources-selector-column li {
        padding: 0 !important;
    }
}

@media(min-width: 500px) {
    .mega-menu-bottom-row {
        flex-direction: row;
    }
}

@media(min-width: 1024px) {
    #mega-menu-wrap-main_menu .mega-menu-toggle {
        display: none !important;
    }
    .mega-menu-container-wrapper .elementor-widget-wp-widget-maxmegamenu,
    .mega-menu-container-wrapper .elementor-widget-wp-widget-maxmegamenu>.elementor-widget-container,
    .mega-menu-container-wrapper #mega-menu-wrap-main_menu,
    .mega-menu-container-wrapper #mega-menu-main_menu {
        position: static !important;
    }
    .mega-menu-bottom-row {
        flex-flow: nowrap;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mmb-title {
        font-size: 18px;
    }
    #mega-menu-wrap-main_menu .mega-menu-bottom-row>a {
        font-size: 16px;
        width: 180px;
    }
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        max-width: 100%;
        width: 100%;
        left: auto;
        right: 0;
        border-radius: 10px;
        box-shadow: 1px -1px 5px 2px rgba(0, 0, 0, 0.2);
        top: 50px;
    }
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu.mm-resources>ul.mega-sub-menu {
        max-width: 800px;
    }
    .mm-resources-selector-column>ul>li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 15px !important;
    }
    .mm-resources-selector-column>ul>li:last-child {
        margin-bottom: 0 !important;
    }
    #mega-menu-wrap-main_menu .mm-resources-selector-column li>a,
    #mega-menu-wrap-main_menu .mm-resources-selector-column>ul>li>a {
        font-size: 16px !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
    }
    #mega-menu-wrap-main_menu .mm-resources-selector-column>ul>li.active>a,
    #mega-menu-wrap-main_menu .mm-resources-selector-column>ul>li:hover>a {
        color: #3A8850 !important;
    }
    .mega-mm-resources-image-column>ul {
        position: relative;
    }
    .mega-mm-resources-image-column .gallery figure {
        display: none;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
    .mega-mm-resources-image-column .gallery {
        position: relative;
        width: 100%;
        height: 220px;
    }
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu.mm-resources .mega-menu-bottom-row {
        margin-top: 20px;
    }
    ul>li:last-child::after .mega-mm-resources-image-column .gallery figure.active {
        display: block;
    }
    .mega-mm-resources-image-column .gallery figure img {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        object-position: center;
        object-fit: contain;
    }
    #mega-menu-wrap-main_menu .mega-menu-main_menu {
        position: absolute !important;
    }
    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
}


/* Product Page Accordion */

.desc-lab-acc {
    margin-bottom: 30px;
}

.desc-lab-acc .acc-item {
    margin-bottom: 8px;
}

.desc-lab-acc .acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3B3B3B;
    font-weight: 700;
    text-transform: uppercase;
    background: #EFEFEF;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.desc-lab-acc .acc-header:after {
    content: '+';
    color: #3b3b3b;
    font-size: 24px;
}

.desc-lab-acc .acc-item.active .acc-header:after {
    content: '-';
    transform: scaleX(1.69) translateX(-2px);
}

.desc-lab-acc .acc-content {
    display: none;
    padding: 10px 20px;
}