.site-header-cart li {
  display: none;
}

.site-header-cart .product-cart,
.site-header-card .add-to-card-count {
  right: 0;
  top: 55px;
  position: absolute;
}

.site-header-cart li.icon-wrapper {
  display: list-item;
}

.site-header-cart:hover li {
  display: list-item;
}

.mobile-container .image-button.general-health {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/general-health.jpg);
}
.mobile-container .image-button.mother-baby-kids {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/mother-baby-kids.jpg);
}
.mobile-container .image-button.skin-care-hair {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/skin-care-hair.jpg);
}

@media (max-width: 575px) {
  .xs-small {
    font-size: 0.75em;
  }

  .checkout-wrapper
    .checkout-content-wrapper
    .woocommerce-cart-form
    .cart-products-wrapper
    .woocommerce-cart-item
    .product-image-thumbnail {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.mobile-navigation {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  max-height: inherit;
}

.color_red {
  color: #a50a3e;
}

@media (max-width: 600px) {
  .woocommerce-breadcrumb {
    font-size: 13px;
  }

  .product-category .product-normal-listing .condition-taxonomy {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .single-product-wrapper .product-information-wrapper .title h1 {
    font-size: 28px;
  }

  .brand .item {
    margin-top: 10px;
    padding-left: 2px;
  }

  .woocommerce-MyAccount-content
    .dashboard-page
    .gift-redemption
    .account-border
    .sub-nav-item.active
    span {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-md-right,
  .text-lg-right {
    text-align: right;
  }

  .woocommerce-MyAccount-content
    .dashboard-page
    .account-border
    .content
    .btn-order-detail {
    margin-top: 20px;
  }

  .woocommerce-MyAccount-content
    .dashboard-page
    .account-border
    .content
    .product-detail
    .product-thumbnail
    img {
    max-width: 70px;
  }

  .woocommerce-MyAccount-content
    .dashboard-page
    .gift-redemption
    .account-border
    .sub-nav-item {
    padding-bottom: 0;
    padding-right: 13px;
    padding-left: 0;
  }
  .woocommerce-MyAccount-content
    .dashboard-page
    .gift-redemption
    .account-border
    .title-link {
    padding-bottom: 10px;
  }
  .woocommerce-MyAccount-content
    .edit-address-page
    .edit-address
    .address-content-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .storefront-secondary-navigation.woocommerce-active
    .site-header
    .header-mega-menu
    #mega-menu-wrap-primary
    #mega-menu-primary {
    display: none !important;
  }

  .woocommerce-MyAccount-content .view-order-page .products-wrapper {
    padding-bottom: 0;
  }

  .product-category {
    margin-top: 20px;
  }

  .custom-select {
    font-size: 12px;
  }

  .product-category .product-normal-listing .section-title {
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 0;
    z-index: 0;
  }

  .product-category .product-normal-listing .section-title:after {
    width: 100px;
  }

  .storefront-product-section .section-title {
  }

  .main-slider {
    margin-bottom: 25px;
  }

  .home .storefront-product-brand-section .item img {
  }

  body .site-header .header-brand-nav .reference-navigation-panel .login-btn {
    display: none;
  }

  .mobile-navigation .mobile-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 90%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all, ease, 0.8s;
    transition: all, ease, 0.8s;
    overflow-x: hidden;
  }

  .mega-menu-primary-mobile-open .mobile-navigation {
    display: block !important;
  }

  .mega-menu-primary-mobile-open .reference-navigation-panel {
    display: none !important;
  }

  .mega-menu-primary-mobile-open .header-brand-nav-mega-menu {
    height: 70px;
  }

  .mega-menu-primary-mobile-open
    .header-brand-nav-mega-menu.open
    > div.section {
    display: none;
  }

  .mobile-navigation .mobile-container.open {
    margin-left: 0;
  }

  .mobile-navigation .mobile-container ul {
    list-style: none;
  }

  .mobile-main-menu,
  .mobile-sub-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }

  .mobile-main-menu {
    overflow-y: auto;
  }

  .mobile-sub-menu {
    left: 100%;
    display: none;
  }

  .extra-width {
    position: relative;
  }

  .mobile-main-menu .selectable {
    padding: 1em 0.5em;
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
  }

  .mobile-main-menu .selectable:hover {
    background-color: #ffa29a;
    color: #fff;
  }

  .m-nopadd {
    padding: 0;
  }

  .mobile-2-btn {
    width: 100%;
    margin: 0 auto;
  }

  .mobile-main-menu a.home {
    display: block;
    position: relative;
    width: 90%;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px;
    margin-left: 15px;
  }

  .mobile-main-menu .image-button {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 6em;
    margin-top: 0.7em;
    position: relative;
  }

  .mobile-main-menu .image-button > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 2em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mobile-main-menu .image-button:hover > div {
    background-color: rgba(0, 86, 179, 0, 5);
  }

  .mobile-main-menu .image-button:first-child {
    margin-top: 0;
  }

  .mobile-main-menu a:hover {
    text-decoration: none;
  }

  .mobile-back-btn {
    position: absolute;
    top: 1em;
    left: 0.5em;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
  }

  .mobile-back-btn:hover {
    color: #0056b3;
  }

  .fb-blue {
    color: #29487d;
  }

  .mobile-main-menu .site-search {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .mobile-main-menu a.home::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f015";
    margin-right: 0.5407911001em;
  }

  .mobile-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 9%;
    height: 60px;
    opacity: 0;
  }

  .mobile-menu-close.show {
    opacity: 1;
  }

  .mobile-menu-left,
  .mobile-menu-right {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 25%;
    left: 0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .mobile-menu-left {
    transform: translate3d(0, 13px, 0) rotate(45deg);
  }

  .mobile-menu-right {
    transform: translate3d(0, 13px, 0) rotate(-45deg);
  }

  .mobile-menu-close.open .mobile-menu-left,
  .mobile-menu-close.open .mobile-menu-right {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0;
  }

  .mega-menu-primary-mobile-open
    .site-header
    .header-brand-nav
    .site-branding
    .custom-logo-link {
    display: none !important;
  }

  .solid_button,
  .outline_button {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26%;
    padding-right: 26%;
    font-size: 18px;
  }

  .mg-tb-50 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .solid_button:hover,
  .outline_button {
    border: 1px solid #fea399;
    background: #ffffff;
    color: #000000;
  }

  .outline_button:hover,
  .solid_button {
    border: 1px solid #fea399;
    background: #fea399;
    color: #ffffff;
  }

  .mobile-container .handheld-menu {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mobile-container .handheld-menu ul.tabs {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 17px;
    margin-top: 2px;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab {
    position: absolute;
    display: block;
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
  }

  .mobile-container .handheld-menu ul.tabs > li.tab > a {
    position: absolute;
    display: block;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    top: 0;
    z-index: 1;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab.active > a {
    color: #ffa29a;
    font-size: 16px;
    border-bottom: 3px solid #a50a3e;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab:nth-child(2) > a {
    left: 5em;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab:last-child > a {
    left: 10em;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab > ul {
    position: relative;
    display: none;
    margin-top: 2em;
    margin-left: 0;
    height: calc(100% - 4em);
    width: 90%;
    overflow-y: auto;
    border-top: 1px solid #999;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab.active > ul {
    display: block;
    z-index: 2;
    font-size: 14px;
    line-height: 30px;
  }

  .mobile-container .handheld-menu ul.sub-menu li.mega-block-title {
    font-weight: bold;
  }
  .mobile-container .handheld-menu ul.sub-menu li.mega-block-title:first-child {
    margin-top: 10px;
  }
  .mobile-container .handheld-menu ul.sub-menu li.mega-block-sub-item {
    margin-left: 1em;
  }
}

/* micro added style sheet */
.checkout-wrapper .checkout-steps-wrapper .step {
  user-select: none;
  -webkit-user-select: none;
}

#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner,
#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::after {
  width: 30px;
  height: 3px;
}

#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-box {
  width: 30px !important;
}

#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-blocks-right
  .mega-toggle-block {
  margin-right: 0 !important;
}

.checkout-wrapper
  .checkout-content-wrapper
  .woocommerce-cart-form
  .cart-products-wrapper
  .woocommerce-cart-item
  .product-quantity
  .quantity-number {
  padding-left: 0;
  padding-right: 0;
}

.input-error {
  position: absolute;
  transition: all 1s ease;
  top: 15px;
  right: 35px;
  font-size: 16px;
  color: #c33;
  font-weight: bold;
}

.site-header .header-brand-nav .reference-navigation-panel {
  margin-top: 0.5em;
}

.site-header .header-brand-nav .reference-navigation-panel.user_logged_in {
  margin-top: 0;
}

/* no need to under media */

.mobile-container .image-button.general-health {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/general-health.jpg);
  text-indent: -99999px;
}
.mobile-container .image-button.mother-baby-kids {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/mother-baby-kids.jpg);
  text-indent: -99999px;
}
.mobile-container .image-button.skin-care-hair {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/skin-care-hair.jpg);
  text-indent: -99999px;
}

.mobile-container .image-button.brand {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/brand.jpg);
  text-indent: -99999px;
}

.mobile-container .image-button.anti-epidemic {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/anti-epidemic.jpg);
  text-indent: -99999px;
}

.mobile-container .image-button.bbfair2020 {
  background-image: url(https://www.threechembio.com/wp-content/themes/pharma_group/images/common/bbfair2020.jpg);
  text-indent: -99999px;
}

@media (max-width: 575px) {
  .xs-small {
    font-size: 0.75em;
  }

  .checkout-wrapper
    .checkout-content-wrapper
    .woocommerce-cart-form
    .cart-products-wrapper
    .woocommerce-cart-item
    .product-image-thumbnail {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.mobile-navigation {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  max-height: inherit;
}

.color_red {
  color: #a50a3e;
}

@media (max-width: 600px) {
  .storefront-secondary-navigation.woocommerce-active
    .site-header
    .header-mega-menu
    #mega-menu-wrap-primary
    #mega-menu-primary {
    display: none !important;
  }

  .mobile-navigation .mobile-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 90%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all, ease, 0.8s;
    transition: all, ease, 0.8s;
    overflow-x: hidden;
  }

  .mega-menu-primary-mobile-open .mobile-navigation {
    display: block !important;
  }

  .mega-menu-primary-mobile-open .reference-navigation-panel {
    display: none !important;
  }

  .mega-menu-primary-mobile-open .header-brand-nav-mega-menu {
    height: 70px;
  }

  .mega-menu-primary-mobile-open
    .header-brand-nav-mega-menu.open
    > div.section {
    display: none;
  }

  .mobile-navigation .mobile-container.open {
    margin-left: 0;
  }

  .mobile-navigation .mobile-container ul {
    list-style: none;
  }

  .mobile-main-menu,
  .mobile-sub-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }

  .mobile-main-menu {
    overflow-y: auto;
  }

  .mobile-sub-menu {
    left: 100%;
    display: none;
  }

  .extra-width {
    position: relative;
  }

  .mobile-main-menu .selectable {
    padding: 1em 0.5em;
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
  }

  .mobile-main-menu .selectable:hover {
    background-color: #ffa29a;
    color: #fff;
  }

  .m-nopadd {
    padding: 0;
  }

  .mobile-2-btn {
    width: 100%;
    margin: 0 auto;
  }

  .mobile-main-menu a.home {
    display: block;
    position: relative;
    width: 90%;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px;
    margin-left: 15px;
  }

  .mobile-main-menu .image-button {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 6em;
    margin-top: 1px;
    position: relative;
  }

  .mobile-main-menu .image-button > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 2em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mobile-main-menu .image-button:hover > div {
    background-color: rgba(0, 86, 179, 0, 5);
  }

  .mobile-main-menu .image-button:first-child {
    margin-top: 0;
  }

  .mobile-main-menu a:hover {
    text-decoration: none;
  }

  .mobile-back-btn {
    position: absolute;
    top: 1em;
    left: 0.5em;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
  }

  .mobile-back-btn:hover {
    color: #0056b3;
  }

  .fb-blue {
    color: #29487d;
  }

  .mobile-main-menu .site-search {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .mobile-main-menu a.home::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f015";
    margin-right: 0.5407911001em;
  }

  .mobile-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 9%;
    height: 60px;
    opacity: 0;
  }

  .mobile-menu-close.show {
    opacity: 1;
  }

  .mobile-menu-left,
  .mobile-menu-right {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 25%;
    left: 0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .mobile-menu-left {
    transform: translate3d(0, 13px, 0) rotate(45deg);
  }

  .mobile-menu-right {
    transform: translate3d(0, 13px, 0) rotate(-45deg);
  }

  .mobile-menu-close.open .mobile-menu-left,
  .mobile-menu-close.open .mobile-menu-right {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0;
  }

  .mega-menu-primary-mobile-open
    .site-header
    .header-brand-nav
    .site-branding
    .custom-logo-link {
    display: none !important;
  }

  .solid_button,
  .outline_button {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26%;
    padding-right: 26%;
    font-size: 18px;
  }

  .mg-tb-50 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .solid_button:hover,
  .outline_button {
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
  }

  .outline_button:hover,
  .solid_button {
    border: 1px solid #fea399;
    background: #fea399;
    color: #ffffff;
  }

  .mobile-container .handheld-menu {
    transform: translateX(0);
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
  }

  .mobile-container .handheld-menu ul.tabs {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 17px;
    margin-top: 2px;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab {
    position: absolute;
    display: block;
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
  }

  .mobile-container .handheld-menu ul.tabs > li.tab > a {
    position: absolute;
    display: block;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    top: 0;
    z-index: 1;
  }

  .mobile-container .handheld-menu ul.tabs > li#menu-item-17260 a {
    margin-top: 30px;
  }

  .mobile-container .handheld-menu ul.tabs > li#menu-item-77611 a {
    left: 45px;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab.active > a {
    color: #ffa29a;
    font-size: 14px;
    border-bottom: 3px solid #a50a3e;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab:nth-child(2) > a {
    left: 5em;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab:nth-child(3) > a {
    left: 10em;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab:last-child > a {
    left: 131px;
    top: 30px;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab > ul {
    position: relative;
    display: none;
    margin-top: 4em;
    margin-left: 0;
    height: calc(100% - 4em);
    width: 90%;
    overflow-y: auto;
    border-top: 1px solid #999;
  }

  .mobile-container .handheld-menu ul.tabs > li.tab.active > ul {
    display: block;
    z-index: 2;
    font-size: 14px;
    line-height: 30px;
  }

  .mobile-container .handheld-menu ul.sub-menu li.mega-block-title {
    font-weight: bold;
  }
  .mobile-container .handheld-menu ul.sub-menu li.mega-block-title:first-child {
    margin-top: 10px;
  }
  .mobile-container .handheld-menu ul.sub-menu li.mega-block-sub-item {
    margin-left: 1em;
  }
}

body
  .site-header
  .header-global-nav
  .currency-language
  .currency-selector:after {
  content: "";
}

.home .product_list .product_box .product_box_container .product_image {
  border: none !important;
  height: initial !important;
  max-height: initial !important;
}

.content_key_visual img {
  display:inline-block !important;
}

@media (max-width: 767px) {

  .m-nopadd {
    padding: 0;
  }

}