/*---------------------*/

/*------- Base1 ----*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: var(--color-text);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    background: #ffffff;
    line-height: 1.8em;
    overflow-x: hidden;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {

    html,
    body {
        font-size: 17px;
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        font-size: 16px;
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 10px;
    }
}

p,
a,
input,
textarea,
button,
span,
form,
label,
option,
select {
    outline: none;
    font-size: 1rem;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
}

a {
    color: var(--color-accent);
}

a.link-red {
    color: #E50012 !important;
}

.elementor-widget-text-editor a {
    color: #e50012;
}

b,
strong {
    font-weight: 700;
}

a:focus {
    outline: 0;
}

blockquote {
    background-color: black;
    color: white;
    padding: 10px;
}

.button {
    font-size: 1.1rem;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 30px;
    background-color: #e50012;
}

.button:hover {
    background-color: #000;
}

/* Fix Font Flickering On Load When Using Google Fonts */

html.wf-loading * {
    opacity: 0;
}

.version-notice {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: var(--color-primary);
    color: #fff;
}

.max-width-800{
	max-width:800px!important;
}


/*making animations more subtle*/
@keyframes customFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -15%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: customFadeInDown !important;
}

@keyframes customFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-5%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: customFadeInLeft !important;
}

@keyframes customFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(15%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: customFadeInRight !important;
}

@keyframes customFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 15%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: customFadeInUp !important;
}


/*fix svg height problem*/

.hero-icon-divider img {
    height: 60px;
}

/* Hero Silder */
@media screen and (max-width: 767px) {
  .category-tamper-evident-packaging .elementor-background-slideshow [data-swiper-slide-index="0"] .elementor-background-slideshow__slide__image {
    background-position: 70% center;
  }

  .category-tamper-evident-packaging .elementor-background-slideshow [data-swiper-slide-index="3"] .elementor-background-slideshow__slide__image {
    background-position: 65% center;
  }
}

/*---------------------*/
/* Headings style */
/*------------------*/


.custom-title-1 h1,
.custom-title-1 h2,
.custom-title-1 h3,
.custom-title-1 h4,
.custom-title-1 h5,
.custom-title-1 h6,
.custom-title-1 span,
.custom-title-1 p {
    font-size: 3.05rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3em !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.custom-title-2 h1,
.custom-title-2 h2,
.custom-title-2 h3,
.custom-title-2 h4,
.custom-title-2 h5,
.custom-title-2 h6,
.custom-title-2 span,
.custom-title-2 p,
.spi-bc-other nav.rank-math-breadcrumb a {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 1.05em !important;
    /*     letter-spacing: 0.02em; */
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.custom-title-3 h1,
.custom-title-3 h2,
.custom-title-3 h3,
.custom-title-3 h4,
.custom-title-3 h5,
.custom-title-3 h6,
.custom-title-3 span,
.custom-title-3 p {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.custom-title-4 h1,
.custom-title-4 h2,
.custom-title-4 h3,
.custom-title-4 h4,
.custom-title-4 h5,
.custom-title-4 h6,
.custom-title-4 span,
.custom-title-4 p,
.spi-bc-title nav.rank-math-breadcrumb a {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.5em !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.custom-title-5 h1,
.custom-title-5 h2,
.custom-title-5 h3,
.custom-title-5 h4,
.custom-title-5 h5,
.custom-title-5 h6,
.custom-title-5 span,
.custom-title-5 p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.custom-title-6 h1,
.custom-title-6 h2,
.custom-title-6 h3,
.custom-title-6 h4,
.custom-title-6 h5,
.custom-title-6 h6,
.custom-title-6 span,
.custom-title-6 p {
    font-size: 0.8rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

@media screen and (max-width: 1367px) {
  .custom-title-1 h1,
  .custom-title-1 h2,
  .custom-title-1 h3,
  .custom-title-1 h4,
  .custom-title-1 h5,
  .custom-title-1 h6,
  .custom-title-1 span,
  .custom-title-1 p {
    font-size: 2.75rem;
  }

  .custom-title-2 h1,
  .custom-title-2 h2,
  .custom-title-2 h3,
  .custom-title-2 h4,
  .custom-title-2 h5,
  .custom-title-2 h6,
  .custom-title-2 span,
  .custom-title-2 p,
  .spi-bc-other nav.rank-math-breadcrumb a {
    font-size: 2.25rem;
  }

  .custom-title-3 h1,
  .custom-title-3 h2,
  .custom-title-3 h3,
  .custom-title-3 h4,
  .custom-title-3 h5,
  .custom-title-3 h6,
  .custom-title-3 span,
  .custom-title-3 p {
    font-size: 1.75rem;
  }

  .custom-title-4 h1,
  .custom-title-4 h2,
  .custom-title-4 h3,
  .custom-title-4 h4,
  .custom-title-4 h5,
  .custom-title-4 h6,
  .custom-title-4 span,
  .custom-title-4 p,
  .spi-bc-title nav.rank-math-breadcrumb a {
    font-size: 1.2rem;
  }

  .custom-title-5 h1,
  .custom-title-5 h2,
  .custom-title-5 h3,
  .custom-title-5 h4,
  .custom-title-5 h5,
  .custom-title-5 h6,
  .custom-title-5 span,
  .custom-title-5 p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: 2.5rem;
/*         font-weight: 600;
        font-family: 'Oswald', sans-serif;
        line-height: 1.4em !important; */
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p,
    .spi-bc-other nav.rank-math-breadcrumb a {
        font-size: 2rem;
/*         font-weight: 600;
        font-family: 'Oswald', sans-serif;
        line-height: 1.5em !important; */
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: 1.3rem;
/*         font-weight: 400;
        line-height: 1.5em !important; */
    }


    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p,
    .spi-bc-title nav.rank-math-breadcrumb a {
        font-size: 1.1rem;
/*         font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
        line-height: 1.5em !important; */
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
    }

    .custom-title-6 h1,
    .custom-title-6 h2,
    .custom-title-6 h3,
    .custom-title-6 h4,
    .custom-title-6 h5,
    .custom-title-6 h6,
    .custom-title-6 span,
    .custom-title-6 p {
        font-size: 14px;
        font-family: 'Noto Sans', sans-serif;
    }
}

/*(Jet)Menu Tooggle Bar replacing the need for Fontawseome*/

.elementor-menu-toggle,
.jet-mobile-menu__toggle-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
}

.elementor-menu-toggle span,
.elementor-menu-toggle i:before {
    display: none;
}

.elementor-menu-toggle:before,
.elementor-menu-toggle:after,
.jet-mobile-menu__toggle-icon:before,
.jet-mobile-menu__toggle-icon:after {
    content: "";
}

.elementor-menu-toggle i,
.elementor-menu-toggle:before,
.elementor-menu-toggle:after,
.jet-mobile-menu__toggle-icon i,
.jet-mobile-menu__toggle-icon:before,
.jet-mobile-menu__toggle-icon:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e50012;
    border-radius: 2px;
}

.elementor-menu-toggle {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: inherit;
    justify-content: flex-end !important;
}



.elementor-menu-toggle i,
.jet-mobile-menu__toggle-icon i {
    top: 3px;
    /*-webkit-transition: background-color 0s linear 0.13s;
    -o-transition: background-color 0s linear 0.13s;
    transition: background-color 0s linear 0.13s;*/
}

.elementor-menu-toggle:after {
    width: 80% !important;
    /*     margin-right: -20%; */
}


.elementor-menu-toggle:before,
.jet-mobile-menu__toggle-icon:before {
    top: 14px;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.elementor-menu-toggle:after,
.jet-mobile-menu__toggle-icon:after {
    top: 26px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.elementor-menu-toggle.elementor-active i {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.elementor-menu-toggle.elementor-active:before {
    top: 2px;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.elementor-menu-toggle.elementor-active:after {
    top: 2px;
    width: 100% !important;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
  display: none;
}

/*JetMenu Close Button*/

.jet-mobile-menu__back {
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
}

.jet-mobile-menu__back i,
.jet-mobile-menu__back i:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
}

.jet-mobile-menu__back i:before {
    content: "";
    transform: rotate(90deg);
}

/*swiper gallery navigation*/
i.eicon-chevron-left:before,
i.eicon-chevron-right:before {
    height: 67px;
    width: 30px;
    content: "";
    display: block;
    background-repeat: no-repeat !important;
    background-image: url(../svg/arrow_red_left_50.svg);
    background-size: cover;
    background-position: center;
}

i.eicon-chevron-right:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    max-width: 200px;
    margin: auto;
}

@media (min-width: 767px) {
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        display: none;
    }
}

@media (max-width: 767px) {

    i.eicon-chevron-left:before,
    i.eicon-chevron-right:before {
        display: none;
    }
}
/*home page*/
.homepage-slides .swiper-slide-contents,
.homepage-slides .swiper-slide-contents .elementor-slide-heading{
    width: 100%;
    height: 100%;
}

/*Sub Menu Arrow Down & JetMenu Arrow Down*/

.sub-arrow {
    padding: 0 !important;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-arrow i,
i.fa-angle-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin-top: 2px;
}


.sub-arrow i:before {
    display: none;
}

/*search icon*/


/* Hide only the toggle icon, not the whole thing, otherwise the custom search trigger will not work */
.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    display: none;
}

.elementor-element.elementor-element-24a338b3.elementor-search-form--skin-full_screen.elementor-widget__width-auto.elementor-widget.elementor-widget-search-form {
    position: absolute;
}


.elementor-search-form__submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


i.fas.fa-search {
    background-image: url(../svg/search_50.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    i.fas.fa-search {
        width: 18px;
        height: 18px;
        margin-bottom: 15px;
        background-repeat: no-repeat;
    }
}


.customMagnifier {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    cursor: pointer;
}




/*accordian / toggl plus minus*/

i.fa-plus,
i.fa-minus {
    background: transparent;
    display: flex;
    position: relative;
    width: 15px;
    height: 15px;
}

i.fa-plus:before {
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    border-radius: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

i.fa-minus:after,
i.fa-plus:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/*light box icon*/

/*icon close*/

.dialog-lightbox-close-button i {
    transform: rotate(45deg);
}

.dialog-lightbox-close-button i:before {
    content: "";
    transform: rotate(-90deg);
}

.dialog-lightbox-close-button i,
.dialog-lightbox-close-button i:before {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.dialog-close-button.dialog-lightbox-close-button {
    width: 25px;
    padding: 30px !important;
}

/*icon Prev/Next*/
.elementor-lightbox .elementor-swiper-button-next {
    right: 30px;
    display: none !important;
}


.dialog-lightbox-widget .elementor-swiper-button {
    width: 150px !important;
    height: 150px !important;
}

.dialog-lightbox-widget .elementor-swiper-button-next i,
.dialog-lightbox-widget .elementor-swiper-button-prev i {
    display: block;
    width: 0;
    height: 0;
    /*     border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #fff; */
}

.dialog-lightbox-widget .elementor-swiper-button-prev i {
    border-width: 30px 30px 30px 0;
    border-color: transparent #fff transparent transparent;
}

@media (max-width: 768px) {
    .dialog-lightbox-widget .elementor-swiper-button-prev i {
        display: none;
    }
}

/* .dialog-lightbox-widget i.eicon-chevron-left:before,
.dialog-lightbox-widget i.eicon-chevron-right:before{
    display:none;
} */

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}





/*--------------------------------------------------------------*/
/*Header*/
/*--------------------------------------------------------------*/

/* you need to exclude from pages without hero */
body:not(.page-id-1453) .elementor-location-header {
    margin-bottom: -64px;
}

svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
    display: none;
}

@media screen and (min-width: 1025px) {
    .mobile-search-icon {
        display: none !important;
    }

    header .logo .elementor-widget-container {
        margin: -30px 0px -30px 0px;
        padding: 34px 20px 20px 20px;
        background-color: #FFFFFF;
        border-radius: 0px 0px 30px 30px;
        box-shadow: 0px 13px 10px 0px rgb(0 0 0 / 30%);
        max-width: 280px;
        width: 280px;
        height: 95px;
    }

    .is-sticky .logo .elementor-widget-container {
        height: auto !important;
    }

    .is-sticky  li.contact-menu {
        background: #e50012;
        color: white;
        border-radius: 20px;
        display: block !important;
        opacity: 1 !important;
/*         visibility: visible !important; */
    }
}




@media screen and (max-width: 1335px) {/*changed fropm 1200*/

    .elementor-nav-menu--main .elementor-nav-menu a,
    .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
    .elementor-nav-menu--main .elementor-nav-menu a:focus,
    .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 12px 10px !important;
        font-size: 1rem !important;
    }

    i.fas.fa-search:before {
        border: 2px solid #000000;
    }

    i.fas.fa-search:after {
        border: 1px solid #000000;
        height: 2px;
    }

    .elementor-search-form--skin-full_screen {
        margin-left: 10px;
    }

    ul#menu-2-0146c8a {
        padding-top: 20px;
    }

    body:not(.page-id-1453) .elementor-location-header {
        margin-bottom: -57px !important;
    }

}

.sub-menu li.menu-item {
    border-top: solid 1px #e4e4e4;
}

.is-sticky .elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 15px;
    padding-top: 13px !important;
}

.is-sticky .sticky-header {
    --header-height: 64px;
    --sticky-background-color: #000000d1;
    --transition: .2s ease-in-out;

    transition: background-color var(--transition),
        backdrop-filter var(--transition),
        opacity var(--transition);
}
.sticky-header{
position: fixed;
    width: 100%;
}
.is-sticky .sticky-header {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.is-sticky .sticky-header>.elementor-container {
    transition: min-height var(--transition);
}

.is-sticky .sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}

.is-sticky  .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    color: #fff !important;
}


.has-submenu:hover,
.is-sticky .has-submenu:hover {
    color: #e50012 !important;
}

/* header.sticky-header .elementor-nav-menu--dropdown .elementor-nav-menu .elementor-item {
	color: #000!important;
} */

@media screen and (max-width: 1024px) {
    header.sticky-header .elementor-nav-menu .highlighted .sub-arrow i {
        border-color: #FFF transparent transparent transparent !important;
    }

    .is-sticky  .elementor-nav-menu .elementor-item {
        color: #000 !important;
    }
}

.is-sticky .sticky-header .elementor-nav-menu .fas.fa-search {
    filter: invert(1);
}



.is-sticky .sticky-header .logo img {
    /* max-width: calc(100% * var(--shrink-me)); */
    opacity: 0;
    visibility: hidden;
}

.is-sticky .sticky-header .logo a:after {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 40.88px;
    background-image: url(../svg/logo-white.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
}



.contact-icon {
    position: absolute;
    right: 100px;
    top: -4px;
    opacity: 0;
    visibility: hidden;
    width: 40px !important;
}

@media screen and (max-width: 1181px) {/*changed from 1024*/
    .is-sticky .sticky-header .logo a:after {
        top: 8px;
        left: 0px;
    }

    .is-sticky .sticky-header .contact-icon {
        opacity: 1;
        visibility: visible;
    }

}
/*end of update*/
@media screen and (max-width: 767px) {
    .is-sticky .sticky-header .logo a:after {
        top: 8px;
        left: 0px;
    }
}

@media screen and (max-width: 425px) {
   .is-sticky .sticky-header .logo a:after {
        background-image: url("../svg/logo_white_100.svg");
        height: 39px;
    }
}

.is-sticky .sticky-header .logo a {
    position: relative;
}

.is-sticky .sticky-header .logo .elementor-widget-container {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff00;
    border-radius: 0px;
    box-shadow: none;
}

/* dawid 26.12.24 comment out: ".is-sticky .sticky-header .elementor-widget-search-form" */
.is-sticky .sticky-header ul#menu-1-0146c8a li {
    opacity: 0;
    visibility: hidden;
}


.is-sticky .sticky-header li.contact-menu a {
    font-size: 1rem !important;
}

li.menu-item {
    cursor: pointer;
    font-weight: 500;
}


/*hide the contact button on contact page 1453 */
.page-id-1453 .is-sticky .sticky-header li.contact-menu {
    display: none !important;
}

/*hamburger menu sticky*/

.is-sticky .sticky-header .elementor-menu-toggle:before,
.is-sticky .sticky-header .elementor-menu-toggle:after,
.is-sticky .sticky-header .jet-mobile-menu__toggle-icon i,
.is-sticky .sticky-header .jet-mobile-menu__toggle-icon:before,
.is-sticky .sticky-header .jet-mobile-menu__toggle-icon:after,
.is-sticky .sticky-header i.eicon-menu-bar {
    background-color: #fff;
}

/*above the fold hero section*/

@media screen and (min-width: 1025px) {

    .hero-text-box-col>.elementor-widget-wrap.elementor-element-populated {
        background-image: none !important;
        background-color: #00000085 !important;
        max-height: 604px;
    }
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    box-shadow: #0000000f 0px 10px 8px 0px;
}



/*full width bg img and color text column css*/
.cover-img-titles .custom-title-4 h4 {
    margin-bottom: 16px;
}

.cover-img-titles .custom-title-2 h2 {
    margin-bottom: 20px;
    max-width: 450px;
}

.spi-line.white {
    background: white;
    height: 2px;
    width: 50%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .background-image1 {
        background-image: none !important;
    }

    .spi-fullheight-col .elementor-widget-wrap.elementor-element-populated {
        background-color: #ffffff00 !important;
    }

    .spi-fullheight-col .elementor-widget-text-editor {
        color: black !important;
    }

    .cover-img-titles {
        background-color: #000000ab !important;
        position: absolute;
        bottom: 10px;
        padding: 30px;
        left: 0px;
    }

}

@media screen and (max-width: 767px) {
    .cover-img-titles {
        padding: 15px;
        bottom: 10px;
    }

    .cover-img-titles .custom-title-2 h2 {
        margin-bottom: 10px;
    }

    .spi-line.white {
        background: white;
        height: 2px;
        width: 50%;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------*/
/*Single Product Page */
/*--------------------------------------------------------------*/




.gallery-improved__nav {
    height: 100px !important;
    margin-top: -10px;
}

@media screen and (min-width: 768px) {
    .gallery-improved__main img {
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .gallery-improved__main img {
        padding-top: 80px !important;
    }
}




/*subtitle, using combi of breadcrumb and term*/
.spi-bc-title nav.rank-math-breadcrumb a {
    color: black;
}

.category-tamper-evident-packaging .spi-bc-title .rank-math-breadcrumb p span:last-of-type,
/*hiding dash*/
.category-tamper-evident-packaging .spi-bc-title .rank-math-breadcrumb a:last-of-type {
    /*hiding 3rd level cat */
    color: #e50012;
    display: none;
}

/* .category-biodegradable-food-packaging .spi-bc-title nav.rank-math-breadcrumb p span,
.category-biodegradable-food-packaging .spi-bc-title nav.rank-math-breadcrumb a:last-of-type*/
.category-microwave-safe-packaging .spi-bc-title nav.rank-math-breadcrumb p span,
.category-microwave-safe-packaging .spi-bc-title nav.rank-math-breadcrumb a:last-of-type,
.category-clear-food-packaging .spi-bc-title nav.rank-math-breadcrumb p span,
.category-clear-food-packaging .spi-bc-title .rank-math-breadcrumb a:last-of-type {
    color: red;
    display: none;
}


.spi-bc-title nav.rank-math-breadcrumb p,
.spi-bc-title.elementor-widget.elementor-widget-shortcode {
    margin: 0;
}

/*related 2nd level cat*/
.spi-bc-other nav.rank-math-breadcrumb a {
    color: #e50012;
}

.spi-bc-other nav.rank-math-breadcrumb a,
.spi-bc-other nav.rank-math-breadcrumb span {
    display: none;
}

.spi-bc-other nav.rank-math-breadcrumb a:first-child {
    display: block !important;
}

.spi-bc-other nav.rank-math-breadcrumb p {
    text-align: center;
    margin: 0px;
}



.product-key-points li {
    position: relative;
}

.product-key-points li:after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e50012;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    border-radius: 50%;
}

.product-key-points ul {
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
    line-height: 1.8em;
}

/*related products*/
a.elementor-column.elementor-col-33.related-product {
    width: 163px;
    max-width: 43%;
    text-align: center;
    height: 194px;
    margin: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 26%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.elementor-column.elementor-col-33.related-product:hover {
    transform: scale(1.06);
}

.related-product .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    align-content: center;
    padding: 0px;
}

section.related-item-bg {
    margin: auto;
}

.product-name {
    font-size: 20px;
    margin-top: 20px;
}

.product-image {
    background: white;
    height: 120px;
    /*     width: 120px; */
    position: relative;
}

.product-image:after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #000000;
    bottom: -18px;
    position: absolute;
    transform: translateX(50%);
}

.spi-related-products-list-title span.custom-title-4 span {
    color: black;
    display: block;
    font-size: 1rem;
}

.featured-categories {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 20px;
}

.featured-categories li {
    background: white;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}

.featured-categories li:hover {
    transform: scale(1.06);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
}

@media screen and (min-width: 768px) {
    .featured-categories li {
        width: 240px;
    }
}

@media screen and (max-width: 767px) {
    .featured-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.featured-categories li a {
    display: block;
    position: relative;
}

.featured-categories li a::after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.featured-categories li a img {
    position: absolute;
    /*     width: 75%; */
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*     top: 20px; */
    top: 0px;
    object-fit: cover;
    height: 77%;
}

.featured-categories li a p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    background-color: white;
}



/*Top Archive Pages*/
/*Search section*/
.elementor-column.spi-product-search-red-col {
    background-color: #e50012;
    /*red*/
}

.find-products-spi-shortcode .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

    select.facetwp-dropdown {
        font-size: 16px;
        height: 45px;
    }

    button.fwp-submit,
	a#static-redirect-button button{
        height: 45px;
    }

    .facetwp-facet {
        margin-bottom: 20px !important;
    }

    button.fwp-submit,
	a#static-redirect-button button,
    .facetwp-facet {
        margin-bottom: 0px;
    }

    .find-products-spi-shortcode .elementor-shortcode {
        justify-content: center;

    }
}



/*grid block qc page*/

.qc-card-spi>.elementor-widget-wrap.elementor-element-populated {
    display: grid !important;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, auto);
}

@media screen and (max-width: 1024px) {
    .qc-card-spi>.elementor-widget-wrap.elementor-element-populated {
        display: grid !important;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(2, auto);
    }
}

@media screen and (max-width: 768px) {

    .qc-card-spi>.elementor-widget-wrap.elementor-element-populated {
        display: grid !important;
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(1, auto);
    }
}

.qc-card-title.elementor-widget {
    margin: 0px !important;
}

.qc-card-title p {
    min-height: 95px;
    padding: 0px 10px 10px 10px;
    line-height: 1.5em;
    margin: 0px;
    /*     background: gainsboro; */
}

.qc-card-label {
    margin-bottom: 0px !important;
}

.qc-card-label>.elementor-widget-container {
    min-height: 60px;
    display: flex;
    align-items: center;
}


/*6 blocks archive navigation*/

.spi-card-row {
    display: flex;
    flex-wrap: wrap;
}

.spi-card-column {
    padding: 5px;
}


.spi-card-column img {
    vertical-align: middle;
}

.spi-card-container {
    position: relative;
    width: 100%;

}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.spi-card-container .image {
    display: block;
    width: 100%;
    height: auto;
    /*     width: 425px; */
    /*     height: 420px!important; */
}

.spi-card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;

    transition: 0.5s ease;
    background-color: #0000003b;
}

.spi-card-overlay:hover {
    box-shadow: -4px 4px 10px 0px rgb(0 0 0 / 26%);
    background-color: #0000005c;
}


.spi-card-overlay:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 4px white;
    position: absolute;
    left: 5px;
    top: 5px;
}



.text {
    color: white;
    padding: 20px;
    max-width: 260px;
}

.custom-title-card.text h5 {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.custom-title-card.text h5:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: -10px;
    left: 0;
}



/* Tablet & mobile Styles */

.spi-card-column {
    flex: 50%;
    max-width: 50%;
}


/* Desktop Styles */
@media only screen and (min-width: 1024px) {
    .spi-card-column {
        flex: 33.3%;
        max-width: 33.3%;
    }

    .text {
        padding: 50px 50px 0px 50px;
        max-width: 260px;
    }

    .spi-card-column {
        padding: 10px;
    }

    .custom-title-card.text h5:after {
        bottom: -30px;

    }

    .spi-card-overlay:after {
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: solid 4px white;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}


.red .custom-title-card.text {
    color: #e50012;
}

.red .spi-card-overlay:after {
    border-color: #E50012;
    border-width: 3px;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.red .image {
    opacity: 0;
    visibility: hidden;

}

.red .spi-card-overlay {
    background-color: white;
}


.red .custom-title-card.text h5:after {

    background-color: #E50012;

}

/* .spi-archive-nav-col.link {
    cursor: pointer;
}

.grid-card-spi .elementor-widget-wrap.elementor-element-populated {
    display: grid!important;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, auto);
} */

.custom-title-card h5 {
    font-size: 2.7rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 1.04em !important;
}

/* .card-column .elementor-widget-wrap.elementor-element-populated {
    padding: 50px!important;
    max-height: 420px;
    height:calc(30vw - 40px);
    display: flex!important;
    background-size: cover;
} */
/* .spi-archive-nav-col {
    padding: 10px!important;
}
.grid-card-spi {
    padding: 10px;
} */

@media screen and (max-width: 1024px) {

    .custom-title-card h5 {
        font-size: 1.7rem;
    }

    /*     .card-column .elementor-widget-wrap.elementor-element-populated {
            padding: 30px!important;

        } */
}


@media screen and (max-width: 768px) {

    /*         .grid-card-spi .elementor-widget-wrap.elementor-element-populated {
                display: grid!important;
                grid-template-columns: repeat(2, 50%);
                grid-template-rows: repeat(2, auto);
            } */


    .custom-title-card h5 {
        font-size: 1.5rem;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
        line-height: 1.15em !important;
    }

    /*         .card-column .elementor-widget-wrap.elementor-element-populated {
                padding: 20px!important;
                height: calc(50vw - 20px);
                display: flex!important;
                background-size: cover;
            }
        .spi-archive-nav-col {
                padding: 5px!important;
            }
        .grid-card-spi {
                padding: 5px;
            } */
}

/* .spi-archive-nav-col .elementor-widget-wrap:after {/*white line*/
/*    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 4px white;
    position: absolute;
    left: 10px;
    top: 10px;
} */

/* @media screen and (max-width: 768px){
    .spi-archive-nav-col .elementor-widget-wrap:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 2px white;
    left: 5px;
    top: 5px;
    }
} */

@media screen and (max-width: 375px) {
    .custom-title-card h5 {
        font-size: 1.2rem;
    }
}

/* .spi-archive-nav-col.link .elementor-widget-wrap:before {/*dark overlay*/
/*    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0000001a;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.spi-archive-nav-col.link .elementor-widget-wrap:hover:before {/*dark overlay*/
/*    background-color: #0000005c;
}
.card-column .elementor-widget-wrap.elementor-element-populated:hover{
box-shadow: -4px 4px 10px 0px rgb(0 0 0 / 26%);
}

.card-column .elementor-element.elementor-element-9546f6d {
    --divider-border-style: solid;
    --divider-color: #E50012;
    --divider-border-width: 2px;
} */


/*Button*/
.spi-button.elementor-widget a {

    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    border-radius: 50px;
    padding: 10px 25px 10px 7px;
}

.spi-button.red.elementor-widget a {
    background-color: #e50012;
}

.spi-button.black.elementor-widget a {
    background-color: black;
}

.spi-button.white.elementor-widget a {
    background-color: white;
    color: #E50012;
}

.spi-button.green.elementor-widget a {
	background-color: #5DB530;
}

.spi-button.red.elementor-widget a:hover {
    background-color: black;
}

.spi-button.black.elementor-widget a:hover {
    background-color: white;
    color: #e50012;
}

.spi-button.white.elementor-widget a:hover {
    background-color: #E50012;
    color: #FFF;
}

.spi-button.green.elementor-widget a:hover {
	background-color: #000;
}


.spi-button.white.elementor-widget span.elementor-button-text:before{
	background-image: url(../svg/button_red_50.svg);
}
.spi-button.white.elementor-widget a:hover span.elementor-button-text:before{
	background-image: url(../svg/button_50.svg);
}

.spi-button.black.elementor-widget a:hover span.elementor-button-text:before {
    background-image: url(../svg/button_red_50.svg);
}


.spi-button span.elementor-button-text {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.spi-button span.elementor-button-text:before {
    content: "";
    background-image: url(../svg/button_50.svg);
    height: 30px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

/*Button mobile*/
@media (max-width: 767px) {

    .spi-button span.elementor-button-text {
        font-size: 14px;
    }

    .spi-button.elementor-widget a {
        padding: 5px 14px 5px 5px;
    }
}

/*Bullets*/

.spi-bullets ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.spi-bullets li {
    line-height: 1.5em;
    margin-left: 20px;
    position: relative;
	margin-bottom: 20px;
}

.spi-bullets li:before {
    content: "";
    display: flex !important;
    height: 12px;
    width: 12px;
    background-color: #e50012;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    top: 0.4em;
    left: -20px;
}




/*---------------/*


/*Product Search Select*/
button.fwp-submit,
a#static-redirect-button button{
    height: 50px;
    -webkit-appearance: none;
    appearance: none;
    width: 255px;
    max-width: 255px;
    text-indent: 0px;
    display: block;
    align-items: center;
    cursor: pointer;
    border-radius: 30px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-image: none;
    background: #ffffff;
    color: #e50012;
    font-size: 20px;
    font-size: 1rem;
    font-family: 'Noto Sans';
}

select.facetwp-dropdown {
    height: 50px;
    -webkit-appearance: none;
    appearance: none;
    width: 255px;
    max-width: 255px;
    text-indent: -10px;
    display: block;
    margin: auto;
    align-items: center;
    cursor: pointer;
    border-radius: 30px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-image: none;
    background: #ffffff00;
    color: white;
    font-size: 18px;
    font-family: 'Noto Sans';
}

/* Fix for Safari and iOS */
@media not all and (min-resolution:.001dpcm) {
    select.facetwp-dropdown {
        text-indent: 0;
        padding-left: 20px;
    }
}

select::-ms-expand {
    display: none;
}

select.facetwp-dropdown option {
    background: #2e2e2e;
    white-space: nowrap;
    min-height: 1.5rem;
    padding: 24px 2px 1px;
}

option {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

button.fwp-submit,
a#static-redirect-button button,
.facetwp-facet {
    margin-bottom: 40px;
    width: 255px;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

select {
    text-align: center;
    text-align-last: center;
    /* webkit*/
    -moz-text-align-last: center;
}

option {
    text-align: left;
    /* reset to left*/
}

.facetwp-type-dropdown:after {
    content: "";
    background-image: url(../svg/arrow_50.svg);
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 16px;
    top: 15px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    pointer-events: none;
}


.facetwp-type-dropdown {
    position: relative;
}

button.fwp-submit:before,
a#static-redirect-button button:before{
    content: "";
    background-image: url(../svg/button_red_50.svg);
    height: 30px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    display: block;
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translatey(-50%);
}

/*custom css for all search pages*/
@media screen and (min-width: 426px) {
    .tamper-evident-choices.large {
        width: 100% !important;
    }
}

.tamper-evident-choices.large .facetwp-facet.facetwp-facet-all.facetwp-type-dropdown {
    width: 290px;
}

.tamper-evident-choices.large select.facetwp-dropdown {
    width: 290px;
    max-width: 290px;
}

.tamper-evident-choices.large .facetwp-type-dropdown:after {
    right: 13px;
}

.facetwp-facet.facetwp-facet-sub_categories.facetwp-type-dropdown select.facetwp-dropdown {
    margin: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
}

.all-p .facetwp-facet.facetwp-facet-sub_categories.facetwp-type-dropdown:after {
    right: 16px;
}

.facetwp-selections li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
}


/*new tamper evedent page*/

.aspect-ratio-square img {
    object-fit: cover;
    aspect-ratio: 1;
}



/*Footer*/

.oswald {
    font-family: 'Oswald', sans-serif;
}

.footer-news .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-link {
    /*     margin-bottom: 5px!important; */
    margin-bottom: 0px !important;
}

.footer-link a:hover {
    color: #e50012 !important;
}

.footer-link-titles.elementor-widget.elementor-widget-heading {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .logo-footer-col {
        order: 4;
    }
}

/*background-image*/
@media screen and (max-width: 768px) {
    .background-image1 {
        background-image: none !important;
    }

}

@media screen and (max-width: 510px) {
    .sgs-grid-footer>.elementor-widget-wrap.elementor-element-populated {
        display: grid !important;
        grid-template-columns: repeat(3, 33%);
        grid-template-rows: repeat(3, auto);
    }
}

/*contact-us*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    /*     margin-bottom: 10px; */
    font-size: 16px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    border-radius: 2px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    padding: 10px;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%)
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #e50012;
    color: #fff;
    padding: 15px 80px;
    border: none;
    border-radius: 50px;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
}

/* placeholder */

.wpcf7-form.invalid span.wpcf7-not-valid-tip,
.wpcf7-form.invalid div.wpcf7-response-output {
    display: inline-block;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    background: rgba(204, 0, 0, 0.90);
}



.screen-reader-response {
    display: none;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.submit-btn-wrapper {
    position: relative;
    margin-top: 10px;
}

.submit-btn-wrapper:before {
    content: "";
    background-image: url(../svg/button_50.svg);
    height: 30px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    pointer-events: none;
}

.ct-two-col label {
    width: 50%;
}

.ct-two-col p {
    width: 100%;
    gap: 10px;
    display: inherit;
}

.ct-two-col {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}

input.wpcf7-form-control.wpcf7-text {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%)
}

/*products box shadow*/
@media screen and (max-width: 767px) {
    .box-style {
        padding: 0px 15px;
    }
}

.box-style article.elementor-post {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    margin: 10px;
}

.box-style article.elementor-post:hover {
    transform: scale(1.06);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
}

.box-style .elementor-post__text:before {
    content: "";
    height: 2px;
    width: 120px;
    background: #2e2e2e;
    display: block;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.box-style .elementor-post__text {
    position: relative;
}


/*share icon*/
.elementor-share-btn.elementor-share-btn_facebook {
    height: 50px;
    width: 50px;
}

i.fab.fa-facebook {
    background-image: url(../svg/facebook_50.svg);
    width: 25px;
    height: 25px;
}

.elementor-share-btn.elementor-share-btn_linkedin {
    height: 50px;
    width: 50px;
}

i.fab.fa-linkedin {
    background-image: url(../svg/in_50.svg);
    width: 25px;
    height: 25px;
}


/*news archive page*/
@media screen and (min-width: 7685px) {
    .news-1-post {
        max-height: 430px;
    }
}

.news-1-post a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}


.news-1-post .elementor-post__text {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    margin-top: 0px !important;
    pointer-events: none;
}

.news-1-post h3.elementor-post__title {
    color: white;
    position: absolute;
    bottom: 40px;
    pointer-events: none;
}

.news-1-post h3.elementor-post__title a {
    font-size: 1.8rem;
    max-width: 100px;

}

.news-1-post .elementor-post__meta-data {
    position: absolute;
    color: white;
    bottom: 25px;
    font-size: 1rem;
    left: 154px;
    line-height: 1.2em;
    padding: 0px !important;
    pointer-events: none;
    border-top: none !important;
}

.news-1-post a.elementor-post__read-more {
    position: absolute;
    bottom: 25px;
    color: white;
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: initial !important;
    left: 35px;
    pointer-events: none;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 400;
}


.spi-news-posts-gallery h3.elementor-post__title a {
    font-size: 1.5rem;
}

.elementor-posts .elementor-post__excerpt {
    margin-bottom: 30px !important;
}


.spi-news-posts-gallery .elementor-post__text {
    position: relative;
    padding: 17px;
}

.spi-news-posts-gallery .elementor-post__meta-data {
    position: absolute;
    bottom: 0px;
    font-size: 1rem !important;
    left: 135px;
    margin-bottom: 0px !important;
}

.spi-news-posts-gallery article {
    padding-bottom: 20px !important;
    background-color: white;
}

.spi-news-posts-gallery article:hover {
    border-bottom: solid #e50012 2px;
}

.spi-news-posts-gallery a.elementor-post__read-more {
    font-size: 0.8rem !important;
    position: absolute;
    bottom: 0;
    line-height: 1.3rem;
}

.spi-news-posts-gallery a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

/*news-gill*/
.news-1-post .elementor-post__meta-data {
    color: #fff !important;
}

.facetwp-selections ul {
    padding-inline-start: 0px;
}

span.facetwp-selection-value {
    padding: 10px 30px 10px 13px !important;
    border-radius: 50px;
    color: #000000;
    border: solid 3px black;
    background: #ffffff;
    font-size: 0.9rem !important;
    background-position: calc(100% - 10px) center !important;
}

span.facetwp-selection-label {
    display: none;
}

.reset-btn button {
    background: none;
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    padding: 0px 10px;
    border-width: 0;
    font-size: 0.8rem;
    border-style: none;
    border-image: none;
    color: white;
    border-bottom: solid 1px white;
}

.search-again .elementor-shortcode,
.search-again {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 425px) {

    .search-again .elementor-shortcode,
    .search-again {
        justify-content: center;
    }
}

.search-again .facetwp-facet {
    margin-right: 20px;
}

.facetwp-facet.facetwp-facet-result_counts.facetwp-type-pager {
    display: inline;
    line-height: 66px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .facetwp-facet.facetwp-facet-result_counts.facetwp-type-pager {
        line-height: 60px;
    }
}

@media screen and (max-width: 425px) {
    .facetwp-facet.facetwp-facet-result_counts.facetwp-type-pager {
        line-height: 36px;
    }
}

.search-again-toggle .elementor-toggle .elementor-tab-title {
    border-bottom: 0;
    padding: 10px !important;
    border: solid 1px gray;
    text-align: center;
}

.search-again-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    text-align: left;
    display: none;
}

.search-again-toggle .elementor-toggle .elementor-tab-title:hover {
    background-color: #e50012;
    color: white;
    border-color: #e50012;
    font-weight: 500;
}


/*loop*/
.capacity-tag.elementor-widget.elementor-widget-heading .elementor-widget-container {
    border-radius: 20px;
    width: 148px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.capacity-tag.elementor-widget.elementor-widget-heading {
    position: absolute;
    /*right: 20px;*/
    right: 50%;
    transform: translateX(50%);
    top: 22px;
    width: auto;
    height: auto;
    margin-bottom: 0px !important;
}

.spi-loop-1-excerpt {
    max-width: 350px;
    margin: auto;
}

.no-capacity .capacity-tag {
    display: none;
}

@media screen and (max-width: 425px) {

    .capacity-tag.elementor-widget.elementor-widget-heading {
        left: 50%;
        right: inherit;
        transform: translateX(-50%);
        top: 15px;
        width: auto;
        height: auto;
        position: absolute;
        margin-bottom: 0px !important;
    }

    .capacity-tag.elementor-widget.elementor-widget-heading .elementor-widget-container {
        border-radius: 20px;
        width: 86px;
        width: 110px;
    }

    .capacity-tag.elementor-widget.elementor-widget-heading .elementor-widget-container a {
        font-size: 12px;
    }

}
@media screen and (max-width: 768px) {
	    .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid.elementor-posts--skin-custom {
        --grid-column-gap: 10px;
        --grid-row-gap: 15px;
    }
}




@media screen and (max-width: 551px) {
    .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid.elementor-posts--skin-custom {
        --grid-column-gap: 15px;
        --grid-row-gap: 15px;
    }
}

span.elementor-post-date {
    font-size: 0.8rem;
}

.sub-arrow i,
i.fa-angle-down {
    border-color: #000 transparent transparent transparent !important;
}

.has-submenu:hover i,
.has-submenu:focus i {
    border-color: #e50012 transparent transparent transparent !important;
}

.is-sticky .sub-arrow i,
.is-sticky  i .fa-angle-down {
    border-color: #FFF transparent transparent transparent !important;
}

.is-sticky  .has-submenu:hover i {
    border-color: #e50012 transparent transparent transparent !important;
}

.is-sticky  .has-submenu:hover,
.is-sticky  .elementor-nav-menu li:hover .has-submenu {
    color: #e50012 !important;
}

@media screen and (max-width: 1024px) {
    .is-sticky  .sub-arrow i {
        border-color: #000000 transparent transparent transparent !important;
    }

    .is-sticky  i.fas.fa-search {
        background-image: url(../svg/search_50-w.svg);
    }

    .is-sticky  .has-submenu,
    .is-sticky  .elementor-nav-menu li .has-submenu {
        color: #000 !important;
    }

    .is-sticky  .elementor-nav-menu li .has-submenu.highlighted {
        color: #FFF !important;
    }
}



/* Fix bug with duplicated sticky header */
.elementor-sticky__spacer {
    opacity: 0;
}

/*Globalsense Footer*/
.globalsense-text {
    font-size: 0.8rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

.globalsense-text a {
    font-size: 0.8rem;
}

/* Product Hero */
.product-hero > .elementor-container {
  display: flex;
  align-items: center !important;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .product-hero > .elementor-container {
    align-items: end !important;
    padding: 0px;
  }
}

/* Hero Fix for smaller laptops */
@media screen and (max-height: 860px) and (min-width: 1025px) {
    .spi-top-section>.elementor-container {
        align-items: center !important;
    }

    .hero-text-box-col>.elementor-widget-wrap {
        padding: 25px !important;
        margin: 100px 0 0 !important;
    }
}


/*Tamper Evident*/


.tamper-key-points .aspect-ratio-square img {
	padding:20px;
}

/*Tamper Evident Gallery*/
a.e-gallery-item.elementor-gallery-item.elementor-animated-content[data-elementor-lightbox-title="tamper-evident-burrito-&-sandwich-1920x1080"]
  .e-gallery-image {
  background-position: 90% 50%;
}

/* Catalog Download */
.catalog-loop-item {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}

.catalog-item-img {
  overflow: hidden;
}
.catalog-item-img img {
  transition: all 0.3s ease-out;
}

.catalog-loop-item:hover .catalog-item-img img {
  transform: scale(1.1);
}

/* elementor video width broken 
seems like there is a bug with missing aspect ratio */
.elementor-video-wrapper {
    display: flex;
    align-items: center ;
    justify-content: center;
}

.elementor-video-wrapper > iframe {
    aspect-ratio: 16 / 9 !important;
    width: 90%;
    max-width: 90% !important;
    height: auto !important;
    max-height: 90%;
}

/*new update, we added downloads so need to adjust some css 
 adding at the bottom to make sure it doesn't get overriden */
@media screen and (min-width: 1025px) and (max-width: 1180px) {
	header.elementor-top-section  {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
		padding: 12px 8px !important;
    	font-size: 16px !important;
	}
}

/**/
.yt-btn {
    display: flex;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}


.yt-btn .elementor-icon-wrapper {
    display: flex;
}
@media screen and (max-width: 1024px) {
	.text-black-768 .elementor-heading-title {
		color: #000 !important;
	}
	.spi-red-line.bkw span{
		border-block-start-color: #000 !important;
	}
	.spi-button.white.elementor-widget a {
		background-color: #E50012;
		color: #FFF;
	}
	.spi-button.white.elementor-widget span.elementor-button-text:before{
		background-image: url(../svg/button_50.svg);
	}
	.spi-button.white.elementor-widget a:hover span.elementor-button-text:before{
		background-image: url(../svg/button_red_50.svg);
	}
}

/*red & Black lines*/
.red-line .elementor-heading-title,
.black-line .elementor-heading-title{
    position: relative;
    display: inline-flex;
	margin-bottom:20px;
}
.red-line .elementor-heading-title:after,
.black-line .elementor-heading-title:after{
    content: "";
    width: 100%;
    height: 2px;    
    display: block;
    position: absolute;
    bottom: -20px;
}

.red-line .elementor-heading-title:after{
	background-color: #e50012;
}
.black-line .elementor-heading-title:after{
	background-color: black;
}

/* downloads */
.sp-acc .pdf-list {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 0; /* Start with the content collapsed */
}

.sp-acc .elementor-heading-title {
    cursor: pointer;
    /* Additional styling */
}

.pdf-list a.content {
    /* Style for your PDF links */
}

.acc-list .elementor-heading-title::after {
    content: '+';
    float: right;
    margin-left: 5px;
}

.acc-list.active .elementor-heading-title::after {
    content: '-';
}

.acc-list.active + .pdf-list {
    max-height: var(--proper-height);
}

.pdf-list .e-grid .catalog-item-img {
    aspect-ratio: 750 / 750;
    display: block;
}

/* Disable accordion for non-mobile screens */
@media (min-width: 769px) {
    .pdf-list {
        max-height: none !important;  /* Always show the content */
        transition: none !important;  /* No transition effect */
    }
    .acc-list .elementor-heading-title::after {
        content: none; /* No toggle icon */
    }
}

/* Language Switch */
.sp-lan-swich,
.sp-lan-swich .elementor-widget-container,
.sp-lan-swich .elementor-button-wrapper,
.sp-lan-swich .elementor-button-wrapper a {
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}

.sp-lan-swich .elementor-button span {
  color: black;
}

.sp-lan-swich .elementor-button path {
  fill: black;
}

.is-sticky .sp-lan-swich .elementor-button span {
  color: white !important;
}

.is-sticky .sp-lan-swich .elementor-button path {
  fill: white !important;
}

@media screen and (max-width: 1024px) {
  .sp-lan-swich,
  .sp-lan-swich .elementor-widget-container,
  .sp-lan-swich .elementor-button-wrapper,
  .sp-lan-swich .elementor-button-wrapper a {
    align-items: end;
  }

  .sp-lan-swich {
    margin-left: 20px;
  }

  .sp-lan-swich .elementor-button span {
    color: var(--e-global-color-accent);
  }

  .sp-lan-swich .elementor-button path {
    fill: var(--e-global-color-accent);
  }
}

@media screen and (max-width: 767px) {
  .sp-lan-swich {
    margin-left: 12px;
  }
}
