.cms-index-index .page-main {
  max-width: 100% !important;
  padding: 5px;
}

.bg-white {
  background-color: #fff !important;
}

.ml-n-2 {
  margin-left: -0.2rem;
}
.page-header.type22 .minicart-wrapper .action.showcart .minicart-icon {
    font-size: 21px;
}
.custom-font,
.custom-font h2 {
  font-family: Segoe Script;
}
.see-all-btn {
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid #007bff;
  color: #007bff;
  background-color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.see-all-btn:hover {
  background-color: #007bff;
  color: #fff;
}

.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 6px !important;
}
.home-categories {
  padding: 50px 20px;
  text-align: center;
}
.grey-button {
    background-color: white;
    border: 1px solid #ccc;
    color: #ccc;
    font-weight: 500 !important;
    padding: 12px 34px;
    border-radius: 8px;
}
.grey-button:hover {
    background-color: #ccc;
    color: #1076C0;
}
.big-button {
    padding: 12px 34px !important;
}
.category-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1c1c1c;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.category-item {
  flex: 0 1 calc(25% - 20px);
  min-width: 200px;
  text-align: center;
}

.category-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.category-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.category-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.category-name {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
}

.header-main {
  background-color: #cfe4f2;
}

.page-title-wrapper {
  display: none !important;
}

@media (min-width: 992px) {
  .page-header .navigation:not(.side-megamenu) .level0.parent .level-top::after {
    display: none !important;
  }
  .page-header.type22 .search-area .minisearch .actions button {
    background-color: #1076c0 !important;
  }
  .page-header.type22 .block-search input {
    padding-left: 42px;
  }
  .page-header.type22 .search-category {
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  header.page-header .nav-sections-item-title {
    display: none !important;
  }
}


/* LOCAL CUSTOM CSS */
.nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5)
}
.bg-grey-ef {
    background-color: #EFF6FB;
}

.header-bottom {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
header {
    border-bottom: 1px solid #E0E0E0;
}
.header-bottom .info-item a i {
    font-size: 25px !important;
    margin-right: 8px;
}
.homepage-banner-section .my-banner {
    /* padding: 92px 0; */
    background-size: cover;
    background-repeat: no-repeat;
}

.cms-index-index .page-main {
    max-width: 100% !important;
    padding: 0;
}
.bg-white {
    background-color: #fff!important;
}
.banner-content {
    padding: 68px 104px;
    max-width: 706px;
    margin: 92px auto;
    border-radius: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.banner-content h1 {
    font-weight: 600;
    font-size: 52px;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    color: #221E4F;
    line-height: 57px;
    margin-bottom: 30px;
}
.banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: auto auto 40px;
    max-width: 508px;
}
body {
    font-family: 'Poppins', sans-serif;
}
.btn-primary,
.btn-create {
    background-color: #1076C0 !important;
    box-shadow: 0px 14px 34px 0px #1076C033;
    border-radius: 10px !important;
    color: #fff !important;
    border: 1px solid #1076C0;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 100%;
}
.btn-create {
    color: #fff !important;
}
html .action.primary {
    background-color: #1076C0;
    border-color: #1076C0;
}
.porto-ibanner {
    margin: 0;
}
.porto-ibanner-layer {
    position: absolute;
    z-index: 10;
}

.grid-two .porto-ibanner .porto-ibanner-left {
    text-align: left;
    padding-right: 80px;
}
.porto-u-main-heading h2,
.supplier-dashboard .supplier-title,
.product-info-price .price-box .price {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #221E4F;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.product-info-price .price-box .price {
    font-size: 24px;
}
.porto-u-main-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.grid-two {
    padding: 110px 0;
}
.benifits {
    padding: 64px 0;
    overflow: hidden;
}
.benifits .porto-sicon-box,
.benifits .porto-sicon-header {
    display: flex;
    width: 100%;
    height: fit-content;
}

.benifits .porto-sicon-default {
    margin-bottom: 22px;
}
.benifits .porto-just-icon-wrapper {
    height: 75px;
    width: auto;
}
.benifits .porto-just-icon-wrapper i,
.benifits .porto-just-icon-wrapper img {
    height: 100%;
    width: auto;
}
.benifits .porto-just-icon-wrapper {
    width: 52px;
    margin-right: 10px;
}
/* .benifits .row {
    margin-bottom: 98px;
} */
.porto-sicon-header .porto-sicon-title {
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 20px;
    color: #221E4F;
    width: 100%;
}
.benifits .porto-sicon-header {
    width: calc(100% - 62px);
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: auto;
}
.benifits .porto-sicon-header h4 {
    width: 100%;
}
.porto-sicon-header p {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #221E4F;
    text-align: left;
}
.default-icon .porto-sicon-default .porto-icon img {
    height: auto;
}
.default-icon .porto-sicon-default .porto-icon {
    align-items: center;
    display: flex;
}
.default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img {
    height: fit-content;
}
ul.products .product-col {
    margin-bottom: 1.4286em;
}
ul.products li.product-category .thumb-info-wrapper:after {
    background-color: rgba(27, 27, 23, 0);
}
.product-category  .each-product-category {
    margin-bottom: 24px;
}
ul.products li.product-category:hover .thumb-info-wrapper:after {
    background-color: rgba(27, 27, 23, 0.15);
}
.thumb-info .thumb-info-wrapper {
    border-radius: 4px;
}
.category-container .products .sub-title {
    text-transform: none;
    font-size: 18px;
    letter-spacing: -.025em!important;
    line-height: 26px;
    font-weight: 600!important;
}
.category-container .products .thumb-info-type {
    font-size: 13px;
    letter-spacing: -.02em;
    line-height: 22px;
    text-transform: none;
}
.porto-u-heading {
    margin-bottom: 17px;
}
.suppliers-slider {
    padding: 100px 0 60px;
}
.suppliers-slider .porto-u-heading {
    margin-bottom: 0;
}
.suppliers-slider .porto-u-heading h2 {
    margin-bottom: 62px;
}
.owl-carousel {
    margin-bottom: 0;
}
.suppliers-slider .porto-carousel:first-child {
    margin-bottom: 24px;
}
.suppliers-slider .item {
    opacity: 0.5;
    width: 100%;
    height: 104px;
    transition: .5s ease-in-out;
    border: 0.6px solid #E2E2E2;
    display: flex;
    border-radius: 8px;
    align-items: center;
}

.suppliers-slider .item:hover {
    opacity: 1;
}
.product-category {
    padding: 110px 0 90px;
}
.product-category .each-product-category {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.product-category .each-product-category .thumb-info-title {
    display: flex;
    height: 100%;
    padding-top: 0;
    padding-left: 20px;
    align-items: center;
    background: transparent;
    max-width: 120px;
    bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    color: #221E4F;
}
.product-category .each-product-category .thumb-info-wrapper {
    max-width: 210px;
    margin-left: auto;
}
.product-category .each-product-category .thumb-info-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-labels .product-label.sale-label {
    background-color: #FEEFDC;
    border: 2px solid #CC7001;
    color: #CC7001;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.product-slder .products .product-item-info,
.porto-products .product-item-info {
    border: 0.6px solid #EDEDED;
    border-radius: 12px;
    overflow: hidden;
}
.products-slider.owl-carousel .owl-stage-outer {
    padding-top: 0;
}
.product-slder .products.wrapper {
    padding: 0;
}
.products-slider.owl-carousel .product-item {
    padding: 0;
}
.product-item-photo  {
    margin-bottom: 0;
}
.product-slider .product-item-details,
.porto-products .product.details {
    padding: 16px;
}
.special-products .porto-products {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 16px;
}
.product-item-info.type3 .product-item-actions .towishlist {
    right: 15px;
}
.product-slider .price-box {
    margin-bottom: 0;
}
.product-item-details .product-item-name {
    padding-right: 0 !important;
}
.product-item-details .product-item-name a {
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    color: #221E4F;
}
.product-item-details .price-box .old-price .price {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    color: #221E4F80;
}
.old-price,
.special-price {
    margin-bottom: 0;
}
.product-item-details .price-box .special-price .price {
    font-weight: 600;
    font-size: 18px;
    color: #221E4F;
}
.product-item-details .price-box {
    margin-bottom: 0;
}

.offer-product .product-item-info:hover .product-item-photo {
    box-shadow: none;
}
.offer-product .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
}
.offer-product .product-item-info .product-item-details .product-item-actions .tocart {
    padding-left: 45px;
    height: 56px;
    line-height: 56px;
    padding-right: 45px;
    font-size: 14px;
    border-radius: 7px;
}
.offer-product .product-item-actions .actions-secondary.action {
    height: 56px;
    line-height: 56px;
}
.offer-product .product-item-info.type1 .product-item-inner {
    margin-top: 46px;
}
.offer-product .add_to_cart_button {
    padding-left: 45px;
    height: 56px;
    line-height: 56px;
    padding-right: 45px;
    font-size: 14px;
    border-radius: 7px;
}
.special-offers .main-product .product-item-info {
    border: none;
    display: flex;
    flex-wrap: wrap;
}
.special-offers .main-product .product-item-info.type3 .product.name{
    height: fit-content;
    width: 100%;
    padding-right: 0 !important;
}
.special-offers .main-product .product-item-info.type3 .price-box {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.special-offers .main-product {
    height: 100%;
}
.special-offers .product-item .tocart {
    padding: 10px 20px;
}
.offer-product .product-item .tocart::before {
    font-size: 24px!important;
    font-weight: 300!important;
}
.special-offers {
    padding: 60px 0;
}
.product-slder .porto-products .slider-wrapper .owl-nav button {
    background-color: #fff !important;
    border-radius: 100%;
    border: 1px solid #221E4F;
    height: 40px;
    width: 40px;
    left: -85px;
}
.product-slder .porto-products .slider-wrapper .owl-nav button.owl-next {
    left: auto;
    right: -85px;
}
.slider-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.product-slder #protein-products {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.plus-bottom-left,
.plus-bottom-right {
    position: relative;
}
.plus-bottom-left::after,
.plus-bottom-right::after {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -30px;
    background-image: url(../../../wysiwyg/smartwave/porto/homepage/33/bg-plus-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 128px;
    width: 128px;
    z-index: 0;
    content: '';
}
.plus-bottom-right::after {
    left: auto;
    right: 0;
}
.plus-bottom-left .container,
.plus-bottom-right .container {
    position: relative;
    z-index: 2;
}
.porto-products.bg-white {
    border-radius: 16px;
    height: 100%;
}
/* header design */
.page-header .header-main {
    background-color: #CFE4F2;
}
.page-header .header  .header-right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-header.type22 .search-area .minisearch .actions button {
    background-color: transparent !important;
    color: #221E4F;
}
.page-header .header-right .info-item a {
    font-weight: 600;
    font-size: 16px;
    color: #221E4F;
}
.navigation  li a span {
    font-weight: 400;
    color: #221E4F;
    font-size: 16px;
}
.header-main .header-left {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-header .search-area .block.block-search {
    border: none;
    margin-top: 0 !important;
}
.page-header.type22 .header-main .header-right > * {
    margin-top: 0 !important;
}
.header-right .header-contact .wpb_wrapper {
    background: #1075BD0D;
    padding: 30px;
    margin-right: 30px;
}
.minicart-wrapper .cart-subtotal.cart-subtotal span {
    font-weight: 500;
    color: #221E4F;
    font-size: 14px;
}
.page-header .header-main {
    padding: 20px 0;
}
footer .widget-about {
    margin-bottom: 0;
    background: #FFFFFFB2;
    padding: 20px 30px;
    display: flex;
    max-width: 414px;
}
footer .social-icons {
    display: flex;
    gap: 12px;
}
.w-50 {
    width: 50%;
}
.social-icons li a {
    height: 40px;
    width: 40px;
    display: flex;
    padding: 8px;
    background: white;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid transparent;
    align-items: center;
    transition: .5s ease-in-out;
}
.social-icons li a img {
    max-height: 20px;
    max-width: 20px;
}
.social-icons li a:hover {
    border: 1px solid #221E4F;
}
.footer-links li a {
    font-weight: 400;
    font-size: 16px;
    color: #221E4F;
}
.footer-links li {
    margin-bottom: 16px;
}
.footer-links h6 {
    font-weight: 600;
    color: #221E4F;
    font-size: 16px;
}
.footer-middle .right-side {
    padding-left: 64px;
}
.footer-middle .left-side h6 {
    font-weight: 500;
    font-size: 14px;
    color: #221E4F;
}
.footer-middle .left-side  ul li img {
    max-width: 34px;
    max-height: 34px;
    padding: 7px 7px 7px 0;
}
.footer-bottom p {
    padding: 30px 0 0;
    font-weight: 400;
    font-size: 16px;
}
.footer-middle .right-side {
    padding-bottom: 60px;
}
.footer-bottom .payment-cards {
    gap: 22px;
    justify-content: flex-end;
    padding: 17px 0;
}
.footer-bottom .row {
    margin: auto;
}
.footer-middle .left-side ul li  {
    margin-bottom: 0 !important;
}
.btn-register,
.block-search .action.search:before {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.grid-two .porto-ibanner .porto-ibanner-left {
    padding-right: 80px;
}
.grid-two .no-reverse .porto-ibanner .porto-ibanner-left {
    padding-left: 80px;
}
.page-header .header-main a,
.page-header.type5 .search-area a.search-toggle-icon {
  color: #221e4f;
  font-weight: 700 !important;
}
.product-item h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom .payment-cards img {
    max-width: 90px;
    padding: 0 !important;
}
header .action.search {
    left: 0;
    position: absolute;
    background: transparent !important;
}
header .block-search .action.search::before {
    color: #221E4F !important;
}
.product-item  h4 {
    font-weight: 600;
    font-size: 14px;
}
.product-item {
    border-radius: 12px;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    color: #221E4F;
}
header .mobile-nav-close {
    background: #1076C0;
    position: absolute;
    width: 28px;
    height: 28px ;
    display: flex;
    overflow: hidden;
    border-radius: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
    right: 16px;
    top: 16px;
}
.button-container .btn-login {
    color: #1076C0 !important;
    margin-right: 10px;
}
.button-container .btn-create {
    color: #fff !important;
}
.page-header .top-auth-buttons .btn-login {
    font-weight: 400 !important;
}
.page-header .top-auth-buttons .btn-login:hover {
    background-color: #1076C0 !important;
    color: #fff;
}
.page-header .top-auth-buttons .btn-register:hover {
    background-color: #fff !important;
    color: #1076C0 !important;
}
.page-header .top-auth-buttons .btn-register{
    font-weight: 400 !important;
}
.navigation ul li a:hover span,
.header-right .info-item a:hover,
.footer-links li a:hover {
    color: #1076C0;
}
.footer .left-side {
    font-weight: 500;
    font-size: 14px;
    color: #221E4F;
}
.special-products {
    border: none !important;
    border-radius: 16px;
}
.porto-products .product-item {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-item .price-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
}
.product-item .price-box .regular-price {
    margin-bottom: 0;
}
.product-item-details {
    height: calc(100% - 130px);
    flex-wrap: wrap;
}
.product-item-photo {
    height: 130px;
}
.product-item-info {
    height: 100%;
}
.cms-home .product-item a {
    height: 240px;
}
.product-slder .product-item form {
    margin: auto;
}
.cms-home #minicart-content-wrapper .product-item a {
    height: fit-content;
}
.product-item .tocart {
    padding: 9px 23px;
    display: flex;
    align-items: center;
    margin: auto;
}
.product-item .tocart i {
    font-size: 14px;
    margin-right: 6px;
}
.product-item .tocart span {
    font-size: 12px;
}
.owl-carousel .owl-nav button[class*='owl-'] {
    font-size: 20px;
}
.post-carousel .owl-stage {
    text-align: center;
    margin: auto;
}
.sidebar-content {
    border-radius: 12px;
    overflow: hidden;
}
.filter-options-content .item {
    margin-bottom: 10px;
}
.filter-options-content a,
.filter-options-content .count {
    color: #221E4F !important;
}
.filter-options-content a {
    font-size: 16px;
}
.filter-options-title,
.side-custom-block .custom-block h2 {
    font-size: 16px;
}
.limiter {
    margin-right: 16px;
}
.pages-items li span {
    color: #1076C0 !important;
}
.pages-items li .action {
    background-color: #1076C0;
}
.pages-items li .action::before {
    color: #fff !important;
}
.pages-items li {
    border: 1px solid #1076C0;
}
.pages-items li a {
    border: none !important;
}
.pages-items li.current strong {
    border: none;
}
.pages-items li.current {
    background: #EFF6FB;
}
.product.product-item-name {
    padding-right: 25px !important;
}
.product-item-actions .action.tocart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toolbar .sorter-label,
.toolbar-products .label span {
    font-size: 16px;
}
.price-box .price,
.product-item-details .product-item-name a {
    color: #221E4F;
}
.price-box .price {
    line-height: normal;
}
.side-megamenu {
    max-height: 95vh;
    overflow-y: auto;
}
.side-megamenu .button-container {
    display: none !important;
}
.supplier-item {
    width: calc(16.66% - 17px) !important;
    border-radius: 12px;
}
.supplier-dashboard {
    padding: 0 !important;
}
.page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span:before, 
.page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span:after {
    display: none !important;
}
.nav-sections .ui-menu-item.active a span {
    color: #1076C0 !important;
}
.product-info-stock-sku span,
.product-info-stock-sku .product  strong,
.product-info-main .product.sku .value {
    font-size: 14px;
}
.box-tocart .action.tocart {
    background-color: #1076C0;
}
.qty-changer a {
    width: 40px !important;
}
.qty.field .control, .col.qty .control {
    width: 125px;
}
.product-social-links .share-links a {
    background: none;
    color: #1076C0;
    border: 2px solid #1076C0;
    padding: 18px;
    margin-right: 10px;
    border-radius: 100%;
}
.fotorama,
.box-tocart .action.tocart,
.product-addto-links .action.tocompare,
.product-addto-links .action.towishlist{
    border-radius: 12px;
    overflow: hidden;
}
.fotorama__fullscreen-icon {
    bottom: 10px;
    right: 6px !important;
}
.product.data.items>.item.title.active {
    border-color: transparent;
    background-color: #1076C0;
    color: #fff;
}
.product.data.items>.item.title.active span {
    color: #fff;
}
.product.data.items>.item.title {
    padding: 10px 30px;
    margin: 0;
    margin-bottom: 0 !important;
    border-radius: 8px 8px 0 0;
}
.product.data.items>.item.title span {
    font-weight: 400;
    font-size: 16px;
}
.review-form .action.submit.primary {
    font-size: 15px;
    font-weight: 400;
}
.product.data.items>.item.title:hover {
    border-color: transparent;
}
.product.data.items>.item.content p {
    font-size: 16px;
}
.actions-primary .btn-primary,
.review-form .action.submit.primary {
    border-radius: 12px;
}
.products-grid .product-item-photo img {
    max-height: 130px;
    width: fit-content !important;
    max-width: 100%;
    margin: auto;
}
.products-grid .btn-primary {
    padding: 9px 23px;
    display: flex;
    align-items: center;
    margin: auto;
}
.products-grid .btn-primary i {
    margin-right: 10px;
}
.main-product .product-type-simple .product  {
    height: 460px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.main-product .product-type-simple .product-item-details {
    height: calc(100% - 460px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-product .product-item-name {
    justify-content: center;
}
.brand-item img {
    height: 100%;
}
.brand-item {
    align-items: center;
    display: flex;
    padding: 20px;
}
.brand-row {
    margin-bottom: 0 !important;
    flex-wrap: wrap !important;
}
.actions-toolbar .primary,
.actions-toolbar .secondary{
    display: flex;
    flex-wrap: wrap;
}
.cart-summary {
    border-radius: 12px;
}
.messages {
    border-radius: 8px;
}
.qty.field .qty-changer>a, .col.qty .qty-changer>a {
    top: 0;
}

#shipping_method_form .block-title strong span {
    color: #3c6ee3;
}
.opc-progress-bar {
    margin-bottom: 20px;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #1076C0;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background-color: #1076C0;
}
.table-checkout-shipping-method {
    width: 100%;
}
.opc-block-summary .items-in-cart>.title {
    border-bottom: 0;
}
.address  label {
    color: #1076C0;
}
.opc-progress-bar-item>span:before {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shipping-address-items {
    padding: 30px 0;
}
.porto-products .product-item {
    border: 1px solid rgb(209, 209, 209);
}
.footer-middle a:focus {
    color: #1076C0;    
}
.grey-button.w-100 {
    width: 100% !important;
    display: flex;
    border-radius: 12px;
    justify-content: center;
}
.blue-hover:hover {
    background-color: #1076C0 !important;
    color: #fff !important;
}
.form-create-account .create legend span {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
}
.new-shipping-address-modal .action-save-address {
    margin-bottom: 10px;
}
.new-shipping-address-modal .grey-button {
    padding: 13px;
    border-radius: 12px;
}
#sku-products .price-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: calc(100% - 240px);
}
#sku-products .price-block h4,
.product-item .price-block h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    width: 100%;
    text-overflow: ellipsis;
}
.product-item .price-block {
    padding: 15px;
    width: 100%;
}
.brand-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 25px;
}
.brand-item {
    flex: 0 0 calc(12.5% - 20px); 
    text-align: center;
}
.brand-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.columns .column.main {
    padding-bottom: 0;
}
.special-offers .porto-u-main-heading h2 {
    margin-bottom: 0;
}
/* category */
.catalog-category-view .product-item-details .product-item-name a {
    height: fit-content;
}
.catalog-category-view .product-item,
.catalogsearch-result-index .product-item {
    border: none;
}
.sidebar-additional {
    padding-top: 0;
}
.product-actions-container .btn-primary {
    padding: 7px 24px !important;
}
.catalog-category-view .block-reorder .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.catalog-category-view .product-items-names li {
    display: flex;
    align-items: center;
}
.catalog-category-view  .block.block-reorder {
    padding: 0 20px;
}
.mage-dropdown-dialog .product-item-photo {
    height: fit-content;
}
.catalog-product-view #reviews {
    padding-bottom: 40px;
}
.minicart-items-wrapper .product-item-name {
    font-weight: 600 !important;
    color: #221E4F !important;
}
.minicart-wrapper .block-minicart .total-count {
    padding: 12px 0;
}
.minicart-wrapper .block-minicart li {
    padding: 15px 0;
    border-radius: 0;
}
.catalog-category-view .sidebar-content .tocart {
    padding: 4px 20px !important;
}
.catalog-category-view .sidebar .block-title {
    text-transform: uppercase;
}
.catalog-category-view .sidebar-content .actions-toolbar .secondary .action  {
    padding-top: 3px;
}
.catalog-product-view .page-title-wrapper {
    display: block !important;
}
.opc-progress-bar-item>span:after {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.checkout-index-index .new-shipping-address-modal .action-close {
    margin-top: 30px;
    margin-right: 15px;
}
.checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
}
#shipping-new-address-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#shipping-new-address-form .field {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 7.5px); 
    height: fit-content;
}
#shipping-new-address-form .field .control {
    width: 100%;
}
.checkout-index-index .modal-popup .fieldset .field .label {
    height: fit-content;
    width: 100%;
}
#shipping-new-address-form select {
    padding: 15px;
}
.new-shipping-address-modal .modal-title {
    font-weight: 500;
}
#shipping-new-address-form .field.choice {
    flex-wrap: nowrap;
}
#shipping-new-address-form .field.choice input {
    margin-top: 0;
}
.new-shipping-address-modal .modal-footer .action.secondary {
    margin-top: 12px;
}

.modal-custom.opc-sidebar .opc-block-summary {
    border-radius: 12px;
}
.checkout-index-index  .minicart-items .product-item-details {
    max-width: calc(100% - 50px);
    padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart>.title strong {
    font-size: 16px;
}
.opc-progress-bar-item:before {
    height: 4px;
}
.modal-custom.opc-sidebar {
    margin: 30px 0 0;
}
.checkout-index-index .shipping-information-title {
    font-weight: 500;
    color: #221E4F;
}
.checkout-index-index .opc-block-summary .mark > span {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.grey-btn {
    border-radius: 12px !important;
    padding: 15px 30px !important;
}
.cms-home.cms-index-index .product-slder .special-products .product .product-item-link {
    height: fit-content;
}
.cms-home.cms-index-index .product-slder .special-products .product {
    padding: 0;
    padding-right: 0 !important;
    width: 100%;
}
.protein-substitutes .price-block .product-item-details {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
.cms-home .special-offers .main-product .product-item-name a {
    height: fit-content;
    font-size: 19px !important;
}
.cms-home.cms-index-index.wide.mobile-sticky .banner-content .btn-primary {
    margin-bottom: 10px;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 0 10px;
}
.checkout-index-index .opc-wrapper .actions-toolbar .button.continue {
    padding: 12px 30px !important;
}
.checkout-index-index .opc-payment-additional.discount-code {
    margin-top: 20px;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content {
    padding-left: 0;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding: 18px 0;
}
#shopping-cart-table,
table th,
table td,
.cart-summary,
body,
.login-container .block .block-title, .fieldset.create>.legend {
    color: #221E4F !important;
}
.customer-account-login .actions-toolbar .btn {
    min-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-account-login .actions-toolbar .btn span {
    font-size: 16px;
}
.customer-account-index .box-title,
.customer-address-index .box-title,
.sales-order-view .block-content .box .box-title  {
    background-color: #EFF6FB;
}
.customer-account-index .box .box-content,
.customer-address-index .box .box-content,
.sales-order-view .box-content  {
    background-color: #fff;
}
.customer-account-index .box {
    border-radius: 12px !important;
    overflow: hidden;
    width: 50% !important;
    border: none;
}
.customer-account-index .box .box-actions,
.customer-address-index .box .box-actions {
    border-radius: 0 0 12px 12px;
    background-color: #faf8f8;
}
.customer-account-index .block-dashboard-info .block-content,
.customer-account-index .block-dashboard-addresses .block-content {
    display: flex;
    gap: 12px;
}
.customer-account-index .block-dashboard-info  .block-title,
.customer-account-index .block-dashboard-addresses  .block-title,
.customer-account-index  .block-reviews-dashboard,
.customer-account-index  .block-dashboard-orders {
    padding: 0 12px;
}
.customer-account-index .sidebar-content,
.sales-order-history .sidebar-content,
.wishlist-index-index .sidebar-content,
.customer-address-index .sidebar-content,
.customer-account-edit .sidebar-content,
.review-customer-index .sidebar-content {
    padding-top: 10px;
    padding-right: 20px;
}
.checkout-cart-index .page-main,
.customer-account-index .page-main,
.sales-order-history .page-main,
.wishlist-index-index .page-main,
.customer-address-index .page-main ,
.customer-account-edit .page-main,
.review-customer-index .page-main,
.review-customer-view  .page-main,
.sales-order-view .page-main,
.multishipping-checkout_address-newshipping  .page-main {
    padding-top: 60PX;
}
.sales-order-history .table-order-items.history {
    margin-top: 0;
}
.sales-order-history .order-products-toolbar .limiter-label {
    margin-right: 10px;
}
.review-customer-view .customer-review.view .product-details {
    margin-bottom: 20px;
}
.customer-account-index .sidebar-content .block-reorder,
.sales-order-history .sidebar-content .block-reorder,
.sidebar-content .block-reorder {
    padding: 0;
    margin-bottom: 0;
}

.actions-toolbar .btn-primary,
.actions-toolbar .btn-primary {
    padding: 4px 15px !important;
}
.customer-account-index .sidebar-content .actions-toolbar .secondary {
    margin-top: 5px;
}
.customer-account-index .box .box-title,
.customer-address-index .box .box-title {
    border-radius: 12px 12px 0 0;
}
.wishlist-index-index .wishlist-toolbar .limiter-label {
    margin-right: 10px;
}
.customer-account-index #cart-sidebar-reorder li,
.sales-order-history #cart-sidebar-reorder li,
.wishlist-index-index #cart-sidebar-reorder li,
.customer-address-index #cart-sidebar-reorder li,
.customer-account-edit #cart-sidebar-reorder li,
.review-customer-index #cart-sidebar-reorder li {
    margin-bottom: 0;
}
.checkout-cart-index .apply.btn {
    padding: 11px 15px !important;
    background-color: #1076C0 !important;
    margin-right: 0;
    letter-spacing: 0.5px !important;
}

.checkout-cart-index .cart-container .form-cart {
    padding-right: 7%;
}

.customer-account-index .btn,
.sales-order-history .btn,
.wishlist-index-index .btn,
.customer-address-index .btn,
.customer-account-edit .btn,
.review-customer-index .btn {
    border-radius: 12px !important;
    padding: 12px 25px !important;
}
.customer-account-index .sidebar-additional .actions-toolbar .btn,
.sales-order-history .sidebar-additional .actions-toolbar .btn,
.wishlist-index-index .sidebar-additional .actions-toolbar .btn,
.customer-address-index .sidebar-additional .actions-toolbar .btn,
.customer-account-edit  .sidebar-additional .actions-toolbar .btn,
.review-customer-index .sidebar-additional .actions-toolbar .btn {
    padding: 4px 20px !important;
}
.customer-account-index .box .box-title,
.sales-order-history  .box .box-title,
.wishlist-index-index .box .box-title,
.customer-address-index .box .box-title,
.customer-account-edit .box .box-title,
.review-customer-index .box .box-title,
.sales-order-view .block-content .box .box-title {
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
}
.customer-account-index .sidebar-content .block-reorder .block-title strong,
.customer-account-index .block-title,
.sales-order-history .block-title,
.wishlist-index-index .block-title, 
.customer-address-index .block-title,
.customer-account-edit .block-title, 
.review-customer-index .block-title,
.sales-order-history .sidebar-content .block-reorder .block-title strong,
.wishlist-index-index .sidebar-content .block-reorder .block-title strong,
.customer-address-index .sidebar-content .block-reorder .block-title strong,
.customer-account-edit .sidebar-content .block-reorder .block-title strong,
.review-customer-index .sidebar-content .block-reorder .block-title strong,
.customer-account-edit .form-edit-account .legend  span{
    font-size: 18px;
    font-weight: 600;
    color: #221E4F !important;
}
.wishlist-index-index ol,
.wishlist-index-index ol.product-items {
    display: flex;
    flex-wrap: wrap;
}
.sales-order-view .block-content .box .box-title {
    border-radius: 12px 12px 0 0;
}
.sales-order-view .box-order-billing-method p {
    margin-bottom: 0;
}
.sales-order-view .box-order-billing-method td,
.sales-order-view .box-order-billing-method th {
    padding: 0;
}
.sales-order-view .page-main .cart-price .price {
    font-size: 14px;
}
.sales-order-view .order-links li.current strong {
    background: #1076C0;
    color: #fff;
    border-radius: 12px 12px 0 0;
}
.sales-order-view .order-links li strong {
    padding: 7px 25px;
}
.sales-order-view .order-details-items .actions-toolbar a {
    color: #1076C0 !important;
}
.wishlist-index-index .products-grid .product-items .product-item {
    width: calc(25% - 20px);
    justify-content: center;
    display: flex;
    padding: 20px;
    border: 2px solid #f2f2f2;
    margin: 10px;
}
.wishlist-index-index .products-grid .product-image-wrapper,
.wishlist-index-index .products-grid .product-image-container {
    height: 170px !important;
}
.wishlist-index-index .products-grid .product-image-wrapper img {
    display: flex;
    justify-content: center;
    margin: auto !important;
    position: unset !important;
}
.wishlist-index-index .products-grid  .price-as-configured {
    margin-bottom: 0;
}
.wishlist-index-index .product-item-inner {
    padding: 0 !important;
}
.wishlist-index-index .product-item-name {
    display: flex;
    flex-wrap: wrap;
}
.wishlist-index-index .product-item-name a {
    display: flex;
    flex-wrap: wrap;
    color: #221E4F;
    overflow: unset;
    text-overflow: unset;
    white-space: normal;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    min-height: 50px;
    line-height: normal;
}
.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-top: 40px;
}
.wishlist-index-index .qty {
    display: flex !important;
    flex-wrap: wrap;
    margin-right: 10px !important;
    width: 100% !important;
    border: none;
}
.wishlist-index-index .qty .label {
    display: flex !important; 
    align-items: center;
    margin-bottom: 0 !important;
}
.wishlist-index-index .product-item-actions .btn {
    padding: 8px 20px !important;
}
.wishlist-index-index .box-tocart .product-item-actions,
.wishlist-index-index .box-tocart .actions-primary,
.wishlist-index-index .box-tocart .actions-primary .btn {
    display: flex !important;
    width: 100%;
}
.wishlist-index-index .products-grid.wishlist .box-tocart .fieldset {
    margin-bottom: 0;
}
.wishlist-index-index ol.product-items {
    margin-bottom: 30px;
}
.wishlist-index-index .product-item-actions a {
    position: relative;
    margin: 0 10px !important;
}
.wishlist-index-index .product-item-actions a::after {
    position: absolute;
    left: auto;
    right: -10px;
    border-right: 1px solid #ccc;
    content: '';
    height: 75%;
    width: 2px;
    top: 4px;
    bottom: 0;
    margin: 0;
    display: flex;
}
.wishlist-index-index .product-item-actions a:last-child::after {
    border-right: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    width: 15px !important;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist-index-index .products-grid .product-items .product-item-inner,
.wishlist-index-index .products-grid .product-items .product-item-inner .comment-box,
.wishlist-index-index .products-grid .product-items .product-item-inner .box-tocart {
    width: 100%;
    margin-right: 0;
}
.review-customer-view .customer-review.view {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}
.review-customer-view .customer-review.view .product-details,
.review-customer-view .customer-review.view .product-media,
.review-customer-view .customer-review.view .product-info,
.review-customer-view .review-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.review-customer-view .customer-review .product-media {
    margin-right: 0;
}
.review-customer-view .product-image-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
}
.review-customer-view .product-photo,
.review-customer-view .review-details .review-title,
.review-customer-view .review-details .review-content,
.review-customer-view .review-details .review-date {
    width: 100%;
}
.review-customer-view .customer-review .product-photo img {
    position: unset;
    max-width: max-content;
    max-height: 100%;
}
.review-customer-view .product-info h2,
.multishipping-checkout_address-newshipping  .form-address-edit .legend {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 10px;
}
.review-customer-view .review-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}
.review-customer-view .review-details .review-title,
.review-customer-view .review-details .review-content,
.review-customer-view .review-details .review-date {
    text-align: center;
}
.review-customer-view .review-details .review-title {
    margin-bottom: 0;
}
.review-customer-view .review-details .review-date {
    padding-bottom: 10px;
    color: #ababab;
}
.catalog-category-view .modal-inner-wrap .modal-header {
    padding-top: 40px;
}
.catalog-category-view .modal-inner-wrap .modal-header .action-close    {
    top: 16px;
    right: 16px;
}  
.checkout-cart-index .cart-summary .title,
.checkout-cart-index .cart-summary .totals th,
.checkout-cart-index .cart-summary .totals.grand th,
.checkout-cart-index .cart-totals tbody .grand.totals .mark {
    padding-left: 0;
}
.checkout-cart-index .cart-totals tbody .grand.totals .price {
    font-size: 16px;
}
.cms-contact-us  .event-block {
    border-top: 2px solid #1076C0;
} 
.review-customer-view .customer-review.view .product-info h2 {
    width: 100%;
}
.review-customer-view .customer-review .product-media {
    width: 100%;
    margin: auto;
}
.phe-calculation >p  {
    text-align: center;
    padding-top: 0 !important;
    font-size: 18px !important;
}
.multishipping-checkout_address-newshipping  .form-address-edit .legend {
    font-size: 18px;
    text-align: left;
    padding-left: 0;
}
.multishipping-checkout_address-newshipping .form-address-edit .legend span {
    width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
    font-weight: 600;
}
.account .sidebar .product-items .product-item-name a {
    text-align: left;
}
.multishipping-checkout_address-newshipping .actions-toolbar .action {
    padding: 11px 25px !important;
}
.rounded-image {
    border-radius: 12px;
    overflow: hidden;
}
.w-70 {
    width: 70% !important;
}
.left_list ul {
    padding-left: 25px;
}
.cms-share-your-recipes .rounded-image {
    width: 30%;
}
.cms-share-your-recipes .share_receipes_small_one,
.cms-events-meetings .events-wrapper .event-block {
    padding: 40px !important;
}
.cms-events-meetings .left_event_block h3 {
    padding: 10px 25px;
}
.cms-events-meetings .events-wrapper .event-block {
    width: 80%;
    margin: auto;
}
.cms-events-meetings .events-wrapper .left_event_block {
    padding-left: 40px;
}
.cms-privacy-policy h3,
.cms-complaints-and-right-of-withdrawal  h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #221E4F;
    margin-bottom: 5px;
    margin-top: 20px;
}
.cms-privacy-policy p,
.cms-complaints-and-right-of-withdrawal  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.cms-privacy-policy h1,
.cms-complaints-and-right-of-withdrawal  h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #221E4F;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}
.cms-privacy-policy h2,
.cms-complaints-and-right-of-withdrawal  h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #221E4F;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    margin-top: 40px;
}
.cms-complaints-and-right-of-withdrawal  .policy-wrapper {
    max-width: 100%;
}
.cms-complaints-and-right-of-withdrawal  .policy-wrapper h1 {
    margin-top: 0;
}
.catalogsearch-result-index .product-item-info.type0 .product-image {
    height: 100%;
}
.catalogsearch-result-index .product-item-info.type0 .product-image img {
    width: fit-content;
    margin: auto;
    height: auto;
}
#minicart-content-wrapper .total-count .secondary a {
    font-weight: 400 !important;
    color: #1076C0;
    text-decoration: underline;
}

#minicart-content-wrapper .product-item .product-item-details .product-item-name a {
    color: #1076C0 !important;
    font-weight: 500 !important;
}
.customer-account-create .form-create-account .create.info,
.block-customer-login .block-content,
.block-customer-login form {
    max-width: 720px;
    width: 100%;
    margin: auto;
    padding: 0 12px;
    background: #EFF6FB;
    padding: 30px;
    border-radius: 12px;
}
.create-form-title {
    max-width: 720px;
    width: 100%;
    margin: auto auto 20px;
}
.create-form-title b {
    font-size: 16px;
}
.customer-account-create .form-create-account .action {
    margin-top: 20px;
}
.footer-middle .left-side .f-logo {
    margin-bottom: 30px;
}
.field-tel .control > div ,
.field-tel {
    display: flex;
    flex-wrap: wrap;
}
.field-tel label {
    width: 100%;
}
.wishlist-index-index .sidebar-additional ol li, .wishlist-index-index .sidebar-additional ol li a {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: fit-content;
    min-height: unset;
    margin-bottom: 10px;
}
.wishlist-index-index .sidebar-additional ol {
    display: flex;
    flex-wrap: wrap;
}
.customer-account-logoutsuccess .main {
    align-items: center;
    display: flex;
    justify-content: center;
}
.customer-account-logoutsuccess .main p {
    margin-bottom: 0;
}
.customer-account-logoutsuccess .page-main img {
    margin-bottom: 20px;
    max-width: 100px;
    margin: auto auto 20px;
}
.customer-account-logoutsuccess .page-main-inner p {
    width: 100%;
    text-align: center;
}
.review-customer-index .products-reviews-toolbar .limiter strong {
    margin-right: 10px;
}
.checkout-index-index #checkout-payment-method-load .actions-toolbar .btn {
    padding: 10px 24px !important;
}
.checkout-onepage-success .checkout-success {
    padding: 40px 40px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
    display: flex;
    justify-content: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar .btn,
.multishipping-checkout-addresses .actions-toolbar .btn {
    padding: 12px 25px !important;
}
.checkout-onepage-success .page-main-inner .main,
.checkout-cart-index .page-main-inner .main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.checkout-onepage-success .checkout-success img {
    max-width: 200px;
    margin: auto auto 20px;
}
.checkout-onepage-success .checkout-success p {
    margin-bottom: 10px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .btn {
    margin-right: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
    margin-top: 20px;
}
.checkout-cart-index  .cart-container {
    width: 100%;
}
.multishipping-checkout-addresses .page-main {
    padding: 40px 12px 0;
}
@media(min-width: 768px) {
    .opc-progress-bar-item._active:before,
    .opc-progress-bar-item._active>span:before {
        background: #1076C0  !important;
    }
    .opc-progress-bar-item._active>span:after {
        color: #1076C0  !important;
    }
    .opc-progress-bar-item._active>span:after {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 1580px) {
    .product-slder .porto-products .slider-wrapper .owl-nav button {
        left: -32px;
    }
    .product-slder .porto-products .slider-wrapper .owl-nav button.owl-next {
        right: -32px;
    }
    .plus-bottom-left::after, .plus-bottom-right::after {
        bottom: -50px;
    }
    .porto-u-main-heading h2 {
        font-size: 36px;   
    }
    .banner-content {
        padding: 60px;
    }
}
@media(max-width: 1440px) {
    .grid-two .porto-ibanner .porto-ibanner-left {
        padding-right: 0;
    }
    .owl-carousel .owl-nav {
        position: unset;
        display: flex;
        height: 40px;
        justify-content: center;
        margin-top: 40px;
        gap: 15px;
    }
    .product-slder .porto-products .slider-wrapper .owl-nav button {
        left: auto;
        transform: unset;
        position: unset;
    }
    .product-slder .porto-products .slider-wrapper .owl-nav button.owl-next {
        right: auto;
        transform: unset;
    }
    .footer-middle .right-side {
        padding-left: 0;
    }
    .footer-middle .left-side,
    .footer-middle .right-side {
        width: 100%;
        margin-bottom: 30px;
    }
    .suppliers-slider .porto-u-heading h2 {
        margin-bottom: 40px;
    }
    .footer-middle .left-side {
        display: flex;
        justify-content: space-between;
    }
    .footer .widget {
        margin: auto 0;
    }
    .footer-middle .right-side {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .right-side .col-lg-2 .footer-links {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .right-side .col-lg-2 .footer-links h6,
    .right-side .col-lg-2 .footer-links ul {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .footer-bottom .payment-cards img {
        max-width: 75px;
    }
}
@media(max-width: 1399px) {
    .footer-middle .left-side .footer-button {
        margin-top: 20px;
    }
}
@media(max-width: 1299px) {
    .cms-home .product-item a {
        height: 180px;
        margin: auto;
    } 
    .product-item a img {
        max-height: 180px;
    }
    .custom-deal .product-item a {
        height: 300px;
    }
    .custom-deal .product-item a img {
        max-height: 300px;
    }
    .brand-item {
        flex: 0 0 calc(16.66% - 20px) !important;
    }
    .main-product .product-type-simple .product {
        height: 268px;
    }
    #sku-products .product-item a {
        height: 180px;
    }
    #sku-products .price-block {
        padding: 0;
    }
    .wishlist-index-index .products-grid .product-items .product-item {
        width: calc(33.33% - 20px);
    }
}
@media(max-width: 1200px) {
    .filter-options-content a {
        font-size: 14px;
    }
    .side-custom-block .message {
        margin-bottom: 10px;
    }
    .product-category .each-product-category .thumb-info-wrapper {
        max-width: 130px;
    }
    .product-category .each-product-category .thumb-info-title {
        padding-left: 20px;
    }
    .product-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .porto-products.bg-white {
        height: fit-content;
    }
    .main-product .product-type-simple .product {
        height: fit-content;
        margin: auto;
    }
    .main-product .product-type-simple .product img {
        margin: auto;
        display: flex;
    }
    .cms-explanation-of-phe-calculation .right_event_block {
        padding-right: 0;
    }
}
@media(max-width: 1024px) {
    .catalog-category-view .sidebar-content .primary {
        margin-bottom: 10px !important;
    }
}
@media(max-width: 991px) {
    .banner-content h1 {
        font-size: 42px;
    }
    .homepage-banner-section .my-banner {
        background-position: center;
    }
    .porto-u-main-desc p {
        margin-bottom: 30px;
    }
    .grid-two {
        padding: 64px 0;
    }
    .grid-two .row {
        flex-direction: column-reverse;
    }
    .grid-two .row.no-reverse {
        flex-direction: column;
    }
    .grid-two .porto-ibanner {
        margin-bottom: 64px;
    }
    .benifits .porto-sicon-box {
        margin-bottom: 30px !important;
        padding-right: 30px;
    }
    .porto-sicon-header .porto-sicon-title {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .cart-subtotal {
        display: none;
    }
    .page-header .header-main {
        padding: 17px;
    }
    .nav-toggle {
        margin: 0 20px 0 0;
    }
    .header.content {
        padding-left: 0;
        padding-right: 0;
    }
    .search-area {
        width: fit-content;
        float: left;
        order: 2;
    }
    .header-left .logo {
        order: 3;
        width: 100%;
        text-align: center;
    }
    .header-left .logo img {
        margin: auto;
    }
    .search-area.show-icon-tablet .block.block-search {
        left: -20px;
        right: auto;
    }
    .search-area {
        background: white;
        border-radius: 9px;
    }
    .search-area i,
    .page-header.type22 .header-contact .my-account i, 
    .page-header.type22 .header-contact .wishlist i,
    .page-header.type22 .minicart-wrapper .action.showcart .minicart-icon i {
        font-size: 18px;
    }
    .search-area span {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: auto;
        justify-content: center;
        height: 100%;
    }
    .page-header .search-area .block.block-search {
        margin-top: 7px !important;
    }
    .plus-bottom-left::after, .plus-bottom-right::after {
        height: 85px;
        width: 85px;
        bottom: -15px;
    }
    .nav-sections {
        position: absolute;
        height: 100vh;
        left: -20px !important;
        top: -75px !important;
    }
    .nav-open .page-wrapper {
        left: 0 !important;
    }
    .footer-bottom .payment-cards,
    .footer-bottom p  {
        text-align: center;
        justify-content: center;
    }
    .page-header.type22 .minicart-wrapper .action.showcart .minicart-icon {
        font-size: 22px;
    }
    .grid-two .no-reverse .porto-ibanner .porto-ibanner-left {
        padding-left: 0;
    }
    .grid-two .porto-ibanner .porto-ibanner-left {
        padding-right: 0;
    }
    .porto-u-main-heading h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .suppliers-slider {
        padding: 80px 0 34px;
    }
    .nav-toggle:before {
        font-size: 24px;
    }
    .navigation ul {
        margin-bottom: 60px;
    }
    header.page-header .nav-sections-item-content {
        margin-top: 0s;
    }
    .navigation .level0 {
        border-top: 0;
    }
    .nav-open .nav-sections {
        background-color: #fff;
    }
    .header-right .top-auth-buttons {
        display: none;
    }
    .button-container {
        padding: 12px;
    }
    .button-container {
        padding: 12px 12px 40px 12px;
    }
    .button-container a {
        font-weight: 500;
        font-size: 14px;
    }
    .block-search input {
        padding-left: 40px;
    }
    .porto-product-filters-toggle svg {
        margin-right: 10px;
    }
    .side-megamenu .button-container {
        display: flex !important;
    }
    .supplier-item {
        width: calc(33.33% - 14px) !important;
    }
    .brand-item {
        padding: 0 12px;
    }
    .footer-bottom .payment-cards {
        padding-top: 0;
    }
    #sku-products .price-block {
        padding: 0;
    }
    .footer-bottom {
        padding-bottom: 2rem;
    }
    .action.search {
        position: absolute;
        top: 0;
    }
    .search-area .search-toggle-icon:after {
        margin-top: -7px;
        border: 7px solid transparent;
    }
    .catalog-category-view  .block.block-reorder {
        padding: 0;
    }
    #shipping-new-address-form .field {
        flex: 0 0 100%;
    }
    .checkout-cart-index  .cart-discount {
        width: 100%;
    }
    .checkout-cart-index .cart-summary {
        margin-bottom: 30px;
    }
    .checkout-cart-index .grand.totals .price {
        font-size: 18px;
    }
    .checkout-cart-index .cart-container .form-cart {
        padding-right: 0;
    }
    .block-search input {
        border: 1px solid #1076C0;
        border-radius: 20px
    }
    .search-category {
        right: 0 !important;
        border: none;
    }
    .cms-events-meetings .events-wrapper .left_event_block {
        padding-left: 20px;
    }
}
@media(max-width: 767px) {
    .banner-content {
        max-width: 100%;
        background-image: none !important;
        background-color: #fff;
        margin: 30px 12px;
        padding: 40px;
    }
    .footer-middle .right-side {
        margin-bottom: 0;
    }
    .logo {
        max-width: 100%;
    }
    .logo img {
        max-width: 120px;
    }
    .cms-home .product-item a {
        height: 250px;
    }
    .porto-u-main-heading h2 {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 35px;
    }
    .plus-bottom-left::after, .plus-bottom-right::after {
        display: none;
    }
    .footer-links {
        margin-bottom: 20px;
    }
    .footer-middle .left-side {
        margin-bottom: 64px;
    }
    .footer-links li a {
        color: #767585;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-middle .right-side {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .banner-content h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 32px !important;
        margin-bottom: 14px;
        line-height: 100%;
    }
    .right-side .col-lg-2 .footer-links h6, .right-side .col-lg-2 .footer-links ul {
        justify-content: flex-start;
    }
    .banner-content p {
        font-size: 16px;
        margin: auto auto 30px;
    }    
    .footer-middle .right-side {
        padding-bottom: 0;
    }
    
    .search-category   {
        border-left: 0;
        border-right: 0;
    }
    .brand-row {
        flex-wrap: wrap;
    }
    .brand-item {
        flex: 0 0 25%; 
    }
    .protein-product-slider .product-item a {
        height: 180px;
    }
    .brand-item {
        flex: 0 0 calc(20% - 20px) !important;
        padding: 0;
    }
    .footer-middle .left-side {
        flex-wrap: wrap;
    }
    .footer-middle .left-side .f-logo {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .footer-middle .left-side .f-logo img {
        max-width: 200px;
    }
    .footer-middle .left-side {
        margin-bottom: 20px;
    }
    .suppliers-slider {
        padding: 60px 0;
    }
    .product-category {
        padding: 50px 0 50px;
    }
    .mt-30 {
        margin-top: 15px;
    }
    #sku-products {
        margin-bottom: 0;
    }
    .special-offers .porto-u-main-heading h2 {
        margin-bottom: 0;
    }
    .catalog-category-view .block-reorder .actions-toolbar>.primary {
        margin-right: 10px;
    }
    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        border-radius: 12px;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        overflow: hidden;
    }
    .wishlist-index-index .product-item .product-item-photo {
        width: 100%;
        margin-right: 0;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-name {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
    }
    .wishlist-index-index .products-grid.wishlist .price-box {
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
     .wishlist-index-index .product-item-info,
     .wishlist-index-index .products-grid .product-item .product-item-inner {
        display: flex;
        flex-wrap: wrap;
     }
     .wishlist-index-index .products-grid .product-item-actions {
        display: flex;
        flex-wrap: wrap;
    }
    .wishlist-index-index .products-grid .product-items .product-item {
        padding: 15px;
    }
    .customer-account-index .block-dashboard-info .block-title, 
    .customer-account-index .block-dashboard-addresses .block-title, 
    .customer-account-index .block-reviews-dashboard, 
    .customer-account-index .block-dashboard-orders {
        padding: 0;
    }
    .customer-address-index .page-main-inner .main {
        margin-bottom: 30px;
    }
    .review-customer-view .customer-review.view {
        width: 50%;
    }
    .cms-events-meetings .events-wrapper .event-block {
        flex-wrap: wrap;
    }
    .cms-events-meetings .events-wrapper .event-block {
        width: 100%;
    }
    .cms-events-meetings .events-wrapper .left_event_block {
        padding-left: 0;
    }
    #newsletter_popup .col-10 {
        flex: 0 0 77%;
        max-width: 77%;
    }
}
@media(max-width: 640px) {
    .sales-order-view .table-order-items .product.name {
        margin-bottom: -6px;
    }
    .sidebar.sidebar-main .block-collapsible-nav-title {
        padding: 12px 0;
    }
    .sales-order-view .sidebar.sidebar-main .block-collapsible-nav-title {
       padding: 12px 0;
    }
    .sales-order-view  .block-order-details-view {
        margin-bottom: 30px;
    }
    .cms-explanation-of-phe-calculation  .event-block,
    .share_receipes_small_one,
    .main_list,
    .cms-share-your-recipes .share_receipes_small_one {
        flex-wrap: wrap;
    }
    .rounded-image {
        width: 100%;
    }
    .rounded-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .w-70,
    .catalogsearch-result-index .product-item-info.type0 .porto-section .product-item-details .product-item-name {
        width: 100% !important;
    }
    
    .left_list,
    .share_receipes_small,
    .cms-share-your-recipes .rounded-image {
        width: 100% !important;
    }
    .share_receipes_small {
        padding-left: 0 !important;
    }
    .catalogsearch-result-index .product-item-info.type0 .porto-section {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
    .catalogsearch-result-index .product-item-info.type0 .porto-section .product-item-photo, .catalogsearch-result-index .product-item-info.type0 .porto-section .product-item-details {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        max-width: 100%;
    }
    .page-with-filter .filter-options-item {
        padding: 0;
    }
    .catalog-category-view .sidebar.sidebar-main .sidebar-content, .catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
        border: none;
    }
}
@media(max-width: 620px) {
    .benifits .row {
        margin-bottom: 40px;
    }
    .grid-two .porto-ibanner {
        margin-bottom: 40px;
    }
    .suppliers-slider .porto-carousel:first-child .owl-dots {
        display: none;
    }
    .suppliers-slider {
        padding: 64px 0;
    }
    .suppliers-slider .owl-carousel .owl-dots .owl-dot.active span {
        background: #1076C0;
    }
    .suppliers-slider .porto-carousel:nth-child(2) .owl-stage {
        margin-bottom: 40px;
    }   
    .footer .widget {
        margin: 0;
    }
    .protein-product-slider .product-item a {
        height: 153px;
    }
    .header-contact .wishlist {
        margin-left: 0;
    }
     .wishlist-index-index .products-grid .product-items .product-item {
        width: calc(50% - 20px);
    }
    .cms-privacy-policy h2,
    .cms-complaints-and-right-of-withdrawal  h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media(max-width: 575px) {
    .supplier-item {
        width: calc(50% - 11px) !important;
    }
    .product-item a {
        height: fit-content;
    }
    .brand-row {
        gap: 15px;
    }
    .brand-item {
        flex: 0 0 calc(20% - 15px) !important;
        padding: 0;
    }
    .suppliers-slider .porto-u-heading h2 {
        margin-bottom: 30px;
    }
    #protein-products {
        padding: 40px 20px !important;
    }
    #protein-products .owl-carousel .owl-nav {
        margin-top: 20px;
    }
    .btn-primary, .btn-create {
        font-size: 14px;
        padding: 10px 25px;
    }
    .page-header.type22 .header-contact > *:not(:first-child) {
        margin-left: 0;
    }
    .nav-toggle {
        margin: 0 10px 0 0;
    }
    .page-header .header-contact i,
    .page-header.type22 .minicart-wrapper .action.showcart .minicart-icon,
    .search-area i {
        font-size: 15px !important;
        line-height: 31px;
    }
    .search-area.show-icon-tablet a.search-toggle-icon {
        width: 32px;
        height: 32px;
    }
    .search-area i {
        height: 32px;
    }

    .catalog-product-view .product-info-price .price-box .price {
        font-size: 22px;
    }
    .catalog-product-view .product-info-price  {
        margin-bottom: 10px;
    }
   
    .wishlist-index-index .products-grid.wishlist .product-item-name {
        margin-top: 0;
    }
    .wishlist-index-index .products-grid .product-image-wrapper, .wishlist-index-index .products-grid .product-image-container {
        height: 140px !important;
    }
    
    .checkout-cart-index .page-main, 
    .customer-account-index .page-main, 
    .sales-order-history .page-main, 
    .wishlist-index-index .page-main, 
    .customer-address-index .page-main, 
    .customer-account-edit .page-main, 
    .review-customer-index .page-main {
        padding-top: 30px;
    }
    .phe-calculation h2,
    .sweeteners-section h2,
    .cms-share-your-recipes .share-recipes h2 {
        font-size: 34px !important;
    }
    .customer-account-create .form-create-account .create.info input,
    .customer-account-create .form-create-account .control span {
        height: 36px;
    }
    .customer-account-create .form-create-account .control .field-error {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .products-grid .product-item {
        width: 100%;
    }
    .product-category .each-product-category .thumb-info-title {
        padding-left: 20px;
    }
    .footer .widget {
        padding: 17px;
    }
    .supplier-item {
        width: 100% !important;
    }
    .custom-deal .product-item a {
        height: 270px;
    }
    #sku-products .price-block {
        padding: 0;
    }
    .protein-products {
        padding: 40px 15px 23px !important;
    }
    .product-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-item-photo,
    .product-item-photo a,
    .product-item-photo a img,
    .custom-deal .product-item a img {
        height: 160px;
        max-height: 160px;
    }    
    .suppliers-slider {
        padding: 30px 0;
    }
    #sku-products .product-item a {
        height: 130px;
    }
    .banner-content {
        padding: 25px;
    }
    #sku-products .price-block h4, .product-item .price-block h4 {
        padding: 0;
    }
    #sku-products  .owl-carousel .owl-nav {
        margin-top: 20px;
    }
    #newsletter_popup  {
        padding: 40px 25px;
    }
    .review-customer-view .customer-review.view {
        width: 100%;
    }
    .share_receipes_small_one,
    .cms-explanation-of-phe-calculation .icons-info,
    .cms-share-your-recipes .share_receipes_small_one,
    .cms-events-meetings .events-wrapper .event-block {
        padding: 20px !important;
    }
    
    .cms-explanation-of-phe-calculation .right_event_block p {
        font-weight: 400;
        font-size: 14px;
    }
    .footer-middle .left-side .footer-button .btn-primary {
        margin-bottom: 10px;
    }
    .checkout-onepage-success .checkout-success {
        padding: 20px 20px 0;
    }
}
@media(max-width: 420px) {
    footer .widget-about .w-50 {
        width: 100% !important; 
        margin-bottom: 20px;
    }
    footer .widget-about {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-middle .left-side h6 {
        width: 100%;
    }
    .page-header .search-area .block.block-search {
        min-width: 280px;
    }
    .checkout-cart-index .cart-summary {
        padding: 20px;
    }
    .wishlist-index-index .products-grid .product-items .product-item {
        width: 100%;
        margin: 0 0 20px;
    }
    .customer-account-create .form-create-account .create.info {
        padding: 20px;
    }
}
@media(max-width: 375px) {
    .logo img {
        max-width: 100px;
    }
    .new-shipping-address-modal .modal-header,
    .new-shipping-address-modal .modal-content,
    .new-shipping-address-modal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout-index-index .new-shipping-address-modal .action-close {
        margin-right: -5px;
    }
    #shipping-new-address-form {
        gap: 5px;
    }
    .new-shipping-address-modal #shipping-new-address-form select {
        padding: 15px 30px 15px 15px;
    }
    
}
