.welcomeshop-logo {
    font-size: 1.8em;
    color: #041b44;
    /* font-weight: 300; */
}

.info-box ul li {
    padding-bottom: 10px;
    font-size: initial;
    line-height: initial;
}
.info-box ul li strong {
    display: contents;
}
.info-box ul li:before {
    top: 6px;
    margin-right: 15px;
}

.welcomeshop .info-box {
    margin-top: 15px;
    padding: 20px;
}

.welcomeshop .intro h3 {
    padding-bottom: 15px;
}

.ws-login-form .form-row {
    display: flex;
    margin-top:15px;
}
.ws-login-form .form-row input {
    width:50%;
    padding: 5px;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.ws-products-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 20px;
}

.ws-products-list .ws-product-item {
    flex: 1 0 33%;
    max-width: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    background: #cce5e9;
}

.ws-products-list .ws-product-item.booked {
    background:#b7d6df;
}

.ws-products-list .ws-product-item img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}

.ws-products-list .ws-product-item .ws-product-info {
    font-size: 1.2em;
    padding: 15px;
}

.ws-products-list .ws-product-info h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.ws-cart-btn {
    text-align: center;
    margin: 40px 0;
}

.cart-wrapper {
    position: absolute;
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
}

.cart-wrapper .offer-count {
    padding: 10px 10px;
    font-size: 0.85em;
    background: #b7d6df;
}

/* start single container here */
.ws-product-single-container {
    display: flex;
    padding-top: 45px;
    gap: 32px;
}

.ws-product-single {
    flex: 1 0 70%;
    max-width: 70%;
    flex-basis: 70%;
}

.ws-product-content .entry {
    margin-bottom: 15px;
}

.ws-product-single h1 {padding-bottom: 25px;}

.ws-product-single-sidebar {
    flex: 1 0 30%;
    max-width: 30%;
    flex-basis: 30%;
}

.ws-product-single-sidebar img {
    width: 100%;
    height: auto;
}

.ws-product-single-sidebar-content {
    padding:15px;
    background: #e3ecf4;
}

.ws-product-single-sidebar-content .additional-details {
    margin-top: 15px;
}

.ws-product-single-sidebar-content .ws-button {
    justify-content: center;
}

.ws-product-provider {
    margin-top: 45px;
    padding: 50px 0;
    background: #e3ecf4;
}
.ws-product-provider h4, .ws-product-provider img {
    margin: 10px 0;
}

/* start cart container here */
.ws-cart-container {
    display: flex;
    gap: 32px;
    margin-bottom: 25px;
}
.ws-cart-list {
    flex: 1 0 66%;
    max-width: 66%;
    flex-basis: 66%;
}
.ws-cart-offer {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #002b49;
    padding-bottom: 24px;
    /* padding: 24px 0; */
    /* gap: 24px; */
}
.ws-cart-offer:last-child {
    border-bottom: none;
}
.ws-cart-offer-img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}
.ws-cart-offer-title {
    padding: 24px 10px 12px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #002b49;
    text-decoration: underline;
    margin-bottom: 8px;
}
.ws-cart-remove {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #002b49;
    /* font-size: 1.2rem; */
}
.ws-cart-remove a {
    text-decoration: none;
}
.ws-cart-remove-icon {
    /* width: 32px; */
    /* height: 32px; */
    padding: 4px;
    background: #002b49;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* font-size: 1.5rem; */
    /* border-radius: 4px; */
}
.ws-cart-sidebar {
    min-width: 340px;
    /* border-radius: 4px; */
}
.ws-cart-wrapper {
    padding: 32px 24px;
    background: #eaf6fa;
}
.ws-cart-sidebar h2 {
    /* font-size: 2rem; */
    margin-bottom: 8px;
    color: #002b49;
}
.ws-cart-sidebar .ws-cart-count {
    font-weight: bold;
    margin-bottom: 16px;
}
.ws-cart-sidebar p {
    margin-bottom: 12px;
    /* font-size: 1.1rem; */
}
.ws-cart-sidebar .ws-cart-highlight {
    font-weight: bold;
    color: #002b49;
    margin-bottom: 12px;
}
.ws-cart-sidebar .ws-cart-btn {
    background: #002b49;
    color: #fff;
    border: none;
    padding: 12px 32px;
    /* font-size: 1.2rem; */
    /* border-radius: 4px; */
    cursor: pointer;
    margin-top: 16px;
}
.ws-back-btn {
    display: inline-block;
    padding: 10px 35px;
    margin-top: 32px;
    background: #008297;
    color: #fff !important;
    border: none;
    text-decoration: none;
    font-size: initial;
    cursor: pointer;
}
.ws-button {
    display: inline-block;
    padding: 10px 35px;
    background-color: #041b44;
    border: 0;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0px;
    transition: none;
    font-size: initial;
    cursor: pointer;
}

.ws-button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li {
  display: block;
  flex: 1 1 auto;
  background: #fff;
  transition: background .3s;
  padding-bottom: 0;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li:hover,
#header .menu-wrapper.desktop ul#menu-welcome-shop-header li.current-menu-item {
  background: #b7d6df;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li a,
#header .menu-wrapper.desktop ul#menu-welcome-shop-header li span {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  line-height: /* $lh-auto */ normal;
  text-decoration: none !important;
  outline: none !important;
  padding: 5px 5px 26px;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li a:focus,
#header .menu-wrapper.desktop ul#menu-welcome-shop-header li span:focus {
  border: 1px solid /* $blackblue */ #000 !important;
  border-bottom: none !important;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li:before {
  display: none;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header {
  justify-content: flex-start;
}

#header .menu-wrapper.desktop ul#menu-welcome-shop-header li {
  flex: 0 0 auto;
  padding-right: 30px;
}
