.gftfgfghf {
  width: 100%;
}

.customer-account-login, .customer-account-create {
  background-image: url(https://massonmedical.com/media/login/login-background.jpeg);
  background-size: cover;
}

.login-container {
  background: url("613cbbfd-ed46-4ca9-8b32-5a100f318b4f.png") no-repeat center
    center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-box {
  background-color: white;
  padding: 25px 25px 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.input-text::placeholder {
  color: #736767 !important;
}

.home-video-headline video{
  width: 100%;
  max-height: 70vh;
  object-fit: fill;
}

#wk-mp-nav .level-0 > a {
  width: 92%;
}
.wk-card{
  display: flex;
    gap: 75px;
}
.wk-mp-column.wk-mp-main .page-title{
      padding: 0 !important;
      height: auto !important;
}

.pdp-video{
  width: 50%;
  height: 53vh;
}

.data-grid tr:last-child:not(.data-grid-editable-row) td {
  text-align: center;
}
.wk-mp-tr-amount-total-title .wk-mp-tr-amount-style, .wk-mp-tr-remain-total .wk-mp-tr-amount-style, .wk-mp-tr-payout-style {
  font-size: 30px !important;
}

.customer-account-create .login-box {
  padding: 0px !important;
}
.fieldset.create.account{
  margin-top: 20px;
}
.customer-account-create .action.submit.primary{
  margin-top: 20px;
}

.login-box h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #222;
}

.input-group {
  margin-bottom: 20px;
  position: relative;
}

.input-group i {
  position: absolute;
  top: 9px;
  right: 10px;
}

.input-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  height: 46px !important;
}
.input-group input:focus {
  border-width: 0.125rem !important;
  border-color: #00244d;
  outline-style: none !important;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.actions a {
  text-decoration: none;
  color: #00244d;
}

.login-btn {
  background-color: #00244d;
  color: white;
  border: none;
  width: 100%;
  padding: 8.5px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
}

.create-account {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #d7d8d8;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.create-account p {
  margin-top: -13px;
  text-align: center;
  background: #fff;
  width: auto;
  display: table;
  padding: 0px 5px;
  margin-bottom: 0;
}

.create-account a {
  color: #00244d;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #00244d;
  padding: 8.5px 20px;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
  width: 100%;
}

.create-account a:hover {
  background: #00244d !important;
  color: #fff !important;
}

.login-footer {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: none !important;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6) !important;
}

.login-footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.IDPcontainerDesktopOnly {
  width: 100vh;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  padding: 5px 0 10px 10px;
}

.IDPcontainerDesktopOnly img {
  max-width: 200px;
}

.navbar {
  position: static !important;
}

.navbar-expand-xl .navbar-toggler {
  display: block !important;
  margin-left: 0px;
  position: absolute;
  left: 0;
}

.checkout-cart-index #maincontent, .checkout-index-index #maincontent{
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: #f0f2f2;
}

.cart-empty{
  margin-top: 20px;
    background-color: #fff;
    overflow: auto;
    padding: 20px 0 15px 0;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    text-align: left !important; 
    display: flex;
    gap: 30px;
    align-items: center;
    height: 85vh;
    justify-content: center;
}

.cart-empty p{
  margin-top: 12px !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000;
}

.empty-image img{
    width: 150px;
    float: right;
    margin-right: 20px;
}

.empty-info{
  display: flex;
  align-items: center;
}

.continue-shopping{
 background-color: #00244d;
}

.continue-shopping span{
  color: #fff;
}

.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}

.customer-account-create .newsletter{
  display: none;
}

.customer-account-create .choice{
  display: none;
}

.customer-account-create .login-container .fieldset:after {
  display: none;
}

.customer-account-create  body, label{
  color: #000;
}

#cartButtonElement{
  background-color: #00244d;
}

.cart.table-wrapper{
  padding: 20px;
}

.cart.main.actions{
  margin-left: 20px;
  margin-right: 20px;
}

.checkout-cart-index .field.qty{
  margin-top: 43px;
}

.checkout-cart-index .input-text.qty{
  width: 40px;
  text-align: center;
}

.checkout-cart-index .actions {
  display: block !important;
}

.checkout-cart-index .action.update{
  float: right;
}

.signup-now{
  color: #000;
  background: #fff;
  border: 1px solid #00244d;
}
.signup-now:hover{
  background: #00244d;
}

.show-mobile{
  display: none;
}
.show-desktop{
  display: block;
}

.authentication-wrapper{
  display: none;
}

.top-header-items{
  right: 130px;
  position: absolute;
}

.top-header-items .nav-link{
  color:#fff;
}

.top-header-items .nav-link:hover{
  color:#0babf7;
}

.footer.content .form-floating{
  text-align: center;
}

.footer.content .form-floating h6{
  color: #fff;
}

.accepted-payments{
  clear: both;
  padding: 40px 20px 20px 20px;
}

.accepted-payments .payment-icons{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}

.accepted-payments .payment-icon-item{
  list-style-type: none;
  border: 1px solid #ccc;
  margin-right: 40px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.accepted-payments .payment-icon-item img{
  width: 60px;
}

.footer-logo{
  margin-left: 0px !important;
  margin-top: -8px;
}

.footer.content .form-floating h6{
  font-size: 25px;
}

.header-top .nav.navbar-nav{
  flex-direction: row !important;
}

.header-top .nav.navbar-nav .nav-link{
  color: #fff;
}

.navbar.navbar-expand-xl{
  justify-content: space-between !important;
}

#nav-orders .nav-line-1 {
  margin-top: 9px;
  height: 14px;
}

#nav-orders>.nav-a * {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  float: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-line-1 {
  color: #000;
  font-size: 14px
}

.nav-line-2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 15px;
}

#nav-orders{
  display: block;
  width: 80px;
  line-height: 15px !important;
  text-align: left;
}

.header-right {
  justify-content: space-between !important;
}

.search-all-dropdown select{
  height: 45px !important;
  background: none !important;
  padding: 0 !important;
}

.contact-info{
  background: #edf2f9;
  color: #0066a1;
  height: 60px;
  display: flex;
  align-items: center;
}
.contact-info .list-unstyled{
    padding-left: 20px;
}

#b2bdropdownmenu{
  color: #fff;
}

.b2bdropdown{
  margin-top: -1px;
}

.b2bdropdowncontent{
  margin-left: -10px !important;
}

.mm-navbar__tab{
  background: #00244d;
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: flex-start;
  padding-left: 35px;
}

.mm-btn--close{
  margin-top: -93px;
  color: #fff !important;
}

.bi-person-circle{
  padding-right: 10px;
  font-size: 28px;
}
.mm-navbar__breadcrumbs{
  text-transform: uppercase;
}
.mm-divider {
  font-size: 18px !important;
  margin-left: 16px;

}
.aboutus-img{
  max-width: 602px;
}
.team-image{
  max-width: 200px;
  margin-bottom: 20px;
}
.team-p{
  font-size: 16px !important;
  font-family: sans-serif;
}
.team-iteam .col-md-9{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.modal-backdrop{
  display: none !important;
}
#maincontent{
  min-height: 63vh;
}
.header-icons{
margin-right: 5px !important;
}
.wk-card{
  overflow-x: scroll;
}
.head-form {
  height: 45px;
}
.wk-mp-fieldset .button {
  margin: 5px 0;
  font-size: 18px;
}

.marketplace-product-add input[type="checkbox"], .marketplace-product-edit input[type="checkbox"]{
  margin: 5px;
}

.marketplace-product-add .navbar-brand.logo, .marketplace-product-edit .navbar-brand.logo {
  margin-left: -15px;
}

.marketplace-product-productlist .action-primary.action-accept{
  margin-left: 20px;
}

.home-video-headline{
  padding: 0px 30px;
}

.page-footer{
  margin-top: 40px;
}

.home-videos {
    height: 200px !important;
    object-fit: fill;
}
.search-mobile{
  display: none;
}
#mobile_search_icon{
  display: none;
}
.seller-central-txt{
  border-bottom: 1px solid green;
  color: #000;
}
.dropdown-item-sub{
  margin-top: -10px;
}
.sign-in-textg{
  margin-left: 26%;
  font-size: 18px;
  color: #000;
}

@media only screen and (min-width: 1100px) { 
  .header-right {
    width: 75%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 2000px) { 
  .form.form-cart{
    background: #fff;
  }
}

@media only screen and (max-width: 550px) { 
  .cart.table-wrapper{
    overflow-x: scroll !important;
  }

  .checkout-cart-index .action.update{
    margin-right: 58px !important;
  }

  .cart.table-wrapper {
    padding: 0px !important;
  }
  .cart-container {
      margin-top: 12px !important;
      margin-left: 12px !important;
      margin-right: 12px !important;
  }
  .empty-image img {
    width: 150px;
  }
  .empty-image {
    min-width: 350px;
  }
  .admin__data-grid-filters-wrap .admin__form-field {
    width: 100% !important;
}
.admin__data-grid-wrap {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.wk-mp-page-main {
  padding: 1rem !important;
}
.search-mobile{
  width: 100% !important;
  margin-top: 15px;
}
#mobile_search_icon{
  display: block;
  margin-right: 18px !important;
}
.lang-list-header{
  display: none !important;
}
#mobile_search_icon .bi-search{
  font-size: 25px !important;
}
}

@media only screen and (max-width: 840px) { 
  .cart-empty{
      width: 95%;
      padding-left: 0px; 
      display: block;
      margin-top: 5px;
      padding-top: 150px;
  }
  .empty-image, .empty-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .show-mobile{
    display: block;
  }
  .show-desktop{
    display: none;
  }
  .checkout-container {
    width: 95% !important;
    padding: 20px !important;
}
.top-header-items{
  right: 110px;
}

.empty-image img{
  margin-bottom: 0px;
}

}

@media only screen and (max-width: 1100px) { 
  .seller-hamburger .img-fluid{
    margin-top: -12px;
    margin-left: -15px;
  }
  .wk-mp-page-header {
    height: 57px !important;
}
}

@media only screen and (min-width: 821px) and (max-width: 1030px) { 
  .cart-empty {
        height: 90vh;
        margin-top: 20px;
  }
  .empty-image, .empty-info{
    margin-top: -35vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1030px) { 
  .pdp-video {
    width: 100% !important;
    height: 29vh !important;
  }
}

@media only screen and (min-width: 540px) and (max-width: 1020px) { 
  .header-right{
    width: 70%;
    justify-content: space-between !important;
  }
  .head-search {
    width: 52% !important;
  }
  .header .social-icons li a {
    width: 40px;
  }
  .head-search .form-control {
    width: 200px !important;
  }
  .navbar-brand.logo {
    margin-left: 28px !important;
  }
  .header-icons {
    margin-right: 0px !important;
}
}


@media only screen and (min-width: 1021px) and (max-width: 1300px) { 
  .header-right{
    width: 77%;
    justify-content: space-between !important;
  }
  .head-search {
    width: 62% !important;
  }
  .header .social-icons li a {
    width: 40px;
  }
}

@media only screen and (min-width: 431px) and (max-width: 767px) { 
  section .container, .container-sm {
      max-width: none;
  }
  section .row>* {
    width: 50%;
    padding: 5px;
  }
  .prod-btn {
    bottom: 4%;
  }
  .medical-card {
    min-height: 340px;
  }
  .banner-slider .slider-img, .banner-swiper {
    height: 300px !important;
  }
  .banner-content {
    padding: 50px 50px;
  }
  .pdp-video {
    width: 100% !important;
    height: 29vh !important;
  }
}

@media only screen and (max-width: 374px){ 
  .logo img {
    max-height: 45px !important;
    }
}

@media only screen and (max-width: 431px){ 
  .customer-account-login, .customer-account-create{
    background-image: none !important;
    background-color: #edf2f9;
  }
  .login-footer {
    color: #000;
  }
  .login-container {
    margin-top: 4% !important;
  }
.swiper.banner-swiper {
    margin-top: -18px; 
}
.header-icon{
font-size: 30px;
}
.IDPcontainerDesktopOnly {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IDPcontainerDesktopOnly {
  padding: 50px 0 10px 10px !important;
}
.login-box {
  width: 350px;
}
.pdp-video {
  width: 100% !important;
  height: 29vh !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) { 
  .head-search .form-control {
    width: 400px !important;
  }
}

@media only screen and (min-width: 1040px) and (max-width: 3000px) { 
  .header .social-icons li a {
    width: 45px;
  }
}