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

.woocommerce .products .product-inner:before {
    position: relative;
}

.wcfm-warning, .wcfm-wcfmu {visibility: collapse;
    
}

.wcfm_wp_admin_view span {
    visibility: collapse;
}
.wcfm_wp_admin_view {
    float: right;
    visibility: collapse;
}

.page_collapsible.collapse-open label {
    color: #9a51e2;
    visibility: collapse;
}

.tinvwl-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    visibility: collapse;
}

.top-col.logo-col {
    text-align: right;
}

medium-header .top-col.col-1 {
    text-align: right;
}

.oceanwp-user-profile .user-info .logout {
    font-size: 55px;
    visibility: collapse;
}

.mce-rtl .mce-flow-layout .mce-flow-layout-item>div {
   visibility: collapse;
}

.media-sidebar {
display: none !important;
}

.dropdown-menu ul li a.menu-link {
    text-align: center; 
}

.probox .proinput input {
 text-align-last: right;
    font-weight: bold;
    text-align: right;
      padding-top: 33px;
  padding-left: 10px;
    }
.x-nav-wrap.mobile.collapse {
    transition: opacity 1.5s linear;
}

.x-nav-wrap.mobile {
    transition: opacity 2s linear;
}

.page-header .container {
  position: relative;
  visibility: collapse;
}

.site-breadcrumbs nav, .site-breadcrumbs ol {
  margin: 0;
  visibility: collapse;
}

