body,
html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Robotoslab-bold';
    src: url('../fonts/RobotoSlab-Bold.ttf');
}

@font-face {
    font-family: 'Robotoslab-regular';
    src: url('../fonts/RobotoSlab-Regular.ttf');
}

.page-header .panel.wrapper {
    background: #404040 !important;
    display: block !important;
}

/* css for wishlist buttton */
 .actions-secondary {
    display: block !important;
}

  .tocompare {
    display: none !important;
}

.catalog-category-view .product-item .product-item-details .product-item-actions {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .product-info-main .action.towishlist {
    float: right;
    position: relative;
    top: 5px;
}
.catalog-product-view .product-info-main .action.towishlist i {
    font-family: 'FontAwesome';
    font-style: normal;
}
 

/* filter by visible */

span.block-subtitle.filter-subtitle {
    display: block !important;
}


/* css for wishlist buttton end */


.block-static-block.widget {
    margin: 0;
}

.page-header .panel.wrapper .panel.header {
    max-width: 1650px;
    padding: 0px 10px;
}

.nav-sections .nav-sections-items .navigation {
    max-width: 100%;
    z-index: 9;
}

.page-header .panel.wrapper .panel.header .header.links {
    width: 100%;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-left {
    flex: 0 50%;
    display: flex;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-left .phone {
    margin-right: 30px;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-left a {
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-left a svg {
    margin-right: 5px;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right {
    flex: 0 70%;
}

.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right ul {
    display: flex;
    justify-content: end;
    align-items: center;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section {
    border: 0;
}
.page-header .header.content .header-middle .amsearch-wrapper-block:has(.amsearch-input-wrapper.-typed) .amsearch-result-section {
    height: 540px;
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right ul li {
    padding-left: 15px;
    padding-right: 15px;
}
.amsearch-form-block.-opened{
    width: 100% !important;
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right ul li a {
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
}
.page-header .header.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1650px;
    padding: 10px;
}

.page-header .header.content:before,
.page-header .header.content:after {
    display: none;
}

.page-header .header.content .compare.wrapper {
    display: none;
}

.page-header .header.content .header-left {
    flex: 0 20%;
}

.page-header .header.content .header-middle {
    flex: 0 32%;
}

.page-header .header.content .header-right {
    flex: 0 42%;
}

.page-header .header.content .header-left .logo {
    margin: 0;
}

.page-header .header.content .header-middle .block-search {
    width: 100%;
}

.page-header .header.content .header-middle .block-search .block-content form .search-icon {
    background: transparent;
    position: absolute;
    left: 20px;
    top: 3px;
}

.page-header .header.content .header-middle .block-search .block-content form .actions {
    display: none !important;
}

.page-header .header.content .header-middle .block-search .block-content form .control {
    width: 100%;
    position: static;
}

.page-header .header.content .header-middle .block-search .block-content form .control input {
    padding-left: 60px !important;
    border: 1px solid #DFE2E6;
    height: 45px !important;
    border-radius: 50px !important;
    background: #FAFBFB;
}

.page-header .header.content .header-middle .block-search .block-content form .search-icon img {
    visibility: visible;
}

.page-header .header.content .header-middle .block-search .block-content form .search-icon .search-txt {
    display: none;
}

.page-header .header.content .header-right .header-right-content {
    display: flex;
    justify-content: end;
    float: none;
}

.page-header .header.content .header-right .header-right-content .hdrAccountLinks,
.page-header .header.content .header-right .header-right-content .hdrAccountreorder,
.page-header .header.content .header-right .header-right-content .minicart-wrapper {
    flex: 0 25%;
    padding: 0px 30px;
    position: relative;
}
.page-header .header.content .header-right .header-right-content .hdrAccountLinks:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 33px;
    background: #DDDDDD;
    left: 0;
    top: 12px;
}
.page-header .header.content .header-right .header-right-content .hdrAccountLinks:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 33px;
    background: #DDDDDD;
    right: 0;
    top: 12px;
}
.page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main,
.page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle {
    text-align: center;
}

.page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main img {
    margin: auto;
    text-align: center;
    width: 30px;
}
.page-header .header.content .header-right .header-right-content .wishlist  svg {
    width: 30px;
    height: 30px;
}
.page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle > img,
.page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .minicart-icon img {
    width: 20px;
}
.page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder,
.page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount,
.page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main {
    line-height: 15px;
    padding-top: 8px;
}

.page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder a span,
.page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount span,
.page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main .minicart-total {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    color: #000;
}

.page-header .header.content .header-right .header-right-content .minicart-wrapper {
    text-align: center;
    margin: 0;
    flex: 0 15% !important;
}

.page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle,
.page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart {
    border: 0;
    padding: 0px;
}

.nav-sections .navigation ul li.level0 {
    padding: 10px 0px;
}

.nav-sections .navigation ul li.level0>a {
    line-height: 20px;
    border-right: 1px solid #dcdcdc !important;
}
.nav-sections .navigation ul li.level0:last-child>a {
    border-right: 0 !important;
}
.nav-sections .navigation ul li.level0:last-child a {
    border: 0;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper {
    position: relative;
    height: 100vh;
}

.page-header .header.content .header-right .minicart-wrapper.active .block-minicart {
    overflow: hidden;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper #btn-minicart-close {
    background: #000;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items-wrapper {
    height: 74vh !important;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
    height: 100% !important;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions .secondary a {
    font-family: 'MyriadPro-Bold';
    color: #3a3a3a;
    text-decoration: underline;
    font-size: 15px;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions>.primary {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 15px;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions>.primary .paypal.checkout{
    padding-top: 15px;
    line-height: 0px;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .product.actions>.primary {
    position: unset;
    padding: 0;
}

.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .product.actions {
    display: flex;
}

.main-banner .mobile-img {
    display: none;
}

.main-banner .desktop-img {
    display: block;
}

.main-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main-banner:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: #0000007a;
    width: 100%;
    z-index: 2;
}
.main-banner .banner-text {
    position: absolute;
    top: auto;
    width: 40%;
    color: #fff;
    z-index: 5;
}

.main-banner .banner-text h1 {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Robotoslab-bold';
    line-height: 54px;
    text-transform: uppercase;
    margin: 0;
}

.main-banner .banner-text p {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    padding: 30px 0px;
    font-family: "acumin-pro", sans-serif;
}

.main-banner .banner-text button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "acumin-pro", sans-serif;
    border-radius: 50px;
}

.small-section {
    max-width: 1650px;
    margin: auto;
    padding: 12px 10px;
}

.small-section ul {
    display: flex;
    justify-content: space-between;
}

.small-section ul li {
    flex: 0 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-section ul li .icon {
    flex: 0 20%;
}

.small-section ul li img {
    width: 60px;
}

.small-section ul li .content {
    flex: 0 78%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.small-section ul li .content .title a,
.small-section ul li .content .title {
    font-family: 'Robotoslab-bold';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    color: #354764;
    margin-bottom: 5px;
    text-align: left;
}

.small-section ul li .content .sub-title {
    color: #212427;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: "acumin-pro", sans-serif;
}

.small-section .st.three {
    flex: 0 12%;
    margin-right: 20px;
}

.small-section .st.three .cstm-google-reviews {
    width: 100%;
}

.small-section .st.three .cstm-google-reviews ul {
    display: block;
}
.cms-page-view [data-content-type='banner'] .pagebuilder-poster-content [data-element='content'] {
    overflow: hidden;
    min-height: auto;
}
#checkout .amcheckout-delivery-date .field.comment textarea {
    color: #585858;
    line-height: 25px;
}
.small-section .st.three .cstm-google-reviews ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-section .st.three .cstm-google-reviews ul li a .text {
    flex: 0 100%;
    margin: 0;
}

.small-section .st.three .cstm-google-reviews ul li a .text strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #212427;
}

.small-section .st.three .cstm-google-reviews ul li a .stars {
    flex: 0 50%;
    display: flex;
    margin: 0;
}

.small-section .st.three .cstm-google-reviews ul li a .stars img {
    flex: 0 6%;
    height: 19px;
}

.trending-categories h2 {
    font-family: Robotoslab-bold;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
    color: #354764;
    line-height: 44px;
    text-align: center;
}

.trending-categories .inner-content {
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.trending-categories .sub-title p {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
}

.trending-categories {
    background: #f9f9f9;
}

.trending-categories .inner-content .title h2 {
    font-family: Robotoslab-bold;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
    color: #354764;
    line-height: 44px;
    text-align: center;
}

.trending-categories .inner-content .sub-title p {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
    padding: 8px 0px 24px 0px;
    margin: 0;
}

.trending-categories .inner-content .categories {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.trending-categories .inner-content .categories .block-category-link {
    flex: 0 33%;
}

.trending-categories .inner-content .categories .block-category-link .cate-image {
    position: relative;
    overflow: hidden;
}

.trending-categories .inner-content .categories .block-category-link .cate-image:hover .content {
    transform: translateY(150px);
    width: 100%;
    background: transparent;
}

.trending-categories .inner-content .categories .block-category-link .cate-image:hover .content .ct-up {
    opacity: 0;
}

.trending-categories .inner-content .categories .block-category-link .cate-image:hover img {
    transform: scale(1.1);
    transition: .5s;
    border-radius: 10px;
}

.trending-categories .inner-content .categories .block-category-link .cate-image img {
    width: 100%;
    border-radius: 10px;
    transition: .5s;
    width: 440px;
    height: 450px;
    object-fit: cover;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateY(305px);
    height: 100%;
    transition: .5s;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-up {
    width: 57%;
    margin: auto;
    padding: 35px 0px;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-down {
    transform: translateY(70px);
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-down button {
    border-radius: 50px;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-down button i {
    padding-left: 10px;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-up .category-title {
    font-family: 'Robotoslab-bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #354764;
    padding-bottom: 15px;
}

.trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-up .category-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #354764;
    font-family: "acumin-pro", sans-serif;
}

.favourite-menu .inner-content {
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.favourite-menu .inner-content {
    padding-bottom: 0;
}

.favourite-menu .inner-content .headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.favourite-menu .inner-content .headings .right-content {
    flex: 0 25%;
    text-align: right;
}
.favourite-menu .inner-content .headings .left-content .title h2 {
    color: #354764;
    font-family: 'Robotoslab-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.favourite-menu .inner-content .headings .right-content a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #354764;
    font-family: "acumin-pro", sans-serif;
}

.favourite-menu .inner-content .headings .right-content a i {
    padding-left: 5px;
}

.favourite-menu .inner-content .headings .left-content .sub-title p {
    color: #212427;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px;
    text-align: left;
    font-family: "acumin-pro", sans-serif;
}

.workday-section .inner-content {
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.workday-section .inner-content .title h2 {
    color: #354764;
    text-align: center;
    font-family: 'Robotoslab-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.workday-section .inner-content .sub-title p {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px 24px 0px;
    font-family: "acumin-pro", sans-serif;
}

.workday-section .inner-content .workday.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.workday-section .inner-content .workday.section .left-image {
    flex: 0 45%;
}

.workday-section .inner-content .workday.section .right-category {
    flex: 0 50%;
    text-align: left;
}

.workday-section .inner-content .workday.section .left-image img {
    /* height: 685px; */
    /* width: 610px; */
    object-fit: cover;
    border-radius: 10px;
}

.workday-section .inner-content .workday.section .right-category .content {
    padding: 28px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.workday-section .inner-content .workday.section .right-category .content:last-child {
    border-bottom: 0;
}

.workday-section .inner-content .workday.section .right-category h3 {
    color: #354764;
    font-family: 'Robotoslab-bold';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}

.workday-section .inner-content .workday.section .right-category .rgt-txt {
    color: #212427;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    font-family: "acumin-pro", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.workday-section .inner-content .workday.section .right-category .rgt-txt .desc {
    flex: 0 95%;
}

.workday-section .inner-content .workday.section .right-category .rgt-txt img {
    width: 10px;
}

.our-clients .inner-content {
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.our-clients .inner-content .title h2 {
    margin: 0;
    font-size: 36px;
    color: #354764;
    font-family: 'Robotoslab-bold';
    font-weight: 700;
    line-height: 44px;
}

.our-clients .inner-content .sub-title p {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px 40px 0px;
}

.our-clients .inner-content .logo-images ul {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(6, 1fr);
}

.our-clients .inner-content .logo-images ul li img {
    width: 165px;
    height: 90px;
    box-shadow: 0px 1.481px 5.926px 0.741px rgba(107, 120, 142, 0.20);
    object-fit: cover;
    padding: 10px;
}

.why-us .inner-content {
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.why-us .inner-content>.title h2 {
    color: #354764;
    text-align: center;
    font-family: 'Robotoslab-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.why-us .inner-content>.sub-title p {
    font-family: "acumin-pro", sans-serif;
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px 24px 0px;
}

.why-us .inner-content .homepage-whyus tbody .first td:first-child,
.why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n),
.why-us .inner-content .homepage-whyus tbody .first td:last-child,
.why-us .inner-content .homepage-whyus tbody .second td {
    position: relative;
}

.why-us .inner-content .homepage-whyus tbody .first td:first-child .heading,
.why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading,
.why-us .inner-content .homepage-whyus tbody .first td:last-child .heading,
.why-us .inner-content .homepage-whyus tbody .second td .heading {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    left: 0;
    padding: 40px 0px 0px 40px;
}

.why-us .inner-content .homepage-whyus tbody .first td:first-child img {
    width: 582px;
    height: 558px;
    border-radius: 10px;
    object-fit: cover;
    filter: brightness(0.6);
}

.why-us .inner-content .homepage-whyus tbody .second td img {
    width: 730px;
    height: 265px;
    border-radius: 10px;
    object-fit: cover;
    filter: brightness(0.6);
}

.why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) img,
.why-us .inner-content .homepage-whyus tbody .first td:last-child img {
    width: 355px !important;
    height: 265px;
    border-radius: 10px;
    object-fit: cover;
    filter: brightness(0.6);
}

.why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .title h2,
.why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .title h2,
.why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .title h2,
.why-us .inner-content .homepage-whyus tbody .second td h2 {
    margin: 0;
    color: #fff;
    font-family: 'Robotoslab-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .sub-title p,
.why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .sub-title p,
.why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .sub-title p,
.why-us .inner-content .homepage-whyus tbody .second td .heading .sub-title p {
    color: #fff;
    padding-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.why-us .inner-content .homepage-whyus tbody .second td .heading {
    width: 40%;
}

.page-bottom {
    margin-bottom: 0 !important;
}

.page-bottom .content .block-static-block {
    margin: 0;
}

.page-bottom .content .block-static-block .cstm-google-reviews {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #E9F2EC;
    clear: both;
    justify-content: center;
    padding: 24px 0px;
}

.page-bottom .content .block-static-block .cstm-google-reviews ul .left {
    font-weight: 600;
    color: #354764;
    font-family: "acumin-pro", sans-serif;
    font-size: 18px;
    text-align: left;
}

.page-bottom .content .block-static-block .cstm-google-reviews .right .text strong {
    font-weight: 400;
    color: #354764;
    font-size: 18px;
    font-family: "acumin-pro", sans-serif;
}

.page-bottom .content .block-static-block .cstm-google-reviews ul {
    flex: 0 30%;
    display: grid;
    grid-template-columns: 400px 155px;
}

.page-bottom .content .block-static-block .cstm-google-reviews .text {
    margin: 0;
}

.page-bottom .content .block-static-block .cstm-google-reviews .stars {
    margin: 0;
}

.page-bottom .content .block-static-block .cstm-google-reviews a {
    background: #F01827;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.page-footer {
    background: #f9f9f9 !important;
}

.page-footer .footer.content .footerLinks {
    display: flex;
    max-width: 1650px;
    margin: auto;
    padding: 24px 150px;
    align-items: center;
}

.page-footer .footer.content .footerInfo {
    display: flex;
    max-width: 1650px;
    margin: auto;
    padding: 0px 150px 24px 150px;
}

.page-footer .footer.content .footerInfo .copyright {
    text-align: left;
}

.page-footer .footer.content .footerLinks .container-left {
    flex: 0 25%;
}

.page-footer .footer.content .footerLinks .container-right {
    flex: 0 75%;
}

.page-footer .footer.content .footerLinks .container-right ul {
    display: flex;
    justify-content: end;
}

.page-footer .footer.content .footerLinks .container-right ul ul {
    flex-direction: column;
    flex: 0 25%;
    text-align: left;
}

.page-footer .footer.content .footerLinks .container-right ul ul li {
    padding-bottom: 24px;
}

.page-footer .footer.content .footerLinks .container-right ul ul li a {
    color: #212427;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.page-footer .footer.content .footerInfo .container {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.page-footer .footer.content .footerInfo .container .footer-prtnr ul {
    display: flex;
    justify-content: space-between;
}

.page-footer .footer.content .footerInfo .container .footer-prtnr {
    flex: 0 70%;
}

.page-footer .footer.content .footerInfo .container .footerSocial {
    flex: 0 30%;
    text-align: right;
    margin: 0;
}

.page-footer .footer.content .footer-bottom-section {
    border-top: 2px solid #ffc4c8;
}

.page-footer .footer.content .footer-bottom-section .inner-content {
    display: flex;
    max-width: 1650px;
    margin: auto;
    padding: 12px 150px;
    justify-content: space-between;
    align-items: center;
}

.page-footer .footer.content .footer-bottom-section .footer-left-content .footerInfo {
    padding: 0;
}

.exclusive-menu {
    background: #f9f9f9;
}

.exclusive-menu .inner-content {
    /* max-width: 100%;
    margin: auto;
    padding: 30px 45px;
    width: 100%; */
    width: 100%;
    max-width: 1650px;
    margin: auto;
    padding: 48px 150px;
}

.exclusive-menu .inner-content .title h2 {
    color: #354764;
    text-align: center;
    font-family: 'Robotoslab-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.exclusive-menu .inner-content .sub-title p {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px 24px 0px;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items,
.favourite-menu .inner-content .products .products-grid .product-items {
    display: grid;
    gap: 25px;
    align-items: baseline;
    grid-template-columns: repeat(4, 1fr);
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container {
    width: 100% !important;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
    padding-bottom: 410px !important;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img {
    margin: 0;
    height: 325px;
    width: 100%;
    object-fit: cover;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item,
.favourite-menu .inner-content .products .products-grid .product-items .product-item {
    border: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    z-index: 0;
}

.exclusive-menu .inner-content .products .products-grid .product-items:before,
.favourite-menu .inner-content .products .products-grid .product-items:before {
    display: none;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info {
    padding: 0 !important;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details {
    text-align: left;
    background: #fff;
    transition: .5s;
    width: 100%;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    transform: translateY(305px);
    padding: 15px 20px;
    height: 100%;
}
.exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details,
.favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details,
.exclusive-menu .inner-content .products .products-grid .product-items .product-item.active .product-item-details,
.favourite-menu .inner-content .products .products-grid .product-items .product-item.active .product-item-details {
    transform: translateY(0px);
    height: 100%;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    text-align: left;
    height: 50px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-box,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    text-align: left;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 20px;
    color: #212427;
    font-weight: 700;
    line-height: 24px;
    padding-right: 10px;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect {
    display: flex;
    align-items: end;
    font-size: 14px;
    color: #7A8699;
    font-weight: 400;
    font-family: "acumin-pro", sans-serif;
    padding: 10px 0px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .per-person-price,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .per-person-price {
    padding-bottom: 2px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-info .product-item-details .price-sect,
.favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-info .product-item-details .price-sect {
    border-bottom: 1px solid #dcdcdc;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards {
    display: grid;
    padding: 5px 0px 0px 0px;
    grid-template-columns: repeat(4, 1fr);
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .price-box,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .price-box {
    width: auto;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards .imges-box,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards .imges-box {
    flex: 0 23%;
}

.catalog-product-view .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards .imges-box {
    float: none;
    margin-left: 0px;
    width: auto;
    margin-bottom: auto;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards .imges-box img,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards .imges-box img {
    width: 65px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0px;
    text-align: left;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens .ttl,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens .ttl {
    color: #212427;
    font-size: 14px;
    font-weight: 500;
    flex: 0 100%;
    line-height: 16px;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens .cnt,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens .cnt {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #7A8699;
    padding-top: 10px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .field.qty label span,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .field.qty label span {
    color: #F01827;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .description .desc,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .description .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #212427;
    font-family: "acumin-pro", sans-serif;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control {
    position: relative;
    flex: 0 35%;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .plus,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .plus {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
    color: #505050;
    font-weight: 300;
    cursor: pointer;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .minus,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .minus {
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 25px;
    color: #505050;
    font-weight: 300;
    cursor: pointer;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control input,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control input {
    width: 100% !important;
    height: 41px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 3px !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 0px;
    color: #354764;
    margin: 0 !important;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty label.label,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty label.label {
    flex: 0 100%;
    padding-bottom: 10px;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions {
    flex: 0 60%;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button {
    background: no-repeat;
    width: 100%;
    padding: 0px;
    height: auto;
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span {
    display: block !important;
    color: #fff;
    background: #F01827;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 5px;
}

.checkout-cart-index .exclusive-menu .inner-content {
    padding: 48px 30px;
}

.product-item .product-item-actions {
    display: block !important;
}

.product-info-main .page-title-wrapper {
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-info-main .product-info-price {
    margin: 0 !important;
    padding: 10px 0px;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 28px !important;
    font-family: 'MyriadPro-Regular' !important;
    color: #354764 !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}

.product-info-main .product-info-price .price-box .price-container .price {
    color: #207D3D !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    font-family: "acumin-pro", sans-serif !important;
    font-size: 35px;
}

.product-info-main .multiselect-ctr .multiselect-ctrs .imges-box {
    padding: 10px 0px 20px 0px;
    margin: 0;
}

.product-info-main .product-info-price .price-box .pppText {
    color: #212427 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 12px;
}

.product-info-main .product-info-price .pppText {
    color: #212427 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 12px;
}

.product-info-main .product-add-form .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    flex: 0 100%;
    margin-bottom: 25px;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty label {
    color: #212427;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif !important;
}

.checkout-index-index .block.block-search {
    display: none;
}
.checkout-cart-index .cart-container {
    position: relative;
}
.checkout-cart-index .cart-container #discount-coupon-form .field .control input {
    border: 1px solid #b5b5b5;
}
.checkout-cart-index .cart-container #discount-coupon-form .actions-toolbar .primary button {
    background: #fb0000;
    color: #fff;
    font-family: 'MyriadPro-Semibold';
    border: 1px solid #fb0000;
}
.checkout-cart-index .cart-container .cart-discount {
    margin-bottom: 5%;
}
.checkout-cart-index .cart-container .cart-summary {
    position: absolute;
    right: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item:last-child{
    display: none;
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code{
    display: block;
}
.checkout-index-index .checkout-column .checkout-shipping-address #checkout-step-shipping .shipping-address-item{
    width: 100% !important;
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-title,
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content{
    padding-left: 0 !important;
}
.checkout-index-index .opc-wrapper select{
    padding: 0 33px 0px 10px !important;
}
.page-header .panel.wrapper .panel.header .header.links .customer-welcome {
    display: none;
}

.checkout-index-index .header .logo {
    margin: 0;
}

.checkout-cart-configure .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
    width: 85px;
}

.checkout-cart-configure .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input {
    width: 100% !important;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
    width: 146px;
    border: 1px solid #d3d3d3;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
    width: 143px;
    font-weight: 700;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .plus {
    top: 9px;
    border-left: 0;
    font-size: 24px;
    border-bottom: 0;
    right: 2px;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .minus {
    bottom: 6px;
    font-size: 30px;
    left: 5px;
    border-left: 0;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty label span {
    color: #212427;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "acumin-pro", sans-serif !important;
}

.product-info-main .product-add-form .box-tocart .fieldset .actions {
    display: flex;
}

.product-info-main .box-tocart .action.tocart span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "acumin-pro", sans-serif !important;
}

.product.media .fotorama__stage .fotorama__stage__shaft.fotorama__grab img {
    border-radius: 20px;
    width: 100%;
}

.fotorama__stage .fotorama__stage__shaft.fotorama__grab img {
    border-radius: 20px;
}

.fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
    border-radius: 10px;
}

.fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    border-radius: 10px;
}

.fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active img {
    padding: 6px;
    border-radius: 10px;
}

.catalog-product-view .block.upsell .block-title #block-upsell-heading {
    color: #354764;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    font-family: 'Robotoslab-bold' !important;
    text-transform: math-auto;
    padding-bottom: 0;
}

.catalog-product-view .product.media {
    padding-bottom: 50px;
}

.catalog-product-view .block.upsell .block-title #block-upsell-heading:after {
    display: none;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-inner .price-box {
    text-align: left;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    border-top: 0 !important;
    margin-top: 0 !important;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info {
    box-shadow: 0px 0px 15px -2px #DDDDE2;
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-image-container {
    width: 100% !important;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-image-container .product-image-wrapper img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details{
    padding: 25px;
}*/
.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #212427;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    padding: 0 !important;
}

.catalog-product-view .block.upsell .block-content .product-items .product-item .product-item-info .product-item-details .product-item-inner .price-box .price {
    color: #212427;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .breadcrumbs {
    max-width: 1650px;
    padding: 15px 150px;
}

.catalog-product-view .page-main {
    max-width: 1650px;
    padding: 0px 150px;
}

.catalog-product-view .product-info-main .product.pricing {
    display: none;
}

.catalog-product-view .product-info-main .cstm-overview-title {
    background: #EBEDF0;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
}

.catalog-product-view .product-info-main .cstm-overview-title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #212427;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .product-info-main .cstm-overview-title .toggle-arrow.collapse:after {
    content: '\f077';
    font-family: fontawesome;
    color: #3a3a3a;
}

.catalog-product-view .product-info-main .cstm-overview-title .toggle-arrow:after {
    content: '\f078';
    font-family: fontawesome;
    color: #3a3a3a;
}

.catalog-product-view .product-info-main .cstm-allergens-title {
    background: #EBEDF0;
    padding: 5px 15px;
    margin-top: 10px;
    display: flex;
    border-radius: 5px;
}

.catalog-product-view .product-info-main .cstm-allergens-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #A8111B;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .product-info-main .product.cstm-overview {
    padding: 15px;
    background: #FAFBFB;
    margin: 0 !important;
    height: 300px;
    overflow-y: scroll;
}

.catalog-product-view .product-info-main .product.cstm-overview p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #212427;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container {
    position: relative;
    padding: 0px 150px 0px 150px;
    max-width: 1670px !important;
    margin: auto;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container form {
    padding: 45px 0px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-title h2 {
    margin: 0;
    color: #354764;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    font-family: 'Robotoslab-bold' !important;
}

.catalog-product-view .mageplaza-frequently-bought-together-block {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f9f9f9;
    clear: both;
}

.catalog-product-view .mageplaza-frequently-bought-together-block hr {
    display: none;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-title h2 {
    margin: 0;
    color: #354764;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    padding-right: 25px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-total-price-label {
    font-size: 20px;
    font-weight: 700;
    color: #212427;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    color: #212427;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif !important;
}

.mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart {
    margin: 0 !important;
}

.mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item .price-box {
    text-align: left;
}

.catalog-product-view .mageplaza-frequently-bought-together-block #mageplaza-fbt-form .mageplaza-fb-inner .mageplaza-fbt-content .products-grid .mageplaza-fbt-image-box .product-item span {
    font-size: 18px;
    font-weight: 500;
    color: #212427;
    line-height: 24px;
    min-height: 0px;
    font-family: "acumin-pro", sans-serif !important;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content {
    padding-top: 50px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box {
    padding: 0;
    display: flex;
    align-items: flex-start;
    float: unset !important;
    overflow-y: auto;
    max-width: 100%;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item {
    flex: 0 21%;
    width: 21% !important;
    margin: 0 !important;
    height: 450px;
    position: relative;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item-plus {
    flex: 0 5%;
    text-align: center;
    margin: 80px 25px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item .fbt-image input {
    transform: scale(2);
    filter: sepia(100%) brightness(80%) hue-rotate(171deg) saturate(70%) contrast(300%);
    margin-right: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item .fbt-image .product-image-wrapper img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item .fbt-image {
    background: #fff;
    margin-bottom: 25px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item-plus span {
    font-weight: 500;
    color: #354764;
    font-size: 33px;
}

.catalog-product-view .mageplaza-frequently-bought-together-block #mageplaza-fbt-form .mageplaza-fb-inner .mageplaza-fbt-content .products-grid .mageplaza-fbt-image-box .product-item .price-box .price {
    font-family: "acumin-pro", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #212427;
}

.catalog-product-view .block.upsell {
    padding: 35px 0px;
}

.catalog-product-view .block.upsell .product-items {
    display: flex;
    justify-content: flex-start;
}

.catalog-product-view .exclusive-menu .inner-content {
    padding: 0;
}

.catalog-product-view .exclusive-menu {
    background: transparent;
}

.catalog-product-view .fotorama__thumb-border,
.catalog-product-view .fotorama__thumb {
    border-radius: 5px;
}

.catalog-product-view .fotorama__caption {
    display: none;
}

.catalog-product-view .fotorama__thumb-border {
    border: 1px solid #25844b;
}

/*.catalog-product-view .block.upsell .product-items li {
    margin-right: 27px;
    width: 23% !important;
}*/
/* add to cart counter css */
.page-header .header.content .header-right .header-right-content .minicart-wrapper .counter.qty {
    display: block;
    right: 82px;
    left: auto;
    top: -6px;
    background: #05A91B;
    width: 21px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    font-family: "acumin-pro", sans-serif !important;
    line-height: 20px;
}
/* add to counter css end */
.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .minicart-price,
.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .minicart-price .price {
    font-size: 14px !important;
}

.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .minicart-price {
    padding-left: 35px !important;
}

.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-name {
    font-size: 1.6rem !important;
}

.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details {
    padding-left: 100px !important;
}

.page-header .header.content .header-right .block-minicart .details-qty.qty button.decreasing-qty,
.page-header .header.content .header-right .block-minicart .details-qty.qty button.increasing-qty {
    width: 28px !important;
    border-radius: 0px;
}

.minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product.actions>div a.action.edit {
    padding: 1px 7px 0 0;
    line-height: 20px;
}

.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper li.product.product-item {
    border-bottom: 1px solid #ffebeb !important;
}

.checkout-index-index section.amsearch-wrapper-block {
    display: none;
}


.page-header .header.content .header-right .wishlist .wishlist-link {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.page-header .header.content .header-right .wishlist .wishlist-link .line-icon path {
    fill: none;
    stroke: #404040;
    stroke-width: 2px;
}


.page-header .header.content .header-right .wishlist .wishlist-link span {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    color: #000;
    padding-top: 13px;
    width: 95px;
    text-align: center;
    flex: 0 100%;
    white-space: pre;
}
.page-header .header.content .header-right .wishlist .wishlist-link .wishlist-count {
    position: absolute;
    right: auto;
    top: 0px;
    background: #fb0000;
    width: 18px;
    border-radius: 50px;
    height: 17px;
    font-size: 11px;
    padding: 0;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
    transform: translateX(-70%);
    left: 70%;
}
/*.page-header .header.content .header-right .wishlist {
    position: relative;
}*/


    /* registration custom feild css */
.customer-account-create #form-validate .fieldset.create.info {
    display: flex;
    flex-wrap: wrap;
}
.customer-account-create #form-validate .fieldset.create.info .field {
    width: 100%;
}
.customer-account-create #form-validate .fieldset.create.info .field-name-firstname {
    order: 1;
}
.customer-account-create #form-validate .fieldset.create.info .field-name-lastname {
    order: 2;
}
.customer-account-create #form-validate .fieldset.create.info .required {
    order: 3;
}
.customer-account-create #form-validate .fieldset.create.info .optional_email {
    order: 4;
    margin-bottom: 15px;
}
.customer-account-create #form-validate .fieldset.create.info .password {
    order: 5;
}
.customer-account-create #form-validate .fieldset.create.info .confirmation {
    order: 6;
}
/* //wishlist css */
/* .catalog-category-view .product-items .product-item .product-item-info .product-item-inner .actions-secondary .action.notwishlist img {
    width: 21px;
} */
.catalog-category-view .product-items .product-item .product-item-info .product-item-inner .actions-secondary {
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.catalog-category-view .product-items .product-item .product-item-info .product-item-inner .actions-secondary .action.towishlist:before {
    color: #f31e24;
    font-size: 21px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content > strong {
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    color: #252525;
    display: block;
    padding: 0px 15px 0px 0px;
    border: 0;
    font-weight: 500;
}
.catalog-category-view .page-main .columns .column.main,
.catalogsearch-result-index .page-main .columns .column.main .search.results{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.catalog-category-view .page-main .columns .column.main .block.filter,
.catalogsearch-result-index .page-main .columns .column.main .block.filter {
    width: 50%;
    border: 0;
    margin: 0;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-current,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-current,
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .block-actions.filter-actions,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .block-actions.filter-actions{
    width: 100%;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content > span,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content > span {
    padding-right: 15px;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    color: #252525;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options{
    height: 40px;
    margin-top: 0;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item{
    margin-bottom: 0;
    margin-right: 5px;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item:after,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item:after,
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item:before,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item:before{
    display: none;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content{
    background: #fff;
    box-shadow: none;
    border: 1px solid #cdcdcd;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
    padding-left: 2px;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title {
    border: 1px solid #D2D2D2;
    padding: 5px 15px;
    margin: 0;
    font-family: 'MyriadPro-Regular';
    text-transform: capitalize;
    color: #252525;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title i,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title i{
    color: #606060;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products{
    width: 50%;
    clear: both;
    border: 0;
    display: flex;
    justify-content: end;
    position: unset;
    align-items: center;
    margin: 0;
    padding: 0;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products {
    width: 100%;
    clear: both;
    border: 0;
    display: flex;
    justify-content: end;
    position: unset;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-title.filter-title:before,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-title.filter-title:before {
    display: none;
}
.catalog-category-view .page-main .columns .column.main .products.wrapper,
.catalogsearch-result-index .page-main .columns .column.main .products.wrapper{
    flex: 0 100%;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 245px;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action{
    display: inline-block;
}
.catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title:after,
.catalogsearch-result-index .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title:after {
    display: none;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount {
    width: auto;
    padding-right: 16px;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    letter-spacing: 0;
    color: #252525;
    position: relative;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter select,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter select {
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    letter-spacing: 0;
    color: #252525;
    border: 1px solid #d2d2d2;
    width: 140px;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    letter-spacing: 0;
    color: #252525;
    padding-right: 16px;
    padding-left: 16px;
}
.catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount:after,
.catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount:after {
    content: '';
    position: absolute;
    right: 0;
    height: 25px;
    width: 1px;
    background: #ccc;
    top: 5px;
}
.catalog-category-view .page-main .columns .column.main .sidebar-banners ul,
.catalogsearch-result-index .page-main .columns .column.main .sidebar-banners ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 25px;
}
.catalog-category-view .page-main .columns .column.main .sidebar-banners ul li,
.catalogsearch-result-index .page-main .columns .column.main .sidebar-banners ul li {
    margin: 0;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-details .product-item-inner,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-details .product-item-inner {
    border-top: 0 !important;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-details .product-item-inner .actions-secondary ,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-details .product-item-inner .actions-secondary {
    position: absolute;
    top: 14px;
    right: 17px;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item  {
    width: 25%;
    max-width: 25%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    position: relative;
    padding-right: 0;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info {
    padding: 55px 10px 0px 10px !important;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-image-container,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-image-container {
    width: 100% !important;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item:nth-child(4n-3),
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item:nth-child(4n-3) {
    border-left: 1px solid #dcdcdc;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol {
    border-top: 1px solid #dcdcdc;
    margin: 0 !important;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info:hover,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info:hover {
    position: unset;
}
.catalog-category-view .product-item .product-item-details .product-item-actions .actions-primary,
.catalogsearch-result-index .product-item .product-item-details .product-item-actions .actions-primary {
    width: 95%;
    border: 1px solid #9a9a9a;
    border-radius: 120px;
    height: 40px;
    line-height: 41px;
    margin-bottom: 25px;
    position: relative;
}
.catalog-category-view .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
.catalogsearch-result-index .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    position: absolute;
    top: 8px;
    background: transparent;
    height: 21px;
    width: 100%;
    background-size: 21px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-category-view .product-item .product-item-details .product-item-actions .actions-primary form button span,
.catalogsearch-result-index .product-item .product-item-details .product-item-actions .actions-primary form button span {
    color: #252525;
    text-transform: capitalize;
    display: block;
    padding-left: 10px;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif !important;
    padding-top: 5px;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .product-item-name {
    text-align: left;
    margin-top: 40px;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .price-box {
    text-align: left;
    margin-top: 10px;
}
.catalog-category-view .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .price-box .price,
.catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item .product-item-info .product-item-details .price-box .price {
    color: #252C32 !important;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D83535;
    border-radius: 8px;
    flex: 0 35%;
    padding: 8px 0px;
    margin-right: 35px;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks .content {
    display: flex;
    flex-wrap: wrap;
    flex: 0 74%;
    align-items: center;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks .content .title {
    font-size: 21px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    color: #46484A;
    line-height: 20px;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks img {
    flex: 0 30%;
    max-width: 60px;
    padding-left: 14px;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks .content .sub-title {
    font-size: 13px;
    font-family: "acumin-pro", sans-serif;
    color: #46484a;
    line-height: 20px;
    padding-left: 11px;
    position: relative;
}
.page-header .header.content .header-right .header-right-content .hdrContactLinks .content .sub-title:before{
    content: '';
    position: absolute;
    left: 0;
    background-image: url('/media/wysiwyg/call-green-dot.png');
    background-size: 7px;
    width: 7px;
    height: 7px;
    top: 7px;
    background-repeat: no-repeat;
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}
@keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-ms-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right .wishlist {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
/* whislist icon css */
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right .wishlist .wishlist-counter{
    position: absolute;
    background: #A90506;
    border-radius: 50px;
    font-size: 10px;
    width: 18px;
    height: 16px;
    text-align: center;
    font-weight: 700;
    right: 0px;
    top: 4px;
    left: 10px;
}
/* whislist icon css end */
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right .wishlist li {
    padding: 0;
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right .wishlist .line-icon svg {
    padding-right: 4px;
    width: 25px;
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right .wishlist .line-icon svg path {
    stroke: #fff;
}
.page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right ul li img {
    width: 21px;
    padding-right: 4px;
}
.why-choose-us .why-choose-us-inner-content {
    clear: both;
    width: 100vw;
    position: relative;
    margin-left: -50vw !important;
    left: 50%;
    background-position: 80% 0% !important;
    background: #F9F9F9;
    padding: 80px 0px 72px 0px;
}
.why-choose-us .why-choose-us-inner-content .boxes {
    max-width: 1585px;
    margin: auto;
    padding: 0px 25px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5,1fr);
}
.why-choose-us .why-choose-us-inner-content .boxes.mobile-section {
    display: none;
}
.why-choose-us .why-choose-us-inner-content .boxes .box {
    background: #FFE1E1;
    border-radius: 8px;
}
.why-choose-us .why-choose-us-inner-content .title h2 {
    margin: 0px 0px 48px 0px;
    font-family: 'MyriadPro-Semibold';
    color: #2A2A2A;
    letter-spacing: 0.2px;
    line-height: 28.6px;
}
.why-choose-us .why-choose-us-inner-content .boxes .box .content {
    padding: 28px 24px;
    height: 240px;
}
.why-choose-us .why-choose-us-inner-content .boxes .box .content h3{
    margin: 0;
    font-family: 'MyriadPro-Regular';
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 28.6px;
    font-weight: 600;
}
.why-choose-us .why-choose-us-inner-content .boxes .box .content p{
    margin: 8px 0px 0px 0px;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.corporate-content {
    margin: 0 !important;
    padding: 50px 130px !important;
}
.corporate-content p {
    margin: 0 !important;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #2A2A2A;
    padding-bottom: 15px;
}
.corporate-content p br{
    display: none;
}
.corporate-brand-slider .owl-nav {
    display: none;
}
.faq-section-accordian .faq-section {
    max-width: 780px;
    margin: auto;
}
.faq-section-accordian .faq-section .faq-item {
    text-align: left;
    margin-bottom: 14px;
    cursor: pointer;
}
.faq-section-accordian .faq-section .faq-item .faq-question {
    background: #f5f5f5;
    padding: 18px 24px;
    border-radius: 8px;
    font-family: 'MyriadPro-Semibold';
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.faq-section-accordian {
    padding: 80px 25px;
}
.faq-section-accordian h2 {
    margin: 0px 0px 52px 0px;
    font-family: 'MyriadPro-Semibold';
    font-size: 28px;
    line-height: 28.6px;
}
.faq-section-accordian .faq-section .faq-item .faq-answer {
    background: #f5f5f5;
    padding: 0px 24px 18px 24px;
    font-size: 18px;
    line-height: 140%;
    font-family: 'MyriadPro-Regular';
    color: #3C3C43D9;
    letter-spacing: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.faq-section-accordian .faq-section .faq-item .faq-question i {
    transform: rotate(-92deg);
    transition: .5s;
    color: #212121;
    font-size: 13px;
}
.faq-section-accordian .faq-section .faq-item.active .faq-question i {
    transform: rotate(0deg);
    transition: .5s;
}
.free-quote-form {
    clear: both;
    width: 100vw;
    position: relative;
    margin-left: -50vw !important;
    left: 50%;
    background-position: 80% 0% !important;
}
.free-quote-form .quote-form {
    max-width: 673px;
    background: #fff;
    padding: 48px 40px;
    margin: 60px auto;
    border-radius: 16px;
}
.free-quote-form .quote-form h2 {
    font-size: 26px;
    line-height: 28.6px;
    margin-bottom: 16px;
    font-family: 'MyriadPro-Semibold';
    margin-top: 0;
    color: #333333;
}
.free-quote-form .quote-form p {
    font-size: 14px;
    font-family: 'MyriadPro-Regular';
    line-height: 22px;
    color: #333333;
    margin-bottom: 48px;
}
.free-quote-form .quote-form form .div-name-field {
    display: flex;
    justify-content: space-between;
}
.free-quote-form .quote-form form .field {
    margin-bottom: 24px;
    text-align: left;
    position: relative;
}
.free-quote-form .quote-form form .div-name-field .field {
    flex: 0 48%;
}
.free-quote-form .quote-form form .field label {
    font-size: 14px;
    font-family: 'MyriadPro-Semibold';
    color: #344054;
}
.free-quote-form .quote-form form .field input,
.free-quote-form .quote-form form .field select {
    height: 48px;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    color: #667085;
    line-height: 24px;
    border: 1px solid #D0D5DD;
}
.free-quote-form .quote-form form .button-action button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'MyriadPro-Regular';
    text-transform: capitalize;
    height: 48px;
}


.account .pager .limiter select {
    width: 55px;
}

/* code  for wishlist icon on product detail page */
.catalog-product-view .product-info-main .wishlist-product {
    display: block;
    padding-top: 10px;
    position: unset !important;
    align-items: center;
    float: right !important;
}
.catalog-product-view .product-info-main .wishlist-product .wishlist-image {
    flex: 0 6%;
    margin-left: 10px;
}
.catalog-product-view .product-info-main .wishlist-product .wishlist-image img {
    margin: 0 !important;
    height: auto !important;
    max-height: fit-content;
    width: 100%;
}
.catalog-product-view .product-info-main .action.towishlist .wishlist-filled img {
    width: 25px !important;
    height: 25px !important;
}
.catalog-product-view .product-info-main .wishlist-product span:last-child {
    flex: 0 25%;
    text-align: right;
    display: block !important;
}


.catalogsearch-result-index .search.results .product-items .product-item .product-item-inner .product-item-actions {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.catalogsearch-result-index .search.results .product-items .product-item .product-item-inner .product-item-actions .actions-secondary {
    line-height: 35px;
    text-align: center;
    width: 35px;
}

/* .catalogsearch-result-index .search.results .product-items .product-item .product-item-inner .product-item-actions .actions-secondary .action.notwishlist img {
    width: 17px;
} */
 
.catalogsearch-result-index .search.results .product-items .product-item .product-item-info .product-item-inner .actions-secondary .action.towishlist:before{
   color: #f31e24;
}

.checkout-cart-index .block.crosssell {
    float: none;
    clear: both;
    width: 100% !important;
}
.checkout-cart-index .block.crosssell .exclusive-menu .products .product-items .product-item .product-item-info {
    width: 100%;
}
.checkout-cart-index .block.crosssell .exclusive-menu .products .product-items .product-item .product-item-info .product-item-details .product.actions {
    display: none !important;
}

.checkout-cart-index .cart-container .cart-summary {
    top: 0 !important;
}

/* .why-us .inner-content .homepage-whyus tbody tr td .heading {
    background: #0000004f;
    padding: 5px !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    text-align: center !important;
    width: auto !important;
    padding: 0 10px !important;
} */

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo{
    position:relative;
    z-index:999;
    font-size: 28px !important;
}
/* .why-us .inner-content .homepage-whyus tbody tr td h2 {
    position:relative;
    z-index:999;
    font-size: 23px !important;
} */

.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title::after {
    display: none; 
}

.exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo ,
.favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo {
    height: auto !important;
    top: calc(50% - 55px);
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: auto !important;
}

.catalog-product-view .block.upsell {
    clear: both;
}

.snowflakes {
    width: 100%;
    height: 1200px;
    position: absolute;
    top: -90px;
    left: 0;
    overflow: hidden;
}

.snowflakes i,
.snowflakes i:after,
.snowflakes i:before {
    background: #fff
}

.snowflakes i {
    display: inline-block;
    -webkit-animation: snowflakes 3s linear 2s 20;
    -moz-animation: snowflakes 3s linear 2s 20;
    position: relative;
    z-index: 9;
}

.snowflakes i:after,
.snowflakes i:before {
    height: 100%;
    width: 100%;
    content: ".";
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(120deg);
}

.snowflakes i:before {
    -webkit-transform: rotate(240deg);
}

@-webkit-keyframes snowflakes {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
    }
    100% {
        -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
    };
}

.snowflakes i:nth-child(3n) {
    width: 16px;
    height: 4px;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 30;
    -webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n+1) {
    width: 24px;
    height: 6px;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 45;
    -webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n+2) {
    width: 32px;
    height: 8px;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 60;
    -webkit-transform-origin: right -15px;
}

/* different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
    opacity: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in;
}

.snowflakes i:nth-child(7n+1) {
    opacity: 1;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out;
}

.snowflakes i:nth-child(7n+2) {
    opacity: 1;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear;
}

.snowflakes i:nth-child(7n+3) {
    opacity: 1;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
}

.snowflakes i:nth-child(7n+4) {
    opacity: 1;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear;
}

.snowflakes i:nth-child(7n+5) {
    opacity: 1;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out;
}

.snowflakes i:nth-child(7n+6) {
    opacity: 1;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-timing-function: ease-in;
}

.page-header .header.content .header-middle {
    position: relative;
    z-index: 99;
}

.page-header .header.content .header-right {
    position: relative;
    z-index: 900;
}

#wishlist-view-form .product-item-inner .field.comment-box {
    display: none;
}

#wishlist-view-form .product-item-inner .box-tocart .field.qty {
    display: none;
}

#wishlist-view-form .product-item-inner {
    display: flex;
    justify-content: center;
    border-top: 0 !important;
}

#wishlist-view-form .product-item-inner .box-tocart .product-item-actions button span {
    display: block;
    background: #404040;
    padding: 10px 15px;
    line-height: 15px;
    font-weight: 600;
    font-size: 12px;
    width: auto;
}

#wishlist-view-form .product-item-inner .box-tocart .product-item-actions button {
    padding: 0;
    margin-right: 15px;
    width: auto;
}

#wishlist-view-form .product-items .product-item {
    text-align: center;
}

#wishlist-view-form .product-items .product-item .product-item-name {
    margin: 0;
}

#wishlist-view-form .product-items .product-item .price-box {
    margin: 0;
}

.catalog-product-view .product-info-main .action.towishlist span {
    display: flex;
    align-items: center;
}

.catalog-product-view .product-info-main .action.towishlist i {
    font-size: 20px;
    padding-left: 5px;
}
.order-actions-toolbar a.action.order {
    background: #fb0000;
    border: none;
    font-size: 16px;
    line-height: 36px;
    padding: 0px 20px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
    height: 36px;
    display: inline-block;
    width: auto;
}
.order-actions-toolbar a.action.order span {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "acumin-pro", sans-serif !important;
    text-transform: uppercase;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item {
    flex: 0 50%;
    max-width: 50%;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item:hover {
    background: transparent;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description {
    width: 100%;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-actions {
    flex: 0 100%;
    flex-wrap: wrap;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-actions .actions-primary {
    width: 100%;
    margin: 0;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-actions .actions-primary .tocart.primary {
    top: 0;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-actions .actions-primary .tocart.primary span {
    font-family: 'MyriadPro-Semibold' !important;
    font-size: 15px;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-actions .actions-secondary {
    padding: 0;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .amsearch-link {
    font-family: 'MyriadPro-Semibold';
    font-size: 15px;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .product-item-description {
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
}
.page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .amsearch-description .price {
    font-family: 'MyriadPro-Semibold';
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code span {
    color: #000;
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action-apply,
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action-cancel {
    background: #fb0000;
    box-shadow: none;
    border: 1px solid #fb0000;
    margin: 0;
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action-apply span,
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action-cancel span {
    color: #fff;
    font-family: 'MyriadPro-Semibold';
}
.checkout-index-index .checkout-column .checkout-payment-method .discount-code .payment-option-content .payment-option-inner .control input {
    border: 1px solid #b5b5b5;
    border-right: 0;
}
.free-quote-form .quote-form form .field .ui-datepicker-trigger {
    top: 29px;
    position: absolute;
    left: 15px;
    width: 25px;
    line-height: 45px;
    overflow: hidden;
}
.free-quote-form .quote-form form .field #signup_date {
    padding-left: 45px;
}
.free-quote-form .quote-form form .field textarea {
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    color: #667085;
    line-height: 24px;
    border: 1px solid #D0D5DD;
}


@media screen and (max-width: 1450px) {
    /* add to cart counter css */
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .counter.qty{
        right: 65px;
    }
    /* add to cart counter css end */
    .why-choose-us .why-choose-us-inner-content .boxes .box .content{
        height: auto;
        padding: 15px 10px;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks {
        margin-right: 21px;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks, .page-header .header.content .header-right .header-right-content .hdrAccountreorder, .page-header .header.content .header-right .header-right-content .minicart-wrapper{
        padding: 0px 15px;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks{
        flex: 0 41%;
    }
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .product-item-name,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .product-item-name {
        height: auto !important;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .price-sect,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .price-sect {
        padding: 5px 0px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .food-standards,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .food-standards {
        padding: 5px 0px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .allergens,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .allergens {
        padding: 5px 0px;
        margin-bottom: 5px;
    }

    .main-banner .banner-text h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .second td h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading,
    .why-us .inner-content .homepage-whyus tbody .second td .heading {
        padding: 40px 0px 0px 25px;
    }

    .small-section .st.three {
        flex: 0 15%;
        margin-right: 10px;
    }

    .page-header .header.content .header-left {
        flex: 0 20%;
    }

    .page-header .header.content .header-left .logo img {
        max-width: 185px;
    }

    .page-header .header.content .header-middle {
        flex: 0 31%;
    }

    /* .page-header .header.content .header-right {
        flex: 0 29%;
    } */

    .page-header .header.content .header-right .header-right-content .hdrAccountLinks,
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper {
        flex: 0 19%;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item {
        flex: 0 22%;
    }
}
@media screen and (max-width: 1400px){
    .page-footer .footer.content .footerLinks .container-right ul ul li {
        padding-bottom: 15px;
    }
    .page-footer .footer.content .footerLinks .container-right ul ul li a{
        font-size: 13px;
    }
}
@media screen and (max-width: 1350px) {
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-title {
        flex: 0 100%;
        text-align: center;
        padding-bottom: 25px;
    }

    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item {
        height: auto;
    }
}

@media screen and (max-width: 1250px) {
    .why-choose-us .why-choose-us-inner-content .boxes{
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content{
        flex-wrap: wrap;
    }
    /* .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options{
        flex: 0 100%;
        display: flex;
        flex-wrap: wrap;
    } */
    .catalog-product-view .breadcrumbs,
    .catalog-product-view .page-main {
        padding: 15px 100px;
    }

    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container {
        padding: 0px 100px 0px 100px;
    }

    .our-clients .inner-content .logo-images ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details {
        padding: 7px;
        overflow: auto;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span {
        font-size: 14px;
        line-height: 30px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control input,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control input {
        height: 31px !important;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .plus,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .plus {
        right: 7px;
        top: 2px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .minus,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control .minus {
        left: 7px;
        top: 0px;
    }

    .trending-categories .inner-content,
    .favourite-menu .inner-content,
    .workday-section .inner-content,
    .our-clients .inner-content,
    .why-us .inner-content,
    .page-footer .footer.content .footerLinks {
        padding: 48px 100px;
    }

    .page-footer .footer.content .footerLinks {
        justify-content: space-between;
    }

    .page-footer .footer.content .footerLinks .container-left {
        flex: 0 23%;
    }

    .page-footer .footer.content .footer-bottom-section .inner-content,
    .page-footer .footer.content .footerInfo {
        padding: 20px 100px;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul {
        flex: 0 33%;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul li {
        padding-bottom: 15px;
    }

    .small-section .st.three {
        flex: 0 19%;
        margin-right: 0px;
    }

    .small-section ul li {
        align-items: flex-start;
    }

    .small-section ul li .content {
        text-align: left;
    }

    .small-section ul li img {
        width: 35px;
    }

    .small-section ul li .content .title a,
    .small-section ul li .content .title {
        font-size: 15px;
    }

    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .second td h2 {
        font-size: 28px;
        line-height: 30px;
    }

    /* .page-header .header.content .header-middle {
        flex: 0 43%;
    } */

    .page-header .header.content .header-right {
        flex: 0 46%;
    }

    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart {
        padding: 0px 0px 0px 0px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img {
        height: 245px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
        padding-bottom: 405px !important;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a {
        line-height: 10px;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
        height: 44px;
    }
}
@media screen and (max-width: 1150px) {
    .page-header .header.content .header-right .header-right-content .hdrContactLinks{
        flex: 0 47%;
        height: 65px;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks img{
        max-width: 50px;
        padding-left: 5px; 
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item,
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item{
        max-width: 35%;
        width: 33.3%;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item:nth-child(3n-2),
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item:nth-child(3n-2) {
        border-left: 1px solid #dcdcdc !important;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item:nth-child(4n-3),
    .catalogsearch-result-index.page-main .columns .column.main .products-grid ol .product-item:nth-child(4n-3){
        border-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    /* add to cart counter css */
    .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout{
        font-size: 13px;
    }
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .counter.qty{
        right: 24px;
    }
    /* add to cart counter css end */
    .why-choose-us .why-choose-us-inner-content .boxes {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-header .header.content .header-right .wishlist .wishlist-link svg{
        width: 30px;
        height: 30px;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
        display: flex;
        margin-right: 0;
        justify-content: space-between;
    }

    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
        height: 45px;
    }

    /* .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .minus {
        bottom: 7px;
    } */

    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
        height: 43px;
    }

    .main-banner .banner-text h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .trending-categories .inner-content .title h2,
    .favourite-menu .inner-content .headings .left-content .title h2,
    .workday-section .inner-content .title h2,
    .our-clients .inner-content .title h2,
    .why-us .inner-content>.title h2,
    .exclusive-menu .inner-content .title h2,
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-title h2,
    .catalog-product-view .block.upsell .block-title #block-upsell-heading {
        font-size: 30px;
        line-height: 30px;
    }

    .workday-section .inner-content .workday.section .right-category h3 {
        font-size: 22px;
    }

    .workday-section .inner-content .workday.section .right-category .rgt-txt {
        font-size: 17px;
    }

    .workday-section .inner-content .workday.section .right-category .rgt-txt {
        line-height: 21px;
    }

    .workday-section .inner-content .workday.section .right-category .content {
        padding: 15px 0px;
    }

    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading,
    .why-us .inner-content .homepage-whyus tbody .second td .heading {
        width: 92%;
    }

    .small-section .st.three .cstm-google-reviews ul li a .stars img {
        height: 15px;
    }

    .trending-categories .inner-content .categories .block-category-link .cate-image .content {
        transform: translateY(290px);
    }

    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder a span,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount span,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main .minicart-total,
    .page-header .header.content .header-right .wishlist .wishlist-link span{
        font-size: 12px;
    }

    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main img,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle>img,
    .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .minicart-icon img {
        width: 20px;
    }

    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder a span,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount span,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main .minicart-total {
        display: block;
    }

    .exclusive-menu .inner-content .products .products-grid .product-items,
    .favourite-menu .inner-content .products .products-grid .product-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    /* add to cart counter css */
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .counter.qty{
        right: -4px;
        top: -13px;
    }
    /* add to cart counter css end */
    .corporate-content{
        padding: 30px 25px !important;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks{
        flex: 0;
        height: auto;
        padding: 0px;
        border-radius: 50px;
        margin-right: 10px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title {
        padding: 5px;
        width: 143px;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main img,
     .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle>img,
      .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .minicart-icon img{
        width: 23px !important;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart{
        height: auto;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks:before,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks:after{
        top: -4px;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks img {
        max-width: 23px;
        padding-left: 0;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks,
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper{
        padding: 0;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks .content,
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder,
     .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount,
      .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main{
        display: none;
    }
    .page-header .header.content .header-left{
        flex: 0 28%;
    }
    .product-info-main .page-title-wrapper h1 {
        font-size: 24px !important;
        line-height: 27px !important;
    }

    .product-info-main .product-info-price .price-box .price-container .price {
        font-size: 30px;
    }

    .product-info-main .multiselect-ctr .multiselect-ctrs .imges-box {
        padding: 0px 0px 10px 0px;
    }

    .catalog-product-view .breadcrumbs,
    .catalog-product-view .page-main {
        padding: 15px 30px;
    }

    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container {
        padding: 0px 30px 0px 30px;
    }

    .our-clients .inner-content .logo-images ul {
        gap: 35px;
        grid-template-columns: repeat(4, 1fr);
    }

    .nav-sections .navigation ul li.level0>a {
        padding: 0 !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        line-height: 7px;
        font-size: 13px;
    }

    .small-section ul li .content .title a,
    .small-section ul li .content .title {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .small-section ul li img {
        width: 26px;
    }

    .small-section {
        display: none;
    }

    .main-banner img {
        height: 460px;
        object-fit: cover;
    }

    .main-banner .banner-text {
        width: 70%;
    }

    .main-banner .banner-text h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .main-banner .banner-text p {
        font-size: 20px;
        padding: 10px 0px;
    }

    .trending-categories .inner-content .title h2,
    .favourite-menu .inner-content .headings .left-content .title h2,
    .workday-section .inner-content .title h2,
    .our-clients .inner-content .title h2,
    .why-us .inner-content>.title h2,
    .exclusive-menu .inner-content .title h2,
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-title h2,
    .catalog-product-view .block.upsell .block-title #block-upsell-heading {
        font-size: 24px;
    }

    .trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-up {
        width: 85%;
    }

    .page-footer .footer.content .footerLinks,
    .page-footer .footer.content .footer-bottom-section .inner-content {
        padding: 15px 30px;
    }

    .page-footer .footer.content .footerLinks .container-left {
        flex: 0 25%;
    }

    .page-footer .footer.content .footerLinks .container-right {
        flex: 0 75%;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul:first-child {
        flex: 0 25%;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul:nth-child(2n) {
        flex: 0 25%;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul:last-child {
        flex: 0 35%;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul li {
        padding-bottom: 5px;
    }

    .page-footer .footer.content .footerLinks .container-right ul ul li a {
        font-size: 14px;
    }

    .page-footer .footer.content .footerInfo .container {
        flex-wrap: wrap;
    }

    .page-footer .footer.content .footerInfo .container .footer-prtnr {
        flex: 0 100%;
    }

    .page-footer .footer.content .footerInfo .container .footerSocial {
        flex: 0 100%;
        text-align: left;
        padding-top: 28px;
    }

    .page-footer .footer.content .footer-bottom-section .footer-left-content .copyright {
        text-align: left;
    }

    .page-footer .footer.content .footerInfo .container .footer-prtnr ul:before,
    .page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-right {
        display: none;
    }

    .page-header .panel.wrapper .panel.header .header.links .top-head-section .head-section-left {
        padding: 15px;
        flex: 0 100%;
        justify-content: center;
    }

    .page-header .panel.wrapper .panel.header {
        padding: 0px;
    }

    .page-header .header.content .header-left .logo img {
        max-width: 185px;
    }

    .page-header .header.content .header-middle {
        flex: 0 43%;
    }

    .page-header .header.content .header-right {
        flex: 0 28%;
    }

    .trending-categories .inner-content,
    .favourite-menu .inner-content,
    .workday-section .inner-content,
    .our-clients .inner-content,
    .why-us .inner-content,
    .page-footer .footer.content .footerLinks,
    .exclusive-menu .inner-content,
    .page-footer .footer.content .footer-bottom-section .inner-content,
    .page-footer .footer.content .footerInfo {
        padding: 25px 30px;
    }
}

@media screen and (min-width: 767px) {
    .field.email.optional {
        margin-right: 3%;
    }
    .minicart-items .action.edit:before,
    .minicart-items .action.delete:before {
        font-size: 15px;
    }
}
/* @media screen and (min-width: 768px) {
    .navigation li.level0:hover .submenu {
        display: block !important;
    }
} */
@media screen and (max-width: 768px) {
    .checkout-cart-index .cart-container .cart-discount {
        margin-bottom: 0;
    }
    .checkout-cart-index .favourite-menu .inner-content .products .products-grid .product-items, 
    .checkout-cart-index .exclusive-menu .inner-content .products .products-grid .product-items{
        gap: 15px !important;
    }
    .checkout-cart-index .exclusive-menu {
        background: transparent;
    }
    .page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .product.actions{
        float: right !important;
    }
    .checkout-cart-index .cart-container .cart-summary{
        position: unset;
        width: 100%;
        order: 2;
    }
    .checkout-cart-index .cart-container .block.crosssell{
        margin-top: 0;
        order: 3;
    }
    .checkout-cart-index .cart-container{
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px;
    }
    .checkout-cart-index .cart-container .form-cart{
        padding-right: 0;
        width: 100%;
        order: 0;
    }
    .checkout-cart-index .cart-container .form-cart .cart.table-wrapper{
        border: 0;
    }
    .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .col.item{
        padding: 10px 0 0 77px;
    }
    .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .col.item .product-item-photo{
        left: 0;
        top: 10px;
    }
    .checkout-cart-index .cart-container .cart-discount{
        order: 1;
        margin-top: 0;
        width: 100%;
        padding: 0px;
        border-bottom: 1px solid #ccc;
    }
    .checkout-cart-index .cart-container .cart-discount .title{
        border-top: 1px solid #ccc;
        padding: 10px 25px 10px 10px;
    }
    .checkout-cart-index .cart-container .cart-summary #cart-totals {
        border-top: 0;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control{
        width: 95px !important;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .plus{
        right: 4px;
    }
    #maincontent{
        padding-top: 17px;
    }
    #maincontent .page-title-wrapper{
        margin-bottom: 10px;
    }
    #maincontent .page-title-wrapper h1{
        font-size: 18px;
    }
    #maincontent .columns{
        padding-top: 0;
    }
    .catalog-product-view .exclusive-menu .inner-content .products .products-grid .product-items {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .catalog-product-view .columns .column.main .product-info-main, .catalog-product-view .columns .column.main .product.media {
        width: 100%;
    }
    .page-header{
        margin-bottom: 0 !important;
    }
    .catalog-category-view .page-main .columns .column.main,
    .catalogsearch-result-index .page-main .columns .column.main .search.results {
        padding-bottom: 40px;
    }
    .level-top.parent.active .submenu{
        display: block !important;
    } 
    .level-top.parent .submenu{
        display: none !important;
    } 
    .page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item img {
        margin: 0;
        max-width: 100%;
    }
    .page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item .product-image-wrapper {
        padding-bottom: 80%;
    }
    .nav-before-open.nav-open .page-header .header.content .header-middle {
        z-index: 0;
    }
    .filter.active .block-title strong:after {
        display: block !important;
        left: auto;
        width: auto;
        border: none;
        top: 0;
    }
    /* .catalog-category-view .page-main .columns .column.main .block.filter.active strong{
        padding: 0px 10px 14px;
        color: #010101;
        font-family: 'MyriadPro-Semibold';
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        top: 0;
    } */
    .catalog-category-view .page-main .columns .column.main .block.filter .block-title.filter-title {
        margin: 0;
    }
    .catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount,
    .catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-amount{
        display: none;
    }
    .catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter,
    .catalogsearch-result-index .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter{
        position: static;  
    }
    .why-choose-us .why-choose-us-inner-content .title h2{
        margin: 0px 0px 24px 0px;
    }
    .free-quote-form {
        background: transparent !important;
    }
    .free-quote-form .quote-form p{
        margin-bottom: 24px;  
    }
    .free-quote-form .quote-form{
        padding: 17px 25px;
        margin: 15px auto;
        max-width: 100%;
    }
    .free-quote-form .quote-form form .div-name-field{
        flex-wrap: wrap;
    }
    .free-quote-form .quote-form form .div-name-field .field{
        flex: 0 100%;
    }
    .free-quote-form .quote-form p br{
        display: none;
    }
    .corporate-brand-slider .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        background: #3d3e42 !important;
        width: 40px;
        height: 40px;
        color: #fff !important;
        transform: translateY(-50%);
        top: 50%;
        border-radius: 0;
    }
    .corporate-brand-slider .owl-nav .owl-next {
        position: absolute;
        right: 0;
        background: #3d3e42 !important;
        width: 40px;
        height: 40px;
        color: #fff !important;
        transform: translateY(-50%);
        top: 50%;
        border-radius: 0;
    }
    .corporate-brand-slider .owl-nav .owl-prev span,
    .corporate-brand-slider .owl-nav .owl-next span  {
        font-size: 32px;
        font-family: 'MyriadPro-Regular';
        line-height: 32px;
    }
    .corporate-brand-slider .owl-nav{
        display: block;
    }
    .why-choose-us .why-choose-us-inner-content .boxes.mobile-section .owl-nav button {
        margin: 0px 20px;
    }
    .why-choose-us .why-choose-us-inner-content .boxes.mobile-section .owl-nav button span {
        font-size: 30px;
        color: #1c274c;
        font-family: 'MyriadPro-Regular';
    }
    .why-choose-us .why-choose-us-inner-content{
        padding: 30px 0px 30px 0px;
    }
    .faq-section-accordian{
        padding: 30px 25px;
    }
    .why-choose-us .why-choose-us-inner-content .boxes.mobile-section .box img {
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        object-position: center;
    }
    .faq-section-accordian h2{
        font-size: 26px;
    }
    .corporate-content p{
        font-size: 14px;
        line-height: 23px;
    }
    .why-choose-us .why-choose-us-inner-content .boxes.mobile-section {
        display: block;
        max-width: 100%;
    }
    .why-choose-us .why-choose-us-inner-content .boxes.desktop-section {
        display: none;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks{
        position: unset;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks:before, .page-header .header.content .header-right .header-right-content .hdrAccountLinks:after{
        display: none;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-title{
        width: 100%;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options .filter-options-item {
        margin-bottom: 10px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-options{
        height: auto;
        padding: 15px 10px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter{
        width: 45%;
    }
    .catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products{
        width: 55%;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content{
        display: block;
        border: 1px solid #dcdcdc;
        padding: 0px 10px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle{
        display: none;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .block-actions.filter-actions{
        padding-left: 10px;
        padding-top: 10px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-current{
        border: 0;
        margin: 0;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-current .items .item{
        margin: 0;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content .filter-current .block-subtitle.filter-current-subtitle{
        text-align: left;
        font-size: 16px;
        font-family: 'MyriadPro-Regular';
        letter-spacing: 0;
        color: #252525;
        padding-left: 0px;
        font-weight: 400;
        display: block;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter.active .block-content.filter-content {
        display: block;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter strong {
        text-align: center;
        width: 100%;
        font-size: 15px;
        padding: 13px 10px 14px;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter.active strong{
        padding: 0px 10px 14px;
        color: #010101;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter strong:after{
        display: none;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item:nth-child(2n-1),
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item:nth-child(2n-1){
        border-left: 1px solid #dcdcdc;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item,
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item{
        max-width: 50%;
        width: 50%;
    }
    .favourite-menu .inner-content .headings .right-content {
        flex: 0 100%;
        text-align: left;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-photo {
        float: none;
        margin-right: 0;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-photo {
        float: none;
        margin-right: 0;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-inner {
        flex-wrap: wrap;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-inner .box-tocart {
        flex: 0 100%;
        margin: 0;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-inner .box-tocart .fieldset .product-item-actions {
        float: none;
    }
    .account #wishlist-view-form .product-items .product-item .product-item-inner .box-tocart .fieldset .product-item-actions .tocart.primary {
        margin: 0;
    }
    .page-header .header.content .header-right .wishlist .wishlist-link .wishlist-count{
        display: block;
        font-size: 9px !important;
        line-height: 13px !important;
        height: 13px !important;
        width: 15px !important;
        transform: translateX(-130%) !important;
        left: 145% !important;
    }
    .catalog-product-view .mageplaza-frequently-bought-together-block #mageplaza-fbt-form .mageplaza-fb-inner .mageplaza-fbt-content .products-grid .mageplaza-fbt-image-box .product-item span {
        font-size: 16px;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block #mageplaza-fbt-form .mageplaza-fb-inner .mageplaza-fbt-content .products-grid .mageplaza-fbt-image-box .product-item .price-box .price {
        font-size: 19px;
    }
 
    .product-info-main .page-title-wrapper h1 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
 
    .product-info-main .product-add-form .box-tocart .fieldset .actions {
        flex-wrap: wrap;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item-plus {
        margin: 55px 25px;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item {
        width: 40% !important;
    }
 
    .catalog-product-view .breadcrumbs {
        display: block;
    }
 
    .catalog-product-view .page-main {
        padding-top: 0;
    }
 
    .catalog-product-view .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
        width: 100%;
    }
 
    .catalog-product-view .product.media {
        padding-bottom: 0px;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box {
        flex-wrap: wrap;
        justify-content: center;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
        flex: 0 100%;
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
 
    .product-info-main .product-add-form .box-tocart .fieldset .actions,
    .product-info-main .product-add-form .box-tocart .fieldset .actions button {
        width: 100%;
    }
 
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
        justify-content: flex-start;
    }
 
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty label {
        margin-right: 20px;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a {
        line-height: 20px !important;
        display: -webkit-box;
        height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item {
        border: 5px solid #dcdcdc47;
        border-radius: 9px;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-details,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details {
        border-top: 1px solid #e9e9e9;
        padding: 20px 20px 0px 20px !important;
    }
 
    .minicart-wrapper .block-minicart {
        width: 90%;
        min-width: 90%;
        right: 2px;
        top: 50px;
    }
 
    .nav-sections .navigation ul li.level0 {
        padding: 0px;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main {
        padding-top: 0px;
    }
 
    .navigation .parent .level-top:after {
        top: 20px !important;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-info .product-item-details .price-sect,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-info .product-item-details .price-sect {
        border-bottom: 0;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
        height: auto;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect {
        line-height: 40px;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .price-sect,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details .price-sect {
        padding: 0px;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item:hover .product-item-details {
        padding: 0;
    }
 
    .favourite-menu .inner-content .headings {
        flex-wrap: wrap;
    }
 
    .favourite-menu .inner-content .headings .left-content {
        flex: 0 100%;
    }
 
    .main-banner .mobile-img {
        display: block;
        width: 100%;
    }
 
    .main-banner .desktop-img {
        display: none;
    }
    .nav-sections-item-title{
        display: none;
    }
    .nav-sections-item-content {
        margin-top: 0;
        padding: 0;
    }
    .navigation {
        background: #ffffff !important;
        padding: 0 !important;
    }
    .header .nav-toggle {
        top: 15px;
        display: block !important;
    }
 
    .nav-sections .navigation ul>li.level0:first-child {
        padding: 0;
    }
 
    .navigation .level0>.level0 {
        border-bottom: 0;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control {
        flex: 0 40%;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions {
        flex: 0 57%;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span {
        font-size: 12px;
    }
 
    /* .exclusive-menu .inner-content .products .products-grid .product-items {
        grid-template-columns: repeat(2, 1fr);
    } */
 
    .favourite-menu .inner-content .products .products-grid .product-items,
    .exclusive-menu .inner-content .products .products-grid .product-items {
        grid-template-columns: auto !important;
        gap: 0 !important;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .owl-nav {
        display: none;
    }
 
    .favourite-menu .inner-content {
        padding-bottom: 0;
    }
 
    .section-item-content .navigation .level0>.level-top {
        padding: 20px 32px 20px 10px !important;
        text-align: left;
    }
 
    .trending-categories .inner-content .categories {
        flex-wrap: wrap;
    }
 
    .trending-categories .inner-content .categories .block-category-link {
        flex: 0 80%;
    }
 
    .trending-categories .inner-content .categories .block-category-link .cate-image img {
        width: 100%;
    }
    .navigation .level0 {
        border-top: none;
        border-bottom: 1px solid #e1e1e1;
        font-size: 13px;
    }
    .workday-section .inner-content .workday.section {
        flex-wrap: wrap;
    }
 
    .workday-section .inner-content .workday.section .left-image {
        flex: 0 100%;
    }
 
    .workday-section .inner-content .workday.section .left-image img {
        height: auto;
        width: 100%;
    }
 
    .workday-section .inner-content .workday.section .right-category {
        flex: 0 100%;
    }
 
    .our-clients .inner-content .logo-images ul {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
 
    .why-us .inner-content .homepage-whyus tbody .first {
        display: flex;
        flex-wrap: wrap;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:first-child {
        flex: 0 100%;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n),
    .why-us .inner-content .homepage-whyus tbody .first td:last-child {
        flex: 0 50%;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:first-child img {
        height: 345px;
        width: 100%;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) img,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child img,
    .why-us .inner-content .homepage-whyus tbody .second td img {
        height: 175px;
    }
 
    .page-bottom .content .block-static-block .cstm-google-reviews ul {
        grid-template-columns: auto;
        display: flex;
    }
 
    .page-bottom .content .block-static-block .cstm-google-reviews a {
        width: 310px;
        text-align: center;
    }
 
    .page-footer .footer.content .footerLinks {
        flex-wrap: wrap;
    }
 
    .page-footer .footer.content .footerLinks .container-left,
    .page-footer .footer.content .footerLinks .container-right {
        flex: 0 100%;
    }
 
    .page-footer .footer.content .footerLinks .container-right {
        padding-top: 35px;
    }
 
    .page-footer .footer.content .footerLinks .container-right ul {
        justify-content: center;
        flex-wrap: wrap;
    }
 
    .page-footer .footer.content .footerLinks .container-right ul ul{
        flex-direction: unset;
    }
 
    .page-footer .footer.content .footerLinks .container-right ul ul:first-child {
        flex: 0 100%;
        text-align: right;
    }
 
    .page-footer .footer.content .footerLinks .container-right ul ul:nth-child(2n) {
        flex: 0 100%;
        text-align: left;
    }
 
    .page-footer .footer.content .footerLinks .container-right ul ul:last-child {
        flex: 0 100%;
        text-align: center;
    }
 
    .page-footer .footer.content .footerInfo .container .footerSocial {
        text-align: center;
    }
 
    .page-footer .footer.content .footerInfo .container .footer-prtnr ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
 
    .page-footer .footer.content .footerInfo .container .footer-prtnr ul li {
        flex: 0 33%;
        margin-bottom: 34px;
        text-align: center;
    }
 
    .page-footer .footer.content .footer-bottom-section .inner-content {
        flex-direction: column-reverse;
    }
 
    .page-footer .footer.content .footer-bottom-section .footer-left-content .copyright {
        text-align: center;
    }
 
    .page-header .header.content {
        flex-wrap: wrap;
        padding: 0 !important;
    }
 
    .page-header .header.content .header-left {
        flex: 0 64%;
        order: 1;
        text-align: right;
        display: block;
        padding: 10px 0px 10px 0px;
    }
 
    .page-header .header.content .header-left .logo img {
        max-width: 200px;
        width: 190px;
        height: 35px;
        object-fit: contain;
    }
 
    .page-header .header.content .header-middle {
        flex: 0 100%;
        order: 3;
    }
 
    .page-header .header.content .header-middle .block-search {
        position: relative;
    }
 
    .page-header .header.content .header-middle .block-search .block-content form .search-icon {
        left: 25px;
        width: 0;
        bottom: 20px;
        top: auto;
    }
 
    .page-header .header.content .header-middle .block-search .block-content form .control input {
        padding-left: 45px !important;
    }
 
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart {
        position: static;
        width: auto;
    }
 
    .page-header .header.content .header-right {
        flex: 0 28%;
        order: 2;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle {
        position: static;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount {
        display: none;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks,
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper {
        flex: 0 16%;
        margin: 0px 5px;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main img,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle>img,
    .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .minicart-icon img {
        width: 20px !important;
    }
 
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main .reorder a span,
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle .myaccount span,
    .page-header .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .mini-cart-main .minicart-total,
    .page-header .header.content .header-right .wishlist .wishlist-link span {
        display: none;
    }
    .page-header .header.content .header-right .wishlist .wishlist-link svg{
        width: 20px !important;
        height: 25px !important;
    }
 
    .page-header .header.content .header-middle .block-search .block-content form .control {
        background: #F5F6F7;
        border-top: 1px solid #DFE2E6;
        box-shadow: none;
        display: block !important;
    }
 
    /* .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
        padding-bottom: 230px !important;
    } */
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img {
        height: 230px;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details {
        height: auto;
        position: static;
        transform: translateY(0px);
        background: transparent;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect {
        border: 0;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .per-person-price,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-sect .per-person-price {
        display: none;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .food-standards,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .allergens,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty label.label,
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .field.qty label.label {
        display: none;
    }
 
    /* .exclusive-menu .inner-content .products .products-grid .product-items .product-item {
        border: 0;
    } */
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo , .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo{
        top: calc(50% - 0px) !important;
    }
}
@media screen and (max-width: 520px){
    .why-choose-us .why-choose-us-inner-content .boxes.mobile-section .box img{
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .product.actions{
        float: left !important;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty{
        flex-wrap: wrap;
    }
    .catalog-product-view .exclusive-menu .inner-content .products .products-grid .product-items {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .page-header .header.content .header-middle .amsearch-wrapper-block .amsearch-result-section .amsearch-product-list .amsearch-item {
        flex: 0 100%;
        max-width: 100%;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter.active .block-title.filter-title {
        width: 100%;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-content.filter-content{
        border: 0;
        padding: 0;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter{
        width: 100% !important;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter .block-title.filter-title{
        width: 40%;
        margin: auto;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter strong{
        width: 100%;
    }
    .page-header .header.content .header-right .header-right-content .hdrContactLinks{
        margin-right: 5px;
    }
    .catalog-category-view .page-main .columns .column.main,
    .catalogsearch-result-index .page-main .columns .column.main .search.results{
        display: block;
    }
    .catalog-category-view .page-main .columns .column.main .block.filter {
        width: 40%;
        margin: 0 auto 15px;
    }
    .catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products {
        width: 100%;
        justify-content: center;
    }
    .catalog-category-view .page-main .columns .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label{
        padding-left: 0;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item,
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item{
        max-width: 100%;
        width: 100%;
    }
    .catalog-category-view .page-main .columns .column.main .products-grid ol .product-item,
    .catalogsearch-result-index .page-main .columns .column.main .products-grid ol .product-item{
        border-left: 1px solid #dcdcdc;
    }
    .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button {
        padding: 0 20px;
    }
 
    .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fb-header .mageplaza-fbt-price-box .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button span {
        margin: 0;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item-plus {
        margin: 45px 10px;
    }
 
    .catalog-product-view .mageplaza-frequently-bought-together-block .inner-container .mageplaza-fbt-content .mageplaza-fbt-image-box .product-item {
        width: 60% !important;
    }
 
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty label {
        margin-right: 13px;
    }
 
    /* .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
        width: 100px !important;
    } */
 
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
        width: 90px;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control {
        flex: 0 40%;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details {
        padding: 20px 8px 0px 8px !important;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions {
        flex: 0 55%;
    }
 
    .favourite-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span {
        font-size: 12px;
    }
 
    .favourite-menu .inner-content {
        padding-bottom: 0 !important;
    }
 
    .page-bottom .content .block-static-block .cstm-google-reviews {
        padding: 24px 30px;
    }
 
    .page-bottom .content .block-static-block .cstm-google-reviews a {
        width: 100%;
        padding: 10px 5px;
    }
 
    .workday-section .inner-content .workday.section .right-category .rgt-txt .desc {
        flex: 0 75%;
    }
 
    .trending-categories .inner-content .categories .block-category-link .cate-image .content .ct-up {
        padding: 15px 0px;
    }
 
    .trending-categories .inner-content .categories .block-category-link .cate-image img {
        height: 400px;
    }
 
    .workday-section .inner-content .sub-title p {
        text-align: left;
    }
 
    .workday-section .inner-content .title h2 {
        text-align: left;
    }
 
    .trending-categories .inner-content .categories .block-category-link {
        flex: 0 100%;
    }
 
    .main-banner .banner-text h1 {
        font-size: 34px;
        line-height: 38px;
    }
 
    .main-banner .banner-text p,
    .our-clients .inner-content .sub-title p {
        font-size: 16px;
        line-height: 20px;
    }
 
    .main-banner .banner-text button {
        font-size: 13px;
    }
 
    .workday-section .inner-content .workday.section .right-category h3 {
        font-size: 18px;
    }
 
    .workday-section .inner-content .workday.section .right-category .rgt-txt {
        font-size: 14px;
    }
 
    .trending-categories .inner-content .sub-title p,
    .workday-section .inner-content .sub-title p {
        font-size: 14px;
        line-height: 18px;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .title h2,
    .why-us .inner-content .homepage-whyus tbody .second td h2 {
        font-size: 20px;
        line-height: 23px;
    }
 
    .why-us .inner-content .homepage-whyus tbody .first td:first-child .heading .sub-title p,
    .why-us .inner-content .homepage-whyus tbody .first td:nth-child(2n) .heading .sub-title p,
    .why-us .inner-content .homepage-whyus tbody .first td:last-child .heading .sub-title p,
    .why-us .inner-content .homepage-whyus tbody .second td .heading .sub-title p {
        font-size: 14px;
        line-height: 16px;
    }
 
    .page-footer .footer.content .footerInfo .container .footer-prtnr ul li {
        flex: 0 50%;
    }
 
    .trending-categories .inner-content,
    .favourite-menu .inner-content,
    .workday-section .inner-content,
    .our-clients .inner-content,
    .why-us .inner-content,
    .page-footer .footer.content .footerLinks {
        padding: 48px 25px;
    }
 
    .page-header .header.content .header-left {
        flex: 0 69%;
    }
    .page-header .header.content .header-left .logo img{
        max-width: 200px;
        width: 190px;
    }
    .page-header .header.content .header-right {
        flex: 0 31%;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountLinks, .page-header .header.content .header-right .header-right-content .hdrAccountreorder, .page-header .header.content .header-right .header-right-content .minicart-wrapper{
        flex: 0 21% !important;
    }
    .page-header .header.content .header-right .header-right-content .hdrAccountreorder .reorder-main img, .page-header .header.content .header-right .header-right-content .hdrAccountLinks .accToggle>img, .header.content .header-right .header-right-content .minicart-wrapper .action.showcart .minicart-icon img{
        width: 18px;
    }
    .our-clients .inner-content .logo-images ul li img {
        height: 65px;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details {
        padding: 20px 8px 0px 8px !important;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items {
        gap: 10px;
    }
 
    /* .exclusive-menu .inner-content .products .products-grid .product-items .product-item {
        border: 0;
    } */
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img {
        height: 150px;
    }
 
    /* .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
        padding-bottom: 150px !important;
    } */
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
        height: auto !important;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a {
        line-height: 0px;
        font-size: 15px;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
        font-size: 15px;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control {
        flex: 0 40%;
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions {
        flex: 0 55%;
        /* margin-top: 10px; */
    }
 
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .actions button span {
        font-size: 12px;
        /* line-height: 40px; */
    }
 
    .why-us .inner-content .homepage-whyus tbody tr td h2 ,
    .exclusive-menu .inner-content .products .products-grid .product-items .product-item .product-image-container img.product-image-photo {
        font-size: 16px !important;
    }
 
}