/*
Theme Name: unifirst
Theme URI: https://unifirst.com/
Author: unifirst
Author URI: https://unifirst.com/
Description: The United States-based UniFirst Corporation is a uniform rental business that makes, sells, and leases uniforms and safety gear. It is situated in Wilmington, Massachusetts. More than 260 locations, including customer service centres, nuclear decontamination facilities, cleanroom locations, distribution hubs, and manufacturing facilities, are home to UniFirst's more than 14,000 employees across the United States, Canada, and Europe.
The National Overall Dry Cleaning Company was the name under which the Croatti family established UniFirst in 1936. With just a single washing machine and a delivery van, the business started off in a horse barn that had been transformed into a temporary laundromat. It was used by industrial and other labourers in the Boston area, whose heavy, filthy work attire required frequent cleaning.
Text Domain: unifirst
Version: 1.0
Tags: uniforms, protective-clothing, work-shirts, work-pants, outerwear, flame-resistant-work-apparels, floor-mats, mops, fresheners, soaps,rental-programs, Green-Guard, UniTech-Services-Group, UniClean.
*/

/*====== Global css ======*/
/* Font Family include */
@font-face {
	font-family: Univers-45-Light;
	src: url(./assets/fonts/UniversLight.ttf);
}

@font-face {
	font-family: Univers-55;
	src: url(./assets/fonts/Univers.ttf);
}

@font-face {
	font-family: Univers-65;
	src: url(./assets/fonts/UniversBold.ttf);
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

sup {
	width: 15px;
	display: inline;
	position:relative;
	top:-5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}
em, i {
    font-style: italic;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

input,
textarea {
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input::-webkit-contacts-auto-fill-button {
	mask-image: unset;
	background-color: unset;
}

*:focus::-webkit-input-placeholder {
	opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
	opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
	opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
	opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
	opacity: 0;
}

/* Modern Browsers */


/* html {
	scroll-behavior: smooth;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tg-site>span,
a, li,
body {
	color: #333135;
	-webkit-font-smoothing: antialiased;
}

body,
a,
p {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

h1,
h2,
h3,
h4 {
	font-family: 'Univers-45-Light';
	font-weight: 300;
	line-height: 1;
}

h5 {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 20px;
}

h1 {
	font-size: 65px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

.pragraph_small {
	font-size: 16px;
	line-height: 20px;
}

/*====== Colors =======* /
/* Primary */
.primary_339_bg {
	background: #008B95;
}

/* Secondary Cool Grey Base */
.grey_case_bg {
	background: #63666A;
}

/* Cool Grey 110 */
.cool_grey_110_bg {
	background: #4A4A50;
}

/* Cool Grey 120 */
.cool_grey_120_bg {
	background: #333135;
}

/* Cool Grey 10 */
.cool_grey_10_bg {
	background: #EFF0F0;
}

/* Cool Grey 05 */
.cool_grey_05_bg {
	background: #F7F7F8;
}

/* Tertiary Dark Green */
.dark_green_bg {
	background: #007161;
}

/* Lime */
.lime_bg {
	background: #CEDC00;
}

/* Teal */
.teal_bg {
	background: #007672;
}

/* Olive */
.olive_bg {
	background: #A8AD00;
}

/* Golf */
.golf_bg {
	background: #DAAA00;
}

/* Yellow */
.yellow_bg {
	background: #FFB81C;
}

/* Umber */
.umber_bg {
	background: #3F2021;
}

/*======================================================*/

/*===== Text-colors =======*/
/* Primary */
.primary_339_text {
	color: #008B95;
}

/* U/Heading 5 - D */
.cool_grey_120_text {
	color: #333135;
}

/* Secondary/Cool Grey 10 */
.cool_grey_10_text {
	color: #EFF0F0;
}

/* Secondary/Cool Grey 05 */
.cool_grey_05_text {
	color: #F7F7F8;
}

/* Tertiary/Dark Green */
.dark_green_text {
	color: #007161;
}

/* Tertiary/Lime */
.lime_text {
	color: #CEDC00;
}

/* Tertiary/Teal */
.teal_text {
	color: #007672;
}

/* Tertiary/Olive */
.olive_text {
	color: #A8AD00;
}

/* Tertiary/Golf */
.golf_text {
	color: #DAAA00;
}

/* Tertiary/Yellow */
.yellow_text {
	color: #FFB81C;
}

/* Tertiary/Umber */
.umber_text {
	color: #3F2021;
}

/*==============================================================*/

/*====== BUTTONS / ATOMS ======*/
.dark_large_btn {
	font-family: 'Univers-65';
	font-weight: 700;
	background: #2E3133;
	font-size: 16px;
	line-height: 19px;
	color: #ffff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/*=========================================================================*/
/*====== Global css  End  ======*/

/* header  */
.top_bar_menu {
	text-align: right;
}

.full_width_section-top {
	display: inline-block;
	width: 100%;
	padding-top: 14px;
}

.top_bar {
	border-bottom: 1px solid #63666A;
	padding-bottom: 13px;
	display: grid;
    grid-template-columns: 26% 1fr;
}

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

.top_bar svg {
	margin-right: 10px;
	vertical-align: middle;
}

.header_text a,
.top_bar_menu a,
.header_text span {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.top_bar_menu a:hover,
.footer-main .footer-menu a:hover,
.header_text a:hover {
	text-decoration: underline;
}

.top_bar_menu li:last-child {
	margin-right: 0;
}

.top_bar_menu li {
	list-style: none;
	display: inline-block;
	margin-right: 24px;
}

.header-right {
	display: flex;
	gap: 20px;
	align-items: center;
}

.header-right a {
	line-height: 30px;
	text-decoration: none;
}

.unf-ca-body .header_text {
    width: 19%;
}

/* new css The sidepanel menu */
.moblie-sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #F7F7F8;
	overflow-x: hidden;
	transition: 0.5s;
}

.openbtn {
	font-size: 26px;
	cursor: pointer;
	color: #333135;
	padding: 6px 10px;
	border: none;
	background: transparent;
}

.mobile_menu_inner {
	padding-left: 0;
	min-width: 300px;
}

.search_iocn {
	transition: margin-right .5s;
}

/*search overlay for header search icon start*/

div#search {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	z-index: 9;
}

div#search-suggestions ul {
	z-index: 2;
	background: #fff;
	width: 100%;
	padding: 16px 8px 0px;
}

div#search-suggestions ul li a {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding-top: 8px;
}

.search-overlay-sellall {
	padding-top: 16px !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.search-global-main {
	background: #fff;
	padding-bottom: 26px;
}

.search-overlay {
	position: relative;
}

.search-overlay:after {
	content: '';
	height: 100vh;
	width: 100%;
	background: rgba(51, 49, 53, 0.8);
	backdrop-filter: blur(5px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#search-result-form-global input.global-imput {
	padding: 8px 16px;
	width: 100%;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #4A4A50;
	border: unset;
}

#search-result-form-global input.global-imput::placeholder {
	color: #97999B;
}

#search-result-form-global {
	display: flex;
	border: 0.5px solid #333135;
}

.global-result-btn {
	background: #fff;
	outline: unset;
	border-left: 0.5px solid #333135 !important;
	min-width: 56px;
	min-height: 48px;
	cursor: pointer;
	border: unset;
}

.global-results-inner input::placeholder {
	color: #333135;
}

.global-imput,
.global-close-icon {
	position: relative;
}

.global-close-icon {
	border: unset;
	cursor: pointer;
}

.global-close-icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(./assets/images/close_search.svg);
	background-repeat: no-repeat;
	z-index: 1;
	right: 16px;
	bottom: 0;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.global-imput:not(:valid)~.global-close-icon {
	display: none;
}

div#search-suggestions strong {
	font-weight: 700;
}

div#search-suggestions ul li {
	position: relative;
}

div#search-suggestions ul li a svg {
	position: absolute;
	right: 0;
	top: 50%;
}

/*search overlay for header search icon end */

.header-inner,
.mobile_menu .mobile_menu_inner li {
	position: relative;
}

ul.sub-menu li a {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.2;
	height: auto;
	font-weight: 500;
}

.mobile_menu_inner-2 ul li ul,
.top_bar_menu ul li ul {
	background: #f7f7f8;
	display: none;
	position: absolute;
	z-index: 9;
	width: 220px;
	top: 100%;
	text-transform: none;
	padding: 5px 0 !important;
}

.mobile_menu_inner-2 ul li ul.sub-menu li {
	width: 100%;
	position: relative;
	text-align: left;
}
span.submenu-toggle {
    float: right;
}
.submenu-toggle:after {
	content:'';
    background: url(./assets/images/arrow.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    background-size: contain;
    margin-left: 11px;
    display: inline-block;
	vertical-align: middle;
}
.submenu-open .submenu-toggle:after {
    rotate: 180deg;
}
.mobile_menu_inner-2 ul li:hover>ul.sub-menu,
.mobile_menu_inner-2 ul li:focus>ul.sub-menu,
.mobile_menu_inner-2 ul li ul li:hover>ul.sub-menu {
	display: block !important;
}

.mobile_menu .menu-item-has-children ul.sub-menu {
	list-style: none;
}

.menu-open>.sub-menu {
	display: block !important;
	z-index: 10;
}

.mobile_menu .sub-menu {
	position: relative;
}

.get_quote a {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	padding: 10px 14px;
	text-transform: capitalize;
	display: inline-block;
	border: 2px solid #008B95;
	background:#008B95;
}

.get_quote a:hover {
	background: #fff;
	color: #008B95;
}

.get_quote a:hover svg path {
	fill: #008B95;
}

.get_quote svg {
	margin-left: 10px;
}

.search_iocn {
	cursor: pointer;
}

.sticky {
	position: sticky;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.mobile_menu_inner ul {
	list-style: none;
	padding-inline-start: 0;
}

.full_width_section {
	padding: 16px 0;
}

.header_logo a {
	display: block;
}

.tg-container {
	margin: 0 auto;
}

.uni-desk-menu-link {
	position: absolute;
	bottom: 44px;
}

/* scroll top button */
#upScroll {
	position: fixed;
	right: 20px;
	bottom: 39px;
	background: #008B95;
	padding: 10px 0px 10px 0px;
	width: 45px;
	border-radius: 44px;
	height: 45px;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 9
}

.page-id-12477 #upScroll {
	right: unset;
	left: 20px;
}

/* Footer  */
.footer-main li,
.footer-main a,
.footer-main p {
	color: #fff;
}

.footer-main {
	background: #008B95;
}

.footer-main .footer-inner {
	padding: 40px 0;
}

.footer-main p {
	font-family: 'Univers-65';
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 24px;
	vertical-align: middle;
	color: #fff;
}

.footer-main .footer-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer-main ul li a {
	text-decoration: none;
	line-height: 31px;
}

.footer-main ul {
	list-style: none;
	padding-inline-start: 0;
}

.footer-navigation p a {
	text-decoration: none;
}

.footer-copyright {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    margin-top: 8px;
}

.footer-copyright .footer-social-icons {
	text-align: right;
}

.footer-copyright .copyright-text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Univers-45-Light';
    color: #fff;
    margin-bottom: 0;
}

.copyright-text {
    padding: 10px 0;
}

.footer-social-icons a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 35px;
	height: 35px;
	margin-right: 8px;
}

.footer-social-icons a:hover {
	background: #fff;
}

.footer-social-icons a>div {
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}

.footer-social-icons a:hover div {
	filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7438%) hue-rotate(336deg) brightness(91%) contrast(99%);
}

.footer-social-icons a:last-child {
	margin-right: 0;
}

.footer-logo {
	text-align: center;
	line-height: 0;
}

.footer-logo img {
	width: 100%;
}

.mobile-menu:after {
	content: '';
	background: url(./assets/images/arrow_drop_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 8px;
	visibility: hidden;
	margin-left: 7px;
	display: inline-block;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(122%) hue-rotate(87deg) brightness(119%) contrast(100%);
}

.mobi-active p:after {
	transform: rotate(180deg);
}

.footer-menu-items p, .footer-menu-items a {
	line-height: 31px;
}

.footer-social-icons-main {
	margin-top: 40px;
}
.footer-address p {
    margin-bottom: 0;
}

.footer-address {
    max-width: 260px;
    margin-bottom: 24px;
}

.footer-address a {
    display: block;
}
.footer-powerdby {
    color: #fff;
    font-family: 'Univers-65';
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
	text-underline-offset: 4px;
}
.footer-powerdby a {
	text-decoration: underline;
}

a.footer-3-unf {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}


/* Footer ctas */
.footer-ctas {
	background: #F7F7F8;
}

.footer-ctas-inner {
	display: grid;
	padding: 35px 0;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	border-bottom: 1px solid #63666A;
}

.footer-cta-heading {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
	font-family: 'Univers-55';
	color: #333135;
}

.footer-cta-form form,
.newsletter-form {
	display: flex;
}

input#loc {
	width: 100%;
}

.footer-cta-form svg {
	margin-left: 10px;
}

.footer-cta-subheading p {
	margin-bottom: 40px;
}

.mobi-active ul li:last-child {
	margin-bottom: 20px;
}

.footer-cta-form button,
.newsletter-form input#gform_submit_button_1 {
	padding: 12px 16px;
	background: #008B95;
	border: 2px solid #008B95;
	color: #fff;
	font-weight: 700;
	font-family: 'Univers-65';
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	border-radius: unset;
	font-size: 16px;
}

.footer-cta-form button,
.newsletter-form input#gform_submit_button_1 {
	pointer-events: all;
	opacity: unset;
}


.footer-cta-form button:hover,
.newsletter-form input#gform_submit_button_1:hover {
	background-color: transparent;
	color: #008B95;
}

.footer-cta-form button:hover svg path {
	fill: #008B95;
}

.footer-cta-form input,
.newsletter-form input#input_1_1 {
	padding: 12.5px 16px !important;
	border: 1px solid #63666A;
	background: #FFFFFF;
	font-size: 16px !important;
	line-height: 21px;
	font-family: 'Univers-55';
	outline: unset;
	cursor: text;
	height: 48px;
	color: #4A4A50;
}

.footer-cta-form input::placeholder,
.newsletter-form input#input_1_1::placeholder {
	color: #97999B;
}

.footer-address span {
    color: #fff;
}

.newsletter-form .gform_body.gform-body {
	width: 100%;
}

.newsletter-form_wrapper h2.gform_title,
.newsletter-form_wrapper div#validation_message_1_1 {
	display: none;
}

.newsletter-form .gform_footer.top_label {
	margin: 0 !important;
	padding: 0 !important;
}

.newsletter-form input#gform_submit_button_1 {
	margin-bottom: 0;
	padding: 11.5px 45px 11.5px 20px !important;
	background: url(./assets/images/arrow_back_24px.svg) no-repeat;
	background-position: 92px;
	background-color: #008B95;
	min-height: auto !important;
	line-height: 21px;
	border: 2px solid #008B95;
}

.newsletter-form input#gform_submit_button_1:hover {
	background: url(./assets/images/arrow_back_green.svg) no-repeat;
	background-position: 92px;
}


/* home page hero sec */
.hero-three-sec h5 a {
	font-family: 'Univers-65';
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
}

/* breadcrumb  */
.breadcrumb_serial ul {
	display: flex;
	align-items: flex-start;
}

.woocommerce-breadcrumb {
	display: none;
}

.breadcrumb_serial {
	padding: 8px 0;
}

.breadcrumb_serial ul#breadcrumbs li a,
.breadcrumb_serial ul#breadcrumbs li span {
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	color: #333135;
	font-family: 'Univers-45-Light';
	border-bottom: 1.5px solid;
}

.breadcrumb_serial li.separator {
	padding: 0 8px;
}

/* Discover section */
.home-disc-diff h6 span,
.home_diff_link a {
	font-family: 'Univers-65';
}

.home_diff_link .elementor-button-link {
	padding: 0;
	background: unset;
}

.home_diff_link a {
	display: flex;
	align-items: center;
}
.home_diff_link .elementor-align-icon-left {
    position: relative;
    bottom: -3px;
}
/* .home_diff_link a:hover:after{
	content: '';
    background: url(./assets/images/arrow_back_green.svg);
    height: 12px;
    width: 20px;
    background-repeat: no-repeat;
    margin-left: 8px;
    display: inline-block;
} */
.home-disc-diff p.elementor-icon-box-description {
	max-width: 540px;
}

/* related product */
.related-product-main {
	padding: 35px 0;
	overflow-x: hidden;
	clear: both;
	background: #F7F7F8;
}

.related-product-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #63666A;
	padding-bottom: 35px;
	flex-wrap: wrap;
}

.related-product-image-link {
	line-height: 0;
}

.related-product-head svg {
	margin-right: 8px;
	vertical-align: middle;
}

.related-product-head h5 {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Univers-65';
}

.related-product-head a {
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-family: 'Univers-65';
}

.related-carousel-outer1 {
	padding-top: 35px;
}

.related-product-head span {
	font-size: 16px;
	line-height: 22px;
}

.related-product-box .heading a {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	display: block;
	font-family: 'Univers-65';
}

.related-product-box a {
	display: block;
}

.related-product-box .sub-heading {
	margin-bottom: 16px;
}

.related-product-box-img {
	position: relative;
}

#related-product-carousel-main .slick-list {
	padding-right: 9.2%;
	margin: 0 -16px 0 -8px;
}

.rstock {
	background: #63666A;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	padding: 6px 8px;
	position: absolute;
	top: 8px;
	left: 8px;
	font-family: 'Univers-65';
	border-radius: 2px;
	text-transform: uppercase;
}

.related-inner {
	display: flex;
	gap: 24px;
}

.related-product-box {
	width: 25%;
}

.related-carousel-outer1 ul.slick-dots {
	display: flex;
	text-align: left;
	width: 100%;
}

.related-carousel-outer1 ul.slick-dots li.slick-active:before {
	border-bottom: 6px solid #333135;
	top: -3px;
	border-radius: 50px;
}

.related-carousel-outer1 ul.slick-dots li:before {
	position: absolute;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #63666A;
	content: '';
}

.related-carousel-outer1 ul.slick-dots li {
	width: 100%;
	margin: 0;
	height: auto;
}

.related-carousel-outer1 ul.slick-dots button {
	display: none;
}

.related-product-box img {
	width: 100%;
}

.heading {
	margin-top: 16.5px;
}

/*------------- Accordion css start ---------- */
.accordion-main {
	margin-top: 40px;
	clear: left;
}

.accordion-inner {
	border-top: 2px solid #008B95;
	padding-top: 16px;
}

.accordion-heading {
	color: #333135;
	cursor: pointer;
	padding: 16px 0px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Univers-65';
	font-weight: 700;
	transition: 0.4s;
	border-top: 1px solid #63666A !important;
	margin-bottom: 24px;
}

.accordion-heading.active {
	padding-bottom: 0;
}

.accordion-heading:first-child {
	border: none !important;
}

.accordion-heading::before {
	content: url("./assets/images/arrow.svg");
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	transition: all 0.5s;
	padding-right: 7px;
}

.active.accordion-heading::before {
	content: url("./assets/images/arrow-up.svg");
}

.not-active.accordion-heading::before {
	transform: rotate(0deg);
}

.accordion-content {
	display: none;
	padding-bottom: 40px;
	color: #333135;
	font-size: 16px;
	line-height: 20px;
}

.accordion-content li {
	list-style: disc;
	margin-bottom: 16px;
}

.accordion-content ul {
	padding-left: 30px;
	margin-top: 24px;
}

.accordion-content li:last-child {
	margin-bottom: 0;
}

/*------------ Accordion css End ---------- */

/*------------ Tolltip CSS Start ---------- */
.tooltip {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.tooltip svg {
	vertical-align: middle;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 274px;
	color: #fff;
	padding: 24px 16px;
	position: absolute;
	z-index: 1;
	top: 55px;
	border-radius: 10px;
	left: -122px;
	background: #F7F7F8;
	box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -26px;
	border-width: 25px;
	border-style: solid;
	border-color: transparent transparent #F7F7F8 transparent;
}

.tooltiptext p {
	font-size: 16px;
	line-height: 18px;
}

.tooltip-title {
	margin-bottom: 16px;
}

/*------------ Tolltip CSS End ---------- */

/* single product page  */
.single-product-main {
	padding-top: 40px;
}

.sku-single {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #333135;
	margin-bottom: 16px;
	display: block;
}

.single-product-main .product_title {
	font-family: 'Univers-45-Light';
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	max-width: 460px;
}

.single-product-main p.price {
	display: none;
}

.woocommerce-product-details__short-description p {
	display: inline;
}

.woocommerce-product-details__short-description p span {
	text-decoration: underline;
}

.woocommerce-product-details__short-description {
	margin-bottom: 20px;
	max-width: 460px;
}

.uproduct-size {
	margin-bottom: 16px;
}

.personalized-product {
	margin-bottom: 32px;
}

.single-product-main table.variations th.label {
	text-align: left;
	margin-bottom: 4px;
}

.single-product-main table.variations th.label label,
.single-product-main span.woo-selected-variation-item-name {
	font-family: 'Univers-55';
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 20px;
	color: #4A4A50;
	margin: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: 45px !important;
	width: 45px !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset;
	border-radius: unset !important;
	padding: 0;
	margin: 0 11px 21px 0;
	background: unset;
}

.single-product-main table.variations {
	max-width: 505px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	display: none;
}

.single-product-main .variable-item-contents:after {
	content: '';
	border-bottom: 2px solid #EFF0F0;
	position: relative;
	bottom: -5px;
}

.single-product-main .selected .variable-item-contents:after {
	border-color: #333333;
}

.single-product-main .quantity {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px !important;
}

.single-product-main div.product form.cart {
	margin-bottom: 20px;
}

.uQty-text {
	margin-right: 16px;
}

button.minus,
button.plus,
.quantity input {
	width: 56px !important;
	background: #fff;
	height: 56px !important;
	border: 1px solid #97999B;
}

button.minus,
button.plus {
	cursor: pointer;
}

button.minus svg,
button.plus svg {
	vertical-align: middle;
}

.quantity input {
	border-width: 1px 0px 1px 0px;
	outline: unset;
	width: 72px !important;
	height: 54px;
	color: #2E3133;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single_add_to_cart_button {
	padding: 11.5px 16px !important;
	width: 100%;
	background: #008B95 !important;
	max-width: 460px;
	border-radius: 0 !important;
	font-family: 'Univers-65';
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 2px solid #008B95 !important;
}

.single_add_to_cart_button:hover {
	background: transparent !important;
	color: #008B95 !important;
}

.single_add_to_cart_button:hover svg path {
	fill: #008B95;
}

.single-product-main table.variations ul {
	border-bottom: 1px solid #63666A;
	padding-right: 20px;
}

.enquiry_cta a {
	font-size: 16px;
	border-bottom: 2px solid #333135;
	line-height: 20px;
}

.single-product-cat {
	display: flex;
}

.single-product-main button.single_add_to_cart_button svg {
	margin-right: 16px;
}

.single-product-main ul.slick-dots {
	display: flex;
	text-align: left;
	width: 100%;
}

.single-product-main ul.slick-dots li {
	width: 100%;
	margin: 0;
	height: auto;
}

.single-product-main ul.slick-dots li.slick-active:before {
	border-bottom: 6px solid #333135;
	top: -3px;
	border-radius: 50px;
}

.single-product-main ul.slick-dots li:before {
	position: absolute;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #63666A;
	content: '';
}

.single-product-main ul.slick-dots button,
.single-product-main span.dashicons.dashicons-search,
.woocommerce-notices-wrapper {
	display: none;
}

.single-product-main .entry-summary {
	position: sticky;
	top: 160px;
}

.single-product-main .container-main {
	display: inline-block;
	width: 100%;
}

.single-product .uni-slider-prev-arrow, .uni-slider-white-prev {
	left: 0px;
}

.single-product .uni-slider-next-arrow, .uni-slider-white-next {
	right: 0px;
}

.single-product .uni-slider-prev-arrow,
.single-product .uni-slider-next-arrow {
	background: rgb(0 177 148);
	z-index: 1;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}

.uni-slider-white-prev, .uni-slider-white-next {
	z-index: 1;
	font-size: 45px;
    width: 35px;
    height: 35px;
	vertical-align: middle;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}

.product-thumb-slider .slick-arrow, .slick-arrow  {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.uni-variation-gallery-thumbnail-wrapper {
	margin-top: 16px;
}

.single-product-main .loading::after,
.single-product-main .added::after,
.single-product-main .added_to_cart,
.single-product-main .reset_variations {
	display: none !important;
}


/* wysiwyg-editor  */
.wysiwyg-main h4 {
	font-size: 32px;
	line-height: 32px;
}

.show-list-style b {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.show-list-style li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	display: block;
	border-radius: 50%;
	position: absolute;
	margin-top: 9px;
	margin-left: -24px;
}

.show-list-style li {
	padding-inline-start: 30px;
}

.WYSIWYG-button a {
	font-family: 'Univers-65';
}

.uni-sign-three-button a {
	width: 100%;
}

/* product-cat-hero */
/* .product-cat-hero .u-mark-brand-detail, .knowledge-sec .u-mark-brand-detail {
	margin-bottom: 0px;
} */

.product-cat-hero-margin .u-mark-dark {
	padding-bottom: 0px;
}
.prod-cat-visual .visual-list-main {
	padding-bottom: 32px;
}

.product-cat-hero .u-mark-dark a.u-mark-link {
	color: #333135;
}

.product-cat-hero .u-mark-dark path {
	stroke: #333135;
}

.wvg-single-gallery-iframe-container iframe {
	pointer-events: none;
	opacity: .6;
}

/* end */
/* mega menu batch 2 */
.header-main-inner .umenu-heading {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 8px;
	margin-bottom: 28px;
	border-bottom: 1px solid #63666A;
}

.header-main-inner .umenu-heading a {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}

.header-main-inner .umenu-heading a:hover {
	text-decoration: underline;
}
#myTopnav .menu > li > a:hover {
	border-color: #008B95;
	text-shadow: 0 0 1px #333135;
}
#myTopnav .menu li {
    margin: 0 40px 0 0;
    display: inline-block;
}
#myTopnav .menu > li > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    line-height: 40px;
    height: 40px;
    display: block;
}
#myTopnav li.menu-item ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 9999;
    position: absolute;
    width: 260px;
    max-width: none;
    padding: 10px 0px 10px 0px;
    background: #f1f1f1;
	opacity: 0;
    visibility: hidden;
}
#myTopnav li.menu-item.submenu-open ul.sub-menu {
	opacity:1;
	visibility:visible;
} 
#myTopnav li.menu-item {
    position: relative;
}
#myTopnav li.menu-item ul.sub-menu li {
    display: block;
}

#myTopnav li.menu-item ul.sub-menu li a {
	color: #333135;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    padding: 0px 16px 0px 16px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
	display: block;
}
#myTopnav li.menu-item ul.sub-menu li a:hover{
    text-decoration: underline;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#myTopnav #mega-menu-wrap-header-menu ul li.mega-current-menu-item a.mega-menu-link, #myTopnav .menu li.current_page_item > a {
	font-family: 'Univers-65';
}

#myTopnav .mega-current-menu-item a span.mega-menu-title:hover,
#myTopnav .mega-menu-item a span.mega-menu-title:hover {
	text-decoration: underline;
}

.uauthor-main {
	padding: 24px;
	background: #fff;
	margin-bottom: 16px;
}

.u-autor-title h6 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 16px;
}

.uauthor-contant p {
	margin-bottom: 16px !important;
}

.uauthor-link a {
	display: block;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #008B95;
}

/* .uauthor-link a:hover:after {
	content: '';
	background: url(./assets/images/arrow_back_green.svg);
	height: 12px;
	width: 20px;
	background-repeat: no-repeat;
	margin-left: 8px;
	display: inline-block;
} */

.uauthor-link img {
	margin-right: 10px;
	width: 16px;
	margin-top: -3px;
}

.topnav_header_main li ul li.mega-current-menu-item a,
.topnav_header_main li ul li.mega-current-menu-item a span {
	text-decoration: underline !important;
}

.umargin-left {
	padding-left: 43px !important;
}

.umargin-left ul li {
	padding-right: 0 !important;
}

.uauthor-two {
	margin-bottom: 0;
}

.umenu-sec-one ul li:not(:first-child) {
	width: 50% !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description {
	display: none;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu ul li a {
	font-family: 'Univers-65' !important;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
	height: auto;
	padding: 16px 25px 16px 16px;
	background: #fff;
}

nav.mobile_menu_inner .menu > li > a {
    padding: 16px 25px 16px 16px;
    display: block;
	font-family: 'Univers-65';
	background: #fff;
}
nav.mobile_menu_inner .menu li ul.sub-menu li a{
	color: #333135;
    font-family: 'Univers-55';
    font-size: 16px;
    font-weight: inherit;
	padding: 0px 16px 0px 16px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
	display: block;
}
nav.mobile_menu_inner .menu li ul.sub-menu li a:hover{
	text-decoration:underline;
}
.mobile_menu_inner .menu-item ul.sub-menu {
    background: #fff;
	display:none;
}
.mobile_menu_inner .menu-item.submenu-open ul.sub-menu {
	display:block;
}
nav.mobile_menu_inner .menu li.current_page_item > a {
	text-shadow: 0 0 1px #333135;
}
.mobile_menu_inner-2 {
	padding: 25px 0;
}

.mobile_menu_inner-2 ul li a {
	height: auto;
	padding: 0 16px;
	line-height: 38px;
	display: block;
	position: relative;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	font-size: 20px;
}

.umobi-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 20px 20px 30px 16px;
}

.umobi-cart .get_quote {
	display: block;
	width: 100%;
}

.umobi-cart .get_quote a {
	width: 100%;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
}

.umobi-cart {
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	padding: 16px 16px 0;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu,
div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-toggle-on>a.mega-menu-link {
	background: unset;
}

div#mobile-Sidebar .umargin-left {
	padding-left: 0 !important;
}

div#mobile-Sidebar .umenu-heading {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 13px;
}

#master-header .header-main-inner div#mobile-Sidebar #mega-menu-wrap-header-menu .umenu-heading a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Univers-65' !important;
}

div#mobile-Sidebar .umenu-sec-one li {
	width: 100% !important;
}

div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item ul li a {
	font-family: 'Univers-55' !important;
	font-weight: 500;
	line-height: 38px;
}

div#mobile-Sidebar .uauthor-main,
div#mobile-Sidebar #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-column {
	margin-bottom: 24px;
}

div#mobile-Sidebar .uauthor-two {
	margin-bottom: 0 !important;
}

div#mobile-Sidebar .uauthor-link a {
	line-height: 22px !important;
}

div#mobile-Sidebar .mega-toggle-on ul.mega-sub-menu li:nth-child(2n+3) {
    order: 2;
}
div#mobile-Sidebar .mega-toggle-on ul.mega-sub-menu li {flex: 0 0 100%; }
div#mobile-Sidebar .mega-toggle-on ul.mega-sub-menu{display:grid !Important;}
div#mobile-Sidebar li#mega-menu-item-67.mega-toggle-on ul.mega-sub-menu, div#mobile-Sidebar li#mega-menu-item-5105.mega-toggle-on ul.mega-sub-menu{display:unset !Important;}

.mobile_menu_inner-2 .menu-item-58 a {
	position: relative;
}

.mobile_menu_inner-2 .menu-item-58 a:after {
	content: '';
	background: url(./assets/images/careers-arrow.svg);
	position: absolute;
	left: 85px;
	top: 10px;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

div#myTopnav ul li:last-child,
div#myTopnav ul li:nth-last-child(1) {
	margin-right: 0 !important;
}

div#myTopnav #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-toggle-on a span:after {
	transform: rotate(180deg);
}

.page-uniform-rental-program #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.page-national-accounts #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.page-direct-purchase-program #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.page-vip-cost-analysis #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.page-facility-services-managed-inventory-program #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
	font-family: 'Univers-55';
}

/* menu sub menu highlight */
#myTopnav .menu li.current_page_ancestor > a {
    font-family: 'Univers-65';
}
#myTopnav li.menu-item.submenu-open ul.sub-menu > li.current-menu-item > a {
    text-decoration: underline;
}
.indus-cat-active.active a {
    color: #008b95;
}


/* Contact Us page */
.button-opacity, .button-opacity-next-btn {
	pointer-events: none !important;
}

.contact-us-help h2 {
	color: #fff;
}

.contact-us-help .contact-help-box h5 {
	font-family: 'Univers-55';
	margin-bottom: 16px;
	color: #fff;
}

.contact-help-box p {
	max-width: 343px;
	font-size: 16px;
	color: #fff;
}

.contact-us-help-CTA {
	margin-bottom: 19px !IMPORTANT;
	text-transform: uppercase;
}

.contact-us-help-CTA a {
	text-transform: uppercase;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-align: left;
}

/* contact form */
.contact-form-1 .contact-form-title h2,
.contact-form-3 .contact-form-title h2 {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 15px;
}

.contact-form-1 .contact-form-content,
.contact-form-3 .contact-form-content {
	margin-bottom: 25px !important;
}

.contact-form-1 .contact-form-content p,
.contact-form-3 .contact-form-content p {
	color: #fff;
}

.contact-form-1 .contact-form-icon-box span,
.contact-form-3 .contact-form-icon-box span {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-form-1 .contact-form-icon-box-chat span {
	text-decoration: none;
	color: #fff;
}

.contact-form-1 .contact--form label,
.contact-form-3 .contact--form-grey label {
	color: #fff;
	line-height: 17px;
	font-weight: 500 !important;
}

.contact-form-1 .contact--form input,
.contact-form-3 .contact--form-grey input {
	border: none;
	height: 48px;
	width: 379px;
	color: #4A4A50;
}

.contact-form-1 .contact--form .gform_button,
.contact-form-3 .contact--form-grey .gform_button, 
.contact-form-1 .contact--form .gform_button:hover, .contact-form-3 .contact--form-grey .gform_button:hover {
	padding: 12px 16px;
	font-size: 16px;
	border: 2px solid #008B95 ;
	background-color: #008B95;
	color: #fff ;
	line-height: 21px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	cursor: pointer;
	border-radius:0;
}

.contact-form-1 .contact--form .button-opacity,
.contact-form-3 .contact--form-grey .button-opacity {
	background-color: #4A4A50 !important;
	border: 2px solid #fff !important;
}

.contact-form-1 select:focus-visible,
.contact-form-3 select:focus-visible {
	outline: none;
}

.contact-form-1 select,
.contact-form-3 select {
	height: 48px;
	border-radius: 0;
}

.contact-form-1 p.gform_required_legend,
.contact-form-3 p.gform_required_legend {
	display: none;
}

.contact-form-1 .contact--form .gfield_required_custom,
.contact-form-3 .contact--form-grey .gfield_required_custom {
	font-size: 12px !important;
	line-height: 12px;
	color: #fff !important;
	font-style: normal !important;
	font-family: 'Univers-55';
	font-weight: 500 !important;
}

.contact-us-help-CTA a {
	position: relative;
	display: flex;
	align-items: center;
}

.contact-us-help-CTA a:hover {
	color: #008B95;
}

.contact-us-help-CTA a:hover svg path {
	stroke: #008B95;
}

body img.gform_ajax_spinner, .gform-loader  {
	display: none !important;
}

/* .contact-us-help-CTA a:hover:after {
	content: '';
	background: url(./assets/images/arrow_back_white.svg);
	height: 12px;
	width: 20px;
	background-repeat: no-repeat;
	margin-left: 8px;
	display: inline-block;
} */

/* contact-form-2 */
.contact-form-2 .contact-form-title h2,
.contact-form-4 .contact-form-title h2 {
	font-size: 45px;
	line-height: 45px;
	color: #333135;
	margin-bottom: 15px;
}

.contact-form-2 .contact-form-content,
.contact-form-4 .contact-form-content {
	margin-bottom: 25px !important;
}

.contact-form-2 .contact-form-content p,
.contact-form-4 .contact-form-content p {
	color: #333135;
}

.contact-form-2 .contact--form-white label,
.contact-form-4 .contact--form-white2 label {
	color: #333135;
	line-height: 17px;
}

.contact-form-2 .contact--form-white input,
.contact-form-4 .contact--form-white2 input {
	border: 1px solid #63666A;
	height: 48px;
	color: #4A4A50;
}

.contact-form-2 .contact--form-white .button-opacity,
.contact-form-4 .contact--form-white2 .button-opacity {
	background-color: #63666A !important;
	border: 1px solid #63666A !important;
}

.contact-form-2 .contact--form-white .gform_button,
.contact-form-4 .contact--form-white2 .gform_button, .contact-form-2 .contact--form-white .gform_button:hover,
.contact-form-4 .contact--form-white2 .gform_button:hover {
	background-color: #008B95;
	border: 1px solid #008B95;
	padding: 12px 16px;
	font-size: 16px;
	color: #fff;
	line-height: 21px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	cursor: pointer;
	border-radius:0;
}

.contact-form-2 select:focus-visible,
.contact-form-4 select:focus-visible {
	outline: none;
}

.contact-form-2 select,
.contact-form-4 select {
	border-radius: 0;
	height: 48px;
}

.contact-form-2 p.gform_required_legend,
.contact-form-4 p.gform_required_legend,
.gform_wrapper.gravity-theme .instruction {
	display: none;
}

.contact-form-2 .contact--form-white .gfield_required_custom,
.contact-form-4 .contact--form-white2 .gfield_required_custom {
	font-size: 12px !important;
	line-height: 12px;
	color: #63666A !important;
	font-style: normal !important;
	font-family: 'Univers-55';
	font-weight: 500 !important;
}

.contact-form-1 .gfield_required,
.contact-form-2 .gfield_required,
.contact-form-3 .gfield_required,
.contact-form-4 .gfield_required {
	padding: 0 !important;
}

.contact-form-1 .gfield_required_custom,
.contact-form-2 .gfield_required_custom,
.contact-form-3 .gfield_required_custom,
.contact-form-4 .gfield_required_custom {
	margin-left: 4px;
}

.contact-form-4 .contact-form-icon-box span {
	color: #333135;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-form-4 .contact-form-icon-box-chat span {
	text-decoration: none;
	color: #333135;
}

.contact--form select,
.contact--form-white select,
.contact--form-grey select,
.contact--form-white2 select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url('./assets/images/arrow-down.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center right 12px !important;
	background-color: white !important;
	background-size: 16px;
	color: #63666A;
	font-size: 16px !important;
	font-family: 'Univers-55';
}

.contact-form-1 .gform_fields,
.contact-form-2 .gform_fields,
.contact-form-3 .gform_fields,
.contact-form-4 .gform_fields {
	grid-column-gap: 24px !important;
	grid-row-gap: 24px !important;
}
.contact-form-1 .gform_footer.top_label,
.contact-form-2 .gform_footer.top_label,
.contact-form-3 .gform_footer.top_label,
.contact-form-4 .gform_footer.top_label{
	padding: 16px 0 0 !important;
}
/* .zip-code input {
	background-image: url(./assets/images/info-icon.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center right 12px !important;
	background-color: white !important;
	background-size: 20px 20px;
}
 */
.zip-code {
	position: relative;
}

.contact-tooltip {
	position: absolute;
	right: 10px;
	top: 50%;
}

.contact-tooltip .tooltiptext {
	top: 50px;
	left: -124px;
}

.contact-form-1 .gform_footer.top_label,
.contact-form-2 .gform_footer.top_label {
	padding: 24px 0 0 0;
	margin: 0 !important;
}

.gform_button {
	width: 100%;
}

.select-industry-black select,
.select-interested-black select {
	border: none;
}

.contact-form-2 select,
.contact-form-4 select {
	border-radius: 0;
	height: 48px;
	border: 1px solid #63666A;
}

.contact-form-icon-box a, .contact-form-icon-box-chat h6  {
	text-underline-offset: 4px;
	text-decoration: underline !important;
}

.interested-sec .multi-select-button {
	max-width: 100%;
	border-radius: 0;
	padding: 13px;
	border: 1px solid #63666A !important;
	box-shadow: unset;
}

.interested-sec .multi-select-container,
.interested-sec .multi-select-container>span {
	width: 100%;
}

.interested-sec .multi-select-menu input {
	height: auto;
	width: auto;
}

.interested-sec .multi-select-menu {
	top: 1.6em;
	border: 1px solid #63666A !important;
	box-shadow: unset;
	overflow-y: scroll !important;
	overflow-x: unset !important;
}

.interested-sec .multi-select-menu .multi-select-menuitem {
	padding-top: 15px;
	padding-bottom: 15px;
}

.interested-sec .multi-select-menu .multi-select-menuitem:hover {
	background: #EFF0F0;
}

.interested-sec .multi-select-menu .multi-select-menuitem,
.interested-sec .multi-select-container>span {
	color: #63666A;
	font-size: 16px !important;
	font-family: 'Univers-55';
	outline: unset;
}

.interested-sec .multi-select-button:after {
	background-image: url(./assets/images/arrow-down.svg) !important;
	background-repeat: no-repeat !important;
	border: unset;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}

.gform_confirmation_wrapper {
	margin-bottom: 50px;
}


/* Checkout page */
.checkout_buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}

.checkout_buttons h2 {
	font-size: 44px;
	line-height: 48px;
}

.checkout_button_right .order_checkout,
.checkout_button_bottom .order_checkout {
	background: #63666A !important;
	border-radius: unset !important;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 13px 35px !important;
	border: 1px solid #63666A !important;
	opacity: 1 !important;
}

.checkout_button_right .order_checkout:hover,
.checkout_button_bottom .order_checkout:hover {
	color: #63666A !important;
	background: transparent !important;
}

.checkout_button_right a,
.checkout_button_bottom a {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #63666A !important;
	background: unset !important;
	border: 1px solid #4A4A50;
	padding: 12px 19.5px;
	margin: 0 0 0 16px !important;
}

.checkout_button_right a:hover,
.checkout_button_bottom a:hover {
	color: #fff !important;
	background: #63666A !important;
}

.checkout_button_right {
	display: flex;
	align-items: center;
}

div#customer_details {
	padding: 80px 0 24px;
}

.checkout_detail_form,
.company_detail,
.checkout_inner_first h6,
h3#order_review_heading {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #63666A;
	margin-bottom: 44px !important;
}

#customer_details label {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
	text-transform: capitalize;
	clear: both;
}

div#customer_details span input,
div#customer_details span select {
	border: 1px solid #63666A;
	color: #4A4A50;
	padding: 14px 8px;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	outline: unset;
}

div#customer_details .col-1 {
	width: 57.6%;
}

div#customer_details .form-row {
	margin-bottom: 24px;
	padding: 0px;
}

.company_detail {
	padding-top: 16px !important;
}

div#customer_details span select {
	background: #fff;
	background-image: url(./assets/images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

div#customer_details .form-row-first,
div#customer_details .form-row-last {
	width: 48.5%;
}

#billing_postcode {
	max-width: 48.5%;
	/* 	background-image: url(./assets/images/info-icon.svg);
	background-repeat: no-repeat;
	background-position: center right 14px; */
}

.checkout_inner_first h6 {
	padding: 0 !important;
	margin: 0 !important;
	border: unset;
}

.checkout_inner_first {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout_inner_first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #63666A;
	padding-top: 17px;
	margin-bottom: 28px;
	padding-bottom: 12px;
}

.checkout_tiles_inner input {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #63666A;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	display: inline-block !important;
	margin-bottom: 8px !important;
}

.checkout_tiles_inner input:checked {
	background-color: #008B95;
	border-color: #008B95;
	background-image: url(./assets/images/check.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.checkout_tiles_inner {
	display: flex;
	gap: 19px;
}

.checkout_tiles_inner .slick-track {
	display: flex;
	column-gap: 10px;
}

.checkout_tiles_inner .form-row {
	border: 2px solid #D9D9D6;
	padding: 16px 16px 24px !important;
}

.checkout_tiles_inner .form-row:hover,
.border-green {
	border-color: #008B95 !important;
}

.checkout_select {
	border-bottom: 2px solid #333135;
	padding-bottom: 4px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.checkout_tiles .checkout_tiles_inner label {
	font-family: 'Univers-65';
	font-weight: 700;
	line-height: 20px !important;
}

.checkout_tiles .checkout_tiles_inner span {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Univers-55';
	font-weight: 500;
}

.checkout_button_bottom {
	margin-top: 41px;
	display: flex;
}

div#payment,
span.optional,
.checkout_tiles_inner ul.slick-dots button {
	display: none;
}

.checkout_quote_summary {
	width: 32.1%;
	display: inline-block;
	margin-left: 140px;
}

.checkout_quote_summary table,
.checkout_quote_summary table tr td {
	border: unset !important;
	border-radius: unset !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

.checkout_quote_summary #order_review_heading {
	margin-bottom: 26px !important;
}

.checkout_quote_summary td.product-name p:first-child {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #63666A;
}

.checkout_quote_summary td.product-name a {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333135;
	display: block;
	margin-bottom: 16px;
}

.checkout_quote_summary td.product-name p:last-child,
.color_cart {
	font-size: 16px;
	line-height: 18px;
	color: #63666A;
}

.checkout_quote_summary td:first-child {
	width: 31.85%;
	padding-right: 16px !important;
}

.color_cart {
	margin-bottom: 8px;
	text-transform: capitalize;
}

.checkout_quote_summary table tr {
	margin-bottom: 40px;
	display: block;
}

.checkout-tooltip-main {
	display: flex;
	margin-top: 16px;
}

.checkout-tooltip-main [type=checkbox],
.checkout-terms [type=checkbox],
.personal-cart [type=checkbox],
.terms-condition input#terms-checkbox {
	width: 18px;
	height: 18px;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block !important;
	border-radius: 2px;
	border: 2px solid #63666A;
}

.terms-condition input#terms-checkbox {
	border-radius: 1px;
	border: 0.5px solid #63666A;
}

.checkout-tooltip-main [type=checkbox]:checked,
.checkout-terms [type=checkbox]:checked,
.personal-cart [type=checkbox]:checked,
.terms-condition input#terms-checkbox:checked {
	background-image: url(./assets/images/green-check.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.checkout-tooltip-main label,
.checkout-terms label {
	text-transform: unset !important;
}

#customer_details abbr.required {
	font-size: 12px;
	line-height: 12px;
	text-transform: lowercase;
	color: #63666A;
	font-family: 'Univers-55';
	font-weight: 500;
}

.checkout_tiles_inner ul.slick-dots {
	display: flex;
	text-align: left;
	width: 100%;
	bottom: -32px;
}

.checkout_tiles_inner ul.slick-dots li {
	width: 100%;
	margin: 0;
	height: auto;
}

.checkout_tiles_inner ul.slick-dots li.slick-active:before {
	border-bottom: 6px solid #008B95;
	top: -3px;
	border-radius: 50px;
}

.checkout_tiles_inner ul.slick-dots li:before {
	position: absolute;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #63666a;
	content: '';
}

.checkout_tiles_inner .slick-slide>div {
	margin-right: 25px;
}

.checkout_tiles_inner .slick-list {
	padding-right: 33.4%;
}

.checkout-terms.woocommerce-invalid.woocommerce-invalid-required-field label,
.checkout-terms.woocommerce-invalid.woocommerce-invalid-required-field input {
	outline: unset !important;
	color: inherit !important;
}

.checkout-terms span a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field .woocommerce-input-wrapper span.error {
	color: #e2401c;
	display: block !important;
	font-weight: bold;
}

.woocommerce-checkout .validate-email .woocommerce-input-wrapper .error {
	color: #e2401c;
	font-weight: bold;
}

.woocommerce-checkout p.woocommerce-invalid-email .woocommerce-input-wrapper span.error {
	color: #e2401c;
	display: block !important;
	font-weight: bold;
}

.woocommerce-checkout p.woocommerce-invalid-email input {
	border: 1px solid red !important;

}

.woocommerce-checkout p.woocommerce-invalid-required-field input {
	border: 1px solid red !important;

}

.woocommerce-checkout .form-row.woocommerce-invalid label {
	color: #333135 !important;
}

.form-row.validate-required.checkout-terms.woocommerce-invalid.woocommerce-invalid-required-field span.error {
	color: #e2401c;
	display: block !important;
	font-weight: bold;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	display: none;
}

.checkout_detail_form {
	display: grid;
	grid-template-columns: 222px 1fr 54px;
	align-items: end;
}

.checkout_detail_form a.sign-up-popup-checkout,
.checkout_detail_form span.chk_logins {
	text-align: right;
}

.checkout_detail_form:before,
.checkout_detail_form:after {
	display: none !important;
}

.checkout_detail_form span.chk_logins {
	line-height: 18px;
	font-size: 16px;
	font-family: 'Univers-55';
	font-weight: 400;
}

.checkout_detail_form a.sign-up-popup-checkout {
	font-size: 12px;
	line-height: 12px;
	color: #63666A;
	font-family: 'Univers-55';
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Cart Page */
.my-quote-cart-outer {
	display: flex;
	align-items: center;
	padding: 24px 0px;
}

.my-quote-cart-outer .my-quote-cart {
	font-size: 44px;
	line-height: 48px;
	font-family: 'Univers-45-Light';
	color: #333135;
}

.my-quote-cart-savingshare-right {
	display: flex;
	align-items: center;
}

.my-quote-head-title {
	flex: 1;
}

.woocommerce-cart button.cart-desktop.update_cart,
.woocommerce-cart button.cart-mobile.update_cart{
	display: none;
}

.share-cart-btns-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.my-quote-cart-savingshare-right .checkout-button,
.share-cart-btns-inner .checkout-button {
	background: #008B95 !important;
	padding: 11.5px 65.2px !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: 'Univers-65';
	text-align: center;
	border: 2px solid #008B95 !important;
}

.my-quote-cart-savingshare-right .checkout-button:hover,
.share-cart-btns-inner .checkout-button:hover {
	background: transparent !important;
	color: #008B95 !important;
}

.my-quote-cart-savingshare-right .cart-desktop .wcss-share-cart-btn-shortcode,
.share-cart-btns-inner .cart-mobile .wcss-share-cart-btn-shortcode,
.share-cart-btns-inner .cart-desktop .wcss-share-cart-btn-shortcode {
	margin-left: 16px !important;
	margin: 0;
	background: unset !important;
	color: #63666A !important;
	padding: 12.5px 19.5px;
	border: 1px solid #4A4A50;
	font-family: 'Univers-65';
	font-size: 16px !important;
	line-height: 21px !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.my-quote-cart-savingshare-right .cart-desktop .wcss-share-cart-btn-shortcode:hover,
.share-cart-btns-inner .cart-mobile .wcss-share-cart-btn-shortcode:hover,
.share-cart-btns-inner .cart-desktop .wcss-share-cart-btn-shortcode:hover {
	background: #333135 !important;
	color: #fff !important;
}

.personal-cart-outer {
	padding: 40px 0 32px 0;
}

.personal-cart-outer .shop_table {
	margin: 0 !important;
}

.cart_tooltip {
	margin: 0 0 0 auto;
}

.personal-cart-outer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 27px 16px;
	border: 1px solid #4A4A50;
}

.personal-cart-outer .personal-cart {
	font-size: 16px;
	line-height: 18px;
}

.personal-cart-outer .personal-order {
	margin-right: 16px;
	vertical-align: middle;
	margin-top: -5px;
}

.personal-cart-outer .product-name .sku_cart {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.personal-cart-outer .product-name a {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	font-family: 'Univers-65';
	margin-bottom: 16px !important;
	display: block;
}

#product-remove a {
	color: #333135 !important;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 2px solid #333135;
	width: auto;
	border-radius: unset;
	display: inline;
}

#product-remove a:hover {
	background: unset;
}

.woocommerce-cart .product-thumbnail a {
	display: block;
}

.woocommerce-cart .product-thumbnail {
	width: 25%;
}

.woocommerce-cart .product-thumbnail img {
	width: 100% !important;
}

.woocommerce-cart td.product-name {
	width: 52.2%;
	padding-left: 40px !important;
	padding-right: 32px !important;
}

.personal-cart-outer td.product-quantity {
	text-align: right;
}

.personal-cart-outer .quantity {
	display: flex;
	margin-bottom: 16px;
}

.woocommerce-cart .product-name p.color_cart {
	margin-bottom: 0;
	color: inherit;
}

.woocommerce-cart .product-name p.qty_cart {
	font-size: 16px;
	line-height: 18px;
}

.quantity button.minus,
button.plus,
.quantity input {
	border: 1px solid #63666A;
}

.personal-cart-outer tr.cart_item {
	margin-bottom: 32px;
	display: block;
	position: relative;
}

.woocommerce-cart .woocommerce table.shop_table {
	border: 0;
}

.woocommerce-cart .quantity input {
	border-width: 1px 0px 1px 0px;
}

.woocommerce-cart .woocommerce table.shop_table td {
	border: 0;
	padding: 0;
}

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	padding: 16px 16px 0 16px;
}

.woocommerce-cart td.actions {
	margin-top: 48px;
	display: block;
}

/*  */
form.woocommerce-cart-form {
	position: relative;
}

.qoute_save_alert {
	text-align: center;
	padding: 13px 0;
}

.qoute_save_alert_inner p {
	text-transform: uppercase;
	font-family: 'Univers-65';
	font-size: 16px;
	color: #63666A;
	line-height: 22px;
	letter-spacing: 0.06em;
	display: inline-block;
}

.qoute_save_alert_inner svg {
	vertical-align: middle;
	margin-right: 10px;
}

.qoute_save_alert_inner:after {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #F7F7F8;
	content: '';
	height: 48px;
	z-index: -1;
	top: 97.5px;
}

.disabled_btn a {
	pointer-events: none;
}

.disabled_btn {
	margin-left: 32px;
}

.disabled_btn svg {
	display: inline-block !important;
	vertical-align: middle;
}

.my-quote-cart-outer .disabled_btn a.wcss-share-cart-btn-shortcode,
.checkout_buttons .disabled_btn a.wcss-share-cart-btn-shortcode,
.share-cart-btns-inner .disabled_btn a.wcss-share-cart-btn-shortcode,
.checkout_button_bottom .disabled_btn a.wcss-share-cart-btn-shortcode {
	border: none !important;
	margin-left: 5px !important;
	padding-left: 0 !important;
}

/* cart-share-quote */
.wcss-popup-overlay {
	background-color: rgba(0, 0, 0, .8) !important;
}

.wcss-popup--text-color.copy-link-uni {
	font-size: 16px;
	line-height: 22px;
	background: #008B95;
	color: #fff;
	font-weight: 700;
	padding: 12px 37px;
	display: block;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Univers-65';
	border: 2px solid #008B95;
}

.wcss-popup--text-color.copy-link-uni:hover {
	background: transparent;
	color: #008B95;
}

.wcss-share-medium .link_quote_copy a {
	margin: 0 !important;
	width: 100% !important;
	max-width: 183px !important;
	height: unset !important;
	margin-bottom: 16px !important;
	display: block !important;
	text-align: center;
}

.wcss-share-medium {
	display: block !important;
}

.wcss-email-cart {
	padding: 0 !important;
}

.share-email-checkbox,
.share-sms-checkbox {
	color: #333135;
}

.share-sms-checkbox input {
	width: auto !important;
	margin-right: 4px !important;
}

.share-form-popup-checkbox {
	display: flex;
	gap: 24px;
	margin-bottom: 16px !important;
}

.share-form-popup-checkbox label {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Univers-55';
	font-weight: 500;
	color: #333135;
}

.share-quote-request input.wcss-email-cart-form-field {
	padding: 15px 8px !important;
	border: 1px solid #63666A;
	margin-bottom: 8px !important;
}

label.wcss-popup--text-color {
	color: #333135 !important;
	margin-bottom: 2px;
}

.link_quote_copy input {
	padding: 12px 8px !important;
	border: 1px solid #63666A;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #4A4A50;
	height: 48px;
	margin-top: 2px !important;
	margin-bottom: 8px;
}

.link_quote_copy label {
	font-family: 'Univers-55' !important;
	font-weight: 500 !important;
	font-size: 18px;
	color: #333135 !important;
	line-height: 24px !important;
}

.share-quote-request label {
	font-family: 'Univers-55' !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	color: #333135 !important;
	line-height: 24px !important;
}

.share-quote-request span {
	display: none;
}

.share-quote-request .wcss-btn {
	width: 100% !important;
	max-width: 183px;
	padding: 12px 16px !important;
	color: #F7F7F8 !important;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	background: #4A4A50 !important;
	font-family: 'Univers-65';
	cursor: pointer;
	border: 2px solid #4A4A50;
}

.share-quote-request .wcss-btn:hover {
	background: transparent !important;
	color: #4A4A50 !important;
}

.wcss-share-medium a:hover {
	-webkit-transform: none !important;
	transform: none !important;
}

.share-form-popup-checkbox input.email-checkbox,
.share-sms-checkbox input.sms-checkbox {
	width: 20px !important;
	height: 20px !important;
	border-radius: 50%;
	border: 2px solid #97999B;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 !important;
}

.share-form-popup-checkbox input.email-checkbox:checked,
.share-sms-checkbox input.sms-checkbox:checked {
	background: #008B95;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.share_error {
	color: red;
	margin-bottom: 10px;
}

.share_submit_btn {
	position: relative;
}

.share_submit_btn .sms-share-loader {
	bottom: 15px;
	left: 121px;
	right: unset;
}

/* share quote header */
.wcss-popup .wcss-popup__header {
	padding: 40px 0px 24px 0;
	box-shadow: unset;
	position: relative;
}

.link_quote_copy {
	width: 100%;
}

.wcss-popup .wcss-share-medium {
	margin: 0;
}

.wcss-popup__header-close path {
	color: #333135;
}

.wcss-popup .wcss-popup__header-text.wcss-popup--text-color {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	font-family: 'Univers-65';
	border-bottom: 1px solid #63666A;
	padding: 0px 0px 16px;
	margin-bottom: 4px;
	color: #333135 !important;
}

.wcss-popup .wcss-popup__header-close {
	background: unset;
	display: block;
	position: absolute;
	right: 30px;
	padding: 0;
	top: 30px;
}

/* share header end */

/* button loader */
.create-account-loader img {
	width: 16px;
	position: absolute;
	bottom: 32px;
	right: 32%;
}

.create-account-btn {
	position: relative;
}

/* share-account-form */
.wcss-popup .wcss-popup__body {
	padding: 0 80px 60px 80px;
}

.email_icon_share,
.save_cart_icon {
	display: none !important;
}

.wcss-popup {
	width: 100% !important;
	max-width: 670px !important;
	border-radius: 0 !important;
}

.wcss-popup .share-head-title {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 37px;
	padding-top: 40px;
}

.wcss-popup .create-account-share-inner h3 {
	border-bottom: 1px solid #63666A;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.wcss-popup .share-head-content {
	font-size: 16px !important;
	line-height: 18px;
	margin-bottom: 24px;
}

.wcss-popup .required {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	color: #63666A;
}

.wcss-popup #share-cart-form input {
	margin-top: 6px;
}

.wcss-popup .Email-address {
	margin-bottom: 38px;
}

.wcss-popup .zipcode-industry {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding-bottom: 38px;
}

.wcss-popup .zip-postalcode {
	width: 188px;
}

.wcss-popup .industry-type {
	width: 304px;
}

#share-cart-form input,
#share-cart-form select {
	padding: 15px 8px;
	border: 1px solid #63666A;
	color: #4A4A50;
}

.wcss-popup #share-cart-form input::placeholder {
	font-size: 16px;
	line-height: 18px;
	color: #97999B;
	font-family: 'Univers-55';
}

.wcss-popup select#industry {
	font-size: 16px;
	line-height: 18px;
	height: 48px;
	padding: 14px 8px;
	font-family: 'Univers-55';
	background-color: #fff;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(./assets/images/arrow-down.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center right 12px !important;
}

.wcss-popup select#industry:focus-visible {
	outline: none;
}

.wcss-popup .create-account-btn input {
	margin-top: 0 !important;
	margin-bottom: 16px;
	padding: 13px 0 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	font-weight: 700 !important;
	color: white !important;
	font-family: 'Univers-65' !important;
	border: none !important;
	background-color: #008B95;
	height: 48px;
	cursor: pointer;
}

.wcss-popup .create-account-dissabled {
	background: #63666A !important;
	pointer-events: none;
}

.wcss-popup input#terms-checkbox {
	margin-right: 16px;
	margin-top: 0 !important;
}

.create-account a,
.login-account a {
	border-bottom: 1px solid #333135;
	font-size: 14px;
	line-height: 19px;
}

.wcss-popup .create-account {
	margin-top: 24px;
	text-align: center;
}

.wcss-popup .create-account p,
.wcss-popup .login-account-main p {
	line-height: 18px;
	font-size: 16px;
}

.wcss-popup .create-acc-btn {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	font-family: 'Univers-65';
}

.wcss-popup .terms-condition {
	padding: 23px 0;
	display: inline-flex;
	line-height: 22px;
}

.wcss-popup .terms-condition a {
	border-bottom: 1px solid #333135;
}

/*  share-account-form end */

/* create account popup */
.wcss-popup #share-cart-form input,
.wcss-popup #share-cart-form select {
	margin-top: 6px !important;
	height: 48px !important;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	border-radius: 0;
}

.wcss-popup .terms-condition {
	align-items: center;
}

.wcss-popup #share-cart-form input#terms-checkbox {
	height: 18px !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.btn_green_disabled {
	pointer-events: none;
}

.wcss-popup input.wcss-email-cart-form-field::placeholder {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Univers-55';
	font-weight: 500;
}

.create-acc-field label {
	color: #333135;
}

/* .create-acc-field input::placeholder {
	color: #4A4A50;
} */

/* cart success message */
.create_success {
	display: none;
}

.create_success .account_success,
.create_success .instruction_msg {
	display: block;
	width: 100%;
}

.create_success .account_success {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.create_success .instruction_msg {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.success_inner {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	color: #fff;
	background: #008B95;
}

/* create failed */
.create_failed {
	text-align: center;
	padding: 10px 16px;
	background: #F7F7F8;
}

.create_failed .email_set {
	color: #c02b0a !IMPORTANT;
	font-weight: 500;
	font-family: 'Univers-55';
	font-size: 16px;
	line-height: 30px;
	text-transform: unset;
}

/* Thank You page */
.order_head {
	background: #F7F7F8;
	padding: 40px 0 80px;
}

.order_head_inner {
	display: grid;
	grid-template-columns: 780px 1fr;
	grid-gap: 140px;
}

.order_head_inner p {
	line-height: 26px;
}

.order_bottom {
	padding: 80px 0;
}

.order_confirm,
.customer_info h5,
.interst_more_about {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 12px;
	border-bottom: 1px solid #63666A;
}

table.order_table tr {
	padding: 16px;
	display: flex;
	align-items: center;
}

td.order-image {
	width: 24.4%;
}

td.order-image img {
	min-height: 218px;
	object-fit: cover;
	max-height: 218px;
}

.order-name {
	width: 70%;
	margin-left: 40px;
	max-width: 346px;
}

.order_bottom_left {
	float: left;
	width: 57.6%;
}

.order_bottom_right {
	width: 32%;
	float: left;
	margin-left: 140px;
}

.order_name_email .order_name label,
.order_email label,
.order_phone label,
.order_company label,
.order_zip_industry label {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	display: block;
	color: #333135;
}

.order_name_email .order_name p,
.order_email p,
.order_phone p,
.order_company p,
.order_zip_industry p,
.order_about strong {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Univers-65';
	text-transform: capitalize;
	font-weight: 700;
}

.order_name_email {
	margin-top: 28px;
}

.order_name,
.order_email,
.order_phone_company {
	margin-bottom: 16px;
}

.order_email p {
	text-transform: none;
}

.order_phone_company,
.order_zip_industry {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr;
}

.order_account h5,
.question_info h5 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #63666A;
	border: unset;
	padding-bottom: 16px;
}

.order_account,
.question_info,
.interest_more {
	margin-top: 40px;
}

.resend_email,
#create_account-order {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #F7F7F8 !important;
	padding: 12px 8px;
	background: #008B95 !important;
	cursor: pointer;
	border: 1px solid #008B95;
	text-align: center;
}

.resend_email:hover,
#create_account-order:hover {
	background: transparent !important;
	color: #008B95 !important;
}

.order_account_btn a.resend_email {
	position: relative;
}

.order_account_btn img.order_loader {
	position: absolute;
	width: 10px;
	right: 3%;
	top: 37%;
}

.order_account a.wcss-share-cart-btn-shortcode {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333135 !important;
	background: unset !important;
	border: 1px solid #4A4A50;
	padding: 12px 16px;
	margin: 0;
}

.order_account a.wcss-share-cart-btn-shortcode:hover {
	background: #4A4A50 !important;
	color: #fff !important;
}

.order_account_btn {
	display: grid;
	grid-gap: 16px;
}

.resent-link a {
	text-decoration: underline;
}

.order_phone_icon svg {
	margin-right: 11px;
}

.resent-link {
	position: relative;
}

.resent-link img.order_loader {
	width: 15px;
	left: 175px;
	top: 22%;
	right: unset;
}

.order_phone_icon a,
.order-name p {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.order_phone_icon span {
	margin: 0 15px 0 11px;
	font-size: 16px;
	line-height: 22px;
	color: #333135;
}

.chat-order-btn svg {
	margin-right: 12px;
	vertical-align: middle;
}

.order-name p {
	display: block;
	margin-bottom: 16px;
}

.order-name-sku {
	text-transform: uppercase;
}

.order-name a {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 16px;
	display: block;
}

.order-name p.color_cart,
p.order-wears {
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #333135;
}

p.order-wears {
	text-transform: unset;
}

.order_bottom_left table.order_table {
	width: 100%;
}

.question-desc {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 29px;
}

.order_about {
	padding: 16px 16px 24px;
	border: 2px solid #D9D9D6;
	margin-top: 16px;
}

.interst_more_about {
	margin-bottom: 44px;
}

.order_about:nth-child(2) {
	margin-top: 0;
}

.order_about p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}

span.re_suc {
	display: block;
	padding-top: 7px;
	color: #008B95;
}

span.re_error {
	color: red;
	display: block;
	padding: 4px 0 0 0;
}

/* Large content feature */
.large-content-features h6 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'Univers-45-Light';
	margin-bottom: 24px;
	text-transform: uppercase;
}

.large-content-features h2 {
	font-size: 44px;
	line-height: 48px;
	font-weight: 300;
	font-family: 'Univers-45-Light';
	margin-bottom: 24px;
}

.large-content-features p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.large-content-features span {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* location details */
.location-details-contact-box a {
	text-transform: capitalize !important;
}

/* login form popup */
.login-head-title {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 37px;
	border-bottom: 1px solid #63666A;
	margin-bottom: 54px;
	text-transform: uppercase;
	padding-top: 40px;
}

.wcss-popup .login-acc-field .Email-address {
	margin-bottom: 16px;
	padding-bottom: 30px;
}

.login-acc-field label {
	color: #333135;
}

.wcss-popup #login-account-form input,
.wcss-popup #login-account-form select {
	margin-top: 6px;
	color: #4A4A50;
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.wcss-popup #login-account-form input::placeholder {
	color: #97999B;
}

#login-account-form input,
#login-account-form select {
	padding: 14px 8px;
	border: 1px solid #63666A;
}

.wcss-popup .login-account {
	margin: 34px 0 24px 0;
	text-align: center;
}

.wcss-popup .login-account-btn input {
	margin-bottom: 16px;
	padding: 13px 0 !important;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: white !important;
	font-family: 'Univers-65' !important;
	border: none !important;
	background-color: #008B95;
	height: 48px !important;
	cursor: pointer;
}

.login-password .forgot-password {
	font-size: 14px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.login-account-btn {
	position: relative;
}

.login-account-loader {
	position: absolute;
	right: 40%;
	bottom: 28px;
	width: 16px;
}

/* login page and lost password */
.woocommerce-js .woocommerce-form-login,
form.woocommerce-ResetPassword,
.woocommerce-account .woocommerce-form-login,
.lost_reset_password,
.woocommerce-lost-password .woocommerce {
	max-width: 670px;
	margin: 0 auto 50px !important;
}

.woocommerce-js .woocommerce h2.login-form-heading {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	padding: 40px 0;
	max-width: 672px;
	margin: 0 auto;
}

.woocommerce-js .woocommerce-form-login {
	border: 1px solid #63666A !important;
	border-radius: 0 !important;
	padding: 20px;
}

.woocommerce-js .woocommerce-form-login input,
form.woocommerce-ResetPassword input {
	padding: 13.5px 8px;
	border: 1px solid #63666A;
	font-family: 'Univers-55';
	font-weight: 500;
	color: #4A4A50;
	font-size: 16px;
	line-height: 18px !important;
}

.woocommerce-js .woocommerce-form-login .form-row,
.woocommerce-account .form-row {
	display: grid;
	padding: 0;
	margin-bottom: 6px;
}

.woocommerce-form-login label {
	line-height: 2;
}

.woocommerce-js .woocommerce-form-login .woocommerce-form-login__submit,
form.woocommerce-ResetPassword .woocommerce-Button {
	margin-right: 0;
}

.woocommerce-js .woocommerce-form-login__submit,
form.woocommerce-ResetPassword .woocommerce-Button {
	margin-top: 10px !important;
	padding: 13px 0 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	font-weight: 700 !important;
	color: white !important;
	font-family: 'Univers-65';
	border: 1px solid #008B95 !important;
	background-color: #008B95 !important;
	height: 48px !important;
	cursor: pointer;
	border-radius: 0 !important;
	text-transform: uppercase;
}

.woocommerce-js .woocommerce-form-login__submit:hover,
form.woocommerce-ResetPassword .woocommerce-Button:hover {
	background-color: transparent !important;
	color: #008B95 !important;
}

form.woocommerce-ResetPassword p,
form.woocommerce-ResetPassword label {
	width: 100% !important;
}

form.woocommerce-ResetPassword {
	margin-top: 25px !important;
}

div#my-login-woo .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-notices-wrapper {
	max-width: 670px;
	margin: 0 auto 20px;
	color: #C02B0A;
}

div#my-login-woo .woocommerce-notices-wrapper strong:first-child,
div#my-login-woo .woocommerce-notices-wrapper a {
	display: none;
}

.woocommerce-lost-password .woocommerce-message {
	border: unset;
	background: #008B95;
	color: #fff;
}

.woocommerce-lost-password .woocommerce-message::before {
	color: #fff;
}

.woocommerce-lost-password .woocommerce-notices-wrapper {
	display: block;
}

.woocommerce-lost-password ul.woocommerce-error {
	background: #008B95;
	color: #fff;
	margin-bottom: 0;
}

/* my-account */
.my-account-main-heading {
	background: #F7F7F8;
	padding: 40px 0 80px;
}

.my-account-main-inner {
	padding: 80px 0 64px;
}

.my-account-outer {
	display: grid;
	grid-template-columns: 57.6% 1fr;
	grid-gap: 140px;
}

.my-account-title-left h6,
.my-account-title-right h6 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 12px;
	border-bottom: 1px solid #63666A;
}

.my-account-title-right h6 {
	border: unset;
	padding-bottom: unset;
}

.my-account-title-right {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #63666A;
	align-items: center;
	padding-bottom: 12px;
}

.my-account-accordion,
.umy-image img {
	width: 100%;
}

.umy-accordion-content-inner {
	padding: 16px;
	display: grid;
	grid-template-columns: 24.4% 1fr;
	grid-gap: 40px;
	align-items: center;
	border-top: 1px solid #D9D9D6;
}

.umy-sku,
.umy-sub-head {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #333135;
	margin-bottom: 16px;
	display: block;
}

.umy-product-title,
.umy-accordion-title h4 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 16px;
}

.umy-color,
.umy-qty {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #333135;
	font-family: 'Univers-55';
	font-weight: 500;
}

.umy-all-box {
	max-width: 300px;
}

.umy-interested {
	padding: 32px 16px 40px;
}

.umy-interested-title {
	border-top: 1px solid #D9D9D6;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding: 28px 16px 24px;
}

.umy-interested-box h6 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}

.umy-interested-box p {
	font-size: 14px;
	line-height: 18px;
}

.umy-interested-box {
	padding: 0 16px 16px;
}

.umy-btn-sec a {
	display: block;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 11px 13px;
	background: #4A4A50;
	text-align: center;
	margin: 0;
	border: 2px solid #4A4A50;
}

.umy-btn-sec a:hover {
	background: transparent;
	color: #4A4A50;
}

.my-account-accordion .umy-accordion-title {
	position: relative;
	margin: 0;
	cursor: pointer;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #D9D9D6;
	padding: 42px 32px;
}

.umy-accordion-title.umy-open {
	border: unset;
}

.umy-detail {
	margin: 16px 0;
}

.umy-accordion-title h4 {
	margin-bottom: 0;
}

.my-account-accordion .umy-accordion-title::after {
	content: "";
	position: absolute;
	right: 50px;
	top: 42%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #333135;
	border-right: solid 2px #333135;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.my-account-accordion .umy-accordion-title.umy-open::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 42%;
}

.my-account-title-right span {
	border-bottom: 2px solid #333135;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Univers-55';
	font-weight: 500;
	cursor: pointer;
}

.my-account-right-box {
	padding-top: 28px;
}

.my-account-right-box-deatils span {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	display: block;
}

.my-account-right-box-deatils h4 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}

.my-account-right-box-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.umy-resert-password {
	margin: 24px 0 40px;
}

.umy-rest-btn {
	line-height: 30px;
	text-decoration: underline;
	cursor: pointer;
}

.umy-question-box h3 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #63666A;
	margin-bottom: 16px;
}

.umy-question-box p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}

.question-call a svg {
	margin-right: 11px;
	vertical-align: middle;
}

.question-call a {
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.question-call span {
	font-size: 16px;
}

.question-call or {
	line-height: 22px;
	padding-left: 16px;
	padding-right: 20px;
	font-size: 16px;
}

.umy-form-group {
	margin-bottom: 10px;
}

.umy-edit-user .umy-form-group input,
.umy-edit-user .umy-form-group select {
	width: 100%;
	border: 1px solid #63666A;
	padding: 10px;
	background: transparent;
	font-size: 16px;
	font-family: 'Univers-55';
	font-weight: 500;
	outline: unset;
	color: #4A4A50;
}

.umy-form-group label {
	display: block;
}

.umy-edit-user .umy-form-submit .umy-submit {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 15px;
	line-height: 24px !important;
	color: #fff;
	padding: 10px 44px;
	text-transform: uppercase;
	display: block;
	border: 2px solid #008B95;
	background: #008B95;
	width: 100%;
}

.umy-edit-user .umy-form-submit .umy-submit:hover {
	color: #008B95;
	background: transparent;
}

.umy-form-submit img {
	position: absolute;
	top: 30%;
	right: 20%;
	width: 20px;
}

.umy-form-submit {
	position: relative;
	margin-top: 20px;
}

.umy-interested-box:last-child {
	padding-bottom: 0;
}

.my-account-main-heading .uni-account-title h2 {
	font-size: 80px;
	line-height: 80px;
	max-width: 100%;
	margin: unset;
	font-family: 'Univers-45-Light';
	font-weight: 300;
	padding: unset;
}

.uma-saved-cart-table {
	width: 100%;
}

.my-account-save-title-left h6 {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding: 28px 16px 24px;
}

.uma-saved-cart-table th {
	text-align: left;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 13px 16px;
}

.uma-saved-cart-table td strong {
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	display: block;
	text-transform: capitalize;
}

.uma-saved-cart-table td p {
	font-family: 'Univers-55';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

.uma-saved-cart-table thead {
	border: 1px solid #D9D9D6;
}

.uma-saved-cart-table td {
	padding: 16px;
}

.uma-saved-cart-table td a.uma-save-btn {
	width: 31%;
	font-family: 'Univers-65';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 11px 13px;
	background: #4A4A50;
	text-align: center;
	border: 2px solid #4A4A4F;
	border-radius: 0;
	box-sizing: border-box;
	margin-right: 10px;
}

.uma-saved-cart-table td a:last-child {
	margin-right: 0;
}

.uma-saved-cart-table td a.uma-save-btn:hover {
	background: unset;
}

.acc_sucess {
	text-align: center;
	color: #fff;
	padding: 15px;
	background: #008B95;
}

/* news & knowledge page */
.other-components-CTA a {
	display: flex;
	align-items: center;
}

.other-components-CTA a:hover:after,
.continue-browsing a:hover:after {
	content: '';
	background: url(./assets/images/arrow_back_black.svg);
	height: 12px;
	width: 20px;
	background-repeat: no-repeat;
	margin-left: 8px;
	display: inline-block;
}

div#rental-bold strong {
	font-weight: bold;
}

div#rental-bold em {
	font-style: italic;
}

div#rental-bold li:not(:last-child) {
	margin-bottom: 20px;
}

.timline-font h6 {
	font-family: 'Univers-65';
}

.uni-margin-bottom p,
.uni-margin-bottom ul {
	margin-bottom: 10px;
}

/* 404 page */
.error404 main.wrap {
	padding: 40px 0;
}

.error404 h1.page-title {
	margin-bottom: 15px;
}

/* Terms of use */
.terms-of-use p {
	margin-bottom: 20px;
}

/* privacy-notice-residents */
.privacy-notice-residents p {
	margin-bottom: 10px;
}

/* single post */
.uni-single-post-title h1 {
	font-size: 64px;
}

.uni-single-image figcaption,
.Uni-single-content .wp-caption-text{
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Univers-45-Light';
}
.uni-single-image figcaption a,
.Uni-single-content .wp-caption-text a {
	font-size: 13px;
	line-height: 18px;
	font-family: 'Univers-45-Light';
	text-decoration: underline;
}
.Uni-single-content p {
	margin-bottom: 20px;
}

.Uni-single-content ol {
	list-style-type: decimal !important;
	padding-inline-start: 30px;
}

.Uni-single-content ul {
	list-style-type: disc !important;
	padding-inline-start: 30px;
}

.Uni-single-content ol li,
.Uni-single-content ul li {
	padding-left: 10px;
	font-family: 'Univers-55';
	margin-bottom: 10px;
}

.Uni-single-content h4 span {
	text-decoration-thickness: 1px !important;
}

.Uni-single-content ol li h4 a {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.Uni-single-content h3,
.Uni-single-content h4 {
	margin-bottom: 20px;
}

.Uni-single-content i,
.Uni-single-content em {
	font-style: italic;
}

.tbl>div {
	display: grid;
	grid-template-columns: 4% 1fr 1fr 1fr;
	margin-bottom: 10px;
}

.fLeft.padColDiv {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

div.tgrid {
	display: table;
}

div.tgrid>div {
	display: table-row;
}

div.tgrid>div>div {
	display: table-cell;
	width: 200px;
	padding: 0 10px 0 10px;
}

.category-video .uni-single-image {
	display: none;
}

.user-post-sec .elementor-icon-list-icon img {
	border-radius: unset !important;
}

p.terms-condition.share-quote-term abbr.required {
	line-height: 19px;
	margin-bottom: -3px;
}
.Uni-single-content p, .Uni-single-content a, .Uni-single-content strong, .Uni-single-content li, .Uni-single-content b, .Uni-single-content span, .Uni-single-content div, .Uni-single-content i {
    font-size: 18px;
    line-height: 28px;
}
.Uni-single-content .alignright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
} 

.Uni-single-content .alignleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
/* sign in */
.uni-signin {
	max-width: 100% !important;
}

.signin-instructions {
	font-size: 12px;
	line-height: 12px;
	color: #63666A;
	font-family: 'Univers-55';
	font-weight: 500;
	text-decoration: underline !important;
}
.woocommerce-form-login__rememberme span {
    padding-left: 5px;
}
/*  login page styling start*/
.login-account-loader.woocommerce-account-login {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: -43px !IMPORTANT;
	margin-bottom: 43px;
	margin-left: 41px;
}

.login-account-loader.woocommerce-account-login img {
	width: 16px;
	height: 16px;
}

.woocommerce-account.woocommerce-js .woocommerce h2.login-form-heading {
	padding: 25px 0;
	padding-top: 10px;
}

.woocommerce-account .woocommerce-notices-wrapper {
	margin-bottom: 0 !IMPORTANT;
	padding-top: 15px;
}

.woocommerce-account .wcss-popup .create-account p,
.woocommerce-order-received .wcss-popup .create-account p {
	display: none;
}

/*  login page styling end*/


.select-color-btn-mobile {
	display: none;
}
 /*rental-wysing-new*/
 .uni-rental-wysing-btn a {
 	font-weight: bold;
 	font-family: 'Univers-65';
 }

 .rental-color-white p {
 	color: #fff;
 }
.ansi_cat {
    font-family: 'Univers-65';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.singleFeatured_video .u-mark-brand-main.u-mark-dark, .singleFeatured_video .u-mark-brand-main.u-mark-light, .singleFeatured_video .tg-container   {
    padding: 0;
	background: transparent;
}
.singleFeatured_video .u-mark-dark.blog-video-dark {
    background: #F7F7F8;
}
.singleFeatured_video .u-mark-light.blog-video-dark {
    background: #008B95;
}
.singleFeatured_video  .u-mark-brand-video.desktop-img-v2 {
	margin: 0; 
}
.singleFeatured_video .u-mark-brand-video.desktop-img-v2 img {
    max-height: 628px;
    object-fit: cover;
}
/* cookieYes */
.cky-consent-container .cky-consent-bar {
    border: unset !important;
    background: unset !important;
    box-shadow: unset !important;
	max-width: 1360px;
	margin:auto;
	padding: 0 !important;
}
.cky-consent-container {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    padding: 16.5px;
}

div[data-cky-tag="detail-powered-by"] {
    display:none !Important;
}
.cky-notice-des p a { 
	color:#000;
    font-weight: bold;
	text-decoration:underline !important;
}
/* .cky-preference-center ul.cky-cookie-des-table li p {
    font-size: 12px;
} */

#customer_login_track {
    text-align: center;
    color: #008B95;
}

#blog-single-video .blog-video-dark .u-mark-brand-video, #demo-test-video  {
    max-width: 70%;
    margin: 0 auto ;
}
.tax-industry .gform_confirmation_message p>span, .uni-form-color-gray .gform_confirmation_message p>span  {
    color: #333135 !important;
}
.Uni-single-content a, .WYSIWYG-content-txt a, .elementor-widget-text-editor a{
    text-decoration: underline !important;
}
/* multi step form */
.contact--form-grey .gf_progressbar_title {
	color: #fff !important;
}
.contact--form-white2 .gform_next_button,
.contact--form-white2 .gform_previous_button {
	background-color: #fff !important;
	border: 2px solid #63666A !important;
	color: #63666A !important;
}

.gform_next_button,
.gform_previous_button {
	padding: 12px 16px;
	font-size: 16px;
	color: #fff !important;
	line-height: 21px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	cursor: pointer;
	border-radius: 0;
}
.contact--form-grey .final-sec {
	color: #fff;
	margin-bottom: -10px;
}
.interested-sec .multi-select-container>span {
	padding: 10px;
}
.gform_page_footer {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: 1fr 1fr;	
}
.multi-button .gform-button--width-full {
    margin-left: 0 !important;
}
.contact--form-grey .gform_next_button,
.contact--form-grey .gform_previous_button {
	background-color: #4A4A50 !important;
	border: 2px solid #fff !important;
}	
.gform-button--width-full,
.gform_next_button,
.gform_previous_button {
	width: 100% !important;
}
.gform_wrapper.gravity-theme .gf_page_steps {
	text-align: center;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #63666A !important;
	color: #ffffff !important;
	border: 2px solid #63666A;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: rgb(0 177 148) !important;
		border: 2px solid rgb(0 177 148) !important;
}
.gform_wrapper.gravity-theme .gf_step_number {
	border: 2px solid #63666A !important;
}
.gform_wrapper.gravity-theme .gf_step_label {
	padding-left: 0 !important;
}
.gform_wrapper.gravity-theme .gf_step_first {
	margin-left: 32px !important;
}
.gform_page_footer.top_label {
	position: relative;
}
.gform_previous_button+.gform-button--width-full+img.gform_ajax_spinner,
.gform_next_button+img.gform_ajax_spinner{
	display: block !important;
	position: absolute;
	right: 25px;
	top: 30px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(104%) contrast(102%);
}
.gform_previous_button+.gform-button--width-full+.gform-loader,.gform_next_button+.gform-loader {
	display: block !important;
	position: absolute !important;
	right: 25px;
	top: 30px;
}

.contact--form-white2 .gform_previous_button+.gform-button--width-full+img.gform_ajax_spinner,
.contact--form-white2 .gform_next_button+img.gform_ajax_spinner {
	filter: invert(1);
}
.contact--form .gf_progressbar {
    display: none;
}
.multi-button .top_label .gform_previous_button {
    background: transparent !important;
    border-color: transparent !important;
    max-width: 40px;
    padding: 12px 0;
}
.top_label .gform_next_button {
	grid-column:1/-1;
}

.unf-cvfi .unf-cvfi-invalid, .unf-cvfi_wrapper .unf-cvfi input.unf-cvfi-invalid::placeholder{
    color: red !important;
    border-color: red !important;
}

/* my quote */
.empty-cart-box {
	box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin: auto;
	border-radius: 30px;
	padding: 35px;
}
/* chatbot */
#botpenguin-launcher-12 {
    z-index: 999999 !important;
}

span.botpenguin-launcher-image-12 {
    border: 1px solid #ffffff;
}
/* home page */
.home-box .e-link-in-bio__icons {
    display: none;
}
.home-box span.e-link-in-bio__cta-text {
    padding: 16px 0 !important;
}
.home-box a:hover span {
    color: #00b195;
}
.home-box .e-link-in-bio:hover:before {
    content: '';
    background: #0000008f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-box .e-link-in-bio {
    position: relative;
}
.home-box .e-link-in-bio {
    min-height: 290px;
    max-height: 290px;
}
.home-box .e-link-in-bio__ctas {
    text-align: left;
}
.home-box a.e-link-in-bio__cta span {
    background: url(./assets/images/arrow_back_white.svg);
    display: inline-block !important;
    background-size: 22px;
    background-position: right;
    background-repeat: no-repeat;
}
.home-box a:hover span {
    background: url(./assets/images/arrow_back_green.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right;
}
.contact--form-white2 .form-area-hgt textarea {
    height: 50px !important;
}
/* online course */
.course-sec .landing_why_choose-image-box-content p {
    max-width: 100%;
	font-family: 'Univers-55';
}
.course-sec .landing_why_choose-image-box-content h2 {
    font-family: 'Univers-45-Light';
    font-weight: 400;
}
.course-sec .landing_why_choose-image-box-content{
	text-align:left;
}
.course-sec .landing_why_choose-image-box {
    grid-template-columns: 20% 1fr;
    padding-right: 20px;
}
.traning-box h5 {
    font-family: 'Univers-65';
}
.comm_green_arrow a {
    text-align: left;
    line-height: 1.2;
}
.supply-box .elementor-image-box-img {
    position: relative;
    overflow: hidden;
}
.supply-box .elementor-image-box-wrapper .elementor-image-box-img a:before {
    background: linear-gradient(0deg, #008B95 0%, rgba(0, 128, 96, 0) 100%);
    content: '';
    position: absolute;
    opacity: .9;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: .3s cubic-bezier(.24,.74,.58,1);
	transform: translatey(100%);
	max-height: 300px;
}
.supply-box .elementor-image-box-wrapper .elementor-image-box-img a:after {
    content: '';
    position: absolute;
    opacity: .4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-color: #30314221;
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.supply-box .elementor-image-box-wrapper .elementor-image-box-img a:hover:after {
	 transform: translatey(0%);
}
.supply-box .elementor-image-box-content {
    position: absolute;
    bottom: 30px;
}
.supply-box .elementor-image-box-title a {
    font-size: inherit;
    color: #333135 !important;
}
.supply-box .elementor-image-box-wrapper:hover .elementor-image-box-content a {
    color: #fff !important;
}
.supply-box .elementor-image-box-wrapper .elementor-image-box-img a:hover:before{
    transform: translatey(0%);.
	opacity: .9;
}
.first-aid-box a {
    font-size: inherit;
	font-family:inherit;
}

/* Dallas safety Training */
.dallas-placeholder input::placeholder, .dallas-placeholder textarea::placeholder {
    font-family: 'Univers-55';
}

/* UNF First Aid & Safety Landing */
#book-a-course a {
    min-width: 200px;
}

/* Acquisition Questions Form */
.fas-multistep-form input:not([type="file"]) {
    border: 1px solid #63666A;
    height: 48px;
    color: #4A4A50;
}
.fas-multistep-form .gform_page_footer {
    display: flex;
    gap: 16px;
}
.fas-multistep-form label {
    color: #333135;
    line-height: 17px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.fas-multistep-form .ginput_container_date input {
    width: 100% !important;
}
.fas-multistep-form .gform_next_button, .fas-multistep-form input[type="submit"] {
    margin-left: 0px !important;
}
.book-btn-start .elementor-button-content-wrapper {
    justify-content: start;
}
#link-underline a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.form-zhoo input{
    border: 1px solid;
    height: 34px;
    text-indent: 10px;
}
/* Password protected */
form.post-password-form {
    max-width: 95% !important;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.post-password-form input {
    height: 40px;
    padding: 10px;
    border: 1px solid #333135;
    min-width: 80px;
}
.post-password-form p:not(:last-child) {
    margin-bottom: 20px;
}

/* About Us 26 march */
#u-mark-white .u-mark-dark {
	background: #fff;
}

/* Home 26 march */
#unf-apparel-bg-sec .industry-bg-sec {
	background: #F7F8F8;
}
.unf-apparel-bg-sec-txt .industry-content-sec {
    width: 100%;
    max-width: 765px;
}

/* Apparel 27 march */
.industry-sol-cards {
    display: flex;
    flex-direction: column-reverse;
}
.industry-sol-cards-main .industry-sol-cards h4 {
    color: #333135;
	margin-top: 12px;
	margin-bottom: 0;
    line-height: 29px;
    font-family: 'Univers-65';
}

#myTopnav li.apparel-menu-custom-width ul.sub-menu li {
    margin-right: 0;
}
.indus-active .elementor-icon-list-text {
	color: #008B95 !important;
}








@media screen and (-webkit-min-device-pixel-ratio:0) {

	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover {
		font-weight: normal;
		text-shadow: 0 0 1px #333135;
	}

	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
		text-shadow: unset;
	}
}

@-moz-document url-prefix() {

	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover {
		font-weight: normal;
		text-shadow: 0 0 1px #333135;
	}

	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
		text-shadow: unset;
	}
}

/* Extra-small (Mobile, 599px) */
@media only screen and (max-width: 599px) {

	h1 {
		font-size: 42px;	
	}
	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
		font-weight: bold;
	}

	div#myTopnav,
	.get_quote,
	.search_iocn,
	.full_width_section-top,
	.menu-footer-menu2-container,
	.menu-footer-menu3-container, .menu-footer-address {
		display: none;
	}

	.tg-container {
		padding: 0 16px;
	}

	.mobile_menu,
	.mobile-phone {
		display: block !important;
		width: 13%;
		float: left;
	}

	.header-main-inner {
		display: inline-flex;
		width: 100%;
	}

	.header_logo {
		width: 74%;
		float: left;
		text-align: center;
	}

	.mobile-phone {
		padding: 9px 0;
		text-align: center;
	}

	.mobile-phone svg {
		vertical-align: middle;
	}

	.header_logo img {
		max-width: 174px;
		vertical-align: middle;
	}

	.mobile-search button.global-result-btn {
		border-left: 1px solid #333135 !important;
	}

	.mobile-search-overlay {
		position: relative;
		z-index: 1;
	}

	.search-overlay:after {
		opacity: 0;
	}

	.mobile-search-overlay .search-overlay:after {
		opacity: 1
	}

	.footer-main .footer-navigation,
	.footer-copyright,
	.footer-ctas-inner {
		grid-template-columns: 1fr;
	}

	.footer-copyright .footer-social-icons {
		text-align: left;
	}

	.footer-main .footer-inner {
		padding: 40px 0;
	}

	.mobile-menu:after {
		visibility: visible;
	}

	.footer-menu h2 {
		cursor: pointer;
		margin-bottom: 36px;
	}

	.mobi-active .menu-footer-address,
	.mobi-active .menu-footer-menu2-container,
	.mobi-active .menu-footer-menu3-container {
		display: block;
	}

	.footer-cta-heading {
		font-size: 30px;
		line-height: 34px;
	}

	.footer-ctas-inner {
		padding: 25px 0px;
		grid-gap: 35px;
	}

	.footer-cta-subheading p {
		margin-bottom: 32px;
	}

	.footer-cta-form svg {
		margin-left: 0;
	}

	.footer-cta-subheading p {
		font-size: 18px;
	}

	.footer-cta-form button {
		font-size: 0;
		padding: 12px 15px;
	}

	.footer-navigation p,
	.footer-copyright p {
		margin: 0px 0 16px;
	}

	.copyright-text p {
		font-style: italic;
	}

	.footer-social-icons-main {
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.footer-social-icons-main h2 {
		margin-bottom: 16px;
	}

	.newsletter-form input#gform_submit_button_1 {
		padding: 11.5px 30px 11.5px 20px !important;
		background-position: 15px !important;
		font-size: 0 !important;
	}

	#upScroll {
		bottom: 38px;
		z-index: 1;
	}

	iframe {
		z-index: 1 !IMPORTANT;
	}

	.hero-border .elementor-widget-container {
		border-color: #63666A !important;
		border-width: 0 0 0.5px 0 !important;
	}

	.hero-three-sec .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.hero-three-sec p.elementor-image-box-description {
		max-width: 270px;
	}

	.client-logo-carousal .swiper-slide-active,
	.swiper-slide-next {
		margin-right: 50px !important;
	}

	.client-logo-header h5 {
		font-size: 28px;
		font-weight: 700 !important;
		max-width: 300px;
	}

	.breadcrumb_serial #breadcrumbs li:not(:first-child, :last-child, :nth-child(2), :nth-child(3), :nth-last-child(2)),
	.breadcrumb_serial {
		display: none;
	}

	.single-product-main {
		padding-top: 0px;
	}

	.breadcrumb_serial #breadcrumbs li.item-cat:after {
		content: '...';
	}

	.breadcrumb_serial #breadcrumbs li.item-cat a {
		font-size: 0;
	}

	.mobile_menu_inner-2 {
		margin-bottom: 40px;
	}

	/*related product media */
	.related-inner .slick-slide {
		padding: 0 8px;
	}

	.related-carousel-outer1 {
		padding-top: 25px;
	}

	.related-product-head a {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.06em;
		padding-top: 16px;
	}

	.related-product-main {
		padding: 25px 0 50px;
	}

	.heading {
		margin-top: 16.5px;
	}

	p.sub-content {
		margin-bottom: 34px;
	}

	.rstock {
		left: 8px;
	}
	.related-product-head{
		padding-bottom:25px;
	}
	.related-product-head h5 {
		font-size: 22px;
		line-height: 26px;
	}
	/* 	single product */
	.single-product-main .product_title {
		font-size: 34px;
		line-height: 34px;
	}

	.woocommerce-product-details__short-description p,
	.uproduct-size p,
	.personalized-product p,
	.uQty-text {
		font-size: 16px;
		line-height: 18px;
	}

	.woocommerce-product-details__short-description {
		margin-bottom: 48px;
	}

	.personalized-product {
		margin-bottom: 39px;
	}

	.uQty-text {
		display: block;
		width: 100%;
		margin-bottom: 16px;
	}

	.single-product-main .quantity {
		flex-wrap: wrap;
		margin-bottom: 24px !important;
	}

	.single-product-main div.product form.cart {
		margin-bottom: 24px;
	}

	.single-product-cat {
		margin-bottom: 48px;
	}

	.accordion-inner {
		padding-top: 0px;
		border-bottom: 1px solid #63666A;
	}

	.accordion-heading {
		margin-bottom: 0px;
		padding: 20px 0;
	}

	.accordion-heading.active {
		padding-bottom: 20px;
	}

	.tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.tooltip .tooltiptext {
		left: -237px;
	}

	.contact-tooltip .tooltiptext {
		left: -231px;
	}

	.contact-tooltip .tooltiptext::after {
		margin-left: 81px;
	}

	.single-product-main .uni-single-gallery-image-container:not(.product-type-simple .uni-single-gallery-image-container),
	.accordion-main {
		display: none;
	}

	.single-product-main .slick-list {
		padding-right: 6.9%;
	}

	.single-product-main .entry-summary {
		margin-top: 18px;
		display: inline-block;
		position: relative;
		top: unset;
	}

	.uni-single-fixed-btn {
		position: fixed !important;
		left: 0 !important;
		bottom: 0;
		z-index: 2;
	}

	.uni-single-fixed-btn:hover svg path {
		fill: #fff;
	}

	.uni-single-fixed-btn:hover {
		background: #008B95 !important;
		color: #fff !important;
	}

	.accordion-main-mobi {
		display: block !important;
		margin-top: 0;
	}

	.single-product-main .entry-summary {
		margin-bottom: 0 !important;
	}

	.single-product-main table.variations th.label label,
	.single-product-main span.woo-selected-variation-item-name {
		font-size: 16px;
		line-height: 18px;
		color: #333135;
		padding-bottom: 12px;
	}

	.fancybox__nav {
		display: none;
	}

	/* mobile color selector */
	[data-wvstooltip]:before {
		display: none;
	}

	.wvs-has-image-tooltip:after,
	[data-wvstooltip]:after {
		display: none;
	}

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared {
		position: fixed;
		left: -50%;
		top: 130px;
		background-color: #FFFFFF;
		box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 20%);
		z-index: 8;
		padding: 0;
		transform: scale(0.7);
		max-height: 50%;
		overflow-y: scroll;
		overflow-x: hidden;
		width: 50px;
		font-weight: bold;
		border: 1px solid grey;
		transition-duration: 700ms;
	}

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared li {
		margin: 3px !important;
		padding: 2px !important;
	}

	.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
		-ms-flex-direction: unset;
		flex-direction: unset;
	}

	li.variable-item.image-variable-item.selected {
		border: 1px solid #00000096;
		padding: 2px !important;
	}

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared>li.variable-item.image-variable-item {
		width: 100% !important;
		display: block !important;
	}

	/* .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents img {
		border-radius: 5px;
	} */

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared:before {
		content: ' ';
		position: sticky;
		top: 0;
		margin: auto;
		background-image: url('./assets/images/draggable-dots.webp');
		width: 40px;
		height: 40px;
		z-index: 999999999;
		transform: rotate(90deg);
		opacity: 0.2;
		background-size: 70%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.single-product-main .selected .variable-item-contents:after {
		border-color: transparent;
	}


	.uni-single-fixed-btn {
		width: 50%;
		font-size: 12px !important;
		right: 0 !important;
		left: unset !important;
		float: right !important;
	}

	.select-color-btn-mobile {
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: white;
		width: 50%;
		display: flex;
		font-size: 12px;
		padding: 11.5px 16px !important;
		max-width: 460px;
		font-family: 'Univers-65';
		line-height: 21px !important;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		border: 2px solid #efefef !important;
		z-index: 2;
		justify-content: center;
	}

	.select-color-btn-mobile>div {
		margin-left: 10px;
	}

	.select-color-btn-mobile>img {
		width: 20px;
	}

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared.show-menu {
		left: 0;
	}

	ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared::-webkit-scrollbar {
		display: none;
	}

	/* wysiwyg-editor  */
	.wysiwyg-main {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	
	.wysiwyg-main h4 {
		font-size: 28px;
		line-height: 28px;
	}


	/* end */
	.uauthor-main {
		padding: 16px;
	}

	/* contact-us */
	.contact-us-head h3 {
		font-size: 44px !important;
		line-height: 48px !important;
	}

	.contact-us-content {
		font-size: 16px;
	}

	.contact-us-main .contact-form-icon-box a,
	.contact-us-main .contact-form-icon-box-chat a {
		font-size: 16px !important;
		line-height: 21px !important;
	}

	/* contact Form	 */
	.contact-form-1 .contact-form-title h2,
	.contact-form-2 .contact-form-title h2,
	.contact-form-3 .contact-form-title h2,
	.contact-form-4 .contact-form-title h2 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom:25px;
	}

	.contact-form-1 .contact-form-content p,
	.contact-form-2 .contact-form-content p,
	.contact-form-3 .contact-form-content p {
		font-size: 16px;
		line-height: 17px;
	}

	.contact-form-1 .contact-form-icon-box-chat span,
	.contact-form-1 .contact-form-icon-box span {
		font-size: 16px;
		line-height: 21px;
	}

	.contact-form-2 .contact-form-content,
	.contact-form-1 .contact-form-content,
	.contact-form-3 .contact-form-content {
		margin-bottom: 24px !important;
	}

	.contact-form-3 .contact--form-grey input#gform_submit_button_4:hover,
	.contact-form-4 .contact--form-white2 input#gform_submit_button_5:hover {
		background-color: #008B95;
		border: 0;
	}

	.contact-form-icon-box .elementor-icon,
	.contact-form-icon-box-chat .elementor-icon {
		vertical-align: middle;
	}

	.contact-form-1 .gform_confirmation_message p,
	.contact-form-2 .gform_confirmation_message p,
	.contact-form-3 .gform_confirmation_message p,
	.contact-form-4 .gform_confirmation_message p {
		text-align: left !important;
	}

	/* checkout page	 */
	.checkout_buttons h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 24px;
	}

	.checkout_buttons,
	.checkout_inner_first {
		display: block;
	}

	.checkout_button_right .checkout-desktop,
	.checkout_button_bottom .share-cart-uni,
	.checkout_button_bottom .save-cart-uni {
		display: none !important;
	}

	.checkout_button_right a {
		width: 100%;
		margin-left: 0px !important;
	}

	div#customer_details {
		padding: 16px 0 24px;
	}

	div#customer_details .col-1,
	div#customer_details .form-row-first,
	div#customer_details .form-row-last,
	.checkout_quote_summary {
		width: 100%;
		margin-left: 0;
	}

	.checkout_detail_form,
	.company_detail,
	.checkout_inner_first h6,
	h3#order_review_heading {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 20px !important;
		border-bottom: 1px solid #EFF0F0;
		margin-bottom: 24px !important;
	}

	.company_detail {
		padding-top: 24px !important;
	}

	#billing_postcode {
		max-width: 100%
	}

	.checkout_inner_first h6 {
		border: unset;
		padding-bottom: 8px !important;
		margin-bottom: 0px !important;
	}

	.checkout_inner_first {
		padding-bottom: 20px;
		border-bottom: 1px solid #EFF0F0;
		padding-top: 24px;
		margin-bottom: 20px;
	}

	.checkout_quote_summary td:first-child {
		width: 40.6%;
	}

	.checkout_tiles .checkout_tiles_inner {
		margin-bottom: 74px;
	}

	.checkout-tooltip-main {
		margin-top: 27px;
		display: inline-flex;
	}

	.checkout_tooltip {
		margin-right: -5px;
	}

	.checkout-tooltip-main label span,
	.checkout-terms label span {
		margin-left: -5px;
	}

	.checkout_button_bottom {
		position: fixed !important;
		z-index: 99;
		left: 0 !important;
		bottom: 0 !important;
		background: #fff;
		margin-top: 0;
		padding: 16px;
		width: 100%;
	}

	.checkout_button_bottom button {
		width: 100%;
	}

	.checkout-terms {
		margin-bottom: 40px !important;
	}

	.checkout-tooltip-main .form-row {
		margin-bottom: 27px !important;
	}

	.checkout_quote_summary #order_review_heading {
		margin-top: 24px;
		margin-bottom: 20px !important;
	}

	.checkout_button_right .share-cart-uni,
	.checkout_button_right .save-cart-uni.cart-desktop {
		display: flex;
		width: 100%;
	}

	.checkout_detail_form {
		display: block;
	}

	.checkout_detail_form a.sign-up-popup-checkout,
	.checkout_detail_form span.chk_logins {
		text-align: left;
		display: table-cell;
	}

	.checkout_button_bottom .order_checkout:hover {
		color: #fff !important;
		background: #63666A !important;
	}

	/* cart page */
	.personal-cart-outer .personal-order {
		margin-right: 8px;
	}

	.personal-cart-outer .personal-cart {
		font-size: 14px;
	}

	.personal-cart-outer-inner {
		padding: 16px;
		margin-bottom: 32px;
	}

	.my-quote-cart-outer .my-quote-cart {
		font-size: 32px;
		line-height: 35px;
	}

	.my-quote-cart-outer,
	.woocommerce-cart table.cart .product-thumbnail {
		display: block;
	}

	.my-quote-cart-savingshare-right .checkout-button,
	.share-cart-uni.cart-mobile,
	.save-cart-uni.cart-mobile,
	.woocommerce-cart td.product-thumbnail:before,
	.woocommerce-cart td.product-name:before,
	.woocommerce-cart td.product-quantity:before,
	.woocommerce-cart .product-name p.qty_cart,
	.personal-cart-outer tr.cart_item:nth-last-child(2)::after {
		display: none !important;
	}

	.my-quote-head-title {
		margin-bottom: 40px;
	}

	.my-quote-cart-savingshare-right .cart-desktop .wcss-share-cart-btn-shortcode {
		margin-left: 0 !important;
	}

	.my-quote-cart-savingshare-right,
	.checkout_button_right {
		gap: 16px;
		flex-direction: column-reverse;
	}

	.my-quote-cart-outer .share-cart-uni,
	.my-quote-cart-outer .save-cart-uni {
		display: flex;
		width: 100%;
	}

	.my-quote-cart-outer a.wcss-share-cart-btn-shortcode {
		width: 100%;
	}

	.personal-cart-outer {
		padding-top: 16px;
		padding-bottom: 0;
	}

	.my-quote-cart-outer {
		padding: 24px 0 16px 0;
	}

	.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		padding: unset;
	}

	.personal-cart-outer .product-name a {
		font-size: 16px;
		line-height: 20px;
	}

	.woocommerce-cart td.product-thumbnail {
		float: left;
		width: 36%;
		max-width: 123px;
	}

	div#personal-cart-outer td.product-name,
	div#personal-cart-outer td.product-quantity {
		width: 59.5%;
		padding-left: 16px !important;
		margin: 0 0 0 auto;
		padding-right: 0 !important;
		text-align: left !important;
	}

	.personal-cart-outer .product-name .sku_cart {
		color: #63666A;
	}

	#product-remove a {
		max-width: 59.5%;
		margin: 0 0 0 auto;
		font-size: 16px;
		line-height: 18px;
	}

	#personal-cart-outer table tr td {
		background: transparent;
	}

	.personal-cart-outer tr.cart_item:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #EFF0F0;
		position: absolute;
		bottom: -16px;
		left: 0;
	}

	.woocommerce-cart .product-name p.color_cart {
		margin-bottom: 16px;
		color: #63666A;
	}

	.share-cart-btns-inner {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 16px;
		background: #fff;
		left: 0;
		z-index: 9;
	}

	.cart_tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.cart_tooltip .tooltiptext {
		left: -253px;
	}

	.disabled_btn {
		margin-left: 0;
		text-align: center;
		background-color: #F7F7F8;
		padding: 11px 0;
		display: unset !important;
	}

	.disabled_btn svg,
	.disabled_btn a {
		display: inline;
	}

	.qoute_save_alert_inner:after {
		top: 227px;
	}

	/* cart and checkout responsive */
	.wcss-popup .share-form-popup-checkbox {
		margin-bottom: 16px;
	}

	.wcss-popup {
		width: 100%;
		max-width: 375px;
		border-radius: 0;
	}

	.wcss-popup .wcss-popup__header {
		padding: 0 0 24px 0px;
	}

	.wcss-popup .wcss-popup__body {
		padding: 24px 16px 24px 16px;
	}

	.wcss-popup .wcss-popup--text-color.copy-link-uni {
		width: 100%;
		text-align: center;
	}

	.wcss-share-medium a,
	.share-quote-request .wcss-btn {
		max-width: 100%;
	}

	.wcss-share-medium a {
		margin-bottom: 16px !important;
	}

	.wcss-popup .link_quote_copy input {
		margin-bottom: 8px;
		margin-top: 8px !important;
		font-size: 16px;
	}

	.wcss-popup label.wcss-popup--text-color {
		margin-bottom: 6px;
	}

	.wcss-popup .wcss-popup input {
		vertical-align: text-top;
	}

	.wcss-popup .share-quote-request .wcss-btn {
		width: 100% !important;
	}

	.link_quote_copy label,
	.share-quote-request label,
	.share-email-checkbox,
	.share-sms-checkbox {
		font-size: 16px;
	}

	.share-form-popup-checkbox input {
		vertical-align: text-bottom;
	}

	input.wcss-email-cart-form-field::placeholder {
		color: #97999B !important;
		font-size: 16px !important;
	}

	.create-account-loader img {
		right: 22%;
	}

	/* cart and checkout responsive end */
	.wcss-popup .zipcode-industry {
		display: block;
	}

	.wcss-popup .zip-postalcode {
		width: 100%;
		margin-bottom: 29px;
	}

	.wcss-popup .industry-type {
		width: 100%;
	}

	.wcss-popup .wcss-popup__header-text.wcss-popup--text-color {
		padding-bottom: 20px;
		padding-top: 0;
	}

	.wcss-popup .wcss-popup__header-close {
		padding-top: 0 !important;
		position: absolute;
		right: 16px;
		top: 25px;
	}

	.wcss-popup .share-form-popup-checkbox {
		margin-bottom: 16px !important;
	}

	.wcss-share-medium .link_quote_copy a {
		max-width: 100% !important;
	}

	/* Create Account */
	.wcss-popup .create-account {
		margin-top: 3px;
	}

	.wcss-popup .share-head-title {
		padding-top: 0;
	}

	/* Thank you page */
	.order_head_inner {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}

	.order_head_inner h2 {
		line-height: 48px;
	}

	.order_head_inner p,
	.order_name_email .order_name label,
	.order_email label,
	.order_phone label,
	.order_company label,
	.order_zip_industry label,
	.question-desc {
		line-height: 18px;
		font-size: 16px;
	}

	.order_head {
		padding: 32px 0 40px;
	}

	.order_bottom {
		padding: 24px 0 64px;
	}

	.order_bottom_left,
	.order_bottom_right {
		width: 100%;
		margin: 0;
	}

	.order_confirm,
	.customer_info h5,
	.interst_more_about {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 20px;
		border-bottom: 1px solid #EFF0F0;
		margin-bottom: 20px;
	}

	td.order-image img {
		min-height: 153px;
		object-fit: contain;
		max-height: 153px;
	}

	td.order-image {
		width: 36%;
	}

	.order-name {
		width: 59%;
		margin-left: 16px;
	}

	table.order_table tr {
		padding: 0;
		margin-bottom: 40px;
	}

	.order_account h5,
	.question_info h5 {
		color: #333135;
	}

	.order_bottom_left h4.order_confirm {
		margin-bottom: 28px;
	}

	.interest_more {
		margin-top: 0;
	}

	.order_bottom_right {
		margin-top: 40px;
	}

	.order_account {
		margin-top: 56px;
	}

	.order_account_btn {
		grid-template-columns: 1fr;
		grid-gap: 8px;
	}

	.resend_email,
	#create_account-order {
		padding: 13px 9.5px;
	}

	.order_account a.wcss-share-cart-btn-shortcode {
		padding: 13px 16px;
		background: #EFF0F0 !important;
		border: unset;
	}

	.question_info h5 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 8px;
	}

	.question-desc {
		margin-bottom: 13px;
	}

	/* login form popup */
	.login-head-title {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.Email-address input::placeholder {
		font-size: 16px;
		font-family: 'Univers-55';
		color: #333135;
	}

	.login-account-loader {
		right: 35%;
	}

	/* login form end */
	/* location details */
	.location-details-heading-txt h4 {
		font-size: 32px;
		line-height: 35px;
	}

	.location-details-content-txt p {
		font-size: 16px;
		line-height: 18px;
	}

	.location-details-address p {
		font-size: 16px;
		line-height: 18px;
	}

	.location-details-contact-box p {
		font-size: 16px;
		line-height: 18px;
		font-family: 'Univers-55';
	}

	/* my-account */
	.my-account-main-heading {
		padding: 32px 0 40px;
	}

	.my-account-outer {
		display: block;
	}

	.my-account-main-inner {
		padding: 24px 0 50px;
	}

	.umy-detail {
		margin: 0 0 10px;
	}

	.my-account-accordion .umy-accordion-title {
		padding: 42px 16px 36px;
	}

	.my-account-accordion .umy-accordion-title {
		border: unset;
	}

	.umy-accordion-content-inner {
		padding: 24px 0 16px;
		grid-template-columns: 36% 1fr;
		grid-gap: 16px;
		border-top: unset;
	}

	.my-account-accordion .umy-accordion-title::after {
		right: 24px;
		width: 8px;
		height: 8px;
	}

	.umy-product-title {
		font-size: 16px;
		line-height: 20px;
	}

	.umy-color {
		margin-bottom: 8px;
		color: #63666A;
	}

	.umy-qty,
	.umy-sku {
		color: #63666A;
	}

	.umy-image img {
		min-height: 153px;
	}

	.umy-interested {
		padding: 32px 0 16px;
	}

	.umy-interested-title,
	.my-account-title-right h6 {
		border-top: unset;
		font-size: 20px;
		line-height: 25px;
		padding: 0px 0 8px;
	}

	.my-account-title-right {
		border-bottom: 1px solid #EFF0F0;
	}

	.my-account-main-inner-right {
		margin-top: 42px;
	}

	.my-account-right-box-deatils span,
	.question-call or {
		line-height: 18px;
	}

	.umy-resert-password {
		margin: 0px 0 56px;
	}

	.my-account-right-box {
		padding-top: 20px;
	}

	.umy-question-box h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.question-call or {
		padding-right: 18px
	}

	.umy-interested-box {
		padding: 0;
	}

	.my-account-main-heading .uni-account-title h2 {
		font-size: 44px;
		line-height: 48px;
	}

	.umy-edit {
		margin-bottom: 16px;
	}

	.uma-saved-cart-table td a.uma-save-btn {
		width: 100%;
		margin: 0 0 10px;
	}

	/* single post */
	.uni-single-post-title h1 {
		font-size: 44px;
	}

	.Uni-single-content .alignright {
		float: unset;
		margin-bottom: 10px;
		margin-left:0px;
	}
	.Uni-single-content .alignleft{
		margin-right:0px;
	}

/* 	2link 2photo */
	.link-photo-2 .elementor-spacer-inner {
		height: 0 !important;
	}
 /*rental-wysing-new*/
 .uni-rental-mobi .elementor-column-gap-no {
 	flex-direction: column-reverse;
 }

 .uni-rental-mobi .elementor-widget-image {
 	margin-bottom: 20px;
 }
/*cookieYes*/	
.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{
    padding: 0 !important;
}
#blog-single-video .blog-video-dark .u-mark-brand-video, #demo-test-video {
    max-width: 100%;
}
.singleFeatured_video .u-mark-brand-video {
    margin: 0 16px !important;
}	
#blog-single-video .blog-video-dark video {
    min-height: 190px;
}	
#blog-single-video .Uni-single-content p {
    margin-bottom: 0px;
}
#demo-test-video iframe {
    min-height: 190px;
    height: 100%;
}
#demo-test-video .tg-container {
    padding: 0;
}	
	
.related-product-box .heading a {
	font-size: 16px;
	line-height: 20px; 
}
.related-carousel-outer1 .related-inner {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}
.related-product-box {
	width: 100%;
}
iframe#BotPenguin-messenger {
	z-index: 9 !IMPORTANT;
}
/* home slider */
#home-slider .swiper-slide-contents {
    max-width: 90%;
}
.supply-box .elementor-image-box-title a {
    font-size: 22px;
}	
.d-block-btn{
	display:block;
}
	
	
/* UNF First Aid & Safety Landing */
#book-a-course a {
    min-width: 275px;
}
#book-a-course {
    justify-content: center;
}
/* Password protected */
form.post-password-form {
	padding: 16px;
	text-align: left;
}
.post-password-form input[type="submit"] {
	min-width: 50px;
}
.post-password-form input {
	padding: unset;
}
form.post-password-form {
    max-width: 100% !important;
}	
}

/* Small (tablet, 600px up) */
@media only screen and (min-width: 600px) and (max-width: 904px) {

	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 20px;
		font-weight: bold;
	}

	div#myTopnav,
	.get_quote,
	.search_iocn,
	.full_width_section-top,
	.menu-footer-address,
	.menu-footer-menu2-container,
	.menu-footer-menu3-container {
		display: none;
	}

	.tg-container {
		padding: 0 16px !important;
	}

	.mobile_menu,
	.mobile-phone {
		display: block !important;
		width: 8%;
		float: left;
	}

	.header-main-inner {
		display: inline-flex;
		width: 100%;
	}

	.header_logo {
		width: 92%;
		float: left;
		text-align: center;
	}

	.mobile-phone {
		padding: 9px 0;
		text-align: center;
	}

	.mobile-phone svg {
		vertical-align: middle;
	}

	.mobile-search button.global-result-btn {
		border-left: 1px solid #333135 !important;
	}

	.mobile-search-overlay {
		position: relative;
		z-index: 1;
	}

	.search-overlay:after {
		opacity: 0;
	}

	.mobile-search-overlay .search-overlay:after {
		opacity: 1
	}

	.footer-main .footer-navigation,
	.footer-ctas-inner,
	.footer-copyright {
		grid-template-columns: 1fr;
	}

	.footer-copyright .footer-social-icons {
		text-align: left;
	}

	.footer-main .footer-inner {
		padding: 40px 0;
	}

	.mobile-menu:after {
		visibility: visible;
	}

	.mobi-active .menu-footer-address,
	.mobi-active .menu-footer-menu2-container,
	.mobi-active .menu-footer-menu3-container {
		display: block;
	}

	.footer-menu h2 {
		cursor: pointer;
		margin-bottom: 36px;
	}

	.footer-navigation p,
	.footer-copyright p {
		margin: 0px 0 16px;
	}

	.footer-cta-heading {
		font-size: 30px;
		line-height: 40px;
	}

	.footer-ctas-inner {
		padding: 30px 0px;
		grid-gap: 64px;
		border-bottom: 1px solid #63666A;
	}

	.footer-cta-subheading p {
		margin-bottom: 32px;
	}

	.footer-cta-form button {
		font-size: 0;
		padding: 12px 15px;
	}

	.footer-cta-form svg {
		margin-left: 0;
	}

	.copyright-text p {
		font-style: italic;
	}

	.footer-social-icons-main {
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.footer-social-icons-main h2 {
		margin-bottom: 16px;
	}

	.newsletter-form input#gform_submit_button_1 {
		padding: 11.5px 30px 11.5px 20px !important;
		background-position: 15px !important;
		font-size: 0 !important;
	}

	#upScroll {
		bottom: 38px;
		z-index: 1;
	}

	iframe {
		z-index: 1 !IMPORTANT;
	}

	.hero-border .elementor-widget-container {
		border-color: #63666A !important;
	}

	.hero-three-sec .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.hero-three-sec .elementor-widget-image-box .elementor-widget-container {
		margin: 0 16px;
	}

	.hero-three-sec p.elementor-image-box-description {
		max-width: 270px;
	}

	.breadcrumb_serial #breadcrumbs li:not(:first-child, :last-child, :nth-child(2), :nth-child(3), :nth-last-child(2)) {
		display: none;
	}

	.breadcrumb_serial #breadcrumbs li.item-cat:after {
		content: '...';
	}

	.breadcrumb_serial #breadcrumbs li.item-cat a {
		font-size: 0;
	}

	/*related product media */
	.related-inner .slick-slide {
		padding: 0 8px;
	}
	.related-product-head a {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.06em;
		padding-top: 16px;
	}

	.related-product-main {
		padding: 25px 0;
	}
	
	p.sub-content {
		margin-bottom: 34px;
	}

	.rstock {
		left: 8px;
	}

	#related-product-carousel-main .slick-list {
		padding-right: 55%;
		margin: 0 -8px;
	}
	.related-product-head{
		padding-bottom:25px;
	}
	.related-product-head h5 {
		font-size: 24px;
		line-height: 24px;
	}
	/* 	single product */

	.woocommerce-product-details__short-description p,
	.uproduct-size p,
	.personalized-product p,
	.uQty-text {
		font-size: 16px;
		line-height: 18px;
	}

	.woocommerce-product-details__short-description {
		margin-bottom: 48px;
	}

	.personalized-product {
		margin-bottom: 39px;
	}

	.uQty-text {
		display: block;
		width: 100%;
		margin-bottom: 16px;
	}

	.single-product-main .quantity {
		flex-wrap: wrap;
		margin-bottom: 24px !important;
	}

	.single-product-main div.product form.cart {
		margin-bottom: 24px;
	}

	.single-product-cat {
		margin-bottom: 48px;
	}

	.accordion-heading {
		margin-bottom: 0px;
		padding: 20px 0;
	}

	.accordion-heading.active {
		padding-bottom: 20px;
	}

	.tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.tooltip .tooltiptext {
		left: -237px;
	}

	.contact-tooltip .tooltiptext {
		left: -231px;
	}

	.contact-tooltip .tooltiptext::after {
		margin-left: 81px;
	}

	.single-product-main .uni-variation-gallery-container {
		max-width: 55.2%;
		display: inline-block;
		margin-right: 30px;
	}

	.single-product-main .entry-summary {
		width: 39% !important;
		float: right !important;
		margin-bottom: 0 !important;
	}

	.single-product-main table.variations th.label label,
	.single-product-main span.woo-selected-variation-item-name {
		font-size: 16px;
		line-height: 18px;
		color: #333135;
		padding-bottom: 12px;
	}
	.accordion-main {
		margin-top: 30px;
	}
	.accordion-main-mobi {
		display: none;
	}
	/* wysiwyg */
	.wysiwyg-main {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.wysiwyg-main h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.wysiwyg-main h4 {
		font-size: 30px;
		line-height: 30px;
	}
	.uauthor-main {
		padding: 16px;
	}

	/* contact-us */
	.contact-us-head h3 {
		font-size: 44px !important;
		line-height: 48px !important;
	}

	.contact-us-content {
		font-size: 16px;
	}

	.contact-us-main .contact-form-icon-box a,
	.contact-us-main .contact-form-icon-box-chat a {
		font-size: 16px !important;
		line-height: 21px !important;
	}


	/* Contact form	 */
	.contact-us-help .elementor-element.elementor-element-069b7e4>.elementor-element-populated {
		padding: 40px 16px;
	}
	.contact-form-1 .contact-form-title h2, .contact-form-2 .contact-form-title h2, .contact-form-3 .contact-form-title h2, .contact-form-4 .contact-form-title h2  {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	/* checkout page	 */
	.checkout_buttons h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 24px;
	}

	.checkout_buttons,
	.checkout_inner_first {
		display: block;
	}

	.checkout_button_right .checkout-desktop,
	.checkout_button_bottom .share-cart-uni,
	.checkout_button_bottom .save-cart-uni {
		display: none !important;
	}

	.checkout_button_right a {
		width: 100%;
		margin-left: 0px !important;
	}

	div#customer_details {
		padding: 16px 0 24px;
	}

	div#customer_details .col-1,
	div#customer_details .form-row-first,
	div#customer_details .form-row-last,
	.checkout_quote_summary {
		width: 100%;
		margin-left: 0;
	}

	.checkout_detail_form,
	.company_detail,
	.checkout_inner_first h6,
	h3#order_review_heading {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 20px !important;
		border-bottom: 1px solid #EFF0F0;
		margin-bottom: 24px !important;
	}

	.company_detail {
		padding-top: 24px !important;
	}

	#billing_postcode {
		max-width: 100%
	}

	.checkout_inner_first h6 {
		border: unset;
		padding-bottom: 8px !important;
		margin-bottom: 0px !important;
	}

	.checkout_inner_first {
		padding-bottom: 20px;
		border-bottom: 1px solid #EFF0F0;
		padding-top: 24px;
		margin-bottom: 20px;
	}

	.checkout_quote_summary td:first-child {
		width: 40.6%;
	}

	.checkout_tiles .checkout_tiles_inner {
		margin-bottom: 74px;
	}

	.checkout-tooltip-main {
		margin-top: 27px;
		display: inline-flex;
	}

	.checkout_tooltip {
		margin-right: -5px;
	}

	.checkout-tooltip-main label span,
	.checkout-terms label span {
		margin-left: -5px;
	}

	.checkout_button_bottom {
		position: fixed !important;
		z-index: 99;
		left: 0 !important;
		bottom: 0 !important;
		background: #fff;
		margin-top: 0;
		padding: 16px;
		width: 100%;
	}

	.checkout_button_bottom button {
		width: 100%;
	}

	.checkout-terms {
		margin-bottom: 40px !important;
	}

	.checkout-tooltip-main .form-row {
		margin-bottom: 27px !important;
	}

	.checkout_quote_summary #order_review_heading {
		margin-top: 24px;
		margin-bottom: 20px !important;
	}

	.checkout_tiles_inner .slick-list {
		padding-right: 64%;
	}

	.checkout_button_right .share-cart-uni,
	.checkout_button_right .save-cart-uni.cart-desktop {
		display: flex;
		width: 100%;
	}

	.checkout_button_bottom .order_checkout:hover {
		color: #fff !important;
		background: #63666A !important;
	}

	/* cart page */
	.personal-cart-outer .personal-order {
		margin-right: 8px;
	}

	.personal-cart-outer .personal-cart {
		font-size: 14px;
	}

	.personal-cart-outer-inner {
		padding: 16px;
		margin-bottom: 32px;
	}

	.my-quote-cart-outer .my-quote-cart {
		font-size: 32px;
		line-height: 35px;
	}

	.my-quote-cart-outer,
	.woocommerce-cart table.cart .product-thumbnail {
		display: block;
	}

	.my-quote-cart-savingshare-right .checkout-button,
	.share-cart-uni.cart-mobile,
	.save-cart-uni.cart-mobile,
	.woocommerce-cart td.product-thumbnail:before,
	.woocommerce-cart td.product-name:before,
	.woocommerce-cart td.product-quantity:before,
	.woocommerce-cart .product-name p.qty_cart,
	.personal-cart-outer tr.cart_item:nth-last-child(2)::after {
		display: none !important;
	}

	.my-quote-head-title {
		margin-bottom: 40px;
	}

	.my-quote-cart-savingshare-right .cart-desktop .wcss-share-cart-btn-shortcode {
		margin-left: 0 !important;
	}

	.my-quote-cart-savingshare-right,
	.checkout_button_right {
		gap: 16px;
		flex-direction: column-reverse;
	}

	.my-quote-cart-outer .share-cart-uni,
	.my-quote-cart-outer .save-cart-uni {
		display: flex;
		width: 100%;
	}

	.my-quote-cart-outer a.wcss-share-cart-btn-shortcode {
		width: 100%;
	}

	.personal-cart-outer {
		padding-top: 16px;
		padding-bottom: 0;
	}

	.my-quote-cart-outer {
		padding: 24px 0 16px 0;
	}

	.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		padding: unset;
	}

	.personal-cart-outer .product-name a {
		font-size: 16px;
		line-height: 20px;
	}

	#personal-cart-outer tr.cart_item {
		display: flex;
		align-items: center;
	}

	div#personal-cart-outer td.product-name {
		text-align: left !important;
	}

	#personal-cart-outer table tr td {
		background: transparent;
	}

	.personal-cart-outer tr.cart_item:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #EFF0F0;
		position: absolute;
		bottom: -16px;
		left: 0;
	}

	.woocommerce-cart .product-name p.color_cart {
		margin-bottom: 16px;
		color: #63666A;
	}

	.share-cart-btns-inner .checkout-button {
		width: 100%;
	}

	.share-cart-btns-inner {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 16px;
		background: #fff;
		left: 0;
		z-index: 9;
	}

	.cart_tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.cart_tooltip .tooltiptext {
		left: -253px;
	}

	.disabled_btn {
		margin-left: 0;
		text-align: center;
		background-color: #F7F7F8;
		padding: 11px 0;
		display: unset !important;
	}

	.disabled_btn svg,
	.disabled_btn a {
		display: inline;
	}

	.qoute_save_alert_inner:after {
		top: 227px;
	}

	.create-account-loader img {
		right: 29%;
	}

	/* Thank you page */
	.order_head_inner {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}

	.order_head_inner h2 {
		line-height: 48px;
	}

	.order_head_inner p,
	.order_name_email .order_name label,
	.order_email label,
	.order_phone label,
	.order_company label,
	.order_zip_industry label,
	.question-desc {
		line-height: 18px;
		font-size: 16px;
	}

	.order_head {
		padding: 32px 0 40px;
	}

	.order_bottom {
		padding: 24px 0 64px;
	}

	.order_bottom_left,
	.order_bottom_right {
		width: 100%;
		margin: 0;
	}

	.order_confirm,
	.customer_info h5,
	.interst_more_about {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 20px;
		border-bottom: 1px solid #EFF0F0;
		margin-bottom: 20px;
	}

	td.order-image {
		width: 36%;
	}

	.order-name {
		width: 61%;
		margin-left: 16px;
	}

	table.order_table tr {
		padding: 0;
		margin-bottom: 40px;
	}

	.order_account h5,
	.question_info h5 {
		color: #333135;
	}

	.order_bottom_left h4.order_confirm {
		margin-bottom: 28px;
	}

	.interest_more {
		margin-top: 0;
	}

	.order_bottom_right {
		margin-top: 40px;
	}

	.order_account {
		margin-top: 56px;
	}

	.order_account_btn {
		grid-template-columns: 1fr;
		grid-gap: 8px;
	}

	.resend_email,
	#create_account-order {
		padding: 13px 9.5px;
	}

	.order_account a.wcss-share-cart-btn-shortcode {
		padding: 13px 16px;
		background: #EFF0F0 !important;
		border: unset;
	}

	.question_info h5 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 8px;
	}

	.question-desc {
		margin-bottom: 13px;
	}

	/* my-account */
	.my-account-main-heading {
		padding: 32px 0 40px;
	}

	.my-account-outer {
		display: block;
	}

	.my-account-main-inner {
		padding: 24px 0 50px;
	}

	.umy-detail {
		margin: 0 0 10px;
	}

	.my-account-accordion .umy-accordion-title {
		padding: 42px 16px 36px;
	}

	.my-account-accordion .umy-accordion-title {
		border: unset;
	}

	.umy-accordion-content-inner {
		padding: 24px 0 16px;
		grid-template-columns: 27.7% 1fr;
		grid-gap: 16px;
		border-top: unset;
	}

	.my-account-accordion .umy-accordion-title::after {
		right: 24px;
		width: 8px;
		height: 8px;
	}

	.umy-product-title {
		font-size: 16px;
		line-height: 20px;
	}

	.umy-color {
		margin-bottom: 8px;
		color: #63666A;
	}

	.umy-qty,
	.umy-sku {
		color: #63666A;
	}

	.umy-image img {
		min-height: 153px;
	}

	.umy-interested {
		padding: 32px 0 16px;
	}

	.umy-interested-title,
	.my-account-title-right h6 {
		border-top: unset;
		font-size: 20px;
		line-height: 25px;
		padding: 0px 0 8px;
	}

	.my-account-title-right {
		border-bottom: 1px solid #EFF0F0;
	}

	.my-account-main-inner-right {
		margin-top: 42px;
	}

	.my-account-right-box-deatils span,
	.question-call or {
		line-height: 18px;
	}

	.umy-resert-password {
		margin: 0px 0 56px;
	}

	.my-account-right-box {
		padding-top: 20px;
	}

	.umy-question-box h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.question-call or {
		padding-right: 18px
	}

	.umy-interested-box {
		padding: 0;
	}

	.my-account-main-heading .uni-account-title h2 {
		font-size: 44px;
		line-height: 48px;
	}

	.umy-edit {
		margin-bottom: 16px;
	}

	/* single post */
	.uni-single-post-title h1 {
		font-size: 56px;
	}
	/* 	2link 2 photo */
	.contact-us-help .elementor-widget-divider--view-line {
		width: 100% !important;
		max-width: 100% !important;
	}
	.contact-help-box p{
		max-width:650px;
	}
	.link-photo-2 .elementor-spacer-inner {
		height: 24px !important;
	}
	/*rental-wysing-new*/
	.uni-rental-wysing-left {
		padding-right: 20px;
	}

	.uni-rental-wysing-right {
		padding-left: 20px;
	}
	#demo-test-video iframe {
   		height: 100%;
	    min-height: 320px;	
	}
	#demo-test-video .tg-container {
		padding: 0;
	}
	.related-product-box .heading a {
		font-size: 16px;
		line-height: 20px; 
	}	
	.related-inner { 
		gap: 16px; 
	}
/* home slider */
#home-slider .swiper-slide-contents {
    max-width: 90%;
	}
.supply-box .elementor-image-box-title a {
    font-size: 24px;
}
.d-block-btn{
	display:block;
}	
	

/* UNF First Aid & Safety Landing */
#book-a-course a {
    min-width: 275px;
}
/* Password protected */
form.post-password-form {
	padding: 16px;
}	
}

/* small devices (laptops/desktops, 904px) */
@media only screen and (max-width: 904px) {	
	.footer-address {
		max-width: 100%;
	}
	.footer-address p {
		margin-bottom:0px;
	}
}


/* Large devices (laptops/desktops, 905px) */
@media only screen and (min-width: 905px) {	
	
	.tg-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 95% !important;
	}	
	
	.full_width_section {
		padding-top: 24px;
		padding-bottom: 25px;
		position: relative;
	}

	.single-product-main .uni-variation-gallery-container {
		max-width: 55.2%;
		display: inline-block;
		margin-right: 48px;
	}

	.single-product-main .entry-summary {
		width: 39% !important;
		float: right !important;
	}
	.woocommerce-product-details__short-description p a {
		font-size: 16px;
	}

	.accordion-main-mobi {
		display: none;
	}

	/* mega menu batch 2 */
	#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
	#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
	#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="disabled"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
	#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="disabled"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		transform: unset;
		top: 68px !important;
	}

	#mega-menu-wrap-header-menu #mega-menu-header-menu > .comm-menu.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    top: 0 !important;
}
	.uni-desk-menu-link {
		display: none;
	}

	/* cart page */
	.woocommerce-cart .personal-cart-outer {
		max-width: 57.6%;
	}

	/* single-post */
	.Uni-single-content iframe {
		height: 500px;
	}

	/* 2link 2photo */	
	.link-photo-2 .elementor-element-populated {
   		padding: 0 43px !important;
	}

	/*rental-wysing-new*/
	.uni-rental-wysing-left {
		padding-right: 57px;
	}

	.uni-rental-wysing-right {
		padding-left: 57px;
	}

}




/* Medium (laptop, 905px up) */
@media only screen and (min-width: 905px) and (max-width: 1239px) {

	.tg-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 95% !important;
	}

	.header_logo img {
		max-width: 154px;
	}

	.header-right a,
	.uauthor-contant p {
		font-size: 12px !important;
	}

	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
		margin: 0 10px 0 0;
	}

	.header-right {
		gap: 10px;
	}

	.u-autor-title h6 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.umenu-heading,
	.umenu-heading a {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.uauthor-main {
		padding: 14px;
	}

	.uauthor-contant p {
		margin-bottom: 8px !important;
	}

	.header_text a,
	.top_bar_menu a,
	.header_text span {
		font-size: 11px;
	}

	.get_quote a {
		line-height: 20px;
		padding: 10px;
	}

	.footer-main .footer-navigation {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.footer-cta-heading {
		font-size: 25px;
		line-height: 25px;
	}

	.hero-three-sec .elementor-image-box-wrapper h5 a {
		font-size: 19px !important;
	}

	.single-product-main .product_title {
		font-size: 45px;
		line-height: 50px;
	}

	.tooltip .tooltiptext {
		left: -237px;
	}

	.tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.contact-tooltip .tooltiptext {
		left: -231px;
	}

	.contact-tooltip .tooltiptext::after {
		margin-left: 81px;
	}

	/* wysiwyg */
	.wysiwyg-main {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	/* checkout page */
	.checkout_quote_summary {
		margin-left: 88px;
	}

	.checkout_tiles_inner .form-row {
		padding: 10px 10px 14px !important;
	}

	/* cart page */
	.woocommerce-cart .personal-cart-outer {
		max-width: 75% !important;
	}

	.cart_tooltip .tooltiptext::after {
		margin-left: 86px;
	}

	.cart_tooltip .tooltiptext {
		left: -253px;
	}

	/* thank you page */
	.order_head_inner {
		grid-template-columns: 570px 1fr;
		grid-gap: 50px;
	}

	td.order-image {
		width: 39.8%;
	}

	.order-name {
		width: 52%;
	}

	.order_bottom_right {
		width: 40%;
		margin-left: 46px;
	}

	.order_bottom_left {
		width: 54.6%;
	}

	.order_account_btn {
		grid-gap: 8px;
	}

	.order_account a.wcss-share-cart-btn-shortcode,
	.resend_email,
	#create_account-order {
		font-size: 13px;
		padding: 12px 6.5px;
	}

	/* my-account */
	.my-account-outer {
		grid-gap: 22px;
	}

	/* mega sub menu */
	.mega-sub-menu .uauthor-contant p {
		line-height: 1.5 !important;
	}
	#demo-test-video iframe {
   		height: 100%;
	    min-height: 320px;	
}

	#myTopnav li.apparel-menu-custom-width ul.sub-menu {
		width: 308px;
		left: -9px;
	}

}

/* Medium (laptop, 1240px up) */
@media only screen and (min-width: 1240px) and (max-width: 1439px) {

	.tg-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 95% !important;
	}

	.footer-cta-heading {
		font-size: 32px;
		line-height: 32px;
	}

	.hero-three-sec .elementor-image-box-wrapper h5 a {
		font-size: 21px !important;
	}

	.single-product-main .wvg-single-gallery-iframe-container,
	.single-product-main .wvg-single-gallery-video-container,
	.single-product-main .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		min-height: 815px;
		max-height: 815px;
		object-fit: contain;
	}

	/* checkout page	 */
	.checkout_quote_summary {
		margin-left: 121px;
	}

	/* thank you page */
	.order_bottom_right {
		margin-left: 121px;
	}

	.order_account a.wcss-share-cart-btn-shortcode,
	.resend_email,
	#create_account-order {
		font-size: 13px;
	}

	.order_head_inner {
		grid-gap: 70px;
	}

	/* 2 link photo */
	.contact-us-help .contact-help-box .elementor-widget-container,
	.contact-us-help-CTA .elementor-widget-container,
	.link-photo-2 .elementor-widget-divider--view-line .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


/* Large (large laptops and desktops, 1440px and up) */
  @media only screen and (min-width: 1440px) {
	.tg-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1360px !important;
	}
	.pragraph_small {
		font-size: 20px;
		line-height: 24px;
	}

	.header-right {
		gap: 30px;
	}

	.get_quote a,
	.header-right a {
		font-size: 16px;
	}

	.footer-main ul li a,
	.footer-main p,
	.footer-navigation p a {
		font-size: 18px;
	}

	.single-product-main .uni-variation-gallery-container {
		max-width: 57%;
	}

	/* 2 link photo */
.contact-us-help .contact-help-box .elementor-widget-container,
	.contact-us-help-CTA .elementor-widget-container,
	.link-photo-2 .elementor-widget-divider--view-line .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	} 
} 

/* new css break points*/
@media(min-width:905px) and (max-width:986px) {

	/* my-account page button */
	.uma-saved-cart-table td a.uma-save-btn {
		width: auto;
		display: inline;
	}
}


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

	/* 2 link 2 photo */
	.contact-help-box p {
		max-width: 100%;
	}

	.contact-us-help .elementor-widget-divider--view-line {
		width: 100% !important;
		max-width: 100% !important;
	} 
	.link-photo-2 .elementor-element-populated {
		padding: 0 !important;
	}

	.contact-us-help .elementor-container.elementor-column-gap-no {
		max-width: 100% !important;
	}
}