/* Google Fonts loaded asynchronously via google-fonts.phtml - @imports removed for performance */

:root {
    --var-primary-color: #C1000E;
    --var-white-color: #ffffff;
    --var-text-primary-color: #1F2937;
}

body{
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: var(--var-text-primary-color);
}

a:hover{
    text-decoration: none;
}

.cms-home-page-v2 div.page-wrapper main.page-main,
.cms-awards-media div.page-wrapper main.page-main{
    max-width: 100%;
    padding: 0px;
}
.header-top{
    background: var(--var-primary-color);
}
.cms-home-page-v2 .container{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.header-top-contact a{
    font-size: 13px;
    line-height: 24px;
    display: flex;
    gap: 18px;
    color: var(--var-white-color);
    white-space: nowrap;
    align-items: center;
}
.header-top-contact a img {
max-height: 20px;
}
.header-top-contact{
    display: flex;
    justify-content: end;
    gap: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#html-body .home-banner-columns .pagebuilder-column-line .pagebuilder-column {
    align-self: center;
}
.home-banner-columns h1{
    font-size: 56px;
    line-height: 60px;
    margin: 0 0 15px;
    font-family: 'Inter';
    font-weight: 700;
}
.home-banner-columns p{
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 33px;
}
.home-banner-columns .pagebuilder-column-line {
    gap: 32px;
}
.home-banner-columns {
    padding: 42px 0 50px;
}
.default-btn{
    background: var(--var-primary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--var-white-color);
    padding: 15px 20px 15px 20px;
    border-radius: 2.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.default-btn:hover{
    color: var(--var-white-color);
}
.enquire-now svg{
    width: 11px;
}
.cms-home-page-v2 [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}
.home-odometer-section-v2{
    background: url('/media/wysiwyg/home_odometer_section__bg_v2.png') no-repeat center / cover;
    width: 100%;
}
.home-odometer-section-v2 .odometer-box .odometer-title{
    color: #D6F5E3;
    margin: 0 0 20px;
    font-family: 'Inter';
    font-weight: 700;
}
.home-odometer-section-v2 .odometer-box .odometer-icon {
    color: #EAAA45;
}
.home-odometer-section-v2 .odometer-box .odometer-description{
    color: rgba(214, 245, 227, 1);
    font-weight: normal;
    font-family: 'Inter';
}
.home-odometer-section-v2 .odometer-inner-section{
    min-height: 225px;
    padding: 20px 0px 0;
    display: flex;
    align-items: center;
}
.cms-home-page-v2 .pagebuilder-column-group h2,
.cms-awards-page .pagebuilder-column-group h2{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: unset;
    text-align: center;
    margin: 0;
    color: var(--var-text-primary-color);
}
.pagebuilder-column-group .home-services-v2 h2{
    margin: 48x 0 10px;
}
.home-services-v2 {
    text-align: center;
}
.home-services-v2 h2 + div {
    font-size: 20px;
    line-height: 30px;
    color: rgba(85, 108, 142, 1);
    max-width: 810px;
    margin: 0 auto 20px;
}
.home-services-v2 h2 + div p{
    margin: 0px;
}
.home-our-services-list {
    padding: 29px 38px 32px;
    border-radius: 0px;
}
.home-our-services-list-light-green {
    background: rgba(214, 245, 227, 1);
}
.home-our-services-list-light-red {
    background: rgba(255, 206, 173, 1);
}
.home-our-services-list-info .pagebuilder-column-line {
    gap: 32px;
}
.home-our-services-list-title{
    line-height: 24px;
    font-weight: 700;
    margin: 37px 0 16px;
}
.home-our-services-list-title p{
    margin: 0px;
}
.home-our-services-list-description{
    font-size: 14px;
    line-height: 20px;
    color: rgba(85, 108, 142, 1);
}
.home-our-services-list-info {
    margin: 0 0 50px;
}
.block-static-block.widget{
    margin: 0px;
}
header.page-header {
    margin-top: 40px;
    background: rgba(233, 233, 233, 1);
    box-shadow: none;
}
header.page-header.sticky_header{
    margin-top: 0px;
}
header.page-header .header.content{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
    background: none;
}
header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo{
    max-width: 175px;
    margin-right: 36px;
}
header.page-header .header.content .ammenu-logo img{
    width: auto;
}
header .header.content .block-search *{
    visibility: visible !important;
}
header .header.content .block-search .form.minisearch{
    width: 100%;
    margin: 0px;
}
header .header.content .block-search{
    max-width: 374px;
    margin-right: 26px;
    z-index: unset;
    width: 100%;
    margin-left: 20px;
}
header .header.content .toggle-search-btn{
    display: none;
}
header .form.minisearch .control .input-text {
    border-radius: 48px;
    background: none;
    box-shadow: none;
    height: 46px;
    padding: 0px 45px 0px 32px;
    color: rgba(85, 108, 142, 1);
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18px;
    border: 3px solid rgba(85, 108, 142, 1);
}
header .form.minisearch .control .input-text::-webkit-input-placeholder{
    color: rgba(85, 108, 142, 1);
}
header .form.minisearch .control .input-text::-moz-input-placeholder{
    color: rgba(85, 108, 142, 1);
}
header .form.minisearch .control .input-text::-ms-input-placeholder{
    color: rgba(85, 108, 142, 1);
}
header .form.minisearch .control .input-text::-o-input-placeholder{
    color: rgba(85, 108, 142, 1);
}
header .form.minisearch .control .input-text::placeholder{
    color: rgba(85, 108, 142, 1);
}
header .form.minisearch a.search-clear {
    display: none;
}
header .form.minisearch .actions .search{
    left: auto;
    right: 24px;
    background: url('/media/wysiwyg/search-icon.svg') no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
}
header .form.minisearch .actions .search::before{
    display: none;
}
header .header.content .header.links li:first-of-type .authorization-link{
    background-image: url('/media/wysiwyg/user-icon.svg');
    height: 24px;
    width: 24px;
}
header .header.content .minicart-wrapper {
    margin-left: 25px;
}
header .header.content .header.links li.link.wishlist{
    margin-left: 25px;
}
header .form.minisearch.active .actions .search {
    right: 24px;
}
header .category-toggle{
    max-width: unset;
    gap: 18px;
    flex-wrap: wrap;
}
header .header.content .header.links li.wishlist a{
    background-image: url('/media/wysiwyg/heart-icon.svg');
    width: 29px;
    height: 25px;
}
header .header.content .minicart-wrapper .showcart:before{
    background-image: url('/media/wysiwyg/cart-icon.svg');
    box-shadow: none;
    background-size: 100%;
    width: 29px;
    height: 31px;
}
.header-top-contact.container {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.category-toggle .category-btn{
    padding: 0px;
    color: rgba(17, 24, 39, 1);
    font-size: 16px;
    border: none;
    border-radius: 0px;
    font-weight: 500;
    line-height: 18px;
    gap: 6px;
}
.category-toggle .category-btn .icons{
    display: none;
}
.cms-home-page-v2 .breadcrumbs {
    display: none;
}
div.page-wrapper {
    padding-top: 110px;
    width: 100%;
}
.what-customer-say{
    padding: 0 0 136px;
    overflow: hidden;
}
.what-customer-say::before{
    content: "";
    background: var(--var-primary-color);
    /* height: calc(100% - 33px); */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
header.page-header.sticky_header .header.content{
    height: 60px;
    background: none;
    max-width: 1262px;
    position: static;
}
div.pagebuilder-column-group .what-customer-say h2{
    color: var(--var-white-color);
    margin: 36px 0px 5px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: unset;
    text-align: center
}
.section-main-description {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    color: rgba(85, 108, 142, 1);
}
.what-customer-say .section-main-description{
    color: rgba(233, 233, 233, 1);
    line-height: 25px;
}
.what-customer-say-inner-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 24px;
    color: var(--var-white-color);
}
.what-customer-say .section-main-description p{
    margin: 0 0 33px;
}
.what-customer-say-inner-description {
    line-height: 32px;
    color: var(--var-white-color);
    margin: 0 0 32px;
}
.what-customer-say-inner-description p{
    margin: 0px;
}
.what-customer-say-awards {
    display: flex;
    gap: 32px;
}
.what-customer-say-awards-list span {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: var(--var-white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.what-customer-say-awards-list p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: var(--var-white-color);
}
.customer-info-slider-list {
    background: rgba(214, 245, 227, 1);
    padding: 40px 48px;
    border-radius: 16px;
    margin: 0px;
}
.customer-info-slider-list > p{
    line-height: 25px;
    margin: 0 0 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 96px;
}
.customer-img{
    width: 48px;
    height: 48px;
    background: rgba(31, 41, 55, 1);
    border-radius: 50%;
}
.customer-img img{
    width: 100%;
    border-radius: 100%;
}
.customer-info-details {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 64px);
}
.customer-info-details b{
    line-height: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.customer-info-details span{
    line-height: 24px;
    font-size: 13px;
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.customer-info {
    display: flex;
    gap: 16px;
}
.what-customer-say .customer-info-slider{
    position: absolute;
    right: 0;
    width: 48%;
    padding: 0;
    /* bottom: 68px; */
    bottom: 35px;
}
.customer-info-slider .slick-list {
    padding: 0 39% 0 0;
}
.what-customer-say {
    position: relative;
}
.what-customer-say .widget {
    margin: 0;
}
.what-customer-say .slick-initialized .slick-slide{
    vertical-align: top;
    margin-right: 32px;
}
.what-customer-say .slick-dots li button{
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(31, 41, 55, 1);
}
.what-customer-say .slick-dots li button::before{
    display: none;
}
.what-customer-say .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0px;
}
.what-customer-say .slick-dots {
    display: flex;
    gap: 8px;
    bottom: -68px;
}
.what-customer-say .slick-dots li.slick-active{
    width: 20px;
}
.what-customer-say .slick-dots li.slick-active button{
background: rgba(193, 0, 14, 1);
}
.what-customer-say .slick-dots li:empty {
    display: none;
}
.home-trusted-leaders-v2 {
    /* margin: 90px 0 0; */
    margin: 50px 0 0;
    background: #f9f9f9;
    padding: 0 0 20px;
}
.home-trusted-leaders-v2 h2 {
    color: var(--var-text-primary-color);
    margin: 0 0 5px;
}
.pagebuilder-column-group .home-trusted-leaders-v2 .section-main-description{
    color: rgba(85, 108, 142, 1);
    margin-bottom: 36px;
}
.cms-home-page-v2 .ambrands-slider-container {
    background: #F9F9F9;
    padding: 20px 0px;
}
.cms-home-page-v2 .ambrands-slider-container .brand-item {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cms-home-page-v2 .ambrands-slider-container div.slick-slide div:last-child .slick-slide {
    margin-top: 15px !important;
}
.cms-home-page-v2 .ambrands-slider-container .slick-list::-webkit-scrollbar {
    height: 0px;
    padding: 0px;
}
.cms-home-page-v2 div.ambrands-slider-container .slick-list {
    overflow-x: hidden !important;
    scrollbar-width: unset;
}
.pagebuilder-column-group .home-products-section-v2 h2 {
    margin: 50px 0 5px;
    color: var(--var-text-primary-color);
}
.home-products-section-v2 .section-main-description {
    margin-bottom: 15px;
}
.home-products-section-v2 .products-offer-banner .products-offer-banner-inner h2{
    color: var(--var-text-primary-color);
    font-family: 'Inter';
    font-weight: 700;
    text-align: left;
}
.home-products-section-v2 .products-offer-banner .products-offer-banner-inner{
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}
.cms-home-page-v2 .page-wrapper{
    overflow: hidden;
}
.container.why-choose-us-v2 {
    margin-top: 50px;
}
.pagebuilder-column-group .why-choose-us-v2 h2{
    margin-bottom: 5px;
}
.why-choose-us-v2 .why-choose-us-tab{
    margin-top: 48px;
}
.why-choose-us-v2 .tab-menu li[data-tab="tab1"] .tab-menu-content-left{
    background: rgba(255, 206, 173, 1);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab2"] .tab-menu-content-left{
    background: rgba(214, 245, 227, 1);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab3"] .tab-menu-content-left{
    background: rgba(245, 166, 35, .5);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab4"] .tab-menu-content-left{
    background: rgba(85, 108, 142, .35);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab5"] .tab-menu-content-left{
    background: rgba(255, 163, 140, .5);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab1"]:hover .tab-menu-content::before,
.why-choose-us-v2 .tab-menu li[data-tab="tab1"].active .tab-menu-content::before{
    background: rgba(255, 206, 173, 1);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab2"]:hover .tab-menu-content::before,
.why-choose-us-v2 .tab-menu li[data-tab="tab2"].active .tab-menu-content::before {
    background: rgba(214, 245, 227, 1);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab3"]:hover .tab-menu-content::before,
.why-choose-us-v2 .tab-menu li[data-tab="tab3"].active .tab-menu-content::before {
    background: rgba(245, 166, 35, .5);;
}
.why-choose-us-v2 .tab-menu li[data-tab="tab4"]:hover .tab-menu-content::before,
.why-choose-us-v2 .tab-menu li[data-tab="tab4"].active .tab-menu-content::before {
    background: rgba(85, 108, 142, .35);
}
.why-choose-us-v2 .tab-menu li[data-tab="tab5"]:hover .tab-menu-content::before,
.why-choose-us-v2 .tab-menu li[data-tab="tab5"].active .tab-menu-content::before {
    background: rgba(255, 163, 140, .5);
}
.why-choose-us-v2 .tab-menu-content{
    gap: 18px;
}
.why-choose-us-v2 .tab-menu-content-left{
    width: 53px;
    height: 53px;
    box-shadow: none;
}
.why-choose-us-v2 .tab-menu-content-right strong{
    font-family: 'Inter';
    font-weight: 600;
    color: rgba(55, 55, 55, 1);
    padding: 0px;
    line-height: 19px;
}
.why-choose-us-v2 .tab-menu-content-right {
    width: calc(100% - 98px);
    margin-left: 3px;
}
.why-choose-us-v2 .tab-menu-content-right p{
    color: rgba(55, 55, 55, 1);
    font-family: 'Inter';
}
.why-choose-us-v2 .tab-menu{
    gap: 67px;
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description label{
    font-family: 'Inter';
    font-weight: 800;
    padding: 16px 34px 0;
    line-height: 29px;
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description p{
    font-family: 'Inter';
    font-weight: 500;
    padding: 0 34px;
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description-bg{
    left: -11.4%;
    width: 123.1%;
    bottom: -9%;
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description::before{
    background: rgba(31, 41, 55, 0.9);
}
.home-faq-v2 .pagebuilder-column-group h2{
    font-size: 32px;
    line-height: 48px;
}
.pagebuilder-column-group .home-faq-v2 h2{
    font-family: 'Inter';
    font-style: normal;   
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin: 82px 0 0;
    color: #000;
}
.pagebuilder-column-group .home-faq-v2 .section-main-description{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
}
.pagebuilder-column-group .home-faq-v2 .section-main-description p{
    margin: 0 0 20px;
}
.home-faq-v2 .cms-faq {
    background: rgba(233, 233, 233, 1);
    padding: 29.5px 24px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    margin-bottom: 32px;
}
.home-faq-v2 .cms-faq div[data-role=collapsible] > .faq-question label{
    font-size: 18px;
    line-height: 25px;
    color: rgba(31, 41, 55, 1);
    font-family: 'Inter';
    font-weight: 700;
    padding: 0px 40px 0 0;
    text-align: left;
    cursor: pointer;
}
.home-faq-v2 .cms-faq div[data-role=collapsible] > .faq-question:after{
    position: absolute;
    background: url('/media/wysiwyg/plus-icon.svg') no-repeat;
    width: 27px;
    height: 27px;
    right: 27px;
    content: "";
    background-size: 100%;
    transform: unset;
}
.home-faq-v2 .pagebuilder-column-group + .pagebuilder-column-group .pagebuilder-column-line {
    gap: 32px;
}
.home-faq-v2 .cms-faq div[data-role=collapsible] > .faq-answer p{
    padding: 0px;
    color: rgba(31, 41, 55, 1);
    line-height: 22px;
    font-family: 'Inter';
    margin: 15px 0 13px;
    text-align: left;
    font-size: 14px;
}
.pagebuilder-column-group .corporate-gifting-solutions-home-v2 h2 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 3px;
}
.corporate-gifting-solutions-home-v2 .corporate-gifting-solutions-list label {
    font-family: 'Inter';
    line-height: 18px;
    margin-bottom: 7px;
    font-weight: 800;
}
.corporate-gifting-solutions-home-v2 .corporate-gifting-solutions-list p{
    font-family: 'Inter';
    font-weight: 300;
}
.corporate-gifting-solutions-home-v2 .corporate-gifting-solutions{
    margin: 0 0 68px;
}

/* Category SEO Content Blocks */
.category-seo-content {
    max-width: 1280px;
    margin: 40px auto 20px;
    padding: 0 15px;
    font-family: 'Inter', sans-serif;
}
.category-seo-content h1 {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
    font-weight: 700;
    text-align: left;
}
.category-seo-content > p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 10px;
}
.category-seo-content .seo-section {
    margin-bottom: 20px;
}
.category-seo-content .seo-section h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: rgba(31, 41, 55, 1);
}
.category-seo-content .seo-section p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 10px;
}
.category-seo-content .seo-section ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.category-seo-content .seo-section ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 4px;
    list-style: disc;
}

/* Category FAQ - Plain Text Q&A */
.category-seo-content .seo-faq-section h2 {
    font-size: 20px;
    margin-bottom: 16px;
}
.category-seo-content .faq-item {
    background: rgba(233, 233, 233, 1);
    padding: 20px 24px;
    margin-bottom: 12px;
}
.category-seo-content .faq-item .faq-question {
    font-size: 16px;
    line-height: 22px;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 8px;
}
.category-seo-content .faq-item .faq-answer {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 0;
}

.page-main + footer.page-footer{
    background: rgba(233, 233, 233, 1);
    padding-bottom: 0px;
}
.page-footer .footer.content{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-top: 0px;
}
footer.page-footer .footer-section-new{
    background: none;
    padding: 0px;
}
footer.page-footer .footer.content ul li a{
    color: rgba(85, 108, 142, 1);
    font-family: 'Inter';
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.5s;
}
.page-footer .footer.content .footer-section-new .footer-sub-title{
    text-align: left;
    color: var(--var-text-primary-color);
    line-height: 19px;
    font-family: 'Inter';
    margin-bottom: 13px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.page-footer .footer-section-new .footer-logo figure{
    margin-bottom: 22px;
}
.page-footer .footer-logo a img{
    max-width: 162px;
}
.page-footer .footer-logo{
    margin-top: 34px;
}
footer.page-footer .footer.content ul li{
    display: flex;
}
footer.page-footer .footer.content ul li a:hover{
    color: var(--var-primary-color);
}
.page-footer .footer.content .footer.links{
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.footer-section-new .footer-contact-us li a:before {
    content: '';
    background: url('/media/wysiwyg/footer-phone-icon-v2.svg') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: 100%;
    vertical-align: top;
}
.footer-section-new .footer-contact-us li a:hover:before{
    background-image: url('/media/wysiwyg/footer-phone-icon-hover-v2.svg');
}
.footer-section-new .footer-contact-us li a.ft-email:before {
    background: url('/media/wysiwyg/footer-mail-icon-v2.svg') no-repeat;
    width: 31px;
    background-size: 100%;
    background-position: center;
    height: 22px;
}
.footer-section-new .footer-contact-us li a.ft-email:hover:before{
    background-image: url('/media/wysiwyg/footer-mail-icon-hover-v2.svg');
}
.footer-section-new .footer-link li:last-of-type {
    margin: 0px;
}
.footer-section-new .footer-book-demo .block.newsletter {
    margin-top: 12px;
}
.footer-section-new  .newsletter form.subscribe {
    position: relative;
}
.footer-section-new .newsletter form .actions {
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 116px;
    height: 100%;
}
.footer-section-new .newsletter form #newsletter {
    padding: 5px 135px 5px 15px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #414141;
    background: transparent;
    font-family: 'Avenir Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #C6C6C6;
}
.footer-section-new .newsletter form #newsletter::placeholder {
    color: #7C7C7C;
}
.footer-section-new .newsletter .actions .subscribe {
    margin: 0;
    padding: 5px 15px;
    font-family: 'Avenir Medium';
    font-weight: 800;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #313131;
    text-transform: unset;
    border: none;
    max-width: 116px;
    height: calc(100% - 10px);
    background: #F7DE6C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section-new .footer-contact-us li a{
    padding-left: 40px;
    position: relative;
}
.footer-section-new .footer-contact-us li:last-of-type {
    margin-bottom: 0px;
}
.footer-section-new .footer-col4 {
    padding-right: 15px;
}
.footer-copyrights-section {
    border-top: .8px solid rgba(62, 62, 62, 1);
    padding-top: 20px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
}
.footer-copyrights-section .footer-copyright a {
    color: #C6C6C6;
    font-family: 'Avenir Medium';
    text-decoration: underline;
    font-weight: 600;
    line-height: inherit;
    display: inline-block;
}
.footer-copyrights-section .footer-tnc {
    font-family: 'Avenir Medium';
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #C6C6C6 !important;
    display: inline-block;
}
.page-footer .copyright {
    display: none;
}
.footer-contact-section ul.footer-contact-us {
    margin: 0;
}
.social_media_icons {
    display: flex;
    gap: 15px;
}
.footer-column-last{
    display: flex;
    justify-content: space-between;
}
.certified_mark {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.certified_mark img {
    vertical-align: top;
}
.footer.content .footer-section-new .footer-sub-title.social-media-title {
    margin-top: 20px;
    color: rgba(124, 124, 124, 1);
    margin-bottom: 11px;
}
.social_media_icons .social-login-authentication-channel .social-btn .btn-social{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 0px;
}
.social_media_icons .social-login-authentication-channel {
    width: 100%;
}
.social_media_icons .social-login-authentication-channel > .block-content{
    display: flex;
    gap: 15px;
}
.social_media_icons .social-login-authentication-channel .facebook-login .btn-facebook{
    background-image: url(/media/wysiwyg/facebook.svg);
}
.social_media_icons .social-login-authentication-channel .twitter-login .btn-twitter{
    background-image: url(/media/wysiwyg/twitter.svg);
}
.social_media_icons .social-login-authentication-channel .linkedin-login .btn-linkedin{
    background-image: url(/media/wysiwyg/linkedin.svg);
}
.social_media_icons .social-login-authentication-channel .instagram-login .btn-instagram{
    background-image: url(/media/wysiwyg/instagram.png);
}
.social_media_icons .social-login-authentication-channel .social-btn {
    margin: 0;
}

.payment-list-img img {
    vertical-align: top;
}
.payment-list {
    display: flex;
    gap: 10px;
}
.footer-copyrights-section {
    align-items: center;
}
.social_media_icons .social-login-authentication-channel .youtube-login .btn-youtube{
    background-image: url(/media/wysiwyg/youtube.svg);
}
.footer-contact-section ul.footer-contact-us li {
    margin-bottom: 17px;
}
footer.page-footer .footer.content .switcher.store {
    display: none;
}
p.footer-copyright {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    letter-spacing: 0.5px;
    color: rgba(97, 97, 97, 1);
    letter-spacing: .5px;
}
.payment-list-img {
    display: flex;
    align-items: center;
}
.payment-rupay-icon {
    margin-right: 5px;
}
.payment-master-icon{
    margin-right: 6px;
}
.page-footer .footer.content .links{
    margin: 0px;
    width: 100%;
}
.home-trusted-leaders-v2 .card .logo-headings {
    display: none;
}
.home-trusted-leaders-v2 .card .logo-subheadings {
    display: none;
}
.page-header .category-toggle .category-btn.select-menu-btn{
    background: none;
    color: rgba(17, 24, 39, 1);
}
.page-header .category-toggle .category-btn:hover, 
.page-header .category-toggle .category-btn.select-menu-btn, 
.page-header .category-toggle .active_menu .category-btn
{
    background: none;
    color: #111827;
}
.home-products-section-v2 .home-products-items .product-items {
    padding-right: 0;
    gap: 37px;
}
.home-products-section-v2 .home-products-items .product-items .product-item{
    width: calc(50% - 19px) !important;
    border: 1px solid #E9E9E9;
    box-shadow: none;
}
.home-products-section-v2 .home-products-section-row .pagebuilder-column-line {
    gap: 37px;
}
#html-body .home-products-section-v2 .home-products-big-column {
    width: 56.99%;
}
#html-body .home-products-section-v2 .home-products-small-column {
width: 42%;
}
.home-products-section-v2 .products-col-dire-change .home-products-items .product-items{
    padding-left: 0px;
}
.home-products-section-v2 .home-products-items .product-items .product-item .product-image-photo {
width: 100%;
object-fit: cover;
}
.home-products-section-v2 .featured-products-offer-banner1{
    background: #D6F5E3;
}
.home-products-section-v2 .products-offer-banner .products-offer-banner-inner a{
    background: var(--var-primary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--var-white-color);
    padding: 15px 22px;
    border-radius: 2.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter';
}
.home-products-section-v2 .products-offer-banner .products-offer-banner-inner h2{
    color: var(--var-text-primary-color);
}
.home-products-section-v2 .home-products-items .product-item-photo {
    height: 194px;
    display: block;
}
.home-products-section-v2 .home-products-items .product-item-photo *{
    height: 100%;
}
.home-products-section-v2 .home-products-items .product-item-photo .product-image-wrapper {
padding-bottom: 0 !important;
}
.home-products-section-v2 .product-brand {
    text-align: left;
    margin: 11px 0 0px;
}
.home-products-section-v2 .product-brand span {
    font-size: 14px;
    display: block;
    line-height: 18px;
    color: #949494;
    font-weight: 500;
}
.home-products-section-v2 .product-price{
    text-align: left;
    margin: 4px 0 0
}
.home-products-section-v2 .product-price span{
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    display: block;
    line-height: 19px;
}
.home-products-section-v2 .home-products-items .product-items .product-item .product-item-details {
    padding: 0px 6px 8px 6px;
    height: auto;
    max-height: calc(100% - 194px);
}
.home-products-section-v2 .featured-products-offer-banner2{
    background: #FFCEAD;
}
.home-products-section-v2 .featured-products-offer-banner3{
    background: #82C1FF;
}
.home-products-section-v2 .featured-products-offer-banner4{
    background: #FFA38C;
}
.home-products-section-v2 .products-offer-banner-img{
    position: static;
    transform: unset;
    margin-left: auto;
    margin-right: 20px;
    max-width: calc(100% - 170px);
    display: flex;
    align-items: center;
}
.home-products-section-v2 .products-offer-banner-img img {
max-width: 100%;
max-height: 283px;
}
.home-products-section-v2 .block{
    margin: 0px;
}
.home-products-section-v2 .home-products-section-row {
margin-top: 38px;
}
.home-products-section-v2 .home-products-small-column * {
    height: unset;
}
.cms-awards-media .breadcrumbs {
display: none;
}
.cms-awards-media [data-content-type="row"][data-appearance="contained"]{
    max-width: 100%;
}
.cms-awards-media .container{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutus-turn-employees-awards-media h1{
    font-family: 'Inter';
    margin-top: 26px;
    letter-spacing: 2.5%;
    margin-bottom: 18px;
}
.aboutus-turn-employees-awards-media ul li span{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    display: block;
}
.aboutus-turn-employees-awards-media .aboutus-turn-employees-img-info{
    margin-top: 49px;
    margin-bottom: 40px;
}
.corporate-gifting-title-awards-media .pagebuilder-column-group h2{
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 7.5%;
    margin-bottom: 40px;
}
.corporate-gifting-title-awards-media {
    margin-bottom: 40px;
}
.home-trusted-leaders-v2 .pagebuilder-column-group h2{
    margin: 36px 0 5px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: unset;
    text-align: center;
}
.home-trusted-leaders-v2 .logos-slider-container{
    gap: .9vw;
}
.home-trusted-leaders-v2 .logos-slider-row{
    margin: 0;
}
.home-trusted-leaders-v2 .logos-slider-container a{
    flex: 0 0 12vw;
    background: #fff;
    padding: .5vw;
    height: 60px;
    border-radius: .21vw;
}
.home-trusted-leaders-v2 .slider-wrapper{
    box-shadow: none;
}
.home-trusted-leaders-v2 .logos-slider-container a img{
    max-height: 100%;
}
.home-trusted-leaders-v2 .logos-slider-row + .logos-slider-row {
margin: .9vw 0 0;
}
.awards-media-trusted-leaders-v2{
    margin: 0px;
}
.photoshoot {
margin-top: 23px;
}
.pagebuilder-column-group .awards-header h2{
    font-size: 36px;
    line-height: 35px;
    font-family: 'Inter';
    letter-spacing: .5px;
    margin-bottom: 7px;
    margin-top: 0;
}
div.pagebuilder-column-group .case-header h2{
    font-size: 36px;
    line-height: 35px;
    font-family: 'Inter';
    letter-spacing: 5%;
    margin-bottom: 5px;
    margin-top: 40px;
}
.awards-section{
    margin: 26px 0 0;
}
.awards-section .section-main-description{
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 30px;
    max-width: 100%;
}
.case-studies .case-header > p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
}
.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.award-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.award-card h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Inter';
    letter-spacing: .5px;
    margin: 10px 0px;
    color: #000;
}
.award-card p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #000000;
}
.awards-link{
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.awards-link a {
    color: #007AFF;
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}
.awards-link a:hover{
    color: var(--var-primary-color);
}
.case-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 4px 1px #00000040;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.case-card img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
    border-radius: 5px 5px 0 0;
}
.case-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.case-content h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: center;
}
.case-content p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin: 0 0 11px;
    text-align: center;
}
.case-content a {
    font-size: 14px;
    color: #000;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    line-height: 16px;
    margin: 0 auto;
}
.case-studies {
    margin-bottom: 50px;
}
.awards-media-our-services{
    margin-bottom: 50px;
}
.our-case-study-engage-delight-img img {
width: 100%;
}
.our-case-study-engage-delight-content h2{
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 2.5%;
    margin: 5px 0 20px;
}
.our-case-study-engage-delight-content h2 span{
display: block;
color: #858585;
}
.our-case-study-engage-delight-content p{
font-size: 20px;
line-break: 30px;
color: #000;
letter-spacing: 5%;
}
.our-case-studies-highlight-text{
padding: 10px 0;
min-height: 120px;
display: flex;
align-items: center;
border-radius: 10px;
}
.our-case-study-engage-delight-content .our-case-studies-highlight-text p{
font-size: 24px;
line-height: 26px;
font-family: 'Inter';
letter-spacing: 5%;
border-radius: 10px;
max-width: 1087px;
margin: 0 auto;
text-align: center;
}
.our-case-studies-highlight-green{
background: #D6F5E3;
margin: 35px 0;
}
.our-case-studies-highlight-orange{
background: #FFCEAD;
margin: 30px 0px 0;
}
.our-case-studies-showcase{
margin-bottom: 20px;
}
.our-case-studies-showcase .awards-link{
margin-top: 10px;
}
.our-casestudies-trusted-leaders-v2 {
margin: 0 0 30px;
}
.what-customer-say .pagebuilder-column {
z-index: 1;
}
.case-card.hidden{
    display: none;
}
.hover-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 3;
}

.case-card:hover .hover-overlay {
opacity: 1;
}
.arrow-icon img {
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
padding: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
transition: transform 0.3s ease;
}

.case-card:hover .arrow-icon img {
transform: scale(1.1);
}
.case-card.hidden{
    display: none;
}
.case-link {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
line-height: normal;
}
.case-link a {
color: #007BFF;
font-weight: 500;
font-size: 12px;
text-decoration: underline;
}
.case-link a:hover {
color: var(--var-primary-color);
}
.award-card.hidden {
    display: none;
}
header .ammenu-nav-sections.-topmenu .ammenu-main-container {
    padding: 0;
    background: #34495e !important;
}
.page-products .filter-options .filter-options-content .-am-multiselect input[type=checkbox]:checked+.amshopby-choice:before{
    background-color: #4caf50;
}
.page-products .product-item:hover .product-item-info .secondary-addto-links .towishlist:before{
    background-image: url('/media/wysiwyg/add-to-favorites-icon-hover.svg');
}
.page-products .product-item .product-item-info .secondary-addto-links .towishlist.already-added:before{
    background-image: url('/media/wysiwyg/add-to-favorites-icon-active.svg');
}
.page-products .products .product-item .product-item-details .product-item-actions .customise-btn-form {
    flex: 1;
}
.page-products .products .product-items .product-item .product-item-details div.product-item-actions .actions-primary{
    flex: 1;
}
.page-products .sidebar-main .filtersss-category,
.page-products .sidebar-main .filter-content .filter-options .filter-options-content .amshopby-search-box input,
.page-products .sidebar-main .filter-content .filter-options .filter-options-title,
.page-products .filter-options .filter-options-content .am-filter-items-category_ids a.amshopby-filter-parent, .page-products .filter-options div.filter-options-content .-am-multiselect li.item a[class*='am-filter-item']{
    font-family: 'Inter';
}
.swatch-option.text,
.page-products .filter-options .filter-options-content .am-ranges .items .item a,
div.stock-filter-header,
.page-products .sidebar .filter-options #stock-range-form input{
    font-family: 'Inter';
}
.page-products .sidebar .filter-options #stock-range-form button{
    font-family: 'Inter';
    background: var(--var-primary-color);
    border-color: var(--var-primary-color);
    color: var(--var-white-color);
}
.page-products .page-main .columns .sidebar .block-content.filter-content .filter-current+.filter-actions .filter-clear{
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price{
    font-family: 'Inter' !important;
}
.page-products .amshopby-fromto-wrap .am-fromto-widget .am-filter-go{
    font-family: 'Inter';
    background: var(--var-primary-color) !important;
    color: var(--var-white-color);
}
.page-products .product-item-info .product-item-name .product-item-link,
.page-products .product-item-info .product-item-name .final-price,
.page-products .products .product-items .product-item .product-item-details .product-item-actions .action,
.page-products .page-main .toolbar.toolbar-products .toolbar-sorter .sorter-label{
    font-family: 'Inter';
}
.page-products .page-main .toolbar.toolbar-products ul.pages-items .item:hover, .page-products .page-main .toolbar.toolbar-products ul.pages-items .item.current{
    background: var(--var-primary-color);
}
.pages strong.page,
.pages a.page:hover{
    color: #fff;
}
.page-products .page-main .toolbar.toolbar-products .toolbar-sorter select.sorter-options{
    font-family: 'Inter';
    font-weight: 500;
}
.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous, .page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next {
    background: var(--var-primary-color);
    vertical-align: top;
    padding: 0;
}
.page-products .products .product-items .product-item div.product-item-details .product-item-actions .customise-btn{
    background: var(--var-primary-color);
    font-size: 14px;
    line-height: 16px;
    color: var(--var-white-color);
    letter-spacing: normal;
    height: 40px;
    font-weight: 500;
    text-align: left;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 2.5px;
}
.page-products .products .product-items .product-item div.product-item-details .product-item-actions .customise-btn::after{
    content: "";
    background: url('/media/wysiwyg/arrow-icon.svg') no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100%;
}
.page-products .products .product-items .product-item div.product-item-details .product-item-actions .customise-btn:hover{
    box-shadow: none;
    background: var(--var-primary-color);
}
.page-products .products .product-item .product-item-details .product-item-actions{
    gap: 4px;
}
.page-products .products .product-items .product-item .product-item-details .product-item-actions .action{
    background: #fff;
    border: 1px solid rgba(85, 108, 142, 1);
    color: rgba(85, 108, 142, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.5px;
    letter-spacing: normal;
    padding: 9.5px 4px;
}
.pages .action.next {
    margin-left: 0;
}
.pages .action{
    border: none;
}
.pages .action.next:visited:before,
.pages .action.next:before {
    color: #ffffff;
}
.pages .action.previous:active:before {
    color: #fff;
}
.pages .action.previous {
    margin-right: 0;
}
.pages .action.previous:hover:before,
.pages .action.next:hover:before {
    color: #fff;
}
main.page-main .media a.action.towishlist.already-added{
    background-image: url('/media/wysiwyg/add-to-favorites-icon-active.svg');
}
main.page-main .product-info-main .product-add-form div.delivery-timeline span,
main.page-main .product-info-main .product-add-form div.delivery-timeline span.working-days{
    font-family: 'Inter';
}
main.page-main .product-info-main .product-add-form .size-chart-wrapper .size{
    font-family: 'Inter';
    font-weight: 900;
}
main.page-main .product-info-main .product-add-form .product-quantity .control input{
    font-family: 'Inter';
}
main.page-main .product-info-main .product-add-form .box-tocart .actions .customise-btn{
    background: var(--var-primary-color) !important;
    margin: 0 0 15px !important;
    border: none;
    border-radius: 2.5px;
    text-align: left;
    color: var(--var-white-color);
    text-transform: capitalize;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    padding: 7.5px 18px;
    line-height: normal;
    display: flex;
    width: 100% !important;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.catalog-product-view div.product-info-main div.box-tocart div.actions button.customise-btn:after{
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M12.6667 6.10416C12.6171 5.97629 12.5427 5.85947 12.4479 5.76041L7.23958 0.552073C7.14246 0.45495 7.02716 0.377907 6.90026 0.325344C6.77336 0.272782 6.63735 0.245728 6.5 0.245728C6.2226 0.245728 5.95656 0.355923 5.76042 0.552073C5.66329 0.649197 5.58625 0.764499 5.53369 0.891397C5.48112 1.01829 5.45407 1.1543 5.45407 1.29166C5.45407 1.56905 5.56427 1.83509 5.76042 2.03124L9.19791 5.45832H1.29167C1.0154 5.45832 0.750448 5.56807 0.555097 5.76342C0.359747 5.95877 0.25 6.22372 0.25 6.49999C0.25 6.77626 0.359747 7.04121 0.555097 7.23656C0.750448 7.43191 1.0154 7.54166 1.29167 7.54166H9.19791L5.76042 10.9687C5.66278 11.0656 5.58529 11.1808 5.5324 11.3077C5.47952 11.4347 5.45229 11.5708 5.45229 11.7083C5.45229 11.8458 5.47952 11.982 5.5324 12.1089C5.58529 12.2359 5.66278 12.3511 5.76042 12.4479C5.85725 12.5455 5.97246 12.623 6.0994 12.6759C6.22633 12.7288 6.36249 12.756 6.5 12.756C6.63751 12.756 6.77366 12.7288 6.9006 12.6759C7.02754 12.623 7.14275 12.5455 7.23958 12.4479L12.4479 7.23957C12.5427 7.14051 12.6171 7.02369 12.6667 6.89582C12.7708 6.64222 12.7708 6.35776 12.6667 6.10416Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    width: 17px;
    height: 17px;
    background-size: 100%;
    margin-left: 0px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button.tobag{
    border: 1px solid rgba(85, 108, 142, 1);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    color: rgba(85, 108, 142, 1);
    padding: 6.5px 15px;
    width: 100% !important;
    border: 1px solid rgba(85, 108, 142, 1);
    line-height: normal;
    letter-spacing: normal;
}
.box-tocart .actions .tobag:after{
    display: none;
}
.catalog-product-view .product .page-title-wrapper .page-title{
    font-family: 'Inter';
}
.catalog-product-view .product.info .product.data.items>.item.title>.switch{
    font-family: 'Inter';
}
.catalog-product-view .product.data.items .additional-attributes-wrapper table.table tbody tr .col,
.catalog-product-view .product.data.items .additional-attributes-wrapper table.table tbody tr .data{
    font-family: 'Inter';
    font-weight: normal;
}
.checkout-cart-index .page-main .cart-container .form-cart .table-wrapper .kit-total-bar tr{
    box-shadow: none;
}
.checkout-cart-index .sticky-content-cart,
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr{
    box-shadow: none;
}
.checkout-cart-index .page-main .cart-container .cart-checkout{
    background: var(--var-primary-color);
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px 15px 10px;
    border-radius: 2.5px;
    color: var(--var-white-color);
    text-transform: capitalize;
    display: flex;
    gap: 8px;
    font-family: 'Inter';
    font-weight: 600;
    display: flex;
    align-items: center;
}
.checkout-cart-index .page-main .cart-container .cart-checkout::after{
    content: "";
    background: url('/media/wysiwyg/arrow-icon.svg') no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100%;
}
.progress-bar-header .opc-progress-bar .opc-progress-bar-item a, .progress-bar-header .opc-progress-bar .opc-progress-bar-item span{
    font-family: 'Inter';
    font-weight: 700;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr>th.item,
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr>th.subtotal{
    font-family: 'Inter';
    font-weight: 700;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table .product-item-name, .checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table .box-item-name{
    font-family: 'Inter';
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr td span, .checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr td{
    font-family: 'Inter';
}
header .ammenu-category-columns .ammenu-column.-col-4:hover>a:before {
    background: var(--var-primary-color);
}
header .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .pagebuilder-column-group .pagebuilder-column ul li a:hover{
    border-color: var(--var-primary-color) !important;
}
header .category-item.ammenu-dropdown .category-list .comman-categories:hover>a:before {
    background: var(--var-primary-color);
}
header .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container ul.ammenu-items.-root {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
header.page-header .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item.more-menu .ammenu-submenu li .ammenu-link:hover, header.page-header .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item.more-menu .ammenu-submenu li.ammenu-item.category-item.active > .ammenu-link{
    border-color: var(--var-primary-color);
}
.checkout-cart-index .page-main .build-box-btn{
    display: none;
}
.checkout-cart-index .page-main .build-box-btn #modal-btn{
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
}
.checkout-cart-index .page-main .build-box-btn #modal-btn::before{
    background-image: url('/media/wysiwyg/build-a-kit-icon-v2.svg');
}
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice #note-section,
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice .notice-title{
    font-family: 'Inter';
}
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice .boxBtn .note-ok-btn, ._has-modal .modal-popup.custom-popup .custom-popup-box .action-delete{
    font-family: 'Inter';
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice .boxBtn .note-cancel-btn, ._has-modal .modal-popup.custom-popup .custom-popup-box .item-not-remove{
    font-family: 'Inter';
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content .build_box_step_1 .box-field .boxBtn .next-btn{
    font-family: 'Inter';
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content .build_box_step_1 .box-field .boxBtn .skip-btn2 {
    font-family: 'Inter';
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table .products-qty-tab .control.qty input, .checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table .kit_total_qty{
    font-family: 'Inter';
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr td.subtotal .cart-price .price, .checkout-cart-index .cart-container .form-cart .table-wrapper table#shopping-box-table.cart-table tr td.subtotal .cart-price.price, .checkout-cart-index .cart-container .form-cart .table-wrapper table#shopping-box-table.cart-table tr td.subtotal .cart_prod_totprice, .checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table tr td.subtotal .price{
    font-family: 'Inter';
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table.kit-total-bar tr th .prices-summary .price-summary-title
{
    font-family: 'Inter';
}
.checkout-cart-index .cart-container .form-cart .table-wrapper .cart-table.kit-total-bar tr > th.item{
    font-family: 'Inter';
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"]{
    font-family: 'Inter';
}
.checkout-cart-index .sticky-content-cart .sticky-total-amount-title, .checkout-cart-index .sticky-content-cart .sticky-total-amount-value{
    font-family: 'Inter';
}
.copyright-text {
    margin: 0;
    font-size: 12px;
    font-family: 'Inter';
    color: #616161;
    line-height: 15px;
    letter-spacing: .5px;
}
header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link,
header .ammenu-category-columns .ammenu-column.-col-4 a{
    font-family: 'Inter';
}
.account-dropdown-content .login.primary{
    background-color: rgba(233, 233, 233, 1);
    color: #000;
    font-family: 'Inter';
}
.account-dropdown-content .sign-up-account-link .login{
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
.customer-account-login .block-static-block.widget{
    width: 100%;
}
.page-products .sidebar-main .filter-content .filter-options .filter-options-content .amshopby-search-box{
    border-color: rgba(233, 233, 233, 1);
    box-shadow: none;
}
.page-products .filter-options-item .filter-options-content .am-filter-items-price .ui-slider-range{
    background: var(--var-primary-color) !important;
}
.page-products .page-main .toolbar.toolbar-products .toolbar-sorter select{
    background-image: url("../images/icons/sort-by-arrow.svg"),url('/media/wysiwyg/sort-by-underline-grey.svg')
}
.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous a, .page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next a {
    color: white;
    padding: 0 5px;
}
.page-products .sidebar-main .filter-content .filter-options div.filter-options-content form[data-amshopby-filter]::-webkit-scrollbar{
    box-shadow: none;
}
button.action.cancel, button.action.save, .action.primary, .action-primary, .quote-details-items .actions-toolbar>.action.action.cancel, .quote-details-items .actions-toolbar>.action.action.save, .amshopby-button, .am-filter-go,
textarea{
    font-family: 'Inter';
}
#checkoutSteps #opc-shipping_method .step-title, #checkoutSteps .checkout-shipping-address .step-title,
#checkoutSteps .checkout-shipping-address .step-content .shipping-search .control #search-address{
    font-family: 'Inter';
}
.checkout-container .opc-wrapper .checkout-shipping-address .new-address-popup .action-show-popup{
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
}
#checkoutSteps .checkout-shipping-address .step-content .new-address-popup.add-address .action-show-popup.add-address:before{
    background-image: url('/media/wysiwyg/address-pluse-white.svg');
}
.checkout-shipping-address .address-table-header .table-header tr th{
    font-family: 'Inter';
}
.checkout-container .opc-wrapper .checkout-shipping-address .field.addresses .shipping-address-item tbody tr td.add-address{
    font-family: 'Inter';
}
#checkoutSteps .checkout-shipping-address .step-content .shipping-search .control #search-address{
    border: 1px solid var(--var-primary-color);
    box-shadow: 0 0 4px 0 var(--var-primary-color);
}
.checkout-shipping-address .step-content .field.addresses .shipping-address-items::-webkit-scrollbar{
    box-shadow: 0 0 3px 2px var(--var-primary-color);
}
.checkout-container .opc-wrapper .checkout-shipping-address .field.addresses .shipping-address-item.selected-item tbody tr td.add-name .ship-here-btn:before{
    background-image: url('/media/wysiwyg/checked_with_bg_red.svg');
}
.checkout-shipping-method .table-checkout-shipping-method tbody tr .col-carrier{
    font-family: 'Inter';
}
.checkout-shipping-method #checkout-shipping-method-load::-webkit-scrollbar{
    box-shadow: 0 0 3px 2px var(--var-primary-color);
}
.checkout-shipping-method .table-checkout-shipping-method tbody tr .shipping-method-info .Shipping-options li.no-allowed,
.checkout-shipping-method .table-checkout-shipping-method tbody tr .col-price .price{
    font-family: 'Inter';
}
.shipping-adress-total .address-bottom-sec .address-bottom-inner .number-of-kits-text, .shipping-adress-total .address-bottom-sec .address-bottom-inner .total-amount-text,
.shipping-adress-total .address-bottom-sec .address-bottom-inner .number-of-kits-value, .shipping-adress-total .address-bottom-sec .address-bottom-inner .total-amount-value{
    font-family: 'Inter';
}
.shipping-adress-total #co-shipping-method-form .address-checkout .action.continue{
    background: var(--var-primary-color);
    border-radius: 2.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 14px;
    font-family: 'Inter';
    color: var(--var-white-color);
    text-transform: unset;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 11px;
}
.shipping-adress-total #co-shipping-method-form .address-checkout .action.continue::after {
    content: "";
    background: url(/media/wysiwyg/arrow-icon.svg) no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100%;
}
.checkout-shipping-method .table-checkout-shipping-method .shipping-method-static-content.active .shipping-method-list-static li:before, .checkout-shipping-method .table-checkout-shipping-method tr:hover .shipping-method-static-content .shipping-method-list-static li:before{
    background-image: url('/media/wysiwyg/ship-check-red.svg');
}

#opc-shipping_method.checkout-shipping-method .table-checkout-shipping-method tbody tr.active td.col-method input.radio:checked:before{
    background-image: url('/media/wysiwyg/selected-radio-button-red.svg');
}

select,
.checkout-payment-method .payment-and-amount-title div.payment-amount-title,
button, 
.quote-details-items .actions-toolbar>.action{
    font-family: 'Inter';
}
.checkout-index-index._has-modal .modal-popup .modal-inner-wrap .modal-header .modal-title, .checkout-index-index #editAddressModal .edit_address_title,
.checkout-index-index .modal-popup .form-shipping-address .fieldset>.field:not(.choice)>.label, .checkout-index-index #editAddressModal #edit-address-form .form-group .edit_label,
.checkout-index-index .modal-popup .form-shipping-address .fieldset>.field:not(.choice)>.control select, .checkout-index-index #editAddressModal #edit-address-form .form-group select{
    font-family: 'Inter';
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset>.field:not(.choice)>.control input, .checkout-index-index #editAddressModal #edit-address-form .form-group input{
    font-weight: normal;
    font-family: 'Inter';
}
.checkout-index-index._has-modal .modal-popup .modal-inner-wrap .modal-footer .action-save-address, .checkout-index-index #editAddressModal .edit_footer #edit-dublicate-btn{
    font-family: 'Inter';
    background: var( --var-primary-color);
    color: var(--var-white-color);
}
.checkout-index-index._has-modal .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup, .checkout-index-index #editAddressModal .edit_footer .edit_goback{
    font-family: 'Inter';
}
.checkout-index-index .opc-wrapper .checkout-payment-method .payment-methods .actions-toolbar .action.checkout{
    background: var( --var-primary-color) !important;
    color: var(--var-white-color);
}
.checkout-index-index .opc-wrapper .checkout-payment-method .payment-methods .actions-toolbar .action.checkout span{
    color: var(--var-white-color);
    font-family: 'Inter';
}
.checkout-index-index.payment-method-available .opc-block-summary .items-in-cart>.title{
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
.checkout-index-index.payment-method-available .opc-block-summary .items-in-cart>.title strong span:nth-child(2):after{
    color: var(--var-white-color);
}
.checkout-index-index.payment-method-available .opc-block-summary .items-in-cart>.title strong span:first-child{
    color: #000;
}
.checkout-index-index.payment-method-available .opc-block-summary .items-in-cart>.title:after{
    background-image: url('/media/wysiwyg/arrow-icon-white.svg');
    background-repeat: no-repeat;
}
.opc-block-summary .shipping-information .ship-via .shipping-information-content:before{
    background-image: url('/media/wysiwyg/selected-radio-button-red.svg');
}
.checkout-shipping-method .table-checkout-shipping-method tbody tr{
    box-shadow: none;
    border-color: rgba(233, 233, 233, 1);
}
.shipping-adress-total .address-bottom-sec{
    box-shadow: none;
}
.minicart-wrapper .action.showcart .counter.qty{
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
.header.links li.wishlist span.counter.qty{
    background: var(--var-primary-color) !important;
    color: var(--var-white-color);
}
.checkout-payment-method .payment-group div.payment-method{
    box-shadow: none;
    border: 1px solid rgba(233, 233, 233, 1)
}
.checkout-index-index.payment-method-available .opc-block-summary .summary-table-data{
    box-shadow: none;
}
.checkout-index-index.payment-method-available .opc-block-summary .items-in-cart>.title strong span:nth-child(2){
    font-family: 'Inter';
}
.opc-block-summary .shipping-information .ship-via .shipping-information-title>span,
.opc-block-summary .shipping-information .ship-via .shipping-information-content>span{
    font-family: 'Inter';
}
.checkout-index-index.payment-method-available .opc-block-summary .table-totals tr{
    font-family: 'Inter';
}
.opc-block-summary .shipping-information .ship-via .shipping-information-content{
    box-shadow: none;
    border: 1px solid rgba(233, 233, 233, 1);
}
#my-quote-request #discountSubmit,
#my-quote-request #discountSubmit.action.primary[disabled] {
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
}
#my-quote-request #discountSubmit:before{
    background-image: url('/media/wysiwyg/customer_quote_icon_white.svg');
}
.checkout-onepage-success .column.main .visit-home .primary.continue{
    background: var(--var-primary-color) !important;
    color: var(--var-white-color);
    font-family: 'Inter';
}
.account .sidebar-main .block-collapsible-nav .item.current a, .account .sidebar-main .block-collapsible-nav .item:hover a, .account .sidebar-main .block-collapsible-nav .item.current>strong, .account .sidebar-main .block-collapsible-nav .item:hover>strong{
    border-color: var(--var-primary-color) !important;
    border-radius: 10px !important;
    background: var(--var-primary-color) !important;
    color: #fff !important;
}
.gift_list_search_section .giftlist-name-icon:before{
    background-image: url('/media/wysiwyg/add-to-favorites-icon-active.svg');
}
header .category-item.ammenu-dropdown .ammenu-submenu > li:first-child > .custom-category-menu > span {
    display: none;
}
header.page-header .minicart-wrapper .block-minicart .block-content .actions .viewcart, header.page-header .minicart-wrapper .block-minicart .go-to-payment{
    background: var(--var-primary-color);
    font-family: 'Inter';
    color: var(--var-white-color);
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description{
    background: url('/media/wysiwyg/tab-content-info-description-bg-v3.png') no-repeat;
    border-radius: 0px;
    background-size: cover;
}
.why-choose-us-v2 .why-choose-us-tab .tab-content-info-description-bg{
    display: none;
}
h1{
    font-family: 'Inter';
}
.gift_list_search_section .wishlist-search input{
    border-color: #e9e9e9;
    box-shadow: none;
    font-family: 'Inter';
}
.gift_list_search_section .giftlist-name-icon,
.wishlist-dropdown-wrapper .wishlist-dropdown-title,
.giftlist-collection .giftlist-item-content .wishlist-category-list .category-item,
.form-wishlist-items .wishlist-toolbar .gift-list-share, 
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a{
    font-family: 'Inter';
}
.account .box-actions a.action,
.customer-name,
.user-contact-info span,
.profile-info .upload-wrapper .file-uploader-area .action,
.company-details label,
.company-details .gst,
#open-profile-edit,
.company-orders-logo>span,
.orders-info,
.company-orders-info-list-status span,
.company-orders-info-list .company-orders-info-list-status h2,
.company-orders-info-list a,
.customer-account-index .giftlist-collection .giftlist-item-content .view-giftlist-box-title,
.customer-account-index .giftlist-collection .giftlist-item-content .view-giftlist-items-with-view .item-counts-giftlist,
.customer-account-index .giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a,
.customer-account-index .wishlist-main-url a,
.orders-filter{
    font-family: 'Inter';
}
.order-search-form{
    border-color: rgba(233, 233, 233, 1);
}
.order-search-form input#order-search-input,
.column-filter-wrapper .action.secondary,
.order-sort-form .field select,
.account .main .block-dashboard-orders table.table th,
.account .main .block-dashboard-orders table.table tbody td,
.account .main .block-dashboard-orders table.table tbody td a.action.view,
.view-all-order-history a,
.page-main>.page-title-wrapper .page-title{
    font-family: 'Inter';
}
.home-products-section-v2 .home-products-items .product-items .product-item .product-item-name a{
    color: rgba(33, 33, 33, 1);
    line-height: 17px;
    -webkit-line-clamp: 2;
}
.cms-aboutus div.page-wrapper{
    padding-top: 72px;
}
.checkout-index-index footer.page-footer {
    display: none;
}
.customer-account-login .page-main .login-container > .widget {
    width: 62%;
}
.login-container .block.block-customer-login .fieldset .actions-toolbar .primary .login{
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
    font-weight: 600;
}
.cms-index-index main.page-main [data-content-type=row][data-appearance=contained]{
    padding-left: 0px;
    padding-right: 0px;
}
.giftlist-collection-items .wishlist-select-items::-webkit-scrollbar{
    box-shadow: none;
    outline: none;
}   
.form-wishlist-items .wishlist-select .wishlist-name .wishlist-name-label:before{
    background-image: url('/media/wysiwyg/add-to-favorites-icon-active.svg');
}
.account.wishlist-index-index .form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions #wishlists-copy{
    font-family: 'Inter';
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .selected-item-addto-cart, .form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .rename_giftlist_btn, .form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .delete_giftlist_btn{
    font-family: 'Inter';
    background-color: var(--var-primary-color);
    color: var(--var-white-color);
}
.products-grid.wishlist .product-item .price-box{
    font-family: 'Inter';
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .action.customise-btn{
    background: var(--var-primary-color);
    font-size: 14px;
    line-height: 16px;
    color: var(--var-white-color);
    letter-spacing: normal;
    height: 40px;
    font-weight: 500;
    text-align: left;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 2.5px;
    font-family: 'Inter';
    box-shadow: none;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .action.customise-btn::after{
    content: "";
    background: url(/media/wysiwyg/arrow-icon.svg) no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100%;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .action.customise-btn:hover{
    background: var(--var-primary-color);
    box-shadow: none;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .action{
    background: #fff;
    border: 1px solid rgba(85, 108, 142, 1);
    color: rgba(85, 108, 142, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.5px;
    letter-spacing: normal;
    padding: 9.5px 4px;
    font-family: 'Inter';
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .selected-item-addto-cart:hover{
    box-shadow: none;
    background: #e9ebef;
}
button#delete-selected-items.action{
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
    box-shadow: none;
}
.products-grid.wishlist .product-items .product-item-name a{
    font-family: 'Inter';
}
.sticky-content-cart .cart-checkout{
    background: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
}
.account div.page-wrapper main.page-main {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.sticky-content-cart #quote-checkout-id{
    background-color: var(--var-primary-color) !important;
    color: var(--var-white-color) !important;
    font-family: 'Inter';
}
.discount-download-pdf #download-pdf,
.discountrequests-quote-view .page-title-wrapper .page-title,
.user-response thead>tr>th span,
.user-response tbody>tr>td,
.sendRequest #myquoteForm #remarks{
    font-family: 'Inter';
}
.photoalbum-album-index div.page-wrapper main.page-main{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}
.edit-profile-content .section-title,
.edit-profile-content .form-label,
.edit-profile-content button,
.edit-profile-content button.btn-yellow {
    font-family: 'Inter';
}
.edit-profile-content input, .edit-profile-content select{
    box-shadow: none;
}
.edit-profile-content button.btn-yellow{
    background: var(--var-primary-color);
    color: var(--var-white-color);
}
.company-orders-info{
    flex-wrap: wrap;
}
.company-orders-logo.company-orders-info-list{
    flex: 0 0 18%;
}
.company-orders-info-list.company-orders-info-list-second {
    flex: 0 0 23%;
}
.company-orders-info-list.company-orders-info-list-third {
    flex: 0 0 23%;
}
.company-orders-info-list.company-orders-info-list-fourth {
    flex: 0 0 29.5%;
}
.order-details-items .table-order-items thead>tr>th,
.order-details-items .table-order-items>tbody>tr td,
.order-details-items .table-order-items tfoot tr th,
.order-details-items .table-order-items tfoot tr td{
    font-family: 'Inter';
}
.block-static-block .login-left-sec .login-title{
    font-family: 'Inter';
    font-weight: 600;
}
.customer-account-create .create-account-static-title p, .company-account-create .create-account-static-title p, .customer-account-login .block-static-block .login-left-sec .login-description, .customer-account-forgotpassword .create-account-static-title p{
    font-family: 'Inter';
}
.block.account-social-login h2, .company-account-create #create-profile-account-popup .form-create-account .info .legend span, .company-account-create .custom-radio-attribute label, .customer-account-forgotpassword .form.password.forget h2{
    font-family: 'Inter';
}
.login-container .block.block-customer-login .fieldset.login .field.note{
    font-family: 'Inter';
    font-weight: 500;
}
.login-container .block.block-customer-login .fieldset .field .label,
.login-container .block-customer-login .fieldset .control input,
.login-container .block.block-customer-login .fieldset>.field[data-bind="scope: 'showPassword'"] span, 
.login-container .block.block-customer-login .fieldset #remember-me-box span,
.login-container .block.block-customer-login .fieldset .actions-toolbar .secondary .remind{
    font-family: 'Inter';
}
.login-container .block-new-customer div.actions-toolbar>.primary .create, .customer-account-create .actions-toolbar .secondary .back, .customer-forgotpassword .actions-toolbar .secondary .action.goback-login{
    font-family: 'Inter';
    font-weight: 600;
}
.customer-account-login div.page-wrapper main.page-main, 
.customer-account-create div.page-wrapper main.page-main {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.customer-account-create .create-account-static-title h1, 
.company-account-create .create-account-static-title h1,
.customer-account-login .customer-login-popup .login-left-sec h1,
.customer-account-forgotpassword .create-account-static-title h1{
    font-family: 'Inter';
    font-weight: 600;
}
.customer-account-create .form.create.account .fieldset .field .label, 
.company-account-create .form.create.account .fieldset .field .label, 
.customer-forgotpassword .fieldset .field .label{
    font-family: 'Inter';
}
.customer-account-create .form.create.account .fieldset .field .control input, 
.customer-account-create .form.create.account .fieldset .field .control select, 
.company-account-create .form.create.account .fieldset .field .control input, 
.company-account-create .form.create.account .fieldset .field .control select, 
.customer-forgotpassword .fieldset .field input{
    font-family: 'Inter';
}
.customer-forgotpassword .fieldset .field .captcha .control .reload.captcha-reload{
    background-color: var(--var-primary-color);
    color: var(--var-white-color);
}
.customer-account-create .actions-toolbar .submit, 
.company-account-create #create-profile-account-popup .actions-toolbar .save{
    background-color: var(--var-primary-color);
    box-shadow: none;
    color: var(--var-white-color);
}
.customer-account-create .create-account-progress-bar label, 
.company-account-create .create-account-progress-bar label{
    font-family: 'Inter';
}
.customer-account-create .create-account-progress-bar span, 
.company-account-create .create-account-progress-bar span,
.customer-account-create .form.create.account .fieldset.info .legend span, 
.customer-account-create .form.create.account .fieldset.account .legend span,
.company-account-create .form.create.account .fieldset.info .legend span, 
.company-account-create .form.create.account .fieldset.account .legend span,
.customer-account-create .form-create-account .control .password-contain-data,
.customer-account-create .form-create-account .control .list-unstyled li>span{
    font-family: 'Inter';
}
.customer-account-create .actions-toolbar .submit, 
.company-account-create #create-profile-account-popup .actions-toolbar .save {
    font-family: 'Inter';
}
.company-account-create .form-create-account .actions-toolbar .primary .action{
    background-color: var(--var-primary-color);
    color: var(--var-white-color);
    font-family: 'Inter';
}
.company-account-create .form.create.account .skip-now,
.company-account-create .company-account-choose span,
.customer-account-create .form.create.account .field-pancard .gstinvalidate a, 
.customer-account-create .form.create.account .field-gstin .gstinvalidate a, 
.company-account-create .form.create.account .fieldset .gstinvalidate a{
    font-family: 'Inter';
}
input::-webkit-input-placeholder
input::-webkit-input-placeholder{
    font-family: 'Inter';
}
input::-moz-input-placeholder{
    font-family: 'Inter';
}
input::-ms-input-placeholder{
    font-family: 'Inter';
}
input::-o-input-placeholder{
    font-family: 'Inter';
}
input::placeholder{
    font-family: 'Inter';
}
header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item{
    padding: 11px 0px;
}
header .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper{
    border: none;
    top: 100%;
    padding: 0px;
}
header .category-item.ammenu-dropdown .category-list .comman-categories a{
    font-family: 'Inter';
    display: block;
    font-weight: 500;
    color: rgba(35, 35, 35, 1);
    position: relative;
}
header .category-item.ammenu-dropdown .ammenu-submenu{
    top: 100%;
    border: none
}
header .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item.more-menu {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}
.catalog-category-view div.page-wrapper main.page-main {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-category-view main.page-main .columns .column.main{
    padding-right: 0;
}
.page-products div.products-grid .product-items .product-item{
    width: calc(25.5% - 20px);
}
.enabled-button:hover{
    color: var(--var-white-color);
}
div.breadcrumbs{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-product-view div.page-wrapper main.page-main {
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions{
    align-items: flex-start;
}
#html-body .awards-banner img {
    height: auto;
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    width: 100%;
}
.cms-awards-and-media .page-wrapper {
    overflow: hidden;
}
.home-products-section .home-products-items .product-items .product-item .wishlist {
    position: static;
}
.modal-popup.giftlist .modal-inner-wrap .modal-content .add_giftlist span{
    font-family: 'Inter';
    font-size: 24px;
    letter-spacing: normal;
    line-height: 121%;
    display: block;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0 25px;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .search-wishlist .search, .giftlist_rename_popup #rename-wishlist-popup #wishlist-name, .delivery-pincode-details .delivery-pincode-inner .pincode-input{
    border-color: rgba(233,233,233,1);
    box-shadow: none;
    font-family: 'Inter';
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products .wishlist_product_title h3,
.wishlist-shared-index #wishlist-popup .wishlist_products .wishlist_product_title label{
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: normal;
    color: #000;
    line-height: 19px;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper::-webkit-scrollbar, .wishlist-shared-index .wishlist_wrapper::-webkit-scrollbar{
    box-shadow: none;
}
.modal-popup.giftlist .modal-inner-wrap #wishlist-done{
    background-color: var(--var-primary-color);
    font-family: 'Inter';
}
.modal-popup.giftlist .modal-inner-wrap #new-giftlist{
    font-family: 'Inter';
}
.catalog-product-view .product.info .product.data.items>.item.title>.switch{
    height: auto;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 19px;
}
div.page-wrapper main.page-main{
    max-width: 100%;
    padding: 0px;
    margin-top: 16px;
}
.container{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
}
.services-brand-slider {
    overflow: hidden;
}
[data-content-type=row][data-appearance=contained]{
    max-width: 100%;
}
.service-what-customer-say {
    margin-bottom: 50px;
}
.social-login-authentication-channel{
    display: none;
}
.giftlist-collection .giftlist-item-content .view-giftlist-box-title{
    font-size: 18px;
    font-weight: bold;
}
.account .sidebar-main .block-collapsible-nav .item a, .account .sidebar-main .block-collapsible-nav .item>strong{
    font-weight: normal;
    font-size: 16px;
}
div.swiper{
    padding: 0 20px;
}
.services-banner-slider div.swiper-button-prev{
    left: 0px;
}
.services-banner-slider div.swiper-button-next{
    right: 0px;
}
.what-customer-say-inner-title,
.what-customer-say-inner-description p{
    text-align: left;
}
.pagebuilder-column-group .service-kitup-faq h2{
    margin-top: 0;
}
.cms-service-official-brandstores- .what-customer-say,
.cms-service-rewards- .what-customer-say,
.cms-service-corporate-gifts- .what-customer-say{
    margin-bottom: 50px;
}
.cms-awards-and-media div.pagebuilder-column-group .case-header h2,
.cms-awards-and-media .awards-section{
    margin-top: 50px;
}
.cms-aboutus .container.about-who-we-are{
    margin-bottom: 0;
    margin-top: 50px;
}
.cms-aboutus .about-why-choose-us .why-choose-us .why-choose-us-title{
    padding-top: 0;
}
.cms-aboutus .about-why-choose-us {
    margin-bottom: 0;
}
.about-why-choose-us .why-choose-us-v2 {
    margin-bottom: 0;
}
.about-our-impact div.pagebuilder-column-line{
    padding: 0px;
    margin: 50px 0 0;
}
.cms-aboutus .services-banner-slider .brandstore-slider-wrapper {
    padding: 0;
}
.cms-aboutus .container{
    margin-bottom: 50px;
}
.more-menu > a{
    display: block;
}
.customer-name,
#open-profile-edit{
    font-size: 18px;
}
.user-contact-info span{
    font-size: 16px;
}
.company-details label,
.company-details .gst{
    font-size: 16px;
}
.account-dropdown-content .account-links li {
    display: block;
}
.account-dropdown-content .logout-account{
    background-color: var(--var-primary-color);
    font-family: 'Inter';
    line-height: normal;
    padding: 8px 0;
    color: var(--var-white-color);
}
.top-category-section .main-category-list {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    background: #fff;
    width: 226px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top-category-section {
    padding: 26px 0;
}
.top-category-section:hover .main-category-list {
    display: block;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-category-menu > span{
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: rgba(35, 35, 35, 1);
    padding: 20px 24px 22px 27px;
    font-weight: 500;
}
header .category-item.ammenu-dropdown .category-list .main-category:hover{
    background: none;
}
header .category-item .category-list > .comman-categories > a:hover,
header .category-item .category-list > .comman-categories:hover > a{
    background: rgba(244, 248, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
header .dropdown-content{
    position: absolute;
    left: 100%;
    width: 100%;
}
header .dropdown-content .dropdown-content {
    display: none;
}
header .top-category-section li.category-item .dropdown-content{
    padding: 0px;
    display: none;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(244, 248, 255, 1);
}
header .top-category-section .category-list .main-category:hover > .dropdown-content {
    display: block;
}
header .top-category-section .category-list .dropdown-header{
    background: none;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px 19px;
    line-height: 25px;
}
header .category-item .category-list .sub-category a:hover{
    background: var(--var-white-color);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
header .category-item .category-list .sub-category a:hover:before{
    background-color: var(--var-primary-color);
}
.comman-categories .dropdown-body > ul{
    max-height: calc(100% - 9px);
}
.main-category-list li a{
    font-family: 'Inter';
    display: block;
    font-weight: 500;
    color: rgba(35, 35, 35, 1);
    padding: 10.5px 24px 10.5px 27px;
    font-size: 15px;
    line-height: 100%;
    text-decoration: none;
}
.main-category-list > li {
    position: relative;
}
.main-category-list li a:before {
    content: "";
    width: 5px;
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    background: transparent;
    border-radius: 2px;
    top: 2px;
}
.main-category-list li a:hover::before{
    background-color: var(--var-primary-color);
}
.main-category-list li a:hover{
    background: rgba(244, 248, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
section.ammenu-nav-sections {
    display: none;
}
.main-category-list .submenu-child{
    display: none;
}
header .header.content .logo img{
    margin-right: 0;
}
.category-toggle .category-btn::after{
    content: "";
    background: url('/media/wysiwyg/down-arrow.svg') no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
}
header.page-header.sticky_header .top-category-section {
    padding: 26px 0;
}
.header.content .logo-mobile{
    display: none;
}
.checkout-cart-index div.page-wrapper main.page-main{
    max-width: 1262px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 32px;
}
.home-faq-v2 .cms-faq div[data-role=collapsible].active>.faq-question:after{
    background-image: url('/media/wysiwyg/minus-icon.svg');
}
.why-choose-us .tab-content{
    border: none;
}
.why-choose-us-tab .tab-content-info-description:before {
    border-radius: 0;
}
.home-products-section .home-products-items .product-items .product-item .towishlist:before{
    background-image: url('/media/wysiwyg/red-line-add-to-favorites-icon.svg');
    width: 21px;
    height: 20px;
}
.home-products-section-v2 .home-products-section-row .pagebuilder-column-line{
    gap: 37px;
}
.home-products-section-v2 .home-products-small-column .product-item-name {
    margin-top: 8px;
}
.home-products-section-v2 .home-products-items .product-items .product-item .price-box{
    margin: 8px 0 0;
}
.home-products-section-v2 .home-products-items .product-items .product-item .price-box .price{
    color: rgba(33, 33, 33, 1);
    font-family: 'Inter';
    font-weight: 600;
    line-height: 21px;
}
.home-products-section-v2 .home-products-items .product-items .product-item .price-box{
    line-height: 100%;
}
.home-services-v2 .section-main-description{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
}
.cms-home-page-v2 .what-customer-say ~ .services-brand-slider{
    margin-top: 40px;
}
.who-we-are-content-info p{
    font-size: 18px;
    line-height: 25px;
}
.why-choose-us .tab-menu-content-right p{
    line-height: 20px;
}
.about-why-choose-us .why-choose-us .tab-menu-content-right p{
    line-height: 20px;
}
.cms-home-page-v2 .book-demo-section .book-demo-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    text-align:left;
    line-height: 30px;
    color: #484848;
    text-transform: unset;
    margin: 0 0 20px 0;
    letter-spacing: 0;
}
.cms-home-page-v2 .book-demo-section .form-popup-content {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    top: 12.5% !important;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.cms-home-page-v2 .book-demo-section button.book-demo-btn1:after {
    content: '';
    background: url(/media/wysiwyg/Vector_1.png);
    width: 12px;
    height: 12px;
    position: relative;
    left: -10px;
}
.cms-home-page-v2 .book-demo-section button.book-demo-btn1 span::after {
    content: "Enquire Now";
    color: #ffff;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 16px;
}
.cms-home-page-v2 .book-demo-section button.book-demo-btn1 {
    background: var(--var-primary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--var-white-color);
    padding: 14px 10px;
    border-radius: 2.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    top: -25px;
}
div.card {
    border-radius: 1rem;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: unset;
}
.slider-wrapper {
    background: #F9F9F9;
    padding: 5px;
    border-radius: 1rem;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%);
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}
.logos-slider-row {
    display: flex;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
    margin: 2rem 0;
}
.logos-slider-container {
    animation: slide 350s linear infinite;
    display: flex;
    gap: 5vw;
    align-items: center;
}
.logos-slider-container a {
    flex: 0 0 5vw;
}
.logos-slider-container a img {
    width: 100%;
    max-width: unset;
}
.logos-slider-row + .logos-slider-row .logos-slider-container:first-child {
    margin-left: 4%;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.home-products-section-v2 .product-item-details > .product-price{
    display: none;
}
.main-category-list .custom-category-menu > span > a {
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 100%;
    line-height: inherit;
}
.main-category-list .custom-category-menu > span > a::before{
    display: none;
}
.certified_mark span{
    display: none;
}
.payment-list.payment-list-mobile {
    display: none;
}
.footer-section-new .pagebuilder-column-group .pagebuilder-column-line:last-child .footer-logo {
    margin: 0;
}
.form-popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}
.form-popup-content {
    background-color: #fff;
    margin: 50px auto;
    padding: 30px 20px;
    border-radius: 12px;
    top: 15%;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.form-popup-close {
    position: absolute;
    top: -3px;
    right: 5px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/* Group and align First + Last Name, Email + Phone */
#step1 .steps-field {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    vertical-align: top;
}
#step2 .steps-field {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    vertical-align: top;
}
#step1 .steps-field:nth-child(2n) {
    margin-right: 0;
}
#step2 .steps-field:nth-child(2n) {
    margin-right: 0;
}
.book-demo-section button.book-demo-btn1 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 62px;
    padding: 0px;
    font-family: 'Inter';
    letter-spacing: 2px;
    border: 2.5px solid #C1000E;
    width: 20%;
    margin: 0 auto; /* this centers the button horizontally */
}
#step1 .steps-field {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
}
#step1 .steps-field:nth-child(even),
#step2 input#city {
    margin-right: 0;
}
#step1 .steps-field label,
#step1 .steps-field input,
#step2 label,
#step2 input,
#step2 textarea {
    width: 100%;
}
#step2 label[for="requirement"],
#step2 textarea#requirement {
    width: 100%;
    display: block;
    margin-right: 0;
}
.cms-client-testimonials div.page-wrapper {
    padding-top: 70px;
}
.cms-client-testimonials .breadcrumbs {
    display: none !important;
}
.cms-client-testimonials .home-odometer-section {
    margin-top: 50px;
    margin-bottom: 0;
}
.cms-client-testimonials .home-trusted-leaders-v2 {
    margin-top: 7%;
    margin-bottom: 2%;
}
.cms-client-testimonials .what-customer-say {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonials-v2 .testimonials-list .testimonials{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.testimonials-v2 .more-button a:focus {
    background: none;
    box-shadow: none;
}
.testimonials-v2 .section_title {
    margin-bottom: 5px;
    padding: 3px 0 0;
    height: 35px;
    color: #202523;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.8px;
}
.testimonials-v2 .section_description {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.client-testimonial-banner img {
    width: 100%;
}
.testimonial .review-field-rating .control{
    position: relative;
    overflow: unset;
    margin-top: 0;
}
.add_testimonial_popup #testimonial-modal .actions-toolbar .primary .close-testimonial-modal {
    display: none;
}
.add_testimonial_popup .review-control-vote:before{
    height: 17px;
    line-height: 17px;
}
.catalog-product-view div.breadcrumbs {
    margin: 0px auto 50px;
}
.checkout-cart-index .page-main .build-box-btn #modal-btn{
    font-weight: 500;
}
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice .boxBtn .note-ok-btn, ._has-modal .modal-popup.custom-popup .custom-popup-box .action-delete{
    font-weight: 500;
}
._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content .build_box_form .buildbox_note_popup .build-inner .box-notice .boxBtn .note-cancel-btn, ._has-modal .modal-popup.custom-popup .custom-popup-box .item-not-remove{
    font-weight: 500;
}
._has-modal .modal-popup._show.build-box .build_box_steps .kit-header-main .kit-popup-header{
    font-weight: 500;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content .build_box_step_1 .box-field .box-name .kit_name_title{
    font-weight: 500;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content .build_box_step_1 .box-field .boxBtn .next-btn{
    font-weight: 500;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content .build_box_step_1 .box-field .boxBtn .skip-btn2{
    font-weight: 500;
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box .product-cart-box .product-list .prodQtysec span, ._has-modal .modal-popup.products-and-quantity #edit-box .edit_build_box_1 .product-cart4-box .product-cart-box div.product-list .prodQtysec span {
    font-weight: 500;
}
._has-modal .modal-popup._show.build-box .build_box_steps .kit-header-main .kit-popup-header .kit-name{
    font-weight: 500;
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .qty-input-section h3, ._has-modal .modal-popup.products-and-quantity #edit-box .edit_build_box_1 h3{
    font-weight: 500;
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box div.product-cart-box div.product-list input[type=checkbox]:after, ._has-modal .modal-popup.products-and-quantity #edit-box .edit_build_box_1 div.product-cart4-box .product-cart-box div.product-list input[type=checkbox]:after{
    background-image: url('/media/wysiwyg/tick-mark-selected-v3.svg');
}	

/* 7-aug-2025 */
.account.wishlist-index-index .giftlist-collection ~ .toolbar.wishlist-toolbar {
    display: block;
}

.account.wishlist-index-index .giftlist-collection ~ .toolbar.wishlist-toolbar .limiter {
    display: none;
}

.wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-previous a, .wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-next a {
    background: var(--var-primary-color);
    vertical-align: top;
    padding: 0;
    width: auto;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item a::before{
    display: none;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-previous span,
.wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-next span{
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
}

.wishlist-index-index .page-main .toolbar ul.pages-items .item span.label {
    display: none;
}

.wishlist-index-index div.products-grid ol.product-items{
    overflow: unset;
    max-height: unset;
    padding: 36px 12px 12px;
    gap: 12px;
    margin: 0px;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-previous, .wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-next {
    background: var(--var-primary-color);
    vertical-align: top;
    padding: 0;
    line-height: 28px;
    border-radius: 3px;
    height: 32px;
    width: auto;
    border: 1px solid #dfdedd;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item.pages-item-previous {
    margin: 0 5px 0 0;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item {
    margin: 0 5px 0 0;
    border: 1px solid #dfdedd;
    width: 32px;
    height: 32px;
    padding: 2px;
    line-height: 28px;
    border-radius: 3px;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item .page {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-decoration: none;
}
.wishlist-index-index .page-main .toolbar ul.pages-items .item.current {
    background: var(--var-primary-color);
}
.customer-account-forgotpassword div.page-wrapper main.page-main,
.customer-account-createpassword div.page-wrapper main.page-main {
max-width: 1068px;

padding-left: 15px;

padding-right: 15px;
}

.customer-forgotpassword .login-banner-image {
background: none !important;

height: auto;
}

.customer-forgotpassword .actions-toolbar .primary .action.submit {
font-size: 16px;

border-radius: 2.5px;

font-weight: 600;

background-color: var(--var-primary-color);

box-shadow: none;

color: var(--var-white-color);

font-family: "Inter";
}

.customer-forgotpassword .control.captcha-image .captcha-img {
margin-bottom: 0;
}

.customer-forgotpassword .actions-toolbar .secondary .action.goback-login {
font-weight: 600;
}

.customer-forgotpassword {
margin-bottom: 50px;

vertical-align: top;

width: 100%;

display: flex;

justify-content: space-between;
}

.customer-account-create .control div.mage-error,
.login-container .block-customer-login .fieldset .control div.mage-error,
.company-account-create .form-create-account .fieldset .control div.mage-error,
.customer-account-forgotpassword .form.password.forget .control div.mage-error,
.customer-account-create .control #phone_error_message.number-error {
right: 14px;
}

.customer-account-forgotpassword .create-account-static-title,
.customer-account-createpassword .create-account-static-title {
width: 600px;
}

.customer-account-forgotpassword .form.password.forget,
.customer-account-createpassword .form.password.reset {
max-width: 350px;

min-width: unset;

width: unset;
}

.customer-account-createpassword .create-account-static-title h1 {
font-family: "Inter";

font-weight: 600;

color: #46b1fb;

font-size: 58.93px;

letter-spacing: 0;

line-height: 117%;

margin-bottom: 15px;

max-width: 496px;
}

.customer-account-createpassword .create-account-static-title p {
color: #626577;

font-family: "Inter";

font-size: 14px;

font-weight: 500;

letter-spacing: 0;

line-height: 19px;

max-width: 435px;

display: block;

margin-bottom: 0px;

padding-bottom: 30px;
}

.customer-account-createpassword
.form.password.reset
.control
.password-contain-data {
margin: 12px 0 5px;

color: #8f93a6;

font-family: "Inter";

font-size: 13px;

line-height: 16px;
}

.customer-account-createpassword .form.password.reset .control .list-unstyled {
padding: 0px;

margin: 0px;

list-style-type: none;

display: flex;

flex-wrap: wrap;
}

.customer-account-create
.form-create-account
.control
.list-unstyled
li
.eight-character,
.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li
.eight-character {
font-family: "Inter";

font-weight: normal;
}

.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li {
display: inline-block;

margin: 0px 15px 5px 0px;

vertical-align: top;
}

.customer-account-create .form-create-account .control .list-unstyled li > span,
.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li
> span {
align-items: center;

font-size: 13px;

color: #8f93a6;

line-height: 16px;

display: flex;
}

.customer-account-create
.form-create-account
.control
.list-unstyled
li
i.fas:before {
margin-top: 2px;
}

.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li
i.fas:before {
background: url(../images/icons/cross-mark-small.svg) no-repeat !important;

background-size: 100% !important;

content: "";

width: 11px;

height: 11px;

display: inline-block;

vertical-align: top;

margin-top: 2px;
}

.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li
i.fas {
margin-right: 7px;
}

.customer-account-createpassword
.form.password.reset
.control
.list-unstyled
li
i.fas.fa-check:before {
background: url(../images/icons/tick-mark-small.svg) no-repeat !important;

background-size: 100% !important;

margin-top: 3px;
}

.customer-account-createpassword .control div.mage-error {
position: absolute;

top: 11px;

right: 14px;

z-index: 2;

color: #fab137;

font-family: "Inter";

font-size: 0px;

letter-spacing: 0px;

line-height: 13px;

text-align: center;

text-transform: uppercase;
}

.customer-account-createpassword .control div.mage-error:before {
content: "REQUIRED";

color: #fab137;

font-family: "Inter";

font-size: 12px;

letter-spacing: 1px;

vertical-align: middle;

font-weight: normal;
}

.customer-account-createpassword .control div.mage-error:after {
content: "";

width: 24px;

height: 24px;

display: inline-block;

vertical-align: middle;

background: url(../images/icons/alert-icon.svg) no-repeat !important;

margin-left: 6px;
}

.customer-account-createpassword
.form.password.reset
.field.choice
input[type="checkbox"] {
width: auto;
}

.customer-account-createpassword .fieldset > .field {
margin-bottom: 25px;
}

.customer-account-createpassword .fieldset {
margin-bottom: 0px;
}

.customer-account-createpassword .customer-forgotpassword .actions-toolbar {
margin-top: 0;
}

.customer-account-createpassword .page-title-wrapper {
display: none;
}

/* 14-08-25*/

body.page-products div.products-grid .product-items .product-item{
    padding-bottom: 0;
}
body.page-products .products .product-items .product-item:hover .product-item-details div.product-item-actions{
    display: flex;
}
body.page-products .products .product-item .product-item-details .product-item-actions{
    display: none;
    bottom: 0;
    height: calc(30% + 14px);
    background: #fff;
    gap: 10px;
    flex-direction: column;
    justify-content: end;
    top: auto;
}
body.page-products .products .product-items .product-item .product-item-details div.product-item-actions .actions-primary{
    width: 100% !important;
    flex: unset;
}
body.page-products .products .product-items .product-item div.product-item-details .product-item-actions .customise-btn{
    justify-content: center;
    gap: 14px;
}
body.page-products .products .product-items .product-item:hover .product-item-details div.product-item-actions .customise-btn-form {
    flex: unset;
}
body.page-products .product-item .product-item-details .product-brand-color .color-lenth .product-links{
    grid-template-columns: repeat(auto-fill, minmax(30px, max-content)) !important;
}
body.page-products .product-item .product-item-details .product-brand-color .color-lenth .product-links img{
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    padding: 0px;
    border: none;
}
body.page-products .product-item .product-item-details .product-brand-color .color-lenth .product-links .product-item-link{
    border: 1px solid #E9E9E9;
    border-radius: 1px;
}
body.page-products .product-item .product-item-details .product-brand-color .color-lenth .color-options{
    border-color: #E9E9E9;
    color: #C4C4C4 !important;
    font-size: 14px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    min-width: none;
}
body.page-products .page-main .product-item .product-item-info .product-item-details{
    position: static;
}
body.page-products .filter-options .filter-options-content .-am-multiselect input[type=checkbox]+.amshopby-choice{
    min-height: unset;
    height: 13px;
    width: 13px;
    border: 1px solid #C4C4C4;
    padding: 0px;
    top: 3px;
}
body.page-products .filter-options .filter-options-content .-am-multiselect input[type='checkbox']:checked+.amshopby-choice:before{
    height: 7px;
    width: 7px;
}
.page-products .filter-options .filter-options-content .-am-multiselect .items-children input[type=checkbox]+.amshopby-choice {
    border: 1px solid #C4C4C4 !important;
    width: 13px;
    height: 13px;
    min-height: unset;
}
.page-products .filter-options input[type='checkbox'] + .amshopby-choice:before {
    width: 13px;
    height: 13px;
}
body.page-products .filter-options .filter-options-content .-am-multiselect .items-children input[type='checkbox']+.amshopby-choice {
    padding: 0px;
    top: 1px;
}
body.page-products .filter-options .filter-options-content .-am-multiselect .items-children input[type='checkbox']:checked+.amshopby-choice:before{
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
body.page-products .filter-options .filter-options-content .am-filter-items-category_ids a.amshopby-filter-parent, 
body.page-products .filter-options div.filter-options-content .-am-multiselect li.item a[class*='am-filter-item'] {
    padding: 0 0 0 24px;
}
body.page-products .filter-options .filter-options-content .am-ranges .items .item input[type=radio]{
    width: 13px;
    height: 13px;
    min-height: unset;
    border: 1px solid #C4C4C4;
    padding: 0px;
    top: 2px;
}
body.page-products .filter-options .filter-options-content .am-ranges .items .item a{
    padding: 0 0 0 24px;
}
body.page-products .filter-options .filter-options-content .am-ranges .items .item input[type=radio]:checked:before{
    width: 7px;
    height: 7px !important;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item{
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
    border: 1px solid transparent;
    border-radius: 2px;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous, 
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next {
    width: 45px;
    border-radius: 2px;
    border: 1px solid #c1000e !important;
    background: none;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item .page{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item:hover{
    border: 1px solid #c1000e !important;
    background: none;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item:hover a{
    color: #c1000e;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.current{
    border-radius: 2px;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next a::after{
    background: url('/media/wysiwyg/next-arrow-pagination.svg') no-repeat;
    width: 11px;
    height: 11px;
    content: "";
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next a,
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous a::before{
    background: url('/media/wysiwyg/next-arrow-pagination.svg') no-repeat;
    width: 11px;
    height: 11px;
    content: "";
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    transform: rotate(-180deg);
}
body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous a span{
    display: none;
}

/* 15-08-25 */
.product-price-info {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 7px 6px 8px;
    background: #F1F8FB;
    border-radius: 2px;
}
.product-info-main .product-add-form .product-price-info .price-wrapper .final-price{
    font-size: 20px;
    line-height: 24px;
    color: #C1000E;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    gap: 1px;
}
.product-info-main .product-add-form .product-price-info .price-wrapper .offer-price{
    font-size: 16px;
    line-height: 19px;
    color: #727272;
    font-family: inherit;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-weight: 500;
    padding: 0px;
}
.product-info-main .product-add-form .product-price-info .price-wrapper {
    margin-bottom: 0;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.product-price-info-right {
    width: 60px;
}
.product-price-info-left {
    width: calc(100% - 60px);
}
.offer-tag {
    background: #E2FBE7;
    font-family: Inter;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
    padding: 5px;
    color: #398140;
}
.product-info-main .product-add-form .product-price-info .exclusive-taxes{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0 0;
}
.product-info-main .product-add-form .product-price-info .exclusive-taxes span{
    font-size: 10px;
    color: #1F2937;
    line-height: 12px;
    letter-spacing: normal;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.product-info-main .product-add-form .product-price-info .exclusive-taxes .gst-price span{
    font-weight: 700;
}
.product-info-main .product-add-form .exclusive-taxes .gst-price{
    margin: 0px;
    display: flex;
}
.stock-delivery-info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin: 10px 0 0;
}
.product-info-main .product-add-form .stock-delivery-info .delivery-timeline{
    margin: 0px;
}
.product-info-main .product-add-form .stock-delivery-info span,
.product-info-main .product-add-form .stock-delivery-info .delivery-timeline span {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: normal;
}
.stock-info {
    display: flex;
    gap: 6px;
    color: #4CAF50;
}
.product-info-main .product-add-form .stock-delivery-info .delivery-timeline .dispatch-timeline{
    display: flex;
    gap: 5px;
    line-height: normal;
    align-items: center;
    margin: 0px;
}
svg {
    vertical-align: top;
}
.product-info-main .product-add-form .stock-delivery-info .delivery-time svg {
    width: 15px;
    height: 15px;
}
.product-info-main .product-add-form .stock-delivery-info .delivery-timeline span.working-days{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
    padding: 0px;
}
.product-info-main .product-add-form div.product-quantity .quantity-title{
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    margin:0 0 15px;
}
.product-info-main .product-add-form div.product-quantity .control input{
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 0 15px;
    height: 35px;
}
.product-info-main .product-add-form div.product-quantity{
    flex-wrap: wrap;
    margin-bottom: 20px;
    order: 6;
}
.product-info-main .product-add-form div.product-quantity .quantity-title span{
    display: none;
}
.catalog-product-view div.product-info-main .product-add-form .product-quantity .control .quantity-wrapper .qty-btn:after, .catalog-product-view div.product-info-main .product-add-form .product-quantity .control .quantity-wrapper .quantity-controls:after{
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: top;
}
.catalog-product-view div.product-info-main .product-add-form .product-quantity .control .quantity-wrapper .qty-btn, .catalog-product-view div.product-info-main .product-add-form .product-quantity .control .quantity-wrapper .quantity-controls {
    height: 10px;
    width: 15px;
}
.catalog-product-view div.product-info-main .product-add-form .product-quantity .control .quantity-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2px;
    right: 15px;
}
.catalog-product-view .page-main div.block.upsell{
    width: 100%;
    background: none;
    padding: 0;
    margin: 51px 0 57px;
}
.catalog-product-view .page-main div.block.upsell .block-title.title strong {
    letter-spacing: normal;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0;
}
.catalog-product-view div.block.upsell .block-content .products-upsell {
    margin: 0;
}
.catalog-product-view div.block.upsell .block-content {
    padding: 0px;
}
.catalog-product-view .block.upsell .products {
    margin: 44px 0 0;
    gap: 30px;
}
.catalog-product-view .block.upsell .products li.product-item {
    margin: 0px;
    width: calc(25% - 22.5px);
    box-shadow: none;
    border: 1px solid #E9E9E9;
    border-radius: 0 0 7px 7px;
}
.catalog-product-view .block.upsell .products-grid .product-item .product .product-item-name,
.catalog-product-view .block.related .products-grid .product-item .product .product-item-name{
    position: static;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
}
.catalog-product-view .block.upsell .products-grid .product-item .product .product-item-name a,
.catalog-product-view .block.related .products-grid .product-item .product .product-item-name a{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    color: #212121;
    font-family: 'Inter';
}
.catalog-product-view .block.related .products-grid .product-item .product .product-item-name a:hover,
.catalog-product-view .block.upsell .products-grid .product-item .product .product-item-name a:hover{
    text-decoration: none;
}
.catalog-product-view .block .products-grid .product-item div.product-item-details{
    flex-wrap: wrap;
}
.catalog-product-view .products-upsell .related-products li.product-item .product-item-info .actions-secondary a.towishlist:before{
    background: url("/media/wysiwyg/heart-unfilled.svg") no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100%;
}
.catalog-product-view .block .products-grid .product-item .product-item-info a.product-item-photo{
    padding: 0px;
}
.catalog-product-view .products-upsell .related-products li.product-item .product-item-info div.actions-secondary{
    top: 12px;
    right: 12px;
    position: absolute;
}
.catalog-product-view .block .products-grid li.product-item .product-item-info .product-item-photo .product-image-container {
    box-shadow: none;
    border-radius: 0px;
}
.catalog-product-view .block.upsell .slick-slider .slick-list div.slick-track{
    margin: 0px;
}
div.mz-gallery-container .mz-gallery-thumbs-wrap{
    width: 100%;
    margin: 12px 0 0;
}
.catalog-product-view .column div.product.media{
    width: 560px;
    order: -1;
    background: none;
    margin: 0px;
}
.catalog-product-view.page-layout-1column div.product-info-main{
    width: 338px;
    background: #fff;
    border: 1px solid #E9E9E9;
    padding: 10px 20px 38px;
    margin: 0 0 0 30px;
}
.mz-gallery-container .mz-gallery-placeholder {
    width: 100%;
    padding: 0px;
    border: 1px solid #CCCCCC;
}
html body.catalog-product-view {
    background: #F9FAFB;
}
.product-custom-details {
    border: 1px solid #E9E9E9;
    background: #fff;
    width: 280px;
    margin-left: 24px;
}
.product-custom-details h2 {
    background: #E9E9E9;
    font-size: 16px;
    line-height: 19px;
    color: #1F2937;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0px;
}
ul.custom-details-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px 20px 0;
}
ul.custom-details-list li {
    font-size: 14px;
    line-height: 17px;
    color: #1F2937;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}
ul.custom-details-list li strong{
    font-weight: 500;
    color: #496794;
}
.product-info-assurance {
    border-top: 1px solid #E9E9E9;
    margin: 12px 20px 15px;
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-assurance-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-assurance-list .product-assurance-list-img{
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper h1{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'Inter';
    letter-spacing: normal;
    font-weight: 600;
}
.catalog-product-view div.block.related{
    padding: 22px 32px 21px;
    border: 1px solid #E9E9E9;
    background: #fff;
    width: calc(100% - 834px);
    margin: 40px 0 0 30px;
    align-self: flex-start;
}
.catalog-product-view div.block.related div.block-title.title strong{
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
    margin: 0px 0 25px;
    font-family: 'Inter';
    font-weight: 600;
}
.catalog-product-view div.block.related .related-products {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}
.catalog-product-view .block.related .products-related.products-grid li.product-item{
    width: 100% !important;
    margin: 0 0 20px !important;
    box-shadow: none;
    border-radius: 0px;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info a.product-item-photo{
    width: 100%;
    float: left;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .product-item-details {
    width: calc(100% - 91px);
    display: inline-block;
    background: none;
    padding: 0px;
    margin: 0 0 0 16px;
}
.catalog-product-view .block.related .product-item-actions .actions-secondary {
    display: none;
}
.catalog-product-view .block.related .products-related .view-more-btn a#view-more {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    font-size: 14px;
    padding: 9px 16px;
    font-family: 'Inter';
    line-height: 17px;
    letter-spacing: .7px;
    font-weight: 500;
}
.catalog-product-view .column.main {
    display: flex;
    flex-wrap: wrap;
}
.catalog-product-view .block.related .products-grid .product-item div.product-brand-color,
.catalog-product-view .block.upsell .products-grid .product-item div.product-brand-color {
    display: none;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail,
.catalog-product-view .block.upsell .products-grid .product-item .product-item-details .view-detail{
    position: static;
    display: flex   ;
    padding: 0;
    text-align: left;
    margin: 12px 0 0;
    flex-wrap: wrap;
    gap: 0 15px;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail a {
    display: flex;
    background: #C1000E;
    border-radius: 2.5px;
    font-size: 16px;
    color: #fff;
    text-transform: unset;
    padding: 6.5px 0;
    margin: 12px 0 0;
    font-family: 'Inter';
    font-weight: 600;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail a::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M12.6667 6.10416C12.6171 5.97629 12.5427 5.85947 12.4479 5.76041L7.23958 0.552073C7.14246 0.45495 7.02716 0.377907 6.90026 0.325344C6.77336 0.272782 6.63735 0.245728 6.5 0.245728C6.2226 0.245728 5.95656 0.355923 5.76042 0.552073C5.66329 0.649197 5.58625 0.764499 5.53369 0.891397C5.48112 1.01829 5.45407 1.1543 5.45407 1.29166C5.45407 1.56905 5.56427 1.83509 5.76042 2.03124L9.19791 5.45832H1.29167C1.0154 5.45832 0.750448 5.56807 0.555097 5.76342C0.359747 5.95877 0.25 6.22372 0.25 6.49999C0.25 6.77626 0.359747 7.04121 0.555097 7.23656C0.750448 7.43191 1.0154 7.54166 1.29167 7.54166H9.19791L5.76042 10.9687C5.66278 11.0656 5.58529 11.1808 5.5324 11.3077C5.47952 11.4347 5.45229 11.5708 5.45229 11.7083C5.45229 11.8458 5.47952 11.982 5.5324 12.1089C5.58529 12.2359 5.66278 12.3511 5.76042 12.4479C5.85725 12.5455 5.97246 12.623 6.0994 12.6759C6.22633 12.7288 6.36249 12.756 6.5 12.756C6.63751 12.756 6.77366 12.7288 6.9006 12.6759C7.02754 12.623 7.14275 12.5455 7.23958 12.4479L12.4479 7.23957C12.5427 7.14051 12.6171 7.02369 12.6667 6.89582C12.7708 6.64222 12.7708 6.35776 12.6667 6.10416Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-left: 0px;
    content: "";
    display: inline-block;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail a:hover{
    text-decoration: none;
}
.catalog-product-view .block.upsell .products-grid .product-item .product-item-details .view-detail a{
    display: flex;
    position: static;
    background: #C1000E;
    border-radius: 2.5px;
    font-size: 16px;
    color: #fff;
    text-transform: unset;
    padding: 6.5px 0;
    margin: 12px 0 0;
    font-family: 'Inter';
    font-weight: 600;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    letter-spacing: normal;
}
.catalog-product-view .block.upsell .products-grid .product-item .product-item-details .view-detail a::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M12.6667 6.10416C12.6171 5.97629 12.5427 5.85947 12.4479 5.76041L7.23958 0.552073C7.14246 0.45495 7.02716 0.377907 6.90026 0.325344C6.77336 0.272782 6.63735 0.245728 6.5 0.245728C6.2226 0.245728 5.95656 0.355923 5.76042 0.552073C5.66329 0.649197 5.58625 0.764499 5.53369 0.891397C5.48112 1.01829 5.45407 1.1543 5.45407 1.29166C5.45407 1.56905 5.56427 1.83509 5.76042 2.03124L9.19791 5.45832H1.29167C1.0154 5.45832 0.750448 5.56807 0.555097 5.76342C0.359747 5.95877 0.25 6.22372 0.25 6.49999C0.25 6.77626 0.359747 7.04121 0.555097 7.23656C0.750448 7.43191 1.0154 7.54166 1.29167 7.54166H9.19791L5.76042 10.9687C5.66278 11.0656 5.58529 11.1808 5.5324 11.3077C5.47952 11.4347 5.45229 11.5708 5.45229 11.7083C5.45229 11.8458 5.47952 11.982 5.5324 12.1089C5.58529 12.2359 5.66278 12.3511 5.76042 12.4479C5.85725 12.5455 5.97246 12.623 6.0994 12.6759C6.22633 12.7288 6.36249 12.756 6.5 12.756C6.63751 12.756 6.77366 12.7288 6.9006 12.6759C7.02754 12.623 7.14275 12.5455 7.23958 12.4479L12.4479 7.23957C12.5427 7.14051 12.6171 7.02369 12.6667 6.89582C12.7708 6.64222 12.7708 6.35776 12.6667 6.10416Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-left: 0px;
    content: "";
    display: inline-block;
}
.catalog-product-view .block.upsell .products-grid .product-item:hover .product-item-details{
    background: none;
}
.catalog-product-view .block.upsell .products-grid .product-item div.product-item-details{
    padding: 8px 14px;
}
.page-main .product.media a.action.towishlist {
    background: url(/media/wysiwyg/heart-unfilled.svg) no-repeat left top;
    box-shadow: none;
    width: 46px;
    height: 41px;
    background-size: 100%;
    right: 17px !important;
    top: 17px;
}
.catalog-product-view div.product.info.detailed{
	width: 804px;
    margin-top: 40px;
}
.productFullDetail-swatchContainer h3 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #212121;
    margin: 11px 0 10px;
}
.catalog-product-view .page-wrapper .product-info-main .product-colors a.product-item-photo img{
    border: 1px solid #E9E9E9;
}
.catalog-product-view .page-wrapper .product-info-main .product-colors div.flex-inline-list{
    gap: 15px;
}
.catalog-product-view .page-wrapper .product-info-main .product-colors .product-item-photo{
    vertical-align: top;
}
.catalog-product-view .page-wrapper .product-info-main .product-colors .color-name {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    font-weight: 600;
    margin: 5px 0 0;
}
a#toggle-attributes {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin: 8px auto 0;
    max-width: 62px;
    border-bottom: 1px solid #C1000E;
    color: #C1000E;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .final-price,
.catalog-product-view .block.upsell .products-grid .product-item .product-item-info .final-price{
    font-size: 20px;
    line-height: 24px;
    color: #C1000E;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-family: 'Inter';
    font-weight: 700;
    margin: 0;
    vertical-align: top;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .offer-price,
.catalog-product-view .block.upsell .products-grid .product-item .product-item-info .offer-price{
    font-size: 16px;
    line-height: 19px;
    color: #727272;
    font-family: inherit;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 1px;
    font-weight: 500;
    padding: 0px;
    text-decoration: line-through;
}
.catalog-product-view .block.upsell .products li.product-item:hover{
    box-shadow: none;
    border-color: #E9E9E9;
}
.catalog-product-view .block.upsell .products-grid .product-item:hover .product-item-details .view-detail {
    display: flex;
}
.catalog-product-view .product-info-main .product-add-form div.stock-update-date {
    font-size: 10px;
    line-height: 12px;
    color: #A0A0A0;
    letter-spacing: normal;
    padding: 0;
    margin: 5px 0 11px;
}
form#product_addtocart_form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-info-main .product-add-form .box-tocart{
    order: 7;
}
.catalog-product-view .product.info div.product.data.items>.item.title>.switch{
    font-weight: 600;
    letter-spacing: normal;
}
.catalog-product-view .product.data.items .additional-attributes-wrapper table.table tbody tr th.col.label{
    display: table-cell;
    background: #F5F6F8;
}
.mz-gallery-thumbs.slick-initialized.slick-slider {
    padding: 0;
}
.product.media .mz-gallery-thumbs .slick-list .slick-slide{
    border: 1px solid #E9E9E9;
    display: flex !important;
    align-items: center;

}
.mz-gallery-thumbs.slick-initialized.slick-slider .slick-track .slick-slide img{
    width: 100%;
}
.mz-gallery-thumbs-wrap .slick-slide {
    margin-right: 15px;
}
.catalog-product-view .mz-gallery-thumbs-wrap .slick-slider button.slick-arrow.slick-next{
    transform: translate(0px, -50%) rotate(270deg);
    bottom: auto;
    left: auto;
    right: 0;
}
.catalog-product-view .mz-gallery-thumbs-wrap .slick-slider button.slick-arrow{
    transform: translate(0px, -50%) rotate(90deg);
    top: 50%;
    bottom: auto;
    left: 0px;
}
.catalog-product-view .mz-gallery-thumbs-wrap .slick-slider button.slick-arrow{
    width: 25px;
    height: 15px;
}
.catalog-product-view .mz-gallery-thumbs-wrap .slick-slider button.slick-arrow:before{
    width: 100%;
    height: 100%;
    background-position: 0 -10px;
}
.mz-gallery-thumbs .slick-track{
    display: flex;
}
.size-chart-wrapper {
    display: none;
}
.savings {
    font-size: 14px;
    font-weight: 700;
    color: #4CAF50;
    line-height: 17px;
    width: 100%;
    margin: 5px 0 0;
}
.product-related-content-left {
    float: left;
    width: 75px;
}
.product-related-content-left .offer-tag {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
    width: 100%;
    background: #D6F5E3CC;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    color: #2B6536;
}
.catalog-product-view .block.related .products-related .slick-slider .slick-list{
    width: 100%;
}
.product-assurance-list span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #496794;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-details .product-item-actions {
    display: none;
}
.catalog-product-view .page-main div.block.upsell .product-items .action.towishlist span {
    display: none;
}
.catalog-product-view .block.upsell .products-grid .product-item .product-item-info .product-related-content-left {
    width: 100%;
}
.catalog-product-view .page-main div.block.upsell .product-item-info a.product-item-photo .product-image-container {
    width: 100% !important;
}
.catalog-product-view .page-main div.block.upsell .product-item-info a.product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    width: 100% !important;
    margin: 0px;
}
.main-big-logo img {
    max-width: 323px;
}

._has-modal .modal-popup.create-kit-popup .modal-inner-wrap{
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
    height: 100%;
    padding: 0px;
    width: 100%;
}
.modal-popup.create-kit-popup .modal-inner-wrap .modal-inner-content{
    max-width: 1262px;
    margin: auto;
    padding: 0px 15px 0;
}
.create-kit-popup .kit-header-info {
    text-align: left;
}
.create-kit-popup .kit-header-info > h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    padding: 0 0 0px 30px;
    margin: 0 0 20px;
}
.create-kit-popup .kit-header-main {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.75px solid #C4C4C4;
    padding: 20px 0 20px 30px;
    border-top: 0.75px solid #C4C4C4;
    gap: 38px;
}
.create-kit-popup .kit-popup-header {
    display: flex;
    flex-wrap: wrap;
}
.create-kit-popup .kit-popup-header .kit-name {
    width: 25px;
    height: 25px;
    background: #C1000E;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.create-kit-popup .kit-popup-header.active .kit-name{
    background: url("/media/wysiwyg/step-active.svg") no-repeat;
    text-indent: -50px;
}
.create-kit-popup .kit-popup-header .kit-header-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #000000;
    align-self: center;
    margin: 0 0 0 20px;
}
.create-kit-popup .kit-popup-header .line{
    width: 74px;
    border-bottom: .75px solid #C4C4C4;
    align-self: center;
    margin: 0 0 0 30px;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-header{
    max-width: 1262px;
    position: relative;
    margin: auto;
    width: 100%;
    text-align: right;
    font-size: unset;
    line-height: 100%;
    padding: 0 15px;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-header .action-close{
    position: static;
    width: 13px;
    height: 13px;
    box-shadow: none;
    border-radius: 0;
    line-height: 100%;
    vertical-align: top;
    margin: 55px 30px -19px 0;
    background: none;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-header .action-close::before{
    background-image: url("/media/wysiwyg/kit-close-btn.svg");
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: top;
    background-size: 100%;
}
.build_box_inner_heading label{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin: 36px 0 10px;
    display: block;
}
.build_box_inner_heading {
    margin: 36px 0 0;
}
.build_box_inner_heading p {
    margin: 0;
}
.build_box_inner_heading p {
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    margin: 0 0 15px;
}
#build_box_form .build_box_steps_content .build_box_steps_content_left{
    width: calc(100% - 280px) !important;
    margin: 0;
}
.build_box_steps_content .box-name {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 30px 30px 48px;
    width: calc(100% - 280px);
    margin-right: 30px;
}
.build_box_step_field_title{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 10px;
    display: block;
}
.build_box_steps_content .build_box_steps_fields {
    background: #F3F3F5;
    border: 2.5px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    color: #1F2937;
}
.build_box_steps_content .build_box_steps_fields:hover{
    border: 2.5px solid transparent;
}
.build_box_steps_content .build_box_steps_fields:focus{
    border: 2.5px solid #C4C4C4;
}
.build_box_steps_content textarea.build_box_steps_fields{
    height: 113px;
    padding-top: 15px;
    vertical-align: top;
}
.build_box_steps_content textarea.build_box_steps_fields::-webkit-input-placeholder{
    color: #A0A0A0;
    font-weight: 400;
}
.build_box_steps_content textarea.build_box_steps_fields::-moz-input-placeholder{
    color: #A0A0A0;
    font-weight: 400;
}
.build_box_steps_content textarea.build_box_steps_fields::-ms-input-placeholder{
    color: #A0A0A0;
    font-weight: 400;
}
.build_box_steps_content textarea.build_box_steps_fields::-o-input-placeholder{
    color: #A0A0A0;
    font-weight: 400;
}
.build_box_steps_content textarea.build_box_steps_fields::placeholder{
    color: #A0A0A0;
    font-weight: 400;
}
.field_short_description {
    font-size: 12px;
    line-height: 15px;
    color: #A0A0A0;
    margin: 10px 0 0px;
}
#build_box_form .build_box_steps_content {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    gap: 0 30px;
    padding: 0px;
}
.kit-summary {
    width: 250px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 20px;
    align-self: flex-start;
    margin-bottom: 20px;
}
.kit-summary-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #000000;
    display: block;
    margin: 0 0 20px;
}
.kit-inner-top-summary p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}
.kit-inner-top-summary p strong {
    font-size: 12px;
    line-height: 15px;
    color: #787878;
    font-weight: 500;
}
.kit-inner-top-summary p span{
    font-size: 12px;
    line-height: 15px;
    color: #1F2937;
    font-weight: 500;
}
#build_box_form .build_box_step_1 .kit-inner-top-summary p strong,
#build_box_form .build_box_step_1 .kit-inner-top-summary p span{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
#build_box_form .build_box_step_1 .kit-inner-top-summary p{
    margin: 0 0 20px;
}
#build_box_form .steps-btn {
    background: #C1000E;
    border: none;
    margin: 0;
    border-radius: 2.5px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    letter-spacing: normal;
    padding: 0 0 0 14px;
    display: flex;
    gap: 16px;
    align-items: center;
    line-height: normal;
    height: 50px;
    color: #fff;
}
#build_box_form .steps-btn::after{
    content: "";
    width: 11px;
    height: 11px;
    background: url('/media/wysiwyg/arrow-icon.svg') no-repeat;
}
.field_short_description:last-child {
    margin-bottom: 0;
}
._has-modal .modal-popup.create-kit-popup .modal-inner-wrap .modal-content {
    overflow: unset;
}
.create-kit-popup .build_box_form{
    max-height: calc(100vh - 211px);
    overflow: auto;
    text-align: left;
    padding: 0 30px 0px 75px;
}
.build_box_step_field_title.kit_name_description,
.number-of-kits.build_box_step_field_title {
    margin-top: 30px;
}
p#invaildName {
    margin: 1rem 0 0;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box > .product-cart-box{
    max-height: unset;
    overflow: unset;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list{
    padding: 0px !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 2px;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list .pro-image {
    width: 100%;
    height: 179px;
    border: none;
    border-radius: 0px;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list .pro-image img{
    width: 100% !important;
    border-radius: 0;
    object-fit: cover;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-box .product-list .product-cart-box{
    width: 100% !important;
    margin: 0;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list .product-cart-box .name {
    position: static;
    padding: 10px 10px 8px;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list .product-cart-box .name h2 {
    font-size: 12px;
    line-height: 17px;
    color: #1B2437;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    letter-spacing: normal;
    -webkit-line-clamp: 2;
    position: static;
    margin: 0 0 10px;
}
.product-inner-content-info{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-inner-content-info-left,
.product-inner-content-info-right{
    flex: 0 0 calc(50% - 2.5px);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-inner-content-info span {
    font-size: 12px;
    font-weight: 500;
    color: #C4C4C4;
    display: flex;
    line-height: 15px;
}
.product-inner-content-info p {
    font-size: 12px;
    line-height: 15px;
    color: #1F2937;
    font-weight: 600;
    margin: 0px;
}
.product-inner-content-info > div > div {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}
.product-box .add-to-kit {
    width: 100%;
    height: 19px;
    background: #C1000E;
    border-radius: 2px;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 0px;
    border: none;
    letter-spacing: normal;
    vertical-align: top;
    font-weight: 600;
    margin: 9px 0 0;
    max-width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list.selected {
    border-color: #C1000E !important;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list input[type="checkbox"]{
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    opacity: 0;
    background: url("/media/wysiwyg/product-checked-icon.svg?dd") no-repeat;
    background-size: 24px 25px;
    width: 25px;
    height: 25px;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list input[type="checkbox"]::before,
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list input[type="checkbox"]::after{
   display: none;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list.selected input[type="checkbox"]{
    opacity: 1;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list .prodQtysec {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box .product-cart-box .product-list .prodQtysec input#prodQtyForBox {
    width: 25px !important;
    resize: both;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    background: #C1000E;
    padding: 0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Inter';
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box .product-cart-box .product-list .prodQtysec {
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0;
    justify-content: center;
    position: static;
    bottom: 0;
    opacity: 0;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list.selected .add-to-kit {
    opacity: 0;
}
._has-modal .modal-popup.create-kit-popup .build_box_step_2 .product-cart4-box .product-cart-box .product-list.selected .prodQtysec {
    opacity: 1;
}
._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box .product-cart-box .product-list.selected .prodQtysec input#prodQtyForBox{
    background: #C1000E;
    box-shadow: none;
}
.inner-summary-title{
    font-size: 14px;
    color: #000000;
    line-height: 17px;
    font-weight: 600;
    display: block;
    margin: 10px 0 15px;
}
.selected-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.product-summary-item-title {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #787878;
    width: 125px;
    margin-right: 5px;
}
.product-summary-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 10px;
}
.product-summary-item:last-child{
    margin: 0px;
}
.product-summary-item-price {
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 130px);
    text-align: right;
}
#build_box_form .build_box_steps_content .build_box_steps_content_left.product-cart-box {
    border: 1px solid #C4C4C4 !important;
    padding: 20px;
    border-radius: 2px;
}
.product-summary-kit-top{
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 3px;
}
#build_box_form .back-steps .back-steps-btn {
    width: 150px;
    border-radius: 2px;
    border: 1px solid #A0A0A0;
    background: #FFFFFF;
    text-align: center;
    padding: 13px 0;
    letter-spacing: .8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    margin: 0;
    line-height: normal;
    height: auto;
}
#build_box_form .back-steps {
    margin: 25px 0 88px 0px;
    gap: 0;
}
p:empty {
    display: none;
}
.build_box_form .build_box_step_3 #productBox div.product-box {
    border: 2px solid #E5E7EB;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    width: calc(33.333333% - 17px);
}
.new-joinee-kits-info{
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-image{
    border: none;
    border-radius: 0px;
    height: 138px;
    order: unset;
    margin: 0;
    width: 100%;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-name h3 {
    font-size: 12px;
    font-weight: 600;
    color: #1F2937;
    font-family: 'Inter';
    margin: 5px 0 0;
    line-height: 15px;
    text-align: center;
    min-height: unset;
    text-decoration: none;
    letter-spacing: normal;
}
.new-joinee-kits-info > label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.new-joinee-kits-info span.new-joinee-kits-title {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #000;
}
.new-joinee-kits-info > p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    align-items: flex-start;
    gap: 10px;
}
.new-joinee-kits-info span.selected_product_name {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #000;
}
.new-joinee-kits-info span {
    color: #A0A0A0;
    line-height: 19px;
}
.checkout-cart-index._has-modal .modal-popup.products-and-quantity .build_box_step_2 .product-cart4-box .box-btn .kits-box-main{
    box-shadow: none;
    padding: 0px;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-name h3::after{
    display: none;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-name{
    width: 100%;
    margin: 0px;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-price h3 .price{
    font-size: 16px;
    font-weight: 600;
    color: #C1000E;
    font-family: 'Inter';
    display: block;
    text-align: center;
    line-height: 19px;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-price h3{
    font-size: unset;
    line-height: unset;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-price {
    margin: 10px 0;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-kitstaticblock .box-prod-static li{
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #505967;
    margin: 0;
    padding: 0 8px;
    position: relative;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-kitstaticblock .box-prod-static li:after{
    display: none;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-kitstaticblock .box-prod-static li::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #505967;
    left: 0;
    top: 5px;
    position: absolute;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox .product-box .inner-box-1 .box-prod-kitstaticblock .box-prod-static{
    padding: 0 20px;
    margin: 0 0 12px;
}
._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox {
    gap: 20px 25px;
}
.build_box_step_3 .product-cart2-box {
    margin: 22px 0 0;
}
.build_box_form .build_box_step_3 #productBox .product-box input[type="radio"]{
    position: absolute;
    right: 13px;
    top: 9px;
    left: auto;
    opacity: 0;
    background: url("/media/wysiwyg/product-checked-icon.svg?sd") no-repeat;
    background-size: 24px 25px;
    width: 25px;
    height: 25px;
    appearance: none;
    margin: 0px;
}
.build_box_form .build_box_step_3 #productBox .product-box input[type="radio"]::before,
.build_box_form .build_box_step_3 #productBox .product-box input[type="radio"]::after{
   display: none;
}
.build_box_form .build_box_step_3 #productBox div.product-box.selected input[type="radio"] {
    opacity: 1;
}
.build_box_form .build_box_step_3 #productBox .product-box.selected {
    border-color: #E5E7EB;
    background: #FCF3F2;
}
.build_box_step_2 .cost-per-kit-with-gst {
    display: none;
}
.cost-per-kit label,
.cost-per-kit-with-gst label {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #000000;
    max-width: 130px;
}
.cost-per-kit span,
.cost-per-kit-with-gst span {
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #C1000E;
    max-width: calc(100% - 140px);
    word-break: break-all;
    line-height: 17px;
}
.product-summary-total {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.cost-total-kit span {
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #C1000E;
    max-width: calc(100% - 140px);
    word-break: break-all;
}
.cost-total-kit label {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #000000;
    max-width: 130px;
}
.product-summary-total.cost-per-kit {
    border-top: .5px solid #A0A0A0;
    padding: 10px 0 0;
    margin: 0 0 15px;
}
.price-total-kit label, .gst-total-kit label{
    font-size: 12px;
    line-height: 15px;
    color: #787878;
    font-weight: 500;
}
.price-total-kit span,  .gst-total-kit span{
    font-size: 14px;
    font-weight: 500;
    color: #1F2937;
    line-height: 17px;
}
.price-total-kit{
    align-items: center;
    margin: 12px 0 0;
}
.gst-total-kit {
    margin: 10px 0 0;
}
.product-inner-content-info > div > .kit-pro-gst {
    gap: 0;
    font-size: 12px;
    line-height: 15px;
    color: #1F2937;
    font-weight: 600;
}
.product-inner-content-info > div > .kit-pro-gst .product-gst {
    margin-left: 5px;
}
.catalog-product-view .product.data.items .additional-attributes-wrapper table.table tbody tr .col, .catalog-product-view .product.data.items .additional-attributes-wrapper table.table tbody tr .data{
    background: #fff;
}
.select_packaging .box-prod-gst-rate {
    display: none;
}
.select_packaging .box-prod-moq {
    display: none;
}
.select_packaging_content_summary h4 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #000000;
}
.summary-row label {
    font-size: 12px;
    line-height: 15px;
    color: #787878;
    font-weight: 500;
}
.summary-row{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
    margin: 0 0 12px;
}
.summary-row span{
    font-size: 12px;
    line-height: 15px;
    color: #1F2937;
    font-weight: 500;
}
.select-packaging-title {
    gap: 5px 0;
    margin: 0 0 22px;
}
span.packaging-name {
    font-weight: 600;
}
.highlight .packaging-total {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin-top: 3px;
}
.packaging-total label {
    font-weight: 600;
    color: #000000;
}
.packaging-total span{
    color: #C1000E;
    font-weight: 600;
}
.final-summary-box .kit-summary {
    padding: 15px 0 0;
    border: none;
    border-top: 0.5px solid #A0A0A0;
    width: 100%;
}
.final-summary-box .kit-summary .summary-row label{
    color: #787878;
}
.final-summary-box .kit-summary .inner-summary-title {
    border-top: 0.5px solid #A0A0A0;
    margin-top: 15px;
    padding-top: 10px;
}
.final-summary-box .product-summary-item {
    margin-bottom: 15px;
}
.final-summary-box .product-summary-item:last-child {
    margin: 0;
}
.product-summary-total.cost-per-kit.packaging::after {
    content: "Exclusive of GST";
    font-size: 10px;
    font-weight: 600;
    color: #C4C4C4;
    line-height: 12px;
    width: 100%;
}
.product-summary-total.cost-per-kit.packaging {
    gap: 0 10px;
}
.cost-per-kit.packaging label {
    font-size: 12px;
    font-weight: 500;
    color: #787878;
}
.cost-total-kit.packaging {
    order: 7;
}
.cost-per-kit-with-gst {
    order: 6;
    margin: 15px 0px;
    gap: 0 10px;
}
.price-total-kit.packaging {
    margin: 0;
}
.cost-per-kit-with-gst.packaging::after {
    content: "Inclusive of GST";
    font-size: 10px;
    line-height: 12px;
    color: #C4C4C4;
    font-weight: 600;
    width: 100%;
}
.cost-per-kit-with-gst.packaging {
    gap: 0 10px;
}
.cost-per-kit-with-gst.packaging::after {
    content: "Inclusive of GST";
    font-size: 10px;
    font-weight: 600;
    color: #C4C4C4;
}
.box-product-name-child {
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    color: #505967;
    margin: 7px 0 0;
}
.review_your_kit_info{
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    margin: 36px 0 0;
}
.review_your_kit_info label{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}
.review_your_kit_info p{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #707070;
    margin: 0 0 20px;
}
#build_box_form .back-steps .kits-box-main {
    display: none;
}
.step4-kit-summary-edit {
    position: relative;
}
.step4-kit-summary-edit .kit-summary {
    width: 100%;
    padding: 25px 15px;
}
.step4-kit-summary-edit .kit-summary::before {
    content: "Kit Information";
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 500;
    display: block;
    margin: 0 0 15px;
}
.step4-kit-summary-edit .kit-summary-title {
    display: none;
}
.step4-kit-summary-edit .edit-step1-btn {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 0;
    background: none;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-bottom: 1px solid #C1000E;
    color: #C1000E;
    font-weight: 500;
    letter-spacing: normal;
}
.build_box_step_4 .kit-inner-top-summary p strong{
    width: 241px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.build_box_step_4 .kit-inner-top-summary p span{
    width: calc(100% - 256px);
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.step4-kit-summary-edit .kit-summary .boxBtn {
    display: none;
}
.step4-kit-summary-edit .kit-summary .kit-inner-top-summary:nth-last-of-type(2) p {
    margin: 0;
}
.step4-product-select-edit {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 25px 15px;
    margin: 20px 0 0;
    position: relative;
}
.step4-product-select-edit .edit-step2-btn {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 0;
    background: none;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-bottom: 1px solid #C1000E;
    color: #C1000E;
    font-weight: 500;
    letter-spacing: normal;
}
.step4-product-select-edit .product-info {
    display: flex;
    border: 1px solid #C4C4C4;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 29px 0 0;
}
.step4-product-select-edit .product-image {
    width: 75px;
}
.step4-product-select-edit .product-details {
    width: calc(100% - 185px);
    margin: 0 0 0 10px;
    padding: 10px 0px 9px;
}
.step4-product-select-edit .product-price {
    margin: 0 0 0 auto;
    font-size: 14px;
    line-height: 17px;
    color: #C1000E;
    font-weight: 600;
}
.step4-product-select-edit .product-title,
.step4-product-select-edit .product-sku {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .3px;
    font-weight: 600;
    color: #1B2437;
}
.step4-product-select-edit .product-quantity{
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 5px 0 0;
    color: #7B7B7B;
}
.step4-product-select-edit .product-quantity strong {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    letter-spacing: .3px;
}
.step4-product-select-edit .product-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.step4-product-select-edit .box-select-pro-label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px;
    display: block;
}
.build_box_step_4 .product-cart2-box{
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 25px 15px;
    position: relative;
}
.build_box_step_4 .product-cart2-box > label{
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 16px;
    display: block;
}
.build_box_step_4  .selected-pro-details{
    display: none;
}
.build_box_step_4 .product-cart-box {
    width: 100%;
}
#build_box_form .build_box_step_4 .product-details-img{
    padding: 0;
    border-radius: 0;
    border: none;
}
#build_box_form .build_box_step_4 .product-cart-box .selected-box-img{
    width: 75px;
    max-width: 100%;
    max-height: unset;
    height: auto;
}
#build_box_form .build_box_step_4 .product-cart-box .selected-box-info{
    width: calc(100% - 180px);
    padding: 10px 0 9px;
    margin: 0 0 0 10px;
}
#build_box_form .build_box_step_4 .product-cart-box {
    border: 1px solid #C4C4C4;
    align-items: center;
    padding: 0 29px 0 0;
}
#build_box_form .build_box_step_4 .product-details-name h2{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .3px;
    color: #1B2437;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0;
}
.build_box_step_4 .product-details-sku h2 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .3px;
    color: #1B2437;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0px;
}
.build_box_step_4 .product-details-qty label{
    font-size: 14px;
    line-height: 17px;
    color: #7B7B7B;
}
.build_box_step_4 .product-details-qty {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0 0;
}
.build_box_step_4 .product-details-qty h2 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .3px;
    color: #000000;
    font-weight: 600;
    margin: 0px;
}
.selected-box-info .product-size {
    display: none;
}
#build_box_form .product-cart-box .product-details-price span{
    font-size: 14px;
    line-height: 17px;
    color: #C1000E;
    font-weight: 600;
    font-family: 'Inter';
}
#build_box_form .product-cart-box .product-details-price{
    margin: 0 0 0 auto;
}
.build_box_step_4 .edit-step3-btn{
    font-size: 16px;
    line-height: 19px;
    color: #C1000E;
    border: none;
    border-bottom: 1px solid #C1000E;
    padding: 0;
    background: none;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute;
    right: 15px;
}
.kit-product-selected-fetch {
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.last-kit-summary-info{
    width: 250px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
}
.last-kit-summary h4 {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 15px;
}
.last-kit-summary .kit-summary{
    border: none;
    border-top: .5px solid #A0A0A0;
    width: 100%;
    padding: 15px 0 0;
}
.last-kit-summary .summary-section .inner-summary-title{
    border-top: .5px solid #A0A0A0;
    padding: 10px 0 0;
}
body._has-modal .modal-popup.giftlist div.modal-inner-wrap .modal-content {
    padding: 30px 25px;
}
.modal-popup.giftlist .modal-inner-wrap{
    border-radius: 2px;
    max-width: 623px !important;
    box-shadow: none;
    border: 1px solid #E9E9E9;
}
.page-products._has-modal .product-items .product-item aside.modal-popup._show.giftlist div.modal-inner-wrap{
    box-shadow: none;
}
.modal-popup.giftlist .modal-inner-wrap .modal-content .add_giftlist{
    border: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 34px;
}
.current-product-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.current-product-item-img {
    width: 85px;
}
.current-product-item-img img{
    max-width: 100%;
}
.current-product-item-info .current-product-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 122%;
    display: block;
    color: #000;
}
.current-product-price {
    font-size: 20px;
    line-height: 24px;
    color: #C1000E;
    font-weight: 700;
    margin: 0;
}
.current-product-wrapper {
    margin: 0 0 10px;
}
.wishlist-option {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
}
.wishlist-option label {
    border: 2px solid #D2D5DB;
    border-radius: 2px;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 28px;
}
.wishlist-option label p {
    margin: 0;
    color: #1F2937;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 25px;
    width: calc(100% - 77px);
    flex-wrap: wrap;
}
.wishlist-option label p input[type="radio"],
.wishlist_products input[type="radio"] {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2.5px solid #D2D5DB;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.wishlist_products input[type="radio"]:hover{
    border-color: #D2D5DB;
}
.wishlist-option label p input[type="radio"]:checked,
.wishlist_products input[type="radio"]:checked {
    border-color: #4CAF50;
    background: #4CAF50;
}
.wishlist-option label p input[type="radio"]:checked::before,
.wishlist_products input[type="radio"]:checked::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
}
.wishlist-option label p .wishlist-count-info {
    flex-direction: column;
    gap:5px 0;
}
.wishlist-option label p .wishlist-count-info .wishlist-count{
    color: #A0A0A0;
    font-weight: 500;
}
.wishlist-option label > span {
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #4CAF50;
    line-height: 19px;
    display: none;
}
.wishlist-option label.active > span {
    display: block;
}
.wishlist-option label.active{
    border-color: #4CAF50;
}
.catalog-product-view .current-product-wrapper-list{
    display: none;
}
.wishlist-option label.active p span{
    color: #33803F;
}
.wishlist-option label p span{
    display: flex;
    gap: 10px;
}
.wishlist-option label.active p span svg path{
    fill: #4CAF50;
}
.new-giftlist-wrapper label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 19px;
    margin: 0 0 10px 28px;
}
.new-giftlist-wrapper {
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.new-giftlist-wrapper input[type="text"] {
    background: #F3F3F5;
    font-size: 14px;
    border-radius: 2px;
    border: none;
    font-weight: 500;
    color: #717181;
    padding: 0 16px;
    margin: 0 0 0 28px;
    width: calc(100% - 28px);
    height: 50px;
}
.new-giftlist-wrapper input[type="text"]::-webkit-input-placeholder{
    color: #717181;
}
.new-giftlist-wrapper input[type="text"]::-moz-input-placeholder{
    color: #717181;
}
.new-giftlist-wrapper input[type="text"]::-ms-input-placeholder{
    color: #717181;
}
.new-giftlist-wrapper input[type="text"]::-o-input-placeholder{
    color: #717181;
}
.new-giftlist-wrapper input[type="text"]::placeholder{
    color: #717181;
}
.add-to-giftlist, .modal-popup.giftlist .modal-inner-wrap button#wishlist-done,
.wishlist-shared-index #wishlist-popup .wishlist-buttons #wishlist-select-button{
    width: calc(50% - 5.5px);
    height: 50px;
    background: #C1000E;
    border: none;
    border-radius: 2.5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 30px 0 0 auto;
    display: block;
    border: none;
    color: #fff;
    font-family: 'Inter';
    padding: 0px;
}
.add-to-giftlist:hover{
    background: #C1000E;
    border: none;
}
.modal-popup.modal-slide.giftlist .action-close > span, .modal-slide .action-close > span {
    width: auto;
    height: auto;
    clip: unset;
    position: static;
    margin: 0;
}
.page-products._has-modal .product-items .product-item aside.modal-popup.giftlist._show .modal-inner-wrap .modal-header button.action-close,
.modal-popup.giftlist.modal-slide .modal-inner-wrap .modal-header .action-close {
    /* width: calc(50% - 30px);
    height: 50px;
    border-radius: 2px;
    bottom: 30px;
    top: auto;
    left: 25px;
    right: auto;
    box-shadow: none;
    border: 1px solid #A0A0A0;
    background: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px; */
    display: none;
}
.goback-create, .goback-add {
    width: calc(50% - 5.5px);
    height: 50px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #A0A0A0;
    background: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    vertical-align: top;
    margin: 30px 0 0 0;
}
.goback-create:hover, .goback-add:hover{
    background: none;
    color: #000000;
    border-color: #A0A0A0;
}
body.page-products._has-modal .products .product-items .product-item:hover .product-item-details div.product-item-actions {
    display: none;
}
.page-products._has-modal .product-item:hover .product-item-details .product-brand-color,
.page-products._has-modal .product-item:hover .product-item-details .product-item-name,
.page-products._has-modal .product-item:hover .product-item-details .final-price,
.page-products._has-modal .product-item:hover .product-item-details .product-description {
    opacity: 1;
    visibility: visible;
}
.modal_mywishlist_btn {
    display: flex;
    flex-wrap: wrap;
}
aside.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper,
.wishlist-shared-index .wishlist_popup_inner{
    padding: 0px;
    margin: 0;
}
.wishlist_wrapper input#select-all-giftlists{
    margin: 0px;
    top: 0;
    width: 20px !important;
    height: 20px !important;
    border-radius: 3px;
    border-width: 2px !important;
    border-color: #000 !important;
}
.wishliat-content .wishlist_wrapper .select-all-container{
    font-weight: 600 !important;
    margin: 0px;
    color: #000 !important;
    flex-wrap: wrap;
    gap: 10px;
}
.wishliat-content .wishlist_wrapper .select-all-container #select-all-giftlists:checked::after{
    background-image: url("/media/wysiwyg/checkbox-square.svg");
    left: -2px;
    top: -2px;
}
.wishliat-content .wishlist_wrapper .select-all-container #select-all-giftlists:checked{
    border-color: transparent !important;
}
aside.modal-popup.giftlist .modal-inner-wrap .wishlist_products input[type= "checkbox"],
.wishlist-shared-index #wishlist-popup .wishlist_wrapper .wishlist_products input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-width: 2px;
}
.modal-popup.giftlist .modal-inner-wrap .wishlist_products input[type= "checkbox"]:checked,
.wishlist-shared-index #wishlist-popup .wishlist_wrapper .wishlist_products input[type= "checkbox"]:checked{
    width: 20px;
    height: 20px;
    background-image: url("/media/wysiwyg/checkbox-square.svg");
    background-size: 100%;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products,
.wishlist-shared-index #wishlist-popup .wishlist_wrapper .wishlist_products{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #D2D5DB;
    box-shadow: none;
    min-height: 70px;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
    padding: 12px 24px 12px 28px;
}
.current-product-item-info {
    width: calc(100% - 100px);
}
.kit-number-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 30px 0 0;
}
.kit-number-options label{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.kit-number-options .kit-number-box {
    width: 50px;
    height: 35px;
    border: 1px solid #C4C4C4;
    background: none;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    margin: 0;
    box-shadow: none;
}
.steps-count-info li div {
    width: 30px;
    height: 30px;
    background: #E5E7EB;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-items: center;
}
.steps-count-info {
    display: flex;
    gap: 20px;
}
.steps-count-container{
    border-radius: 2px;
    border: 1px solid #C4C4C4;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: auto 0 70px;
}
.steps-count-container label{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #496794;
}
.kit-sidebar {
    width: 250px;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
}
.steps-count-info li div.active {
    background: #C1000E;
    color: #fff;
}
aside.modal-popup.build-box.create-kit-popup.modal-slide{
    top: unset;
    transform: unset;
    height: 100%;
}
.products-info-kits{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    justify-content: space-between;
    color: #000;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 30px 6px 20px;
    margin: 0 0 25px;
}
.select-shows-kits {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.select-shows-kits .total-no-of-kits{
    width: auto;
    height: 35px;
    background: #F3F3F5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23A0A0A0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    border-radius: 2px;
    padding: 9px 37px 9px 7px;
    border: none;
    appearance: none;
    background-size: 12px;
}
.heading-product-count-value {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.wishlist-shared-index #wishlist-popup .wishlist_popup_inner .wishlist_wrapper {
    display: block !important;
    padding: 0px;
    margin: 0px;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products .wishlist_product_title{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    max-width: calc(100% - 126px);
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products .wishlist_product_title span{
    font-size: 14px;
    line-height: 17px;
    color: #A0A0A0;
    font-family: 'Inter';
    font-weight: normal;
    width: 100%;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products.selected {
    background: #F2FDF5;
    border-color: #4CAF50;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products.selected svg path{
    fill: #33803F;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products.selected .wishlist_product_title h3{
    color: #33803F;
}
.modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products.selected::after {
    content: "Selected";
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    color: #4CAF50;
    line-height: 19px;
    margin-right: 0;
}
.wishlist-list h1 {
    font-size: 16px;
    margin: 0;
    color: #0A0A0A;
}
.wishlist-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin: 0 0 24px;
}
#create-giftlist-btn {
    font-size: 14px;
    letter-spacing: normal;
    background: #C1000E;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    align-items: center;
    height: 32px;
}
#create-giftlist-btn:hover{
    background: #a00009;
}
.wishlist-dropdown-wrapper {
    display: none;
}
.giftlist-collection {
    display: none;
}
.giftlist-collection-items {
    margin-top: 0;
    border-top: none;
    padding: 0;
    display: block;
}
.gift_list_search_section{
    display: none;
}
.page-main .data-grid-filters-action-wrap .action-default {
    background: #ffffff;
    color: #41362f;
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 10px 20px;
    margin: 0;
}
.salesorder-order-split .admin__data-grid-actions-wrap .admin__action-dropdown-wrap  {
    vertical-align: top;
}
.salesorder-order-split .admin__data-grid-header .admin__data-grid-actions-wrap{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.salesorder-order-split .admin__data-grid-actions-wrap .admin__action-dropdown{
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    border: 1px solid transparent;
    line-height: unset;
}
.salesorder-order-split .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after {
    border-left: 1px solid #cccccc;
    content: '';
    height: 3.2rem;
    left: -5px;
    position: absolute;
    top: 0.5rem;
    z-index: 3;
}
.salesorder-order-split .page-main .admin__data-grid-wrap {
    margin-top: 20px;
}
.giftlist-collection-items .wishlist-select-items{
    max-height: unset;
    padding: 0px;
    gap: 24px;
    overflow: unset;
}
.giftlist-collection .giftlist-item-content .wishlist-category-list {
    display: none;
}
.giftlist-collection .wishlist-select-items .giftlist-item-collection {
    width: calc(33.33333% - 16px);
    flex-wrap: wrap;
    padding: 24px;
    height: 259px;
    background: none;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 14px;
    gap: 0px;
    background: #fff;
    transform: scale(1);
    transition: all .1s linear;
    margin: 1px !important;
}
.giftlist-collection .wishlist-select-items .giftlist-item-collection:hover{
    border-color: #C1000E;
    transform: scale(1.02);
}
.giftlist-collection .wishlist-select-items .giftlist-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #F3F4F6;
}
.giftlist-collection .wishlist-select-items .giftlist-item-collection .view-giftlist-box-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
}
.wishlist-select-items .giftlist-actions-dropdown .action-menu-btn {
    padding: 0px;
    border: none;
    width: 36px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
}
.wishlist-select-items .giftlist-actions-dropdown .action-menu-btn:hover{
    background: #f3f4f6;
}
.wishlist-select-items .giftlist-actions-dropdown {
    margin-left: auto;
}
.giftlist-image-info {
    width: calc(33.33333% - 6px);
    overflow: hidden;
}
.giftlist-collection .giftlist-item-collection .giftlist-image img{
    height: auto;
    width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: all .1s linear;
}
.giftlist-collection .giftlist-item-collection .giftlist-image img:hover{
    transform: scale(1.2);
}
.item-counts-giftlist {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #4A5565;
    margin: 6px 0 24px;
}
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view {
    flex-wrap: wrap;
    gap: 0;
}
.wishlist-updated-time {
    font-size: 16px;
    line-height: 24px;
    color: #6A7282;
    margin: 0 0 18px;
    width: 100%;
}
.giftlist-collection .wishlist-select-items .giftlist-item-content {
    width: 100%;
    margin: 14px 0 0;
}
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a.view_giftlist::after{ 
    display: none;
}
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a.view_giftlist{ 
    color: #0A0A0A;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: normal;
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 6px 0;
}
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a.view_giftlist:hover {
    background: #e9ebef;
    border-color: #c1000e;
}
.view-giftlist-items-with-view .wishlist-item {
    width: calc(50% - 4px);
}
.wishlist-item .share-btn-action {
    font-size: 14px;
    background: #C1000E;
    border-radius: 8px;
    border: none;
    letter-spacing: normal;
    padding: 10px 0;
    width: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.wishlist-item .share-btn-action:hover {
    background: #a00009;
}
.giftlist-collection .giftlist-item-content .view-giftlist-items-with-view a.view_giftlist span{
    text-decoration: none;
}
.giftlist-collection .view-all-gift-main {
    display: none;
}
.wishlist-select-items .giftlist-actions-dropdown .action-dropdown-menu {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 3px;
    width: 128px;
}
.wishlist-select-items .giftlist-actions-dropdown .action-dropdown-menu a{
    font-size: 14px;
    color: #0A0A0A;
    display: block;
    padding: 6px 8px;
    border-radius: 8px;
}
.wishlist-select-items .giftlist-actions-dropdown .action-dropdown-menu button {
    font-size: 14px;
    color: #E7000B;
    display: block;
    padding: 6px 8px;
    border-radius: 8px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.wishlist-select-items .giftlist-actions-dropdown .action-dropdown-menu a:hover,
.wishlist-select-items .giftlist-actions-dropdown .action-dropdown-menu button:hover{
    background: #e9ebef !important;
}
.share-popup-overlay {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none; justify-content: center; align-items: center;
    z-index: 1000000;
}
.share-popup {
    background: #fff;
    border-radius: 10px;
    width: 512px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 20px);
    overflow: auto;
    max-width: calc(100% - 20px);
}
.share-popup h2 { 
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 700;
    line-height: 100%;

}
.share-popup p { 
    font-size: 14px; 
    margin-bottom: 14px; 
    color: #555; 
}
.share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;
}
.share-btn {
    width: calc(50% - 6px);
    padding: 10px;
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1);
    min-height: 94px;
    justify-content: center;
    gap: 8px;
    color: #0A0A0A;
    transform: scale(1);
    transition: all .1s linear;
}
.share-btn:hover{
    border-color: #C1000E;
    transform: scale(1.02);
}
.share-popup input {
    width: 100%; padding: 10px;
    border-radius: 6px; border: 1px solid #ccc;
    margin-bottom: 10px;
}
.close-popup {
    background: #030213;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: normal;
    display: block;
    margin: 32px 0 0 auto;
}
.share-popup-overlay .wishlistTitle{
    display: none;
}
.link_read {
    margin: 16px 0 0;
}
.link_read p{
    margin: 0 0 8px;
    font-size: 14px;
    color: #4A5565;
}
.link_read input {
    background: #F3F3F5;
    border: none;
    padding: 0 12px;
    height: 36px;
    margin: 0;
}
.close-popup:hover{
    background: #C1000E;
    border: none;
}
.close_share {
    background: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 17px;
    right: 17px;
    margin: 0;
    box-shadow: none;
}
.close_share:hover{
    background: none;
}
.close_share:focus, .close_share:active{
    background: none;
    border: none;
    box-shadow: none;
}
._has-modal .create-giftlist-modal.modal-popup .modal-inner-wrap,
._has-modal .rename-giftlist-modal .modal-inner-wrap {
    max-width: 512px;
    border-radius: 10px;
    box-shadow: none;
    padding: 25px;
}
._has-modal .create-giftlist-modal .modal-inner-wrap .modal-header,
._has-modal .create-giftlist-modal .modal-inner-wrap .modal-content,
.rename-giftlist-modal .modal-inner-wrap .modal-header,
.rename-giftlist-modal .modal-inner-wrap .modal-content {
    padding: 0;
}
._has-modal .create-giftlist-modal .modal-inner-wrap .modal-title,
._has-modal .rename-giftlist-modal .modal-inner-wrap .modal-title{
    font-size: 18px;
    line-height: 100%;
    color: #0A0A0A;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 9px;
}
.create-giftlist-modal .modal-content p,
.rename-giftlist-modal .modal-content p  {
    font-size: 14px;
    line-height: 20px;
    color: #717182;
    margin: 0px;
    font-family: 'Inter';
}
.create-giftlist-modal .fieldset > .field::before{
    display: none;
}
.create-giftlist-modal .fieldset > .field .label {
    padding: 0px;
}
.create-giftlist-modal .fieldset > .field .label h3,
.rename-giftlist-modal h3 {
    margin: 32px 0 8px;
    font-size: 14px;
    line-height: 100%;
    color: #0A0A0A;
    font-weight: normal;
}
.create-giftlist-modal .fieldset .wishlist-name,
.rename-giftlist-modal #wishlist-name{
    height: 36px;
    background: #F3F3F5;
    border-radius: 8px;
    border: none;
    color: #0A0A0A;
    padding: 0 12px;
}
.create-giftlist-modal .fieldset .wishlist-name::-webkit-input-placeholder,
.rename-giftlist-modal #wishlist-name::-webkit-input-placeholder{
    color: #717182;
}
.create-giftlist-modal .fieldset .wishlist-name::-moz-input-placeholder,
.rename-giftlist-modal #wishlist-name::-moz-input-placeholder{
    color: #717182;
}
.create-giftlist-modal .fieldset .wishlist-name::-ms-input-placeholder,
.rename-giftlist-modal #wishlist-name::-ms-input-placeholder{
    color: #717182;
}
.create-giftlist-modal .fieldset .wishlist-name::-o-input-placeholder,
.rename-giftlist-modal #wishlist-name::-o-input-placeholder{
    color: #717182;
}
.create-giftlist-modal .fieldset .wishlist-name::placeholder,
.rename-giftlist-modal #wishlist-name::placeholder{
    color: #717182;
}
.create-giftlist-modal .fieldset .actions-toolbar {
    display: flex;
    justify-content: end;
    gap: 8px;
    margin: 0px;
}
.rename-giftlist-modal .actions {
    display: flex;
    justify-content: end;
    gap: 8px;
    margin: 32px 0 0;
}
.create-giftlist-modal .fieldset .actions-toolbar::before,
.create-giftlist-modal .fieldset .actions-toolbar::after{
    display: none;
}
.create-giftlist-modal.modal-popup .fieldset .actions-toolbar .action,
.rename-giftlist-modal .actions button.action {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #0A0A0A;
    padding: 8.5px 14px;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    height: auto;
    font-size: 14px;
    background: #fff;
}
.create-giftlist-modal.modal-popup .fieldset .actions-toolbar .save,
.rename-giftlist-modal .actions button.save-wishlist-name {
    background: rgb(193 0 14 / 50%);
    border: none;
    padding: 9.5px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    letter-spacing: normal;
}
.create-giftlist-modal.modal-popup .fieldset .actions-toolbar .save:hover,
.rename-giftlist-modal .actions button.save-wishlist-name:hover{
    background: rgb(193 0 14 / 100%);
}
.create-giftlist-modal button.action-close,
.rename-giftlist-modal button.action-close,
.custom-delete-confirm button.action-close{
    padding: 0px;
    font-size: unset;
    line-height: unset;
    top: 17px;
    right: 17px;
}
.create-giftlist-modal .action-close::before,
.rename-giftlist-modal button.action-close::before,
.custom-delete-confirm button.action-close::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.rename-giftlist-modal button.action-close span,
.custom-delete-confirm button.action-close span{
    display: none;
}
._has-modal .modals-wrapper .custom-delete-confirm .modal-inner-wrap {
    max-width: 512px;
    box-shadow: none;
    padding: 25px;
    border-radius: 10px;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-header,
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-content {
    padding: 0px;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-content {
    margin: 0 0 16px;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-title {
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 24px;
    font-family: 'Inter';
    font-weight: 700;
    color: #0A0A0A;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-title::before{
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.1083 15L11.4417 3.33335C11.2963 3.07685 11.0855 2.8635 10.8308 2.71507C10.576 2.56664 10.2865 2.48843 9.99167 2.48843C9.69685 2.48843 9.4073 2.56664 9.15257 2.71507C8.89783 2.8635 8.68703 3.07685 8.54167 3.33335L1.875 15C1.72807 15.2545 1.65103 15.5433 1.65168 15.8371C1.65233 16.1309 1.73065 16.4194 1.87871 16.6732C2.02676 16.927 2.23929 17.1372 2.49475 17.2824C2.7502 17.4276 3.03951 17.5027 3.33334 17.5H16.6667C16.9591 17.4997 17.2463 17.4225 17.4994 17.2761C17.7525 17.1297 17.9627 16.9193 18.1088 16.6659C18.2548 16.4126 18.3317 16.1253 18.3316 15.8329C18.3316 15.5405 18.2545 15.2533 18.1083 15Z' stroke='%23E7000B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 7.5V10.8333' stroke='%23E7000B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14.1667H10.0083' stroke='%23E7000B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-footer {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: end;
    gap: 8px;
}
._has-modal .custom-delete-confirm .modal-inner-wrap .modal-content div {
    font-size: 14px;
    line-height: 20px;
    color: #717182;
}
._has-modal .custom-delete-confirm .modal-footer button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #0A0A0A;
    padding: 8.5px 14px;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    height: auto;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
}
._has-modal .custom-delete-confirm .modal-footer button.action-accept {
    background: rgb(193 0 14 / 100%);
    border: none;
    padding: 9.5px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    letter-spacing: normal;
}
.form-wishlist-items .block-wishlist-management .wishlist-select,
.download-wishlist-pdf {
    display: none;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions #wishlists-copy {
    display: none !important;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-toolbar {
    padding: 16px;
    border: none;
    background: #F3F4F6;
    border-radius: 10px;
    margin: 24px 0 0px;
    flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-item{
    box-shadow: none !important;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.1) !important;
    width: calc(33.333333% - 8px) !important;
    padding: 0 0 6px !important;
    transition: all .1s linear;
}
.wishlist-index-index .products-grid .product-item:hover{
    border-color: #c1000e !important;
    transform: scale(1.02);
}
.wishlist-index-index .products-grid .product-item .product-item-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.wishlist-index-index .products-grid .product-item .product-item-checkbox:checked:before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25 9.91667L2.33333 7' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-checkbox:checked{
    background: #030213;
}
.products-grid.wishlist a.product-item-photo {
    height: 194px;
    position: relative;
    overflow: hidden;
}
.products-grid.wishlist a.product-item-photo .product-image-container {
    height: 100%;
    vertical-align: top;
}
.products-grid.wishlist a.product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: 100%;
    overflow: unset;
}
.products-grid.wishlist a.product-item-photo img {
    border-radius: 14px 14px 0 0;
    height: 100%;
}
.products-grid.wishlist .product-item:hover .product-item-inner {
    display: none;
}
.wishlist-index-index .products-grid.wishlist .product-item strong.product-item-name {
    display: block;
}
.products-grid.wishlist .product-items strong.product-item-name {
    padding: 0 12px;
    margin: 0 0 4px;
    font-size: unset;
}
.products-grid.wishlist .product-items .product-item-name a {
    letter-spacing: normal;
    color: #0A0A0A;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}
.products-grid.wishlist .product-items .product-item-name a:hover{
    text-decoration: none;
}
.products-grid.wishlist .wishlist-price span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: left;
    color: #101828;
}
.products-grid.wishlist .wishlist-price {
    padding: 0 12px;
}
.products-grid.wishlist .wishlist-stock span {
    font-size: 14px;
    color: #00A63E;
    text-align: left;
    display: block;
    padding: 0 12px;
    margin: 2px 0 0;
}
.wishlist-index-index .sticky-content-cart {
    display: none;
}
.wishlist-index-index .products-grid.wishlist {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 14px;
    background: #fff;
}
.products-grid.wishlist .wishlist-toolbar-select {
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    color: #0A0A0A;
    align-items: center;
}
.products-grid.wishlist .wishlist-toolbar-select .label{
    font-size: 16px;
    line-height: 24px;
}
.products-grid.wishlist .wishlist-toolbar-select input {
    width: 16px;
    height: 16px;
    margin: 0;
    background: #F3F3F5;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    top: 0px;
}
.products-grid.wishlist .wishlist-toolbar-select input:checked::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25 9.91667L2.33333 7' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
}
.products-grid.wishlist .wishlist-toolbar-select input:checked{
    background: #030213;
}
.wishlist-item-top-botton button.action {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #0A0A0A;
    font-size: 14px;
    letter-spacing: normal;
    height: 32px;
    line-height: normal;
    border-radius: 8px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.wishlist-item-top-botton button.action:hover{
    background: #e9ebef;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #0A0A0A;
}
.wishlist-item-top-botton {
    display: flex;
    justify-content: end;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
}
.wishlist-item-top-botton button.delete_giftlist_btn {
    color: #E7000B;
}
.wishlist-item-top-botton button.delete_giftlist_btn:hover{
    color: #E7000B;
}
.wishlist-index-index .block-wishlist-management {
    display: flex;
    flex-wrap: wrap;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-title {
    display: block;
    margin: 0;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-title a {
    display: none;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-title strong {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #0A0A0A;
}
.form-wishlist-items .block-wishlist-management {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 16px;
}
.account.wishlist-index-index .form-wishlist-items .wishlist-toolbar .gift-list-share {
    display: none;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions button.selected-item-addto-cart {
    font-size: 14px;
    letter-spacing: normal;
    color: #0A0A0A;
    background: #fff;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    align-items: center;
    line-height: normal;
    height: 32px;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions #delete-selected-items.action{
    font-size: 14px;
    color: #E7000B;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    gap: 14px;
    padding: 0 11px;
    align-items: center;
    height: 32px;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions #delete-selected-items.action:hover{
    background: #e9ebef;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions {
    margin-left: auto;
    flex-wrap: wrap;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .move-item-to-giftlist {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    letter-spacing: normal;
    color: #0A0A0A;
    font-family: 'Inter';
    border-radius: 8px;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .move-item-to-giftlist .action::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33331 6V3.33334C1.33331 2.97971 1.47379 2.64058 1.72384 2.39053C1.97389 2.14048 2.31302 2 2.66665 2H5.26665C5.48964 1.99782 5.70961 2.0516 5.90645 2.15642C6.10328 2.26124 6.27067 2.41375 6.39331 2.6L6.93331 3.4C7.05472 3.58436 7.22 3.73568 7.41431 3.84041C7.60863 3.94513 7.82591 3.99997 8.04665 4H13.3333C13.6869 4 14.0261 4.14048 14.2761 4.39053C14.5262 4.64058 14.6666 4.97971 14.6666 5.33334V12C14.6666 12.3536 14.5262 12.6928 14.2761 12.9428C14.0261 13.1929 13.6869 13.3333 13.3333 13.3333H2.66665C2.31302 13.3333 1.97389 13.1929 1.72384 12.9428C1.47379 12.6928 1.33331 12.3536 1.33331 12V11.3333' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33331 8.66667H7.99998' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10.6667L8 8.66667L6 6.66667' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    content: "";
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .move-item-to-giftlist .toggle {
    padding: 6.5px 20px;
    display: flex;
    gap: 14px;
    line-height: normal;
    align-items: center;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .move-item-to-giftlist .toggle:after{ 
    margin-left: 0;
}
.form-wishlist-items .wishlist-toolbar .wishlist-toolbar-actions .move-item-to-giftlist:hover{
    background: #e9ebef;
}
.wishlist-index-index .products-grid .product-item.add_all_to_cart {
    min-height: 307px;
    background: #F9FAFB;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wishlist-index-index .products-grid .product-item.add_all_to_cart label {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #101828;
    margin: 82px 0 2px;
}
.wishlist-index-index .products-grid .product-item.add_all_to_cart p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #4A5565;
}
.wishlist-index-index .products-grid .product-item.add_all_to_cart:hover{
    border-color: #c1000e !important;
}
.wishlist-toolbar > label {
    font-size: 16px;
    color: #0A0A0A;
    display: block;
    line-height: 24px;
}
.account.wishlist-index-index .column.main {
    margin: 0;
}
.back_to_wishlist a{
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.back_to_wishlist a:hover{
    background: #e9ebef;
}
.back_to_wishlist {
    margin: 0 0 16px;
}
.wishlist-index-index .products-grid.wishlist + .actions-toolbar {
    display: none;
}
.discountrequests-quotes-index table thead tr th {
    background: #f9fafb;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #364153;
    vertical-align: middle;
    letter-spacing: -0.31px;
}
.discountrequests-quotes-index table {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    border-collapse: separate;
}
.discountrequests-quotes-index table thead tr th:first-child {
    border-radius: 10px 0 0 0px;
}
.discountrequests-quotes-index table thead tr th:last-child {
    border-radius: 0px 10px 0 0px;
}
.discountrequests-quotes-index table tbody tr td {
    letter-spacing: -0.31px;
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding: 16px 24px;
    border-top: 1px solid #E5E7EB;
}
.status-info {
    padding: 2px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}
.status-info.processing {
    background: #FEF9C2;
    color: #A65F00;
}
.status-info.completed {
    background: #DCFCE7;
    color: #008236;
}
a.quote_view {
    color: #C1000E;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
a.quote_view::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_13440_4410)'%3E%3Cpath d='M1.37468 8.23224C1.31912 8.08256 1.31912 7.91792 1.37468 7.76824C1.91581 6.45614 2.83435 5.33427 4.01386 4.54484C5.19336 3.75541 6.58071 3.33398 8.00001 3.33398C9.41932 3.33398 10.8067 3.75541 11.9862 4.54484C13.1657 5.33427 14.0842 6.45614 14.6253 7.76824C14.6809 7.91792 14.6809 8.08256 14.6253 8.23224C14.0842 9.54434 13.1657 10.6662 11.9862 11.4556C10.8067 12.2451 9.41932 12.6665 8.00001 12.6665C6.58071 12.6665 5.19336 12.2451 4.01386 11.4556C2.83435 10.6662 1.91581 9.54434 1.37468 8.23224Z' stroke='%23C1000E' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' stroke='%23C1000E' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13440_4410'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.discount-download-pdf #download-pdf {
    background: #C1000E;
    border-radius: 10px;
    letter-spacing: -0.31px;
    color: #fff;
    box-shadow: none;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
}
.discount-download-pdf #download-pdf:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 10V2' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6665 6.6665L7.99984 9.99984L11.3332 6.6665' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
}
.discountrequests-quote-view .page-title-wrapper .page-title:before {
    display: none;
}
.discountrequests-quote-view .discount-download-pdf {
    order: 2;
    width: auto;
    margin: -26px 0 0 auto;
}
.discountrequests-quote-view main .page-title-wrapper {
    order: 0;
    width: 100%;
    margin: 0 0 8px;
}
.discountrequests-quote-view .quote-status {
    content: 'Quotation Number';
    order: unset;
    margin: 0;
}
.discountrequests-quote-view .page-title-wrapper .page-title span:before {
    padding-right: 4px;
}
.discountrequests-quote-view .page-title-wrapper .page-title {
    letter-spacing: -0.31px;
    line-height: 24px;
    color: #101828;
}
.account .column.main .quote_request_topbar h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.07px;
    color: #101828;
    margin: 0 0 8px;
}
.discountrequests-quotes-index .page-title-wrapper {
    display: none;
}
.quote_request_topbar p {
    line-height: 24px;
    color: #4A5565;
    letter-spacing: -0.31px;
    margin: 0 0 33px;
}
.filter_quote_request {
    border: 2px solid #D1D5DC;
    border-radius: 10px;
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
}
.filter_quote_request_title {
    padding: 16px 24px;
    border-bottom: 1px solid #E5E7EB;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    display: flex;
    gap: 8px;
    align-items: center;
}
.filter_quote_status_fields {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.filter_quote_status_fields_list label {
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #364153;
    display: block;
    margin: 0 0 9px;
}
.filter_quote_status_fields_list {
    width: 180px;
}
.filter_quote_status_fields_list select {
    border: 2px solid #D1D5DC;
    border-radius: 10px;
    height: 45px;
}
.filter_quote_status_fields .filter_quote_status_fields_list input {
    height: 45px;
    border: 2px solid #D1D5DC;
    border-radius: 10px;
}
div#countBox {
    background: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    line-height: 24px;
    letter-spacing: -0.31px;
    padding: 10px 18px;
    margin: 0 0 0 auto;
    align-self: flex-end;
}
.discountrequests-quotes-index h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    margin: 32px 0 17px;
    font-weight: 400;
}
.status-info.rejected {
    background: #FFE2E2;
    color: #C10007;
}
.back_to_quote_request {
    width: 100%;
    order: -1;
    margin: 0 0 17px;
}
.back_to_quote_request a{
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #4A5565;
    gap: 8px;
    align-items: center;
}
.account.page-layout-2columns-left.discountrequests-quote-view .column.main {
    align-items: flex-start;
    align-content: flex-start;
}
.discountrequests-quote-view .user-response {
    margin: 24px 0 0;
    padding: 0px;
    border: none;
}
.discountrequests-quote-view .user-response .cart {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.discountrequests-quote-view .user-response .cart h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.45px;
    color: #101828;
    margin: 0;
    font-weight: 500;
    padding: 16px 24px 17px;
}
.discountrequests-quote-view .user-response #shopping-cart-table {
    border: none;
    border-radius: 0;
    display: table;
    min-width: unset;
    overflow: unset;
    max-width: unset;
}
.discountrequests-quote-view .user-response #shopping-cart-table > thead > tr > th {
    background: #f9fafb;
    border: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: 700;
    color: #364153;
    padding: 11px 24px !important;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
    width: auto;
    text-align: left;
}
.discountrequests-quote-view .user-response #shopping-cart-table thead > tr > th span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: 700;
    color: #364153;
}
.discountrequests-quote-view .user-response table tr{
    display: table-row;
    box-shadow: none;
    border: none;
}
.discountrequests-quote-view .user-response table tbody tr td {
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    padding: 24px !important;
    vertical-align: middle;
    font-weight: normal;
    border-bottom: 1px solid #E5E7EB;
    display: table-cell;
}
.discountrequests-quote-view .user-response tr img {
    width: 80px;
    height: auto;
}
.discountrequests-quote-view .user-response tr td {
    width: auto;
}
.discountrequests-quote-view .user-response table tbody tr td.product-image {
    display: table-cell;
    width: 130px;
}
.quotation-final-price-total tbody {
    background-color: #f9fafb;
    box-shadow: none;
    padding: 0;
}
.quotation-final-price-total {
    width: 320px;
    margin: 17px 24px 16px auto;
}
.user-response .quotation-final-price-total tbody tr.table-row th {
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 8px;
}
.user-response .quotation-final-price-total tbody tr.table-row td {
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    letter-spacing: -0.31px;
    border: none;
}
.user-response .quotation-final-price-total tbody tr.table-row td .info-icon {
    display: none;
}
.user-response .quotation-final-price-total .gst-row .subtotal {
    display: table-cell;
}
.discountrequests-quote-view .user-response .cart table tr:last-child th, .discountrequests-quote-view .user-response .cart table tr:last-child td {
    border-top: 1px solid #D1D5DC;
    padding-top: 8px;
}
.user-request {
    background: #F5F6FA;
    border-radius: 10px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    margin: 0 0 50px;
}
.user-response .sticky-content-cart {
    display: none !important;
}
.user-request .conversation-chat .chat-massage-box h4 {
    font-weight: normal;
    letter-spacing: -0.15px;
    line-height: 20px;
    font-size: 14px;
    color: #364153;
}
.user-request .conversation-chat .chat-massage-box {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #364153;
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}
.user-request .conversation-chat .chat-massage-box::after{
    display: none;
}
.user-request .conversation-chat .admin-message .chat-massage-box {
    margin-left: 0;
}
.user-request .conversation-chat .user-message .chat-massage-box{
    margin-right: 0;
}
.quotes_table{ 
    overflow: auto;
}
.user-response-cart-table {
    overflow: auto;
    width: 100%;
}

.profile-info > form {
    display: none;
}
.account h2.page-inner-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    margin: 0 0 33px;
    font-weight: normal;
}
.profile-info {
    background: none;
    border-radius: 0px;
    padding: 0;
    flex-wrap: wrap;
    gap: 24px;
}
.customer-details {
    margin: 0;
    width: calc(50% - 12px);
    border-top: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    padding: 25px;
    border-radius: 10px;
}
.company-details {
    margin: 0;
    width: calc(50% - 12px);
    border: 1px solid #E5E7EB;
    padding: 25px;
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    border-radius: 10px;
}
.box-model-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
}
.box-model-icon-info {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-model-personal-info {
    background: #C1000E;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.45px;
    color: #FFFFFF;
}
.box-model-content-info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #6A7282;
    margin: 0px;
}
.box-model-content-info label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    margin: 0;
    color: #101828;
    padding: 0;
    border: none;
    display: block;
}
.personal-info-icon {
    width: 40px;
    height: 40px;
    background: #F3F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 16px;
}
.personal-info-content {
    width: calc(100% - 52px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
}
.personal-info-content label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #6A7282;
    padding: 0;
    margin: 0;
    border: none;
}
.personal-info-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    padding: 0;
    border: none;
    margin: 0;
}
.personal-info-list:last-child {
    margin: 0;
}
.box-model-company-details {
    background: #496794;
}
.gst_no_info #upload-gst-link {
    display: none;
}
.gst_no_info .gst {
    margin: 0;
}
.personal-info-list.gst_no_info {
    margin: 0 0 21px;
    border-bottom: 1px solid #E5E7EB;
    padding: 0 0 16px;
}
#open-profile-edit {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #C1000E;
    float: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    text-transform: none;
}
#open-profile-edit::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.77699 8.90909L5.01136 8.15341L8.16335 5.00142H0V3.90767H8.16335L5.01136 0.765625L5.77699 2.38419e-07L10.2315 4.45455L5.77699 8.90909Z' fill='%23C1000E'/%3E%3C/svg%3E") no-repeat;
    width: 11px;
    height: 9px;
    margin-top: 1px;
}
.company-orders-info {
    display: none;
}
.main-block-info-order {
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    border: 1px solid #E5E7EB;
    padding: 25px;
    border-radius: 10px;
    margin: 32px 0 0;
    background: #FFFFFF;
}
.orders-view-info-title .box-model-icon-info {
    background: #DCFCE7;
    border-radius: 10px;
}
.block-order-info {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.block-order-info .company-orders-info-list {
    flex: 0 0 calc(33.333333333% - 24px);
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 30px 20px 20px;
}
.orders-info label{
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #364153;

}
.orders-info img {
    display: none;
}
.orders-info {
    margin: 0 0 18px;
    padding: 0px;
    border: none;
    justify-content: flex-start;
}
.company-orders-info-list .company-orders-info-list-status h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    border: none;
    width: 100%;
}
.company-orders-info-list .company-orders-info-list-status {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    gap: 5.5px;
}
.company-orders-info-list a {
    width: 100%;
    max-width: 228px;
    border: 1px solid #D1D5DC;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #364153;
    text-decoration: none;
    text-align: left;
    padding: 8px 17px;
    margin: 19px 0 0;
}
.company-orders-info-list a:hover{
    background: #C1000E;
    color: #fff;
}
.company-orders-info-list-status span {
    padding: 5px 8px 3px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
}
.company-orders-info-list-status span.pending {
    background: #FFEDD4;
    color: #9F2D00;
}
.company-orders-info-list-status span.ongoing {
    background: #DBEAFE;
    color: #193CB8;
}
.orders-filter {
    display: none;
}
.account .column.main .recent-orders-info h2 {
    font-size: 16px;
    letter-spacing: -0.31px;
    line-height: 24px;
    color: #101828;
    margin: 24px 0 17px;
}
.account .main .block-dashboard-orders .recent-orders-info .table-order-items th {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #4A5565;
    font-weight: 700;
    background: none;
    border: none;
    border-bottom: 1px solid #E5E7EB;
}
.account .main .block-dashboard-orders .recent-orders-info .table-order-items td{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #101828;
    padding: 17px 16px;
}
.orders-recent-actions-info {
    display: flex;
    gap: 8px;
}
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.view {
    border: 1px solid #C1000E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #C1000E;
    background: none;
    padding: 0 13px;
    width: 91px;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    align-items: center;
    height: auto;
    text-align: left;
    margin: 0;
    gap: 4px;
}  
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.view::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_13432_21756)'%3E%3Cpath d='M0.959852 5.74781C0.921057 5.64329 0.921057 5.52833 0.959852 5.42382C1.33769 4.50766 1.97906 3.72432 2.80264 3.17311C3.62622 2.6219 4.59492 2.32764 5.58594 2.32764C6.57696 2.32764 7.54566 2.6219 8.36924 3.17311C9.19282 3.72432 9.83418 4.50766 10.212 5.42382C10.2508 5.52833 10.2508 5.64329 10.212 5.74781C9.83418 6.66397 9.19282 7.44731 8.36924 7.99852C7.54566 8.54973 6.57696 8.84399 5.58594 8.84399C4.59492 8.84399 3.62622 8.54973 2.80264 7.99852C1.97906 7.44731 1.33769 6.66397 0.959852 5.74781Z' stroke='%23C1000E' stroke-width='0.93099' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.58594 6.98242C6.35719 6.98242 6.98242 6.35719 6.98242 5.58594C6.98242 4.81468 6.35719 4.18945 5.58594 4.18945C4.81468 4.18945 4.18945 4.81468 4.18945 5.58594C4.18945 6.35719 4.81468 6.98242 5.58594 6.98242Z' stroke='%23C1000E' stroke-width='0.93099' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13432_21756'%3E%3Crect width='11.1719' height='11.1719' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    width: 11px;
    height: 11px;
}
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.view span {
    max-width: calc(100% - 15px);
}
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.order {
    border: 1px solid #D1D5DC;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #364153;
    background: #fff;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    padding: 0 13px;
    margin: 0;
    gap: 4px;
    width: 97px;
    align-items: center;
    max-width: unset;
}
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.order::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.67737 2.00631 11.2874 2.66082 12.4933 3.82667L14 5.33333' stroke='%23364153' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V5.33333H10.6667' stroke='%23364153' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 8C14 9.5913 13.3679 11.1174 12.2426 12.2426C11.1174 13.3679 9.5913 14 8 14C6.32263 13.9937 4.71265 13.3392 3.50667 12.1733L2 10.6667' stroke='%23364153' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33333 10.6665H2V13.9998' stroke='%23364153' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 16px;
    height: 16px;
}
.account .main .block-dashboard-orders table.table tbody td .orders-recent-actions-info a.action.order span{
    max-width: calc(100% - 21px);
}
.view-all-order-history {
    display: none;
}
.not-started {
    background: #F3F4F6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    max-width: 86px;
    padding: 4px 15px 4px 12px;
    color: #364153;
}   
.giftlist-box {
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    border: 1px solid #E5E7EB;
    padding: 25px;
    width: calc(50% - 12px);
    border-radius: 10px;
}
.dashboard-two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0 24px;
}
.dashboard-two-column .block.block-dashboard-addresses {
    width: calc(50% - 12px);
    box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #E5E7EB;
}
.giftlist-box .box-model-icon-info {
    background: #FFE2E2;
    border-radius: 10px;
}
.giftlist-box .box-model-content-info p strong {
    font-weight: normal;
}
.giftlist-card {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 4.5px 10px 8.5px;
    margin: 0 0 12px;
}
.giftlist-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.31px;
    color: #101828;
    margin: 0 0 4.5px;
}
.giftlist-meta {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #6A7282;
}
.giftlist-box .view-all {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #C1000E;
    margin: 16px 0 0;
    display: inline-flex;
    vertical-align: top;
    gap: 5px;
    align-items: center;
}
.giftlist-box .view-all::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.77699 8.90909L5.01136 8.15341L8.16335 5.00142H0V3.90767H8.16335L5.01136 0.765625L5.77699 2.38419e-07L10.2315 4.45455L5.77699 8.90909Z' fill='%23C1000E'/%3E%3C/svg%3E") no-repeat;
    width: 11px;
    height: 9px;
    margin-top: 1px;
}
.block-dashboard-addresses .box-model-icon-info {
    background: #DBEAFE;
    border-radius: 10px;
}
.account .column.main .block-dashboard-addresses .block-content {
    padding: 0;
}
.account .column.main .block-dashboard-addresses .block-content a.edit-icon-btn {
    display: none;
}
.account .column.main .block.block-dashboard-addresses .block-content .box {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 17px;
    width: 100%;
}
.account .column.main .block.block-dashboard-addresses div.block-content .box {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 17px;
    margin: 0 0 12px;
}
.account .column.main .block.block-dashboard-addresses .block-content .box .box-content {
    font-size: 14px;
    line-height: 20px;
    color: #6A7282;
    letter-spacing: -0.15px;
}
.account .column.main .block.block-dashboard-addresses .block-content .box .box-content a{
    color: inherit;
}
.account .column.main .block-dashboard-addresses .block-content .box-title-wrapper svg {
    display: none;
}
.account .column.main .block-dashboard-addresses .block-content .box-title-wrapper .box-title{ 
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    margin: 0px;
}
.default_label {
    background: #C1000E;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 5px 8px 3px;
    margin: 0 0 0 auto;
}
.account .column.main .block-dashboard-addresses .block-content .box-title-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
.dashboard-two-column .block.block-dashboard-addresses > .block-title {
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0 !important;
}
.dashboard-two-column .block.block-dashboard-addresses > .block-title a.edit {
    color: #C1000E;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: -0.15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 16px 0 0 0 !important;
}
.dashboard-two-column .block.block-dashboard-addresses > .block-title a.edit::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.77699 8.90909L5.01136 8.15341L8.16335 5.00142H0V3.90767H8.16335L5.01136 0.765625L5.77699 2.38419e-07L10.2315 4.45455L5.77699 8.90909Z' fill='%23C1000E'/%3E%3C/svg%3E") no-repeat;
    width: 11px;
    height: 9px;
    margin-top: 1px;
}
.table-wrapper.orders-recent {
    overflow: auto;
}
.account div.page-title-wrapper {
    margin-top: 0;
}
div.download-wishlist-pdf {
    display: block;
}
.download-wishlist-pdf a {
    background: #C1000E;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 24.5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.download-wishlist-pdf a:before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 12.5V2.5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83325 8.3335L9.99992 12.5002L14.1666 8.3335' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 20px;
    height: 20px;
}
._has-modal .modals-wrapper .download-giftlist-modal.modal-popup .modal-inner-wrap {
    max-width: 512px;
    box-shadow: none;
    border: 1px solid #0000001A;
    border-radius: 10px;
    font-family: 'Inter';
}
._has-modal .download-giftlist-modal .modal-inner-wrap .modal-title {
    display: none;
}
._has-modal .download-giftlist-modal .modal-inner-wrap .modal-header {
    padding: 0 0 35px;
    position: relative;
    z-index: 1;
    background: #fff;
}
._has-modal .download-giftlist-modal .modal-inner-wrap .modal-content {
    padding: 0 25px 25px;
    margin-top: -10px;
}
.download-giftlist-modal h2 {
    margin: 0 0 8.5px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.44px;
    color: #0A0A0A;
    text-align: left;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.download-giftlist-modal .modal_sub_title{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #717182;
    margin: 0 0 37px;
}
.modal-slide.download-giftlist-modal button.action-close::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 4L4 12' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%230A0A0A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 16px;
    height: 16px;
}
.modal-slide.download-giftlist-modal button.action-close {
    width: 16px;
    height: 16px;
    top: 17px;
    right: 32px;
    overflow: hidden;
}
.download-giftlist-modal form div label {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #4A5565;
    margin: 0 0 3.5px;
    font-weight: normal;
    display: block;
}
.download-giftlist-modal #kitName{
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    color: #101828;
    box-shadow: none;
    font-size: 16px;
    padding: 13px;
    height: 50px;
    font-family: 'Inter';
    font-weight: 400 !important;
}
.download-giftlist-modal #kitNameCount {
    display: none;
}
.download-giftlist-modal form div {
    margin: 0 0 16px;
}
.download-giftlist-modal #description{
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    height: 74px;
    padding: 13px;
    font-size: 16px;
    color: #101828;
    font-family: 'Inter';
    box-shadow: none;
    font-weight: 400 !important;
    vertical-align: top;
}
.download-giftlist-modal #descriptionCount {
    display: none;
}
.download-giftlist-modal fieldset {
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.download-giftlist-modal fieldset label {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #4A5565;
}
.download-giftlist-modal fieldset .product-item {
    width: auto;
    display: inline-block;
    margin: 0 0 0 auto;
    border-radius: 0;
    border: none;
    padding: 0;
}
.download-giftlist-modal form .product-list {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 28.5px 17px 17px;
    flex-direction: column;
    width: 100%;
    gap: 31.5px;
    display: flex;
    margin: 12px 0 0
}
.download-giftlist-modal form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    background: #F3F3F5;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    top: 4px;
    left: 12px;
    position: absolute;
}
.download-giftlist-modal form input[type="checkbox"]:checked {
    background: #030213;
}
.download-giftlist-modal form input[type="checkbox"]:checked::before{
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6667 3.5L5.25 9.91667L2.33333 7' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
}
.download-giftlist-modal form .product-list .product-item label picture {
    display: none;
}
.download-giftlist-modal form .product-list .product-item label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #101828;
    margin: 0;
}
.download-giftlist-modal form .product-list .product-item {
    width: 100%;
    position: relative;
    padding: 0 0 0 40px;
}
.download-giftlist-modal form .product-list .product-item .qp {
    padding: 0 !important;
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}
.download-giftlist-modal form .product-list .product-item .qp div {
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #6A7282;
    margin: 0;
}
.download-giftlist-modal form .product-list .product-item .qp div:nth-child(2) {
    display: none;
}
.download-giftlist-modal form .product-list .product-item .qp div strong {
    font-weight: normal;
}
.download-giftlist-modal fieldset > .product-item input {
    position: static;
    vertical-align: top;
    margin: 2px 0 0;
}
.download-giftlist-modal input.submit-button {
    background: #C1000E;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 24.5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #fff;
}
.download-giftlist-modal form .product-list .product-item .qp .dot {
    width: 4px;
    height: 4px;
    background: #6A7282;
    border-radius: 50%;
    margin: 0 3px;
}


@media (max-width: 1262px) {
    .catalog-product-view .column div.product.media {
        width: 45%;
    }
    .catalog-product-view.page-layout-1column div.product-info-main{
        width: calc(30% - 30px);
    }
    .product-custom-details{
        width: calc(25% - 24px);
    }
    .create-kit-popup .kit-header-main{
        gap: 20px;
    }
}

@media (max-width: 1245px) {
    header .header.content .block-search{
        margin-right: 20px;
    }
    header .header.content .block-search{
        max-width: calc(100% - 835px);
    }
    .catalog-product-view div.product.info.detailed{
        width: 60%;
    }
    .catalog-product-view div.block.related{
        width: calc(40% - 30px);
    }
    .create-kit-popup .kit-header-main{
        padding: 20px 15px;
    }
    .create-kit-popup .kit-header-info > h2{
        padding: 0 0 0px 15px;
    }
}

@media (max-width: 1199px) {
    .page-products .products .product-item .product-item-details .product-item-actions{
        position: static;
    }
    .page-products div.products-grid .product-items .product-item{
        padding-bottom: 0px;
    }
    .catalog-product-view .column div.product.media{
        width: 40%;
    }
    .product-custom-details{
        width: calc(30% - 20px);
        margin-left: 20px;
    }
    .catalog-product-view.page-layout-1column div.product-info-main{
        width: calc(30% - 20px);
        margin-left: 20px;
        padding: 10px 15px 20px;
    }
    ul.custom-details-list{
        padding: 25px 15px 0;
    }
    .product-info-assurance{
        margin: 12px 15px 15px;
    }
    .catalog-product-view div.block.related{
        padding: 20px;
    }
    .catalog-product-view div.block.related div.block-title.title strong{
        font-size: 18px;
        line-height: 21px;
    }
    .catalog-product-view .block.upsell .products{
        gap: 20px;
    }
    .catalog-product-view .block.upsell .products li.product-item{
        width: calc(25% - 15px);
    }
    .catalog-product-view .page-main div.block.upsell {
        margin: 30px 0 50px;
    }
    .catalog-product-view .block.upsell .products{
        margin: 20px 0 0;
    }
    .create-kit-popup .build_box_form{
        padding: 0 15px;
    }
    .create-kit-popup .build_box_form{
        max-height: unset;
        overflow: unset;
    }
    ._has-modal .modal-popup.create-kit-popup.build-box .modal-inner-wrap{
        height: 100vh;
        overflow: auto;
        top: unset;
        transform: unset;
    }
    ._has-modal .modal-popup.build-box .modal-inner-wrap .modal-content{
        height: auto;
        margin: 0 0 40px;
    }
    .new-giftlist-wrapper label{
        margin-left: 0;
    }
    .new-giftlist-wrapper input[type="text"] {
        margin: 0;
        width: 100%;
    }
    .modal-popup.giftlist div.modal-inner-wrap .wishlist_products input[type= "checkbox"]{
        width: 20px;
        height: 20px;
    }
    .modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products,
    .wishlist-shared-index #wishlist-popup .wishlist_wrapper .wishlist_products{
        padding: 15px;
    }
    aside.modal-popup.build-box.create-kit-popup.modal-slide .modal-inner-wrap::before{
        position: fixed;
    }
    .filter_quote_status_fields_list {
        width: 100%;
        max-width: calc(25% - 11.25px);
    }
    .filter_quote_status_fields {
        gap: 15px;
    }
    .filter_quote_request_title {
        padding: 16px 20px;
    }
    .filter_quote_status_fields {
        padding: 24px 20px;
    }
    .discountrequests-quote-view .user-response #shopping-cart-table > thead > tr > th {
        padding: 11px 15px !important;
    }
    .discountrequests-quote-view .user-response table tbody tr td {
        padding: 15px !important;
    }
    .discountrequests-quote-view .user-response tr td {
        width: 150px;
    }
    .discountrequests-quote-view .user-response #shopping-cart-table > thead > tr > th{
        width: 150px;
    }
    .discountrequests-quote-view .user-response #shopping-cart-table {
        width: 1200px;
    }
    .block-order-info {
        gap: 20px;
    }
    .block-order-info .company-orders-info-list {
        flex: 0 0 calc(33.333333333% - 14px);
    }
    table.table-order-items {
        width: 1200px;
        max-width: unset;
    }
}

@media (max-width: 1100px) {
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item{
        margin-right: 20px;
    }
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root > li.ammenu-item:last-of-type {
        margin-right: 20px;
    }
     header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo {
        margin-right: 20px;
    }
    header .header.content .block-search {
        max-width: calc(100% - 820px);
    }
}

@media (max-width: 1024px) {
    header .header.content .block-search {
        max-width: calc(100% - 725px);
    }
    header .category-toggle{
        display: flex;
        width: auto;
        gap: 15px;
    }
    .category-toggle .category-btn{
        font-size: 14px;
        line-height: 16px;
    }
    .category-toggle .category-btn::after{
        width: 9px;
        height: 9px;
    }
    header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo{
        max-width: 150px;
    }
    header .form.minisearch .control .input-text{
        font-size: 14px;
        padding-left: 15px;
        height: 40px;
        padding-right: 30px;
    }
    header .header.content .header.links li.link.wishlist {
        margin-left: 15px;
    }
    header .header.content .minicart-wrapper {
        margin-left: 15px;
    }
    header .form.minisearch .actions .search{
        width: 16px;
        height: 16px;
        right: 15px;
    }
    .top-category-section {
        padding: 27px 0;
    }
.customer-account-forgotpassword .create-account-static-title{
    width: 50%;
}
.customer-account-forgotpassword .form.password.forget{
    max-width: 100%;
    width: 50%;
}
.customer-forgotpassword{
    display: flex;
    gap: 30px;
}
.giftlist-collection .wishlist-select-items .giftlist-item-collection{
    width: calc(50% - 12px);
}

}


@media (max-width: 991px) {
    header .ammenu-button.-hamburger{
        display: none;
    }
    .header.content .header.links{
        display: flex;
    }
    .home-banner-columns h1{
        font-size: 45px;
        line-height: 56px;
    }
    .home-banner-columns p {
        margin: 0 0 25px;
    }
    .customer-info-slider-list{
        padding: 20px;
    }
    .pagebuilder-column-group .home-products-section-v2 h2{
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 5px;
    }
    .home-products-section-v2 .section-main-description{
        font-size: 18px;
        line-height: 25px;
    }
    .home-products-section-v2 .home-products-items .product-items{
        gap: 20px;
    }
    .home-products-section-v2 .home-products-items .product-items .product-item{
        width: calc(50% - 10px) !important;
    }
    .home-products-section-v2 .home-products-section-row .pagebuilder-column-line {
        gap: 20px;
        flex-wrap: wrap;
    }
    #html-body .home-products-section-v2 .home-products-small-column {
        width: calc(50% - 10px);
    }
    #html-body .home-products-section-v2 .home-products-big-column {
        width: calc(50% - 10px);
    }
    .pagebuilder-column-group .why-choose-us-v2 h2{
        font-size: 20px;
        line-height: 30px;
    }
    .why-choose-us-v2 .section-main-description{ 
        font-size: 17px;
        line-height: 20px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description label {
        font-size: 17px;
        line-height: 20px;
        padding: 15px 15px 0;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description p{
        padding: 0 15px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description img {
        bottom: -17%;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description{
        min-height: 99px;
    }
    .why-choose-us-v2 .tab-menu {
        gap: 30px;
    }
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link{
        font-size: 13px;
        line-height: 18px;
    }
    .page-products div.products-grid .product-items .product-item {
        width: calc(33.33% - 13.5px);
    }
    .catalog-category-view main.page-main .columns .column.main{
        width: calc(100% - 225px);
    }
    .customer-account-createpassword .create-account-static-title h1{
        font-size: 41px;
    }
    .catalog-product-view .column div.product.media {
        width: 60%;
    }
    .catalog-product-view.page-layout-1column div.product-info-main{
        width: calc(40% - 20px);
        margin-left: 20px;
    }
    .product-custom-details {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .catalog-product-view div.product.info.detailed {
        width: 100%;
    }
    .catalog-product-view div.block.related{
        width: 100%;
        margin: 30px 0 0 0;
    }
    .catalog-product-view .block.related .products-grid .product-item .product-item-details .product-item-actions {
        display: none;
    }
    .catalog-product-view .block.upsell .products li.product-item{
        width: calc(33.33333% - 15px);
    }
    .catalog-product-view .page-main div.block.upsell .block-title.title strong{
        font-size: 18px;
        line-height: 21px;
    }
    #build_box_form .build_box_steps_content .build_box_steps_content_left{
        width: calc(100% - 270px) !important;
    }
    #build_box_form .build_box_steps_content{
        gap: 0 20px;
    }
    ._has-modal .modal-popup.products-and-quantity.modal-slide .build_box_step_2 .product-cart4-box .product-cart-box .product-list{
        width: calc(50% - 7px);
    }
    .build_box_form .build_box_step_3 #productBox div.product-box{
        width: calc(50% - 5px);
    }
    ._has-modal .modal-popup.select_packaging .build_box_step_3 .product-cart2-box #productBox {
        gap: 10px;
    }
    .wishlist-index-index .products-grid .product-item {
        width: calc(50% - 6px) !important;
    }
    .block-order-info .company-orders-info-list {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 900px) {
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        font-size: 12px;
        line-height: 17px;
    }
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item {
        margin-right: 13px;
    }
    header .ammenu-nav-sections.-topmenu .ammenu-items.-root > li.ammenu-item:last-of-type {
        margin-right: 13px;
    }
    header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo {
        max-width: 130px;
    }
    header .header.content .block-search {
        max-width: calc(100% - 670px);
    }
    header .header.content .minicart-wrapper .showcart:before{
        width: 24px;
        height: 26px;
    }
    header .header.content .header.links li.wishlist a{
        width: 23px;
        height: 20px;
    }
    header .header.content .header.links li:first-of-type .authorization-link{
        height: 20px;
        width: 20px;
    }
    header .header.content .block-search {
        margin-right: 15px;
        margin-left: 10px;
    }
}

@media (max-width: 840px) {
    header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo {
        max-width: 100px;
        margin-right: 14px;
    }
    header .header.content .block-search {
        max-width: calc(100% - 635px);
    }
}

@media (max-width: 800px) {
    .category-toggle .category-btn {
        font-size: 13px;
        line-height: 15px;
    }
    header .header.content .block-search {
        max-width: calc(100% - 595px);
    }
    header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo {
        max-width: 85px;
    }
    .top-category-section {
        padding: 27.5px 0;
    }
}

@media (max-width: 767px) {
    #html-body div.header-top {
        display: none;
    }
    header .form.minisearch .control .input-text {
        border-radius: 25px;
        background: none;
        box-shadow: none;
        height: 32px;
        padding: 0px 45px 0px 32px;
        color: rgba(85, 108, 142, 1);
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 18px;
        border: 3px solid rgba(85, 108, 142, 1);
    }
    header .header.content .block-search {
        max-width: 169px;
    }
    header.page-header{
        margin-top: 0px;
    }
    .page-header .header.content ul.header.links {
        display: none;
    }
    .page-header .minicart-wrapper {
        display: none;
    }
    header.page-header .header.content .ammenu-logo img{
        max-width: 52px;
    }
    header.page-header .header.content{
        height: 75px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .ammenu-button.-hamburger{
        display: block;
        order: 3;
        margin: 0;
        height: 16px;
        width: 27px;
    }
    .header.content .header.links{
        display: none;
    }
    header .ammenu-button.-hamburger::before{
        content: "";
        background: url('/media/wysiwyg/humber-icon.svg') no-repeat;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    header .header.content .block-search {
        max-width: 169px;
    }
    header .form.minisearch .control input.input-text {
        border-radius: 25px;
        background: none;
        box-shadow: none;
        height: 32px;
        padding: 0 33px 0 10px;
        color: rgba(85,108,142,1);
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 18px;
        border: 1px solid rgb(85, 108, 142);
        font-style: normal;
    }
    .page-header .header.content .block-search {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        background: none;
        z-index: 1;
        transform: translate(-50%, -50%);
        right: 0;
        margin: 0;
    }
    header .header.content .block-search form.form.minisearch {
        width: auto;
        border: none;
        box-shadow: none;
        margin: 0;
        border-radius: 0;
        background: none;
    }
    header .header.content .block-search .form.minisearch .field.search .control{
        background: none;
        width: 100%;
    }
    header .header.content .block-search .form.minisearch .field.search .label{
        display: none;
    }
    header .form.minisearch .actions .search{
        right: 11px;
        width: 12px;
        height: 12px;
    }
    .home-banner-columns h1{
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .home-banner-columns {
        padding: 5px 0 11px;
        text-align: center;
    }
    div.page-wrapper {
        padding-top: 75px;
    }
    .home-banner-columns p{
        font-size: 16px;
        color: #556C8E;
        margin: 0 0 14px;
    }
    .default-btn{
        font-size: 15px;
        padding: 15px 14px;
    }
    .enquire-now img {
        max-width: 11px;
    }
    .home-banner-columns .pagebuilder-column-line {
        gap: 16px;
    }
    .home-odometer-section-v2 .odometer-inner-section{
        min-height: 164px;
    }
    .cms-home-page-v2 .pagebuilder-column-group h2, .cms-awards-page .pagebuilder-column-group h2{
        font-size: 32px;
        line-height: 40px;
    }
    .pagebuilder-column-group .home-services-v2 h2{
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 4px;
    }
    .home-services-v2 h2 + div {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .home-our-services-list-info img {
        max-height: 20px;
        margin: 0 auto;
    }
    .home-our-services-list {
        padding: 26px 6px 27px;
        border-radius: 0px;
    }
    .home-our-services-list-title p {
        font-size: 14px;
    }
    .home-our-services-list-title {
        margin: 22px 0 15px;
    }
    .container.home-services-v2{
        padding-right: 0px;
    }
    .home-services-v2 > .pagebuilder-column-group:first-child {
        padding-right: 15px;
    }
    .home-our-services-list-info .slick-slide {
        margin-right: 18px;
    }
    .home-our-services-list-info .slick-dots li button {
        width: 100%;
        height: 100%;
        border: none;
        background: var(--var-text-primary-color);
    }
    .home-our-services-list-info .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0;
    }
    .home-our-services-list-info .slick-dots li.slick-active {
        width: 20px;
    }
    .home-our-services-list-info .slick-dots {
        display: flex;
        gap: 8px;
        bottom: -18px;
        justify-content: center;
    }
    .home-our-services-list-info {
        margin: 0 0 51px;
    }
    .home-our-services-list-info .slick-dots li.slick-active button{
        background: var(--var-primary-color);
    }
    div.pagebuilder-column-group .what-customer-say h2{
        display: none;
    }
    .what-customer-say .section-main-description{
        display: none;
    }
    .what-customer-say-inner-title{
        line-height: 40px;
        margin: 26px 0 0;
        text-align: center;
    }
    .what-customer-say-inner-description{
        margin: 0 0 4px;
        text-align: center;   
        line-height: 25px;
    }
    .what-customer-say-awards{
        justify-content: center;
        margin: 0 0 10px;
    }
    .what-customer-say .customer-info-slider{
        width: 100%;
        position: static;
    }
    .customer-info-slider-list {
        background: #fff;
        padding: 11px 48px;
        border-radius: 16px;
        margin: 0px;
    }
    .customer-info-slider .slick-list {
        padding: 0;
    }
    .what-customer-say .slick-initialized .slick-slide {
        margin-right: 0;
    }
    .what-customer-say .slick-initialized .slick-slide > div:first-child {
        margin-bottom: 10px;
    }
    .customer-info-slider-list > p {
        line-height: 25px;
        margin: 0 0 15px;
        min-height: 75px;
    }
    .what-customer-say{
        padding: 0 0 33px;
    }
    .what-customer-say::before {
        height: 100%;
    }
    .what-customer-say .slick-dots{
        bottom: 15px;
        justify-content: center;
    }
    .what-customer-say .slick-dots li.slick-active button {
        background: white;
    }
    .home-trusted-leaders-v2 .pagebuilder-column-group h2{
        font-size: 24px;
        line-height: 30px;
        margin: 15px 0 10px;
        padding: 0 15px;
    }
    .pagebuilder-column-group .home-trusted-leaders-v2 .section-main-description{
        font-size: 14px;
        line-height: 25px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .home-trusted-leaders-v2{
        margin: 10px 0 0;
        padding: 0px;
    }
    .logos-slider-container {
        gap: 8px;
    }
    .home-trusted-leaders-v2 .logos-slider-container a {
        flex: 0 0 calc(25vw - 5px);
        background: #fff;
        box-shadow: 0px 4px 4px 0px #75727240;
        border-radius: 3px;
        padding: 7px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    .home-trusted-leaders-v2 .logos-slider-container {
        gap: 8px;
        padding: 0 0 15px;
    }
    section.ammenu-nav-sections {
        display: none;
    }
    #html-body .home-products-section-v2 .home-products-big-column {
        width: 100%;
    }
    .home-products-section-v2 div.products-offer-banner{
        position: static;
        width: 100%;
        height: 210px;
    }
    .home-products-section-v2 .products-offer-banner-img img {
        max-height: 190px;
    }
    .home-products-section-v2 .products-offer-banner .products-offer-banner-inner h2{
        line-height: 20px;
        letter-spacing: 5%;
        margin: auto 0 11px;
        font-weight: 600;
    }
    .home-products-section-v2 .products-offer-banner div.products-offer-banner-inner{
        width: 125px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .home-products-section-v2 .products-offer-banner .products-offer-banner-inner{
        bottom: 10px;
        left: 10px;
    }
    .home-products-section-v2 .products-offer-banner-img {
        max-width: calc(100% - 145px);
        margin-left: 10px;
        margin-right: 0;
    }
    .home-products-section-v2 .home-joinee-product-left-column .product-items .product-item:first-child, 
    .home-products-section-v2 .home-summer-essential-product-left-column .product-items .product-item:first-child{
        margin-left: 0 !important;
    }
    .home-products-section-v2 .products-offer-banner div.products-offer-banner-inner a{
        background: var(--var-primary-color);
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: var(--var-white-color);
        padding: 10px 11px 10px 9px;
        border-radius: 2.5px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'Inter';
        letter-spacing: normal;
        max-width: 94px;
        margin: 0px;
    }
    .home-products-section-v2 .products-offer-banner div.products-offer-banner-inner a::after{
        content: "";
        background: url('/media/wysiwyg/arrow-icon.svg') no-repeat;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-size: 100%;
    }
    .home-products-section-v2 .home-products-items .product-items .product-item .product-item-name a{
        line-height: 14px;
    }
    .home-products-section-v2 .product-brand{
        display: none;
    }
    .home-products-section-v2 div.home-products-items .product-items .product-item .product-item-details{
        padding: 11px 5px 6px;
        max-height: unset;
    }
    .home-products-section-v2 .home-products-section-row {
        margin-top: 20px;
    }
    .home-products-section-v2 .products-col-dire-change .products-offer-banner-inner {
        order: 2;
    }
    .home-products-section-v2 .home-products-items .product-item-photo{
        height: 140px;
    }
    .home-products-section-v2 .home-sustainable-product-right-column .product-items li.product-item:first-child {
        margin-right: 0 !important;
    }
    .home-products-section-v2 .product-price{
        margin: 9px 0 0;
    }
    .home-products-section-v2 .product-price span{
        font-size: 14px;
        line-height: 16px;
    }
    .pagebuilder-column-group .why-choose-us-v2 h2{
        font-size: 16px;
        line-height: 19px;
    }
    .pagebuilder-column-group .why-choose-us-v2 p{
        font-size: 12px;
        line-height: 20px;
    }
    .why-choose-us-v2 .why-choose-us-tab {
        margin-top: 10px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description p {
        font-size: 12px;
        line-height: 16px;
    }
    .why-choose-us-v2 .tab-menu-content-left {
        width: 50px;
        height: 50px;
    }
    .why-choose-us-v2 .tab-menu-content {
        gap: 11px;
    }
    .why-choose-us-v2 .tab-menu-content-right {
        width: calc(100% - 80px);
        margin-left: 4px;
    }
    .why-choose-us-v2 .tab-menu-content::before {
        width: 3px;
    }
    .why-choose-us-v2 .tab-menu {
        gap: 20px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description-bg {
        left: -10%;
        width: 120%;
        bottom: 0;
        height: 99px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description img{
        bottom: -14%;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description label{
        font-size: 14px;
        line-height: 17px;
    }
    .container.why-choose-us-v2 {
        margin-top: 30px;
    }
    .why-choose-us-v2 .tab-menu-content-right strong{
        margin: 0px;
    }
    .pagebuilder-column-group .why-choose-us-v2 p{
        font-size: 14px;
        line-height: 20px;
    }
    #html-body div.home-faq-v2 {
        display: none;
    }
    .container.why-choose-us-v2{
        margin-bottom: 30px;
    }
    #html-body .page-footer .footer-logo{
        display: none;
    }
    .footer.content .footer-section-new .footer-col .footer-sub-title::after{
        content: "";
        width: 10px;
        height: 6px;
        position: absolute;
        right: 0;
        background-size: 100%;
        top: 50%;
        transform: translate(0px, -50%);
        transition: transform .3s linear;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L5.29289 5.29289C5.68342 5.68342 6.31658 5.68342 6.70711 5.29289L11 1' stroke-width='2' stroke-linecap='round' stroke='%231F2937'/%3E%3C/svg%3E");
    }
    .footer.content .footer-section-new .footer-col-active .footer-sub-title::after {
        transform: translate(0px, -50%) rotate(180deg);
    }
    .footer-col [data-content-type='html'] {
        display: none;
        margin: 0 0 17px;
    }
    .footer-col.footer-col4 {
        padding-right: 0;
        border: none;
        order: unset;
    }
    .footer.content .footer-section-new .footer-col .footer-sub-title {
        color: #7C7C7C;
        margin: 0 0 7px;
        padding: 0;
        border: none;
        position: relative;
        line-height: 22px;
    }
    
    .footer-col {
        border-bottom: 1px solid var(--var-text-primary-color);
        margin: 0 0 13px;
    }
    .footer-col .footer-book-demo {
        order: 2;
        display: none !important;
    }
    .footer-contact-us {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-section-new ul.footer-contact-us{
        margin: 0px 0 12px !important;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 25px;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
    }
    .footer-section-new ul.footer-contact-us li {
        margin: 0;
    }
    .footer-section-new ul.footer-contact-us li a::before {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 18px;
        background-size: 100%;
        height: 18px;
        margin-right: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0.0680027 4.72694C0.0785408 5.99389 0.430336 7.08134 0.910807 8.13037C1.92452 10.3433 3.39919 12.2185 5.17572 13.8646C6.57359 15.1597 8.09319 16.2829 9.84366 17.0625C10.9227 17.543 12.036 17.9039 13.2357 17.8984C14.1197 17.8941 14.9386 17.6728 15.5925 17.0514C16.2668 16.4106 16.9343 15.7587 17.5583 15.0697C18.1392 14.4282 18.0884 13.5664 17.4788 12.9348C16.87 12.3038 16.2486 11.6845 15.6189 11.0744C15.0371 10.5104 14.0574 10.5156 13.4726 11.0755C13.1192 11.414 12.7571 11.7478 12.4408 12.1194C12.0646 12.5613 11.6102 12.6069 11.0955 12.4959C10.1783 12.2982 9.38925 11.8354 8.65723 11.2763C7.53273 10.4174 6.58764 9.3943 5.92817 8.12907C5.641 7.57782 5.41134 7.00794 5.4151 6.3698C5.41673 6.09745 5.50554 5.8721 5.70464 5.67952C6.08577 5.31104 6.4606 4.93562 6.83012 4.55537C7.37031 3.99946 7.49058 3.28621 7.13584 2.67276C7.02865 2.48738 6.8798 2.32095 6.72833 2.1672C6.17041 1.60043 5.60611 1.03994 5.03904 0.482241C4.42499 -0.121563 3.52092 -0.17216 2.8911 0.408676C2.21717 1.0303 1.5693 1.68233 0.938093 2.34768C0.285648 3.03527 0.0708618 3.89549 0.0680027 4.72694Z' fill='%231F2937'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }
    .footer-section-new ul.footer-contact-us li a{
        padding: 0px;
    }
    .footer-section-new .footer-book-demo div.block.newsletter{
        margin: 0px;
    }
    .footer-section-new .newsletter form input#newsletter{
        height: 38px;
        font-size: 12px;
    }
    .footer-section-new .newsletter div.actions .subscribe{
        height: calc(100% - 8px);
        font-size: 12px;
        line-height: 100%;
    }
    .footer-section-new .newsletter form div.actions{
        top: 4px;
        right: 4px;
    }
    .footer-section-new ul.footer-contact-us li a.ft-email:before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='18' viewBox='0 0 27 18' fill='none'%3E%3Cpath d='M23.7544 0H2.76257C1.24011 0 0.000488281 1.25512 0.000488281 2.79661V15.1017C0.000488281 16.6432 1.24011 17.8983 2.76257 17.8983H23.7544C25.2769 17.8983 26.5165 16.6432 26.5165 15.1017V2.79661C26.5165 1.25512 25.2769 0 23.7544 0ZM9.74512 9.93803L3.11612 15.5313C3.01226 15.6185 2.88742 15.661 2.76257 15.661C2.60348 15.661 2.44659 15.5928 2.33721 15.4597C2.14166 15.2225 2.1737 14.869 2.40792 14.671L9.03692 9.0778C9.27115 8.88092 9.62027 8.91336 9.81583 9.14939C10.0114 9.38766 9.97935 9.74115 9.74512 9.93803ZM13.2585 10.0868C12.6508 10.0868 12.0421 9.90336 11.5118 9.53532L2.45101 3.25861C2.19911 3.0841 2.13503 2.7362 2.30738 2.48115C2.47974 2.2261 2.82223 2.1601 3.07524 2.33573L12.136 8.61244C12.8177 9.08451 13.6993 9.08451 14.3821 8.61244L23.4429 2.33573C23.6959 2.16234 24.0395 2.2261 24.2107 2.48115C24.3831 2.7362 24.319 3.0841 24.0671 3.25861L15.0063 9.53532C14.4749 9.90336 13.8662 10.0868 13.2585 10.0868ZM24.1787 15.4597C24.0693 15.5928 23.9124 15.661 23.7544 15.661C23.6296 15.661 23.5047 15.6185 23.4009 15.5313L16.7719 9.93803C16.5376 9.74003 16.5056 9.38766 16.7012 9.14939C16.8967 8.91336 17.2447 8.88092 17.4801 9.0778L24.1091 14.671C24.3422 14.869 24.3742 15.2225 24.1787 15.4597Z' fill='%231F2937'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }
    .footer-col4 [data-content-type='html'] {
        margin: 0;
    }
    .footer-logo .footer-copyrights-section{
        margin-top: 0px;
        padding-top: 10px;
        flex-wrap: nowrap;
    }
    .footer-copyrights-section p.footer-copyright{
        max-width: calc(100% - 180px);
    }
    .footer-copyrights-section {
        flex-wrap: wrap;
        align-items: center;
    }
    .footer .footer-section-new{
        padding-bottom: 10px;
    }
    .footer-col4 [data-content-type='html']{
        display: none !important;
    }
    .footer-col4.footer-col-active [data-content-type='html']{
        display: block !important;
    }
    .footer-contact-section[data-content-type='html'] {
        display: block !important;
        margin-bottom: 7px;
    }
    .footer-col.footer-col4 {
        border-bottom: 1px solid #fff;
    }
    .footer-column-last{
        flex-wrap: wrap;
    }
    .footer-column-contact-info {
        width: 100%;
    }
    .certified_mark{
        flex-direction: row;
        margin: -63px 0 0 auto;
        gap: 5px;
        flex-wrap: wrap;
        width: 105px;
    }
    .social_media_icons .social-login-authentication-channel{
        margin-bottom: 0;
    }
    .certified_mark span {
        display: block;
        width: 100%;
        color: #7C7C7C;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
        font-family: 'Inter';
    }
    .certified_mark_img{
        max-width: 50px;
    }
    .footer-col.footer-col-newsletter {
        border: none;
        margin: 0;
    }
    .payment-list{
        display: none;
    }
    .payment-list.payment-list-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 10px;
        margin: 0 0 12px;
    }
    .payment-list.payment-list-mobile span {
        width: 100%;
        color: #7C7C7C;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
        font-family: 'Inter';
    }
    .payment-list-img img{
        max-width: 62px;
        filter: unset;
    }
    .social_media_icons .social-login-authentication-channel .social-btn .btn-social{
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .social_media_icons .social-login-authentication-channel > .block-content{
        gap: 11px;
    }
    .footer-contact-section[data-content-type='html'] .footer-sub-title::after{
        display: none;
    }
    .pagebuilder-column-group .home-products-section-v2 h2{
        font-size: 16px;
        line-height: 22px;
        margin: 5px 0px;
    }
    .home-products-section-v2 .section-main-description {
        font-size: 14px;
        line-height: 25px;
    }
    .page-footer .footer-logo {
        margin-top: 0;
    }
    #html-body .pagebuilder-column-line:first-child .footer-logo {
        display: none;
    }
    footer.page-footer .widget.block {
        margin: 0;
    }
    footer.page-footer{
        padding-top: 48px;
    }
    header .ammenu-tabs-list .ammenu-button.-active, header .ammenu-tabs-list .ammenu-button:hover{
        background: var(--var-primary-color) !important;
        color: var(--var-white-color) !important;
    }
    header .ammenu-tabs-list .ammenu-button{
        font-family: 'Inter';
    }
    header .ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link{
        font-family: 'Inter';
    }
    header .ammenu-nav-sections.-sidebar .ammenu-items li{
        width: 100%;
    }
    .why-choose-us-tab .tab-content-info-description:before{
        border-radius: 0 0 7px 7px;
    }
    .why-choose-us-v2 .why-choose-us-tab .tab-content-info-description{
        border-radius: 0 0 7px 7px;
    }
    .ammenu-nav-sections.-sidebar .ammenu-item{
        width: 100%;
    }
    .cms-aboutus div.page-wrapper{
        padding-top: 75px;
    }
    .ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item{
        width: 100%;
        border: none;
    }
    .customer-account-login .page-main .login-container > .widget {
        width: 100%;
    }
    .page-products div.products-grid .product-items .product-item{
        margin: 0;
    }
    .page-products div.products-grid .product-items .product-item:nth-child(4n+4) {
        margin-right: 0;
    }
    .product-items{
        gap:  20px;
    }
    .page-products div.products-grid .product-items .product-item {
        width: calc(50% - 10px);
    }
    .page-products .products .product-items .product-item .product-item-details .product-item-actions .customise-btn, .page-products .products .product-items .product-item .product-item-details div.product-item-actions form .action.tocart {
        padding: 9.5px 4px;
    }
    .catalog-category-view main.page-main .columns .column.main {
        width: 100%;
        padding-left: 0;
    }
    .page-products .products .product-items .product-item .product-item-details .product-item-actions .customise-btn, .page-products .products .product-items .product-item .product-item-details div.product-item-actions form .action.tocart {
        padding: 9.5px 4px;
    }
    .page-products .products .product-items .product-item .product-item-details div.product-item-actions{
        padding: 0px;
    }
    div .awards-banner {
        margin: 0 0 20px;
    }
    .awards-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .award-card h3 {
        font-size: 16px;
        text-align: left;
    }
    .awards-link {
        margin-top: 20px;
    }
    .award-card {
        width: 100%;
    }
    header .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root>.ammenu-item .ammenu-items{
        padding: 0px;
    }
    header .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root>.ammenu-item .ammenu-items .ammenu-link{
        font-family: 'Inter';
        font-weight: normal;
        padding: 9px 30px;
        max-height: unset;
    }
    .ammenu-items .ammenu-item > .ammenu-items .ammenu-item {
        border-bottom: 1px solid rgb(41, 41, 41);
    }
    header .ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link{
        max-height: unset;
        min-height: unset;
        padding: 10px 15px;
    }
    .header.content .logo-mobile{
        display: block;
    }
    .header.content .logo-desktop{
        display: none;
    }
    header .category-toggle{
        display: none;
    }
    .pagebuilder-column-group .home-trusted-leaders-v2 .section-main-description {
        margin-bottom: 15px;
    }
    .home-services-v2 .section-main-description{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    header.page-header .header.content .ammenu-logo, header.page-header.sticky_header .header.content .ammenu-logo{
        margin-right: auto;
    }
    #custom-category-toggle-wrapper .category-toggle{
        display: block;
    }
    .ammenu-nav-sections > .ammenu-items {
        display: none;
    }
    .top-category-section {
        padding: 0;
    }
    .page-header .category-toggle .category-btn {
        padding: 12px 15px;
        font-size: 16px;
        line-height: normal;
    }
    .top-category-section{
        border-bottom: 1px solid rgb(41, 41, 41);
    }
    .top-category-section:hover .main-category-list {
        display: none;
    }
    .top-category-section .main-category-list.show{
        display: block;
        width: 100%;
        box-shadow: none;
    }
    .custom-category-menu {
        width: 100%;
    }
    .custom-category-menu > span{
        display: none;
    }
    .main-category-list li a{
        text-transform: none;
        padding: 12px 30px;
        line-height: normal;
        font-size: 16px;
    }
    header .dropdown-content{
        position: relative;
        left: 0px;
    }
    header .top-category-section .category-list .dropdown-header{
        display: none;
    }
    .main-category-list li li.sub-category a {
        padding: 12px 50px;
    }
    header .top-category-section .category-list .main-category:hover > .dropdown-content {
        display: none;
    }
    #custom-category-toggle-wrapper .category-list .main-category > .dropdown-content.show{
        display: block;
    }
    #custom-category-toggle-wrapper .category-list .main-category{
        position: relative;
    }
    .top-category-section .main-category-list{ 
        position: relative;
    }
    .category-toggle .category-btn::after{
        background-image: url('/media/wysiwyg/menu-arrow.svg');
        width: 17px;
        height: 20px;
        margin-left: auto;
        transform: rotate(-90deg);
    }
    .category-toggle .category-btn.active::after{
        transform: rotate(90deg);
    }
    .main-category-list li{
        border-top: 1px solid rgb(41, 41, 41);
    }
    header .category-item .category-list > .comman-categories > a:hover, header .category-item .category-list > .comman-categories:hover > a{
        box-shadow: none;
    }
    #step1 .steps-field {
        width: 100%;
        margin-right: 0 !important;
    }
    .book-demo-section button.book-demo-btn1 {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        height: 62px;
        padding: 0px;
        font-family: 'Inter';
        letter-spacing: 2px;
        border: 2.5px solid #C1000E;
        width: 55%;
        margin: 0 auto; /* this centers the button horizontally */
    }
    .testimonials-v2 .testimonials-list .testimonials{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cms-client-testimonials div.page-wrapper {
        padding-top: 75px;
    }
    .cms-client-testimonials .home-trusted-leaders-v2{
        margin-top: 30px;
    }
    .cms-client-testimonials .home-odometer-section {
        margin-top: 30px;
    }
           .customer-forgotpassword{

        margin-top: 30px;

        display: flex;

        flex-wrap: wrap;

        gap: 30px;

    }

    .customer-forgotpassword .create-account-static-title{

        margin-bottom: 0px;

        order: 2;

    }

    .customer-account-forgotpassword .form.password.forget{

        width: 100%;

    }

    .customer-forgotpassword .create-account-static-title{

        width: 100%;

    }

    .customer-account-createpassword .create-account-static-title h1{

        font-size: 35px;

    }
    body.page-products main.page-main div.toolbar.toolbar-products {
        margin-bottom: 25px !important;
    }
    body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous,
    body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-next {
        width: 34px;
        height: 34px;
    }
    body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item.pages-item-previous a::before{
        width: 8px;
        height: 8px;
    }
    body.page-products .page-main .toolbar.toolbar-products ul.pages-items .item {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    body.page-products .products .product-item .product-item-details .product-item-actions{
        display: flex;
    }
    body.page-products .product-item .product-item-details .product-brand-color .color-lenth{
        margin-bottom: 0;
    }
    body.page-products .products .product-items .product-item .product-item-details div.product-item-actions{
        margin-top: 5px;
    }
    .catalog-product-view.page-layout-1column div.product-info-main{
        width: 100%;
        margin: 20px 0 0;
        padding: 10px 20px 20px;
    }
    .catalog-product-view .column div.product.media {
        width: 100%;
    }
    ul.custom-details-list{
        padding: 25px 20px 0;
    }
    .page-main .product.media a.action.towishlist{
        width: 18px;
        height: 17px;
        right: 13px !important;
        top: 10px;
    }
    .catalog-product-view div.product.info.detailed{
        display: none;
    }
    .catalog-product-view div.block.related {
        margin: 20px 0 0;
        padding: 20px 10px;
    }
    .catalog-product-view .block.related .products-related .view-more-btn{
        margin-bottom: 0;
    }
    .catalog-product-view div.block.related div.block-title.title strong{
        font-size: 16px;
        line-height: 19px;
    }
    .catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail a{
        letter-spacing: normal;
        gap: 14px;
    }
    .catalog-product-view .block.upsell .products{
        gap: 15px;
        margin: 15px 0 0;
    }
    .catalog-product-view .block.upsell .products li.product-item{
        width: calc(50.6% - 12px);
    }
    .catalog-product-view .block.upsell .products-grid .product-item .product-item-details .view-detail a{
        font-size: 14px;
        gap: 10px;
    }
    .catalog-product-view .block.upsell .products-grid .product-item div.product-item-details {
        padding: 8px 6px;
    }
    .catalog-product-view .page-main div.block.upsell .block-title.title strong{
        font-size: 16px;
        line-height: 19px;
    }
    .catalog-product-view .page-main div.block.upsell {
        margin: 20px 0 0;
    }
    ._has-modal .modal-popup.modal-slide._inner-scroll.build-box .modal-inner-wrap{
        width: 100%;
    }
    #build_box_form .build_box_steps_content .build_box_steps_content_left{
        width: 100% !important;
    }
    .kit-summary{
        width: 100%;
        margin: 20px 0 0;
    }
    .build_box_steps_content .box-name{
        padding: 20px;
    }
    #build_box_form .back-steps{
        margin-bottom: 0;
    }
    .create-kit-popup .kit-header-main{
        flex-wrap: wrap;
        gap: 0;
    }
    .create-kit-popup .kit-popup-header{
        width: 100%;
    }
    .create-kit-popup .kit-popup-header .line{
        width: 100%;
        margin: 20px 0px;
    }
    .last-kit-summary-info{
        width: 100%;
        margin-bottom: 0;
    }
    .step4-kit-summary-edit .kit-summary{
        margin: 0px;
    }
    .step4-product-select-edit .product-info{
        padding: 0 10px;
    }
    #build_box_form .build_box_step_4 .product-cart-box .selected-box-info {
        width: calc(100% - 55px);
        margin: 0;
    }
    ._has-modal .modal-popup.packaging_details .modal-inner-wrap .build_box_step_4 .product-cart2-box .product-cart-box .color-section div.conf-child-att {
        margin: 0;
    }
    .step4-product-select-edit .product-details{
        width: calc(100% - 44px);
        margin: 0;
    }
    #build_box_form .build_box_step_4 .product-cart-box{
        padding: 0 10px;
    }
    .build_box_step_4 .kit-inner-top-summary p span{
        width: auto;
    }
    .build_box_step_4 .kit-inner-top-summary p strong{
        width: auto;
    }
    body._has-modal aside.modal-popup.giftlist div.modal-inner-wrap .modal-content {
        padding: 15px;
    }
    .modal-popup.giftlist .modal-inner-wrap .modal-content .add_giftlist span{
        font-size: 20px;
    }
    .add_giftlist svg {
        width: 27px;
    }
    .modal-popup.giftlist .modal-inner-wrap .modal-content .add_giftlist span{
        margin-left: 15px;
    }
    .kit-sidebar {
        width: 100%;
    }
    .steps-count-container {
        margin: 20px 0px;
    }
    .giftlist-collection .wishlist-select-items .giftlist-item-collection {
        width: 100%;
    }
    .wishlist-list {
        margin: 24px 0px;
    }
    .form-wishlist-items .block-wishlist-management {
        gap: 10px;
    }
    .quotes_table {
        margin: 0 0 30px;
    }
    .discountrequests-quote-view .user-response table tbody tr td,
    .discountrequests-quote-view .user-response table tbody tr td.col.qty,
    .discountrequests-quote-view .user-response table tbody tr td.col.price,
    .discountrequests-quote-view .user-response table tbody tr td.col.subtotal {
        display: table-cell;
        float: none;
        white-space: normal;
    }
    .discountrequests-quote-view .user-response #shopping-cart-table > thead > tr > th {
        display: table-cell;
        float: none;
        white-space: normal;
    }
    .account.page-layout-2columns-left div.column.main {
        margin: 0 17px;
        max-width: calc(100% - 34px);
    }
    .customer-details,
    .company-details,
    .giftlist-box,
    .dashboard-two-column .block.block-dashboard-addresses {
        width: 100%;
    }
    .block-order-info .company-orders-info-list {
        flex: 0 0 100%;
    }
    .company-orders-info-list a {
        text-align: center;
        max-width: 100%;
    }
    .block-order-info {
        gap: 16px;
    }
}

@media (max-width: 639px) {
    .filter_quote_status_fields_list {
        width: 100%;
        max-width: calc(50% - 7.5px);
    }
    table#my-orders-table th {
        display: table-cell;
    }
    table#my-orders-table td::before {
        display: none;
    }
    table#my-orders-table td {
        display: table-cell;
        padding: 17px 16px;
    }
    table#my-orders-table tbody {
        display: table-row-group;
    }
    table#my-orders-table tr{
        display: table-row;
    }
    table#my-orders-table {
        display: table;
    }
}

@media (max-width: 575px) {
    .page-products div.products-grid .product-items .product-item:nth-child(3n+3) {
        margin-right: 0px !important;
    }
    .page-products div.products-grid .product-items .product-item {
        width: calc(50% - 8px);
        margin: 0;
    }
    .product-items{
        gap: 16px;
    }
    .testimonials-v2 .testimonials-list .testimonials {
        grid-template-columns: 1fr;
    }
    .wishlist-index-index .products-grid .product-item {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .catalog-product-view .block.related .products-grid .product-item .product-item-details .view-detail a {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .select-shows-kits {
        width: 100%;
    }
}

@media (max-width: 484px) {
    ._has-modal .modal-popup.products-and-quantity.modal-slide .build_box_step_2 .product-cart4-box .product-cart-box .product-list {
        width: 100%;
    }
    .build_box_form .build_box_step_3 #productBox div.product-box {
        width: 100%;
    }
    .wishlist-option label{
        padding: 0 15px;
        min-height: 60px;
    }
    .wishlist-option label p {
        gap: 10px;
        font-size: 14px;
        line-height: 17px;
    }
    .wishlist-option label p input[type="radio"],
    .wishlist_products input[type="radio"]{
        width: 24px;
        height: 24px;
    }
    .wishlist-option label p input[type="radio"]:checked::before,
    .wishlist_products input[type="radio"]:checked::before{
        width: 12px;
        height: 12px;
    }
    .wishlist-option label p svg {
        width: 15px;
    }
    .wishlist-option label p span{
        gap: 5px;
    }
    .wishlist-option label > span{
        font-size: 14px;
    }
    .wishliat-content .wishlist_wrapper .select-all-container{
        font-size: 14px !important;
    }
    .modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products .wishlist_product_title h3{
        font-size: 14px;
        line-height: 20px;
    }
    .modal-popup.giftlist div.modal-inner-wrap .wishlist_products input[type= "checkbox"],
    .modal-popup.giftlist .modal-inner-wrap .wishlist_products input[type= "checkbox"]:checked {
        width: 17px;
        height: 17px;
    }
    .wishlist_wrapper input#select-all-giftlists{
        width: 17px !important;
        height: 17px !important;
    }
    .wishlist_wrapper .select-all-container #select-all-giftlists:checked::after{
        width: 17px;
        height: 17px;
        background-size: 100%;
    }
}

@media (max-width: 400px) {
    .discountrequests-quote-view .discount-download-pdf {
        justify-content: center;
        width: 100%;
        margin: 20px 0 0;
    }
}

@media (max-width: 385px) {
    .catalog-product-view .block.upsell .products li.product-item {
        width: 100%;
    }
    .wishlist-option label.active > span{
        display: none;
    }
    .wishlist-option label p{
        width: 100%;
    }
    .add-to-giftlist, .modal-popup.giftlist .modal-inner-wrap button#wishlist-done,
    .wishlist-shared-index #wishlist-popup .wishlist-buttons #wishlist-select-button{
        height: 40px;
        font-size: 15px;
    }
    .goback-create, .goback-add{
        height: 40px;
        font-size: 15px;
    }
    .new-giftlist-wrapper input[type="text"]{
        height: 40px;
    }
    .products-info-kits {
        padding: 7px 0px 7px 15px;
        text-transform: none;
    }
    .select-shows-kits {
        gap: 15px;
    }
    .filter_quote_status_fields_list {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products.selected::after {
        display: none;
    }
    .modal-popup.giftlist .modal-inner-wrap .wishliat-content .wishlist_wrapper .wishlist_products .wishlist_product_title{
        max-width: calc(100% - 40px);
    }
}

.page-products .filter-options .filter-options-content .-am-multiselect input[type=checkbox]:checked+.amshopby-choice:before {
background-color: #C1000E !important;
}

.page-products .product-item:hover .product-item-info .secondary-addto-links .towishlist:before {
    background-image: url(../images/icons/heart.svg) no-repeat !important;
}

.page-products .product-item .product-item-info .secondary-addto-links .towishlist.already-added:before {
background-image: url(/media/wysiwyg/add-to-favorites-icon-active.svg) !important;
}
.checkout-cart-index .page-main .build-box-btn #modal-btn:before
 {
    background: url('../images/icons/gift.png') no-repeat center center !important;
}
.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(1) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(1).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(2) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(2).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(3) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(3).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(5) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(5).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(6) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(6).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(9) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(9).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(10) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(10).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(11) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(11).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(12) > a:hover::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item:nth-child(12).current > a::before {
    filter: brightness(0) invert(1);
}

.account .sidebar-main #block-collapsible-nav .nav.item.current strong:before {
    filter: brightness(0) invert(1) !important;
}

.giftlist-collection .giftlist-item-collection .giftlist-image img {
    display: none !important;
}


.discountrequests-quote-view .user-response table tbody tr td {
    font-size: 14px !important;
    padding: 12px !important;
}

.discountrequests-quote-view th.col.item.product-sku {
    white-space: nowrap !important;
}

.discountrequests-quote-view td.col.item.product-sku {
    white-space: nowrap !important;
}

a.quote_view::before{
    display: none !important;
}

.wishlist-index-index._has-modal .confirm._show .modal-footer .action-accept {
    background-color: #C1000E !important;
    color: #fff !important;
}