/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

.owp-product-nav-wrap {
    margin-top: -36px !important;
}

@media only screen and (max-width: 767px)
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: unset !important;
    font-size: 12px !important;
    padding: 0px;
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block !important;
	font-size: 12px;
}

.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-size: 32px;
    line-height: 1 !important;
    margin-bottom: 20px !important;
}

#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 174px !important;
}

@media screen and (max-width: 1024px)
.owp-floating-bar button.button {
    height: 36px;
    padding: 0 8px !important;
}

.owp-floating-bar button.button {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    height: 46px;
    padding: 0 8px !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
      font-size: 12px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: #13aff0 !important;
 
}

.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container, .e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button, .e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button {
    height: var(--e-contact-buttons-size-small);
    width: var(--e-contact-buttons-size-small);
    margin-top: -109px;
}

.xoo-wsc-basket {
    bottom: 73px !important;

}

.wp-block-button__link {
    color: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: #13aff0 !important;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}