/* mobile menu, full screen */
.box-mobile-menu {
    height: 100% !important;
}


.sticky_info_single_product .star-rating.no-rate a.woocommerce-review-link, .star-rating.no-rate a.woocommerce-review-link {
    display: none;
    
}


/* Card Header */

.btn-primary {
    color: #fff;
    background-color: #00c5e8;
    border-color: #00c5e8;
}


/* Simplify Mobile Menu */

.box-tabs-nav-wrap .box-tabs-nav .box-tab-nav:first-child {
    padding-left: 20px;
    text-align: left;
    display: none;
}

dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.header-mobile .logo img {
    max-height: 24px;
    max-width: 60px;
}

@media screen and (max-width: 600px)

{
.screen-only
{
display: none;
}

header.site-header.site-header-mobile {
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
}

.containerx {
  position: relative;
  text-align: left;
  color: white;
}

/* Centered text */
.centeredx {
  position: absolute;
  left:55px;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Cart iFrame adjustments */
.header .minicart-items {
    list-style: none;
    padding: 10px 50px;
}

.header .minicart-content-inner {
    position: relative;
    padding-right: 40px;
}

