/* @import url('style.css');	*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
/* -------------------------------- style.css ------------------------------- */

html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body div.ot-floating-button{z-index: 1000 !important;}
.tooltip-example-right, .tooltip-example-left {
	position: absolute;
}
.swiper-container:not(.swiper) {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container.swiper-initialized:not(.swiper) .swiper-wrapper {
	overflow: visible;
}

.gallery-top-wrapper .swiper-button-next:after,
.gallery-top-wrapper .swiper-button-prev:after,
.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-button-prev:after,
.gallery-hero-slider .swiper-button-prev:after,
.gallery-hero-slider .swiper-button-next:after {
	display: none;
}

.swiper-horizontal>.slider-box-pagination .swiper-pagination-bullet {
	margin: 0 3.5px;
}

body .swiper-horizontal>.swiper-pagination-bullets {
	bottom: 17px !important
}
.tooltip-example-right {
	top: 0;
	right: 0;
}
.tooltip-example-left {
	top: 50%;
	left: 0;
}

.overflow-test {
	height: 35px;
	overflow: hidden;
	background-color: rgba(204, 204, 204, 0.5);
}

.no-display {
	display: none;
}

.tooltip-container {
	transform: translateZ(0);
	position: absolute;
	font-family: "Montserrat", sans-serif;
	background: rgb(112 112 112);
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	padding: 4px;
	letter-spacing: 0.3px;
	z-index: 1;
	width: 210px;
	text-align: center;
}

body .tooltip-container.tooltip-center::after {
	top: -5px;
	border-width: 0 8px 8px 8px;
	border-bottom-color: rgb(112 112 112);
}
body .tooltip-container.tooltip-right::after {
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent rgb(112 112 112) transparent transparent;
}
.tooltip-container.tooltip-right::after {
}
.single-product.woocommerce div.product {
 	position: static;
}
.tooltip-container[class*=" tooltip-"] {
	-webkit-animation: tooltip-anim 0.8s;
	animation: tooltip-anim 0.8s;
}
.tooltip-container::after {
	position: absolute;
	display: block;
	content: "";
}
.tooltip-container.tooltip-left::after {
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #2d2d2d;
}
.tooltip-container.tooltip-right::after {
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent #2d2d2d transparent transparent;
}
.tooltip-container.tooltip-center-bottom::after, .tooltip-container.tooltip-center::after {
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-color: transparent;
}
.tooltip-container.tooltip-center::after {
	top: -8px;
	border-width: 0 6px 8px 6px;
	border-bottom-color: #2d2d2d;
}
.tooltip-container.tooltip-center-bottom::after {
	bottom: -8px;
	border-width: 8px 6px 0 6px;
	border-top-color: #2d2d2d;
}

[data-tooltip] {
	cursor: pointer;
	color: #7cb342;
	display: inline-block;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

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

input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.elementor-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #005DAA;
	font-size: inherit;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #005DAA;
}

body a,
body p a,
.elementor a {
	color: #005DAA;
	text-decoration: underline;
}

body a[href^="tel:"],
body a[href^="mailto:"] {
	display: inline-block;
}

body a:hover,
body p a:hover,
.elementor a:hover {
	color: #005DAA;
	text-decoration: none;
}

.site-main ul {
	font-size: inherit;
	list-style: none;
	color: inherit;
}

.site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	padding-left: 18px;
}

body .site-main ul li,
.site-main ol li {
	font-size: inherit;
	line-height: 22px;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 8px;

	position: relative;
	padding-left: 37px;
	text-align: left;
}

.site-main ol li,
.site-main ul li ol li {
	padding-left: 6px;
}

.site-main ol ol,
.site-main ul ul,
.site-main ol ul,
.site-main ul ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
	z-index: 2;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.options):not(.camps_and_programs) li::before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

.site-main ul ol li::after {
	display: none !important;
}

.site-main ol[type="a"] {
	list-style: lower-alpha !important;
}

.site-main ol[type="i"] {
	list-style: lower-roman !important;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "ArialMT", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 22px;
	font-weight: 400;
}

html body .elementor-widget-heading h1,
body h1,
body .h1 {
	font-size: 40px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 800;
	line-height: 50px;
}

html body .elementor-widget-heading h2,
body h2,
body .h2 {
	font-size: 32px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 800;
	line-height: 36px;
}

html body .line-heading h2 {
	font-size: 40px;
	line-height: 50px;
}

html body .elementor-widget-heading h3,
body h3,
body .h3 {
	font-size: 24px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 800;
	line-height: 28px;
}

html body .elementor-widget-heading h4,
body h4,
body .h4 {
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: normal;
}

html body .elementor-widget-heading h5,
body h5,
body .h5 {
	font-size: 16px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 22px;
}

html body .elementor-widget-heading h6,
body h6,
body .h6 {
	font-size: 14px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 1;
}

.invisible {
	visibility: hidden !important;
}

.element-hidden {
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

[type="button"]:not(.gm-control-active),
[type="submit"]:not(.adminbar-button),
.elementor-button,
.elementor-kit-7 .elementor-button,
.elementor-button:focus,
.elementor-kit-7 .elementor-button:focus,
[type="button"]:not(.gm-control-active):focus,
[type="button"]:not(.gm-control-active),
[type="submit"]:not(.adminbar-button):focus,
button:not(.gm-control-active):focus,
button:not(.gm-control-active):visited,
.elementor-button:visited,
.elementor-kit-7 .elementor-button:visited,
button:not(.gm-control-active),
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	width: 100%;
	max-width: 350px;
	min-height: auto;
	letter-spacing: 0.3px !important;
}

[type="button"]:not(.gm-control-active):hover,
[type="submit"]:not(.adminbar-button):hover,
.elementor-button:hover,
.elementor-kit-7 .elementor-button:hover,
[type="button"]:not(.gm-control-active):focus:hover,
[type="button"]:not(.gm-control-active):hover,
[type="submit"]:not(.gm-control-active):not(.adminbar-button):focus:hover,
button:not(.gm-control-active):focus:hover,
button:not(.gm-control-active):visited:hover,
.elementor-button:visited:hover,
.elementor-kit-7 .elementor-button:visited:hover,
button:not(.gm-control-active):hover,
.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
.elementor-kit-7 .elementor-button:focus:hover,
.elementor-button:focus:hover {
	background-color: var(--e-global-color-primary);
	color: #ffffff;
	text-decoration: none;
	border: 2px solid var(--e-global-color-primary);
}

html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
html body .gform_wrapper textarea:focus {
	outline: 1px solid #333;
}

html body .gform_wrapper input:not(:placeholder-shown),
html body .gform_wrapper textarea:not(:placeholder-shown) {
	border-color: #333 !important;
}

.elementor-button:after,
.facetwp-load-more:after,
[type="button"]:after {
	content: "";
	width: 226px;
	display: block;
	max-width: 100%;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	width: 100%;
}

.ginput_container_select .select,
.gfield .clear-multi .ginput_container_date .select,
.gfield .gfield_time_ampm .select {
	width: 100%;
	display: block;
	height: 44px;
	cursor: pointer;
	position: relative;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #ec2f00;
}

.s-hidden {
	display: none !important;
}

.select {
	position: relative;
}

.styledSelect {
	padding: 18px 30px 18px 15px;
	position: relative;
	height: 56px;
	font-size: 14px;

	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	z-index: 111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Montserrat", sans-serif;
}

body .gform_wrapper .gfield_required {
	color: #666;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 0px !important;
}

.styledSelect {
	border-radius: 2px;
	border: solid 1px #666666;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 36px 12px 11px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	color: #333;
	height: 44px;
	cursor: pointer;
	text-transform: none;
}

.styledSelect.noplaceholder {
	border-color: #333333;
}

.styledSelect:after {
	content: "\f107";
	font-size: 28px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #333333;

	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px;
	width: 38px;
}

.styledSelect.active:after {
	transform: rotate(180deg);
}

.styledSelect.active {
	box-shadow: none;
}

body .options {
	position: absolute;
	z-index: 999;
	top: 42px;
	background: #fff;
	list-style: none;
	padding: 0;
	width: 100%;
	border: 1px solid #ccc;
	border: 0 0 2px 2px;
	display: none;
	left: 0;
	right: 0;
	box-shadow: none;
	text-transform: none;
	max-height: 280px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgb(51, 51, 51, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body .options li {
	font-weight: 400;
	text-transform: none;
	padding: 12px 37px 12px 12px !important;
	font-family: Arial;
	font-size: 16px;
	color: #333;
	border: 0;
	cursor: pointer;
	margin: 0 !important;
}

body .options li + li {
	border-top: 1px solid #ccc;
}

body .options li.active,
body .options li:hover {
	text-decoration: underline;
}

select {
	border-radius: 2px;
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 37px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	color: #333;
	height: 44px;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #2196f3;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
	background-color: #2196f3;
}

.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-container input:checked ~ .checkmark:after {
	display: block;
}

.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper form {
	border: none;
	padding: 0px;
}

html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: none;
	padding-left: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="password"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"] {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 2px;
	border-color: #666;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: border.3s;
	-o-transition: border.3s;
	transition: border 0.3s;
}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	border-color: #666;
	font-size: 16px;
	padding: 10px 12px;
	font-weight: normal;
	color: #333333;
	border-radius: 2px;
}

html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 12px 12px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-color: #666;
}

.select2-results__option + .select2-results__option {
	border-top: 1px solid #666;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 0;
}

.select2-container--open .select2-dropdown {
	border-radius: 0 !important;
}

.select2-results__option {
	font-weight: 400;
	padding: 12px 14px 12px 12px;
	display: block;
	color: rgb(51, 51, 51);
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #f2f2f2;
	color: rgb(51, 51, 51);
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-top: 0;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 25px;
	color: #790000;
	line-height: normal;
	display: none;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
html body .gform_wrapper .validation_message {
	color: #FF6666;
}

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper li.gfield_error textarea {
	border-color: #FF6666;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper legend.gfield_label {
	font-size: 14px;
	color: #333333;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 8px;
}

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
html body .gform_wrapper l.gfield_radio li input[type="radio"]:checked + label {
	font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}
html body .gform_wrapper ul.gfield_radio li label{
	cursor: pointer;
}
html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 30px;
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

html body .gform_wrapper ul.gfield_radio li:hover input ~ label:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input ~ label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked ~ label:before {
	background-color: #2196f3;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked ~ label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	top: 9.5px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2196f3;
    border: 2px solid #fff;
}

html body .gform_wrapper ul.gfield_checkbox li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
	padding-left: 27px;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	line-height: 1.43;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #666;
	border-radius: 2px;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input ~ label:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input ~ label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:before {
	background-color: #005DAA;
}

html body .gform_wrapper ul.gfield_checkbox li input:focus ~ label:before {
	outline: 1px solid #333;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 6px;
	top: 7px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gform_confirmation_wrapper_3 {
	padding: 20px;
}

.select:focus {
	outline: 1px solid #333;
}

.contact-form-wrapper .gform_wrapper input.button:focus {
	outline: 1px solid #333;
}

::-webkit-input-placeholder {
	color: #333333;
}

:-moz-placeholder {
	color: #333333;
	opacity: 1;
}

::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333333;
}

.article-type-page h4,
.article-type-aztiles-locations h4,
.article-type-aztiles-depot h4,
.article-type-aztiles-glossary h4 {
	display: none !important;
}

/* ------------------------------ end style.css ----------------------------- */

/* @import url('header.css'); */
/* ------------------------------- header.css ------------------------------- */

.main-menu-az .elementor-nav-menu > li > ul > li.current-page-ancestor > a,
.main-menu-az .elementor-nav-menu > li > ul > li.current-menu-parent > a,
.main-menu-az .elementor-nav-menu > li > ul > li.current-page-parent > a,
.main-menu-az .elementor-nav-menu > li > ul > li.current_page_ancestor > a {
	color: #333333 !important;
	background: #f2f2f2 !important;
}

.main-menu-az .elementor-nav-menu > li.current-page-ancestor > a,
.main-menu-az .elementor-nav-menu > li.current-menu-parent > a,
.main-menu-az .elementor-nav-menu > li.current-page-parent > a,
.main-menu-az .elementor-nav-menu > li.current_page_ancestor > a,
.main-menu-az .elementor-nav-menu > li:hover > a,
.main-menu-az .elementor-nav-menu > li.current-menu-item > a,
.main-menu-az .elementor-nav-menu > li.current_page_item > a,
.main-menu-az
	.elementor-nav-menu
	> li
	> ul
	> li.current-page-ancestor:hover
	> a,
.main-menu-az .elementor-nav-menu > li > ul > li.current-menu-parent:hover > a,
.main-menu-az .elementor-nav-menu > li > ul > li.current-page-parent:hover > a,
.main-menu-az
	.elementor-nav-menu
	> li
	> ul
	> li.current_page_ancestor:hover
	> a,
.main-menu-az .elementor-nav-menu > li > ul > li.current-menu-item:hover > a,
.main-menu-az .elementor-nav-menu > li > ul > li.current_page_item:hover > a,
.main-menu-az
	.elementor-nav-menu
	> li
	> ul
	> li
	> ul
	> li.current-menu-item:hover
	> a,
.main-menu-az
	.elementor-nav-menu
	> li
	> ul
	> li
	> ul
	> li.current_page_item:hover
	> a,
.main-menu-az .elementor-nav-menu > li:hover > a {
	background: #1f1f1f !important;
	color: #ebebeb !important;
}

.tax-aztiles-videos-categories
	.elementor-nav-menu
	> li.az-tiles-resources-menu-item
	> a,
.single-aztiles-locations
	.elementor-nav-menu
	> li.az-tiles-locations-menu-item
	> a {
	background: #1f1f1f;
	color: #ebebeb;
}

.tax-aztiles-videos-categories
	.elementor-nav-menu
	> li.az-tiles-resources-menu-item
	> a {
	background: #1f1f1f;
	color: #ebebeb;
}

.tax-aztiles-videos-categories
	.elementor-nav-menu
	li.menu-item-object-aztiles-videos
	> a,
.single-aztiles-videos
	.elementor-nav-menu
	li.menu-item-object-aztiles-videos
	> a {
	color: #333333;
	background-color: #f2f2f2;
}

.tax-aztiles-videos-categories
	.elementor-nav-menu
	> li.az-tiles-blog-menu-item
	> a:not(:hover),
.single-aztiles-locations
	.elementor-nav-menu
	> li.az-tiles-blog-menu-item
	> a:not(:hover) {
	background: none !important;
}

.single-aztiles-videos
	.elementor-nav-menu
	> li.az-tiles-resources-menu-item
	> a,
.search-results .elementor-nav-menu > li.az-tiles-blog-menu-item > a,
.single-post .elementor-nav-menu > li.az-tiles-blog-menu-item > a,
.single-aztiles-locations
	.elementor-nav-menu
	> li.menu-item-object-aztiles-locations
	> a,
body.archive.category .elementor-nav-menu > li.az-tiles-blog-menu-item > a {
	background: #1f1f1f;
	color: #ebebeb;
}

.single-aztiles-videos
	.elementor-nav-menu
	> li.az-tiles-resources-menu-item
	> a {
	background: #1f1f1f;
	color: #ebebeb;
}

.single-aztiles-videos
	.elementor-nav-menu
	li.menu-item-object-aztiles-videos
	> a {
	color: #333333;
	background-color: #f2f2f2;
}

.single-aztiles-videos
	.elementor-nav-menu
	> li.az-tiles-blog-menu-item
	> a:not(:hover) {
	background: none !important;
}

.post-type-archive-aztiles-videos
	.elementor-nav-menu
	> li.az-tiles-blog-menu-item
	> a:not(:hover) {
	background: none !important;
}

.main-menu-az .elementor-nav-menu > li > ul {
	width: 270px !important;
}

.main-menu-az .elementor-nav-menu > li > ul > li {
	position: static;
	letter-spacing: 0;
}

.main-menu-az .elementor-nav-menu > li > ul li {
	border-style: solid;
	border-color: #ebebeb;
	border-bottom-width: 1px;
}

.main-menu-az .elementor-nav-menu > li .two-column ul {
	column-count: 2;
	column-gap: 0;
	width: 610px !important;
	overflow: hidden;
	margin: 0 !important;
	left: 100% !important;
}
.main-menu-az .elementor-nav-menu > li:not(:first-child) .two-column ul {
	width: 550px !important;
}

.main-menu-az .elementor-nav-menu > li .two-column ul::after {
	content: "";
	height: 100%;
	width: 1px;
	background: #ebebeb;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main-menu-az .elementor-nav-menu > li a:not([href]) {
	cursor: pointer;
}

body {
	overflow-x: hidden;
}

.az-search-form {
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 99;
}

.admin-bar .az-search-form {
	top: 132px;
}
.no-result-found {
	border: 0 !important;
}
.az-search-form .elementor-search-form input[type="search"] {
	background: none;
}

.az-search-form
	.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: none;
}

.main-menu-az .elementor-nav-menu > li .two-column ul > li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.main-menu-az .elementor-nav-menu > li .two-column ul > li a {
	display: inline-block;
	white-space: normal;
	width: 100%;
}

.main-menu-az .elementor-nav-menu > li > ul > li > ul {
	top: 0 !important;
	margin-top: 0 !important;
	left: 100%;
}
.main-menu-az .elementor-sub-item:focus {
	background: none;
}

.main-menu-az .elementor-nav-menu > li > ul > li:not(.two-column) > ul {
	width: 300px !important;
}

.main-menu-az .elementor-nav-menu > li > ul > li a {
	border-left: 0 !important;
}
.main-menu-az .elementor-nav-menu > li > ul > li a:hover {
	background: #212121 !important;
}
.main-menu-az .elementor-nav-menu > li > ul > li a:focus,
.main-menu-az .elementor-nav-menu > li > ul > li a:focus:hover {
	color: #333 !important;
	text-decoration: underline !important;
}
.main-menu-az .elementor-nav-menu li.no-link>a{
    cursor: default;
}
/* .main-menu-az .elementor-nav-menu li.no-link{
    position: relative;
}
.main-menu-az .elementor-nav-menu li.no-link:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    cursor: pointer;
    z-index: 1;
}
.main-menu-az .elementor-nav-menu li li.no-link:hover>a{
	color: #fff !important;
	background-color: #222 !important;
}
.main-menu-az .elementor-nav-menu li.no-link:hover>ul{
    display: block !important;
} */
.elementor-nav-menu .sub-arrow {
	font-size: 16px;
	padding: 10px 0 10px 8px;
}

.elementor-nav-menu .sub-arrow i {
	font-weight: 300;
	min-width: 11px;
}

.main-menu-az .elementor-nav-menu > li > ul .sub-arrow {
	position: relative;
	right: 10px;
	position: absolute;
	top: 15px;
}

.az-search-toggle li {
	cursor: pointer;
}
.az-search-toggle li .elementor-icon-list-text {
	display: none !important;
}
.az-search-toggle li:focus {
	outline-offset: 1px;
	outline: 1px solid #fff;
}

.az-search-form {
	min-height: 54px;
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
}

body.elementor-editor-active .az-search-form {
	position: relative;
	top: 0 !important;
}

.az-search-form .elementor-search-form {
	max-width: 1420px;
	margin: 0 auto;
	padding-left: 15px;
	box-shadow: none;
}

.az-search-form .elementor-search-form__submit:hover {
	opacity: 0.7;
}

.az-search-form .elementor-search-form .elementor-search-form__container {
	box-shadow: none !important;
}

.az-search-form .elementor-search-form button {
	border: 0 !important;
	color: #333333;
	font-size: 14px;
	height: 54px;
	width: 54px;
}

.az-search-form
	.elementor-search-form
	.elementor-search-form__container
	button:hover {
	background: #fff;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}

.az-search-form
	.elementor-search-form
	.elementor-search-form__container
	button:focus {
	font-weight: 400 !important;
	font-size: 14px !important;
	width: 54px !important;
	background: #fff !important;
	color: #333333 !important;
}

.az-search-toggle li:hover .elementor-icon-list-text,
.ut-menu li:hover .elementor-icon-list-text {
	text-decoration: underline;
}

.main-menu-az {
	position: relative;
	min-height: 44px;
}
.elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item{
	font-display: optional;
}
.main-menu-az:after {
	content: "";
	height: 18px;
	width: 1px;
	background: #000;
	transform: rotate(25deg);
	opacity: 0.2;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -9px;
}

.az-search-form:not(.az-search-form-show) {
	display: none;
}

.mobile-menu .menu li {
	margin: 0;
	padding: 0;
}

.mobile-menu .menu,
.mobile-menu .menu ul {
	padding: 0;
}

.mobile-menu .menu > li > a {
	display: block;
	padding: 15px 60px 18px 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ebebeb;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: -3px;
}
.mobile-menu .menu > li a:focus {
	text-decoration: underline !important;
}
.mobile-menu .menu > li > ul > li > a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #ebebeb;
	text-decoration: none;
	padding: 12px 60px 13px 30px;
	display: block;
}

.mobile-menu .menu > li > ul > li > ul {
	padding: 3px 10px 10px 30px;
}

.mobile-menu .menu > li > ul > li > ul > li {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.mobile-menu .menu > li > ul > li > ul > li > a,
.mobile-menu .menu > li > ul > li > ul > li > a:not([href]):not([tabindex]) {
	color: #ebebeb;
	text-decoration: none;
	padding: 11px 30px 11px 0;
	display: block;
	font-weight: inherit;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children .angle-down {
	position: absolute;
	top: 0;
	right: 0;
	color: #ebebeb;
	padding: 17px 17px;
	font-size: 22.4px;
	line-height: 1;
	cursor: pointer;
}

.mobile-menu .menu li.sub-menu-toggled > .angle-down > .fa-angle-down {
	transform: rotate(180deg);
	line-height: 1;
	margin-top: -5px;
}

.mobile-menu .menu li.sub-menu-toggled > a {
	text-decoration: underline;
}

.mobile-menu .menu > li.current-page-ancestor > a,
.mobile-menu .menu > li.current-menu-parent > a,
.mobile-menu .menu > li.current-page-parent > a,
.mobile-menu .menu > li.current_page_ancestor > a,
.mobile-menu .menu > li > ul > li.current-page-ancestor > a,
.mobile-menu .menu > li > ul > li.current-menu-parent > a,
.mobile-menu .menu > li > ul > li.current-page-parent > a,
.mobile-menu .menu > li > ul > li.current_page_ancestor > a,
.mobile-menu .menu > li > ul > li.current-menu-item > a,
.mobile-menu .menu > li > ul > li.current_page_item > a,
.mobile-menu .menu > li > ul > li > ul > li.current-menu-item > a,
.mobile-menu .menu > li > ul > li > ul > li.current_page_item > a,
.mobile-menu .menu > li.current-menu-item > a,
.mobile-menu .menu > li.current_page_item > a,
.search-results .mobile-menu .menu > li.az-tiles-blog-menu-item > a,
.single-post .mobile-menu .menu > li.az-tiles-blog-menu-item > a,
.single-aztiles-locations
	.mobile-menu
	.menu
	> li.menu-item-object-aztiles-locations
	> a,
.tax-aztiles-videos-categories
	.mobile-menu
	.menu
	li.menu-item-object-aztiles-videos
	> a,
.single-aztiles-videos
	.mobile-menu
	.menu
	li.menu-item-object-aztiles-videos
	> a,
body.archive.category .mobile-menu .menu li.az-tiles-blog-menu-item > a {
	opacity: 1;
	text-decoration: underline;
}
.product-finder-result .facetwp-template{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.mobile-menu .menu ul,
.mobile-menu .menu ul li {
	list-style: none;
}

.mobile-menu .menu ul.sub-menu {
	display: none;
}

body:not(.elementor-editor-active) .mobile-header {
	position: fixed !important;
	top: 55px;
	bottom: 0;
	width: 100% !important;
	z-index: 10000;
	left: 0;
	z-index: 10000;
	left: 0;
	overflow: hidden !important;
	display: none;
}

.menu-toggler,
.menu-location,
.az-search-toggle-2 {
	cursor: pointer;
}

.menu-toggler .elementor-icon-wrapper,
.menu-location .elementor-icon-wrapper,
.az-search-toggle-2 .elementor-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu .menu > li + li {
	margin-top: 3px;
}

.mobile-menu .menu > li {
	position: relative;
}

.elementor-nav-menu--main ul li {
}

.mobile-menu .menu > li:after {
	content: "";
	left: 15px;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: absolute;
}

.mobile-menu .menu > li > ul.sub-menu {
	padding-bottom: 13px;
	margin-bottom: -3px;
}

.mobile-menu .menu > li > ul.sub-menu .sub-arrow {
	padding-bottom: 9px;
}

.menu-item-has-children .menu-item-has-children .angle-down {
	padding: 13px 17px 12px;
}

.main-menu-az {
	overflow: hidden;
}

.main-menu-az:hover {
	overflow: visible;
}

.mylogin {
	margin: 0 !important;
	position: relative;
	top: 2px;
}

.mylogin li {
	font-family: "Montserrat", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 22px;
	letter-spacing: 0.3px;
	padding-left: 18px;
	text-transform: uppercase;
	padding-right: 17px;
	position: relative;
}

.elementor-hidden-phone .mylogin li + li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 18px;
	transform: rotate(25deg);
	opacity: 0.2;
	background-color: #ffffff;
	content: "";
}

.mylogin li i {
	font-size: 15px;
	font-weight: 300;
	margin-right: 8px;
}

.mylogin li a {
	color: #ebebeb;
	text-decoration: none;
	font-weight: inherit;
}

.mylogin li a:hover {
	text-decoration: none;
	color: #ebebeb;
}

.mylogin li a:hover span {
	text-decoration: underline;
}

.mobile-header .mylogin {
	display: block !important;
}

.mobile-header .yith_wcwl_header_link > a > span::before {
	content: "My ";
}

.aztile-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}

body.load-visible .aztile-loader {
     opacity: 1;
    visibility: visible;
}

body.load-visible {
    overflow: hidden;
}

.aztile-loader .aztile-acc-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: aztileacc 1s infinite steps(12);
}

.aztile-loader .aztile-acc-loader::before,
.aztile-loader .aztile-acc-loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}

.aztile-loader .aztile-acc-loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}

@keyframes aztileacc {
  100% {transform: rotate(1turn)}
}

.linkedin-feed button[aria-label="Share"] {
	padding: 0;
	border: 0;
	display: flex;
	font-size: 13px;
}

.linkedin-feed button[aria-label="Share"]:hover {
    background: transparent !important;
    color: #000
}

body .site-main .product-tabs-title li span {
	height: 100%;
}

.elementor-search-form__container {
    display: flex;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
}

.elementor-search-form button, .elementor-search-form input[type=search] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

html[lang="es"] .gallery_thumbnail .tag:before {
    border-width: 60px 60px 0 0;
}

html[lang="es"] .thumbnails.new:before {
    border-width: 60px 60px 0 0;
}

html body .main-menu-az .elementor-nav-menu > li > ul {
	--e-nav-menu-horizontal-menu-item-margin: 0;
	}
	@media (max-width: 1100px) {
		html[lang="es"] .main-menu-az .elementor-nav-menu > li:not(:first-child) .two-column ul {
		width: 500px !important;
	}
}

@media (max-width: 1430px) {
	.elementor-20
		.elementor-element.elementor-element-aa2ab11
		> .elementor-widget-container {
		padding-right: 20px;
	}
	.elementor-20
		.elementor-element.elementor-element-b4fdb44
		> .elementor-widget-container {
		margin-left: 20px;
	}
	.elementor-20
		.elementor-element.elementor-element-aa2ab11
		.elementor-nav-menu--main
		.elementor-item {
		padding-inline: 10px;
	}
	.elementor-20
		.elementor-element.elementor-element-b4fdb44
		> .elementor-widget-container {
		margin-left: 7px;
	}
	.elementor-20
		.elementor-element.elementor-element-aa2ab11
		> .elementor-widget-container {
		padding-right: 20px;
	}
}

/* #625773--Header navigation fix  and Add Additional Product Type to Outer Limits*/
.explore-materials .elementor-widget-wrap{
    flex-wrap: nowrap;
}

.explore-materials .elementor-widget-wrap  .elementor-widget-shortcode{
    width: 75%;
}

.explore-materials .tab-inner .meterial-box{
  flex: 1;
}

.explore-materials .elementor-widget-html{
    width: calc(26% - 2px) !important;
    padding-left: 30px;
}

.explore-materials .elementor-widget-html  .meterial-box{
       width: 100% !important;
    padding: 0px;
}

@media only screen and (max-width: 1024px){
    .explore-materials .elementor-widget-wrap .elementor-widget-shortcode{
        width: 100%;
    }
    
    .explore-materials .elementor-widget-wrap{
    flex-wrap: wrap;
        justify-content: start !important;
}
    
    .explore-materials .tab-inner .meterial-box{
       padding-bottom: 10px;
    }
    
    .explore-materials .elementor-widget-html{
        padding-left: 0px;
       
        width: calc(33.33% - 20px) !important;
    }
}

@media only screen and (max-width: 767px){
    .explore-materials .tab-inner .meterial-box{
        width: 50%;
        flex: unset;
        padding-bottom: 30px; 
    }
    
    .explore-materials .elementor-widget-wrap .elementor-widget-shortcode{
        margin-bottom: 0px;
    }
    .explore-materials .elementor-widget-html{
        width: calc(100% - 0px) !important;
          max-width: calc(100% + 10px) !important;
         margin-left: -5px;
        margin-right: -5px;
    }
    
    .explore-materials .elementor-widget-html .meterial-box{
        width: calc(50% - 5px) !important;
          max-width: calc(100% + 10px) !important;
        position: absolute;
        left: calc(50% + 15px);
        bottom: calc(100% + 30px);
    }
    
    .category-card{
       position: relative; 
    }
	.woocommerce div.product.product-tile div.images.woocommerce-product-gallery{
		width: 100%;
	}
}

@media(max-width:1450px){
	html body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu--main .elementor-item{
		padding-inline:9px;
	}
}
	
@media(max-width:1275px){
	html body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item{
		font-size:13px;
		padding-inline:8px;
	}
}
	
@media(max-width:1170px){
	html body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item{
		padding-inline:6px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 416px) and (min-width: 381px)  {
    .explore-materials .elementor-widget-html .meterial-box{
        bottom: calc(100% + 48px);
    } 
}
/* #625773--End Header navigation fix  Add Additional Product Type to Outer Limits*/

@media (max-width: 1330px) {
	.elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu--main .elementor-item {
		margin: 0 !important;
	}
	.az-search-form .elementor-search-form {
		max-width: 1220px;
	}
	.az-search-form-show .autocomplete-suggestions{
		width: 1220px !important;
	}
}
@media (max-width: 1250px) {
	.mylogin li:last-child {
		padding-right: 0;
	}
	/* .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		font-size: 13px;
	} */
	.az-search-form .elementor-search-form {
		max-width: 1110px;
	}
	.az-search-form-show .autocomplete-suggestions{
		width: 1110px !important;
	}
}

@media (max-width: 1160px) and (min-width: 1025px) {
	body .home-double-column-section .elementor-row {
		padding: 50px 60px;
	}
	.mylogin li {
		padding-left: 8px;
		padding-right: 8px;
	}

	.mylogin li:last-child {
		padding-right: 0;
	}

	body:not(.rtl) .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
		margin-right: 0;
	}

	.az-search-toggle {
		margin-left: 4px;
		padding-right: 15px;
	}

	.az-search-toggle .elementor-widget-container {
		margin-left: 0 !important;
	}

	.elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu--main .elementor-item {
		color: #ebebeb;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 11.5px;
		padding-bottom: 11.5px;
	}
	.elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		font-size: 12px;
	}
	.az-search-form .elementor-search-form {
		max-width: 100%;
	}
	.az-search-form-show .autocomplete-suggestions{
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	.fancybox-caption__body {
		line-height: 18px;
		font-size: 12px;
	}
	.fancybox-infobar {
		line-height: 18px;
		font-size: 12px;
	}
	body.admin-bar:not(.elementor-editor-active) .mobile-header {
		top: 87px;
	}

	.elementor-editor-active .mobile-header {
		display: none;
	}
	.elementor-icon svg.toggleme{
		display: none;
	}

	.aztile-open-menu,
	.aztile-open-menu body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.aztile-open-menu :is(.ot-floating-button__open, #userwayAccessibilityIcon){
		display: none;
	}
	html body .uwy.userway_p3 .userway_buttons_wrapper{
		left: calc(100vw - 14px);
	}
	.menu-location {
		margin-left: auto;
	}

	.menu-toggler {
		margin-right: auto;
	}

	.az-search-form {
		top: 55px;
	}

	.az-search-down .az-search-form,
	.admin-bar .az-search-form {
		top: 87px;
	}

	.az-search-down .admin-bar .az-search-form {
		top: 119px;
	}
}

@media (max-width: 782px) {
	body.admin-bar:not(.elementor-editor-active) .mobile-header {
		top: 102px;
	}

	.az-search-form {
		top: 55px;
	}

	.admin-bar .az-search-form {
		top: 102px;
	}

	.az-search-down .admin-bar .az-search-form {
		top: 148px;
	}
}

@media (max-width: 374px) {
	.elementor-20 .elementor-element.elementor-element-9afd253 .elementor-image img {
		width: 196px;
	}

	.elementor-20 .elementor-element.elementor-element-9afd253 > .elementor-widget-container {
		margin-left: 6px;
	}

	.menu-location > div,
	.az-search-toggle-2 > div {
		margin: 0px 0px 0px 5px !important;
	}
}

/* ----------------------------- end header.css ----------------------------- */
/* @import url('footer.css'); */
/* ------------------------------- footer.css ------------------------------- */
.news-letter-form .gform_wrapper {
	margin: 0;
}

html body .news-letter-form .gform_wrapper form {
	padding: 0;
	display: flex;
	border: 0;
}

html body .news-letter-form .gform_wrapper form ul.gform_fields li.gfield {
	margin: 0 !important;
	padding: 0;
}

html body .news-letter-form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

html body .news-letter-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 13px;
	height: 60px;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	display: inline-block;
	padding-left: 13px;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	text-align: left;
	color: #333;
	overflow: visible;
	margin-bottom: 0;
	border: solid 2px #050505;
}

html body .news-letter-form .gform_wrapper .gform_body {
	width: calc(100% - 148px);
}

html body .news-letter-form .gform_wrapper .gform_footer {
	width: 148px;
}

html body .news-letter-form .gform_wrapper .gform_footer input.button,
html body .news-letter-form .gform_wrapper .gform_footer input[type="submit"],
html body .news-letter-form .gform_wrapper .gform_page_footer input.button,
html body .news-letter-form .gform_wrapper .gform_page_footer input[type="submit"] {
	width: 148px;
	height: 100%;
	border: solid 2px #050505;
	background-color: #050505;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	padding: 0;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
	font-size: 20px;
	margin-right: initial;
	color: #fff;
/* 	min-height: 60px; */
}
body .ginput_container_password .gform_show_password{
	width: auto !important;
    border: 0 !important;
    padding: 0;
    background-color: transparent !important;
    color: #333 !important;
    right: 10px;
    margin-top: -2px;
    line-height: 28px !important;
    top: 50%;
    margin-top: -10px;
}
.ginput_container_password .gform_show_password span{
	margin: 0;
}
.ginput_container_password .gform_show_password:after{
	display: none;
}
html body .news-letter-form .gform_wrapper .gform_footer input.button:hover,
html body .news-letter-form .gform_wrapper .gform_footer input[type="submit"]:hover,
html body .news-letter-form .gform_wrapper .gform_page_footer input.button:hover,
html body .news-letter-form .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background: #fff;
	color: #050505;
}

html body .news-letter-form .gform_wrapper input::placeholder {
	color: #333;
}

.copyrights {
	/* font-size: 12px; */
	font-size: clamp(9px, .88vw, 11px);
	color: #0c0c0d;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	padding-top: 0;
	margin: 0;
	letter-spacing: -0.09px;
	display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-left: -6px;
}

.copyrights a {
	display: inline-block;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
	color: #0c0c0d;
	margin: 0 3px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copyrights a:hover {
	color: #0c0c0d;
}

.copyrights span {
	display: inline-block;
	margin-right: 6px;
	padding-left: 6px
}

.copyrights a:hover {
	text-decoration: underline;
}

.copyrights a::nth-type-first {
	margin-left: 20px;
}

.news-letter-form > div {
	margin-left: 31px;
}

.left-menu-items li {
	padding-top: 10px;
}

.left-menu-items ul li a:hover {
	text-decoration: underline !important;
}

.app-links a {
	transition: all 0.3s ease-in;
}

.app-links a:hover {
	opacity: 0.7;
}

.elementor-widget-social-icons .elementor-social-icon {
	transition: all 0.3s ease-in;
}

.elementor-widget-social-icons .elementor-social-icon:hover {
	opacity: 0.7;
}

.news-letter-form .validation_error {
	display: none;
}

.news-letter-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	width: 100%;
	position: relative;
}

html body .news-letter-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
}

html body .news-letter-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
	box-shadow: 0 0 5px #8b8ba2;
	outline: none;
}

.footer-newsletter .news-letter-form .gform_confirmation_message {
	color: #ebebeb;
}

footer .footer-newsletter form input[type="submit"] {
	border-color: #050505 !important;
}
.left-menu-items .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a,
.left-menu-items .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.left-menu-items .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
	margin-left: -13px;
}
body #ot-sdk-btn-floating.ot-floating-button {
	display: none !important;
}
@media (max-width: 1270px) and (min-width: 1025px){
	.copyrights{
		line-height: 1.5;
	}
}
@media (min-width: 768px) {
	.app-links {
		width: 285px !important;
		margin-left: auto;
	}

	.left-menu-items {
		width: calc(100% - 285px) !important;
	}
}

@media (max-width: 1024px) {
	.copyrights {
		text-align: center !important;
		padding-top: 22px;
		display: block;
		margin-left: 0;
		font-size: 11px;
	}

	.copyrights span {
		margin: 0 0 28px;
		display: block;
		padding-left: 0
	}

	.copyrights a {
		margin: 5px 8px;
	}

	html body .news-letter-form .gform_wrapper .gform_footer {
		width: 98px;
	}

	html body .news-letter-form .gform_wrapper .gform_footer input.gform_button {
		width: 100%;
	}
	html body .news-letter-form .gform_wrapper .gform_body {
		width: calc(100% - 98px);
	}

	html body .news-letter-form .gform_wrapper .gform_footer input.button,
	html body .news-letter-form .gform_wrapper .gform_footer input[type="submit"],
	html body .news-letter-form .gform_wrapper .gform_page_footer input.button,
	html body .news-letter-form .gform_wrapper .gform_page_footer input[type="submit"] {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.left-menu-items .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
		margin-left: 0;
	}
	.post-type-archive-product .material-type-row{
		margin: 0;
	}
	ul#autocomplete-suggestions{
		padding-left: 0 !important;
	}
	.az-footer-wrapper{
		padding-bottom: 90px;
	}
	.left-menu-items {
		text-align: center;
	}

	.left-menu-items ul {
		display: block !important;
		text-align: center;
		width: 100% !important;
		padding: 0 0 23px;
	}

	.left-menu-items ul li {
		margin-right: 0 !important;
		padding-top: 0 !important;
		margin: 10px 0 !important;
		display: inline-block !important;
		width: 100%;
	}

	.left-menu-items ul li a {
		display: inline-block !important;
		text-align: center;
	}

	.app-links {
		text-align: center !important;
	}

	.app-links .elementor-element {
		width: 100% !important;
	}

	.app-links .elementor-element:not(.elementor-widget-heading) > div.elementor-widget-container {
		margin: 0 0 10px 0 !important;
	}

	.news-letter-form > div {
		margin-left: 0 !important;
	}

	html body .news-letter-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 52px;
	}
}

@media screen and (max-width: 479px) {
	.copyrights a {
		margin: 5px 3px;
	}
}

@media screen and (max-width: 374px) {
	[type="button"]:not(.gm-control-active),
	[type="submit"]:not(.adminbar-button),
	.elementor-button,
	[type="button"]:not(.gm-control-active):focus,
	[type="button"]:not(.gm-control-active),
	[type="submit"]:not(.adminbar-button):focus,
	button:not(.gm-control-active):focus,
	button:not(.gm-control-active):visited,
	.elementor-button:visited,
	button:not(.gm-control-active),
	.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
		font-size: 16px;
	}

	.elementor-kit-7 .elementor-button {
		padding: 17px 10px 15px 10px;
	}
}

@media screen and (max-width: 1024px) {
	.elementor-location-footer .elementor-section-boxed.footer-newsletter .elementor-container {
		max-width: 600px;
		margin: 0 auto;
		width: 100%;
	}
}

/* ----------------------------- End footer.css ----------------------------- */
/* @import url('ah.css'); */
/* --------------------------------- ah.css --------------------------------- */
.elementor-heading-line-cta .elementor-cta__title {
	border-bottom: 2px solid #0c0c0d;
	padding-bottom: 9px;
}

.elementor-quad-block .elementor-cta__content {
	position: absolute;
	bottom: 0;
}

.elementor-quad-block .elementor-cta__bg-wrapper {
	padding-top: calc(57.54385964912281% + 100px);
	min-height: 0;
}

.elementor-heading-line-cta .elementor-cta__button:after {
	width: 278px;
}

.elementor-cta-block-without-hover .elementor-cta__bg {
	background-size: auto;
	background-repeat: no-repeat;
}

.cta-icon .elementor-widget-container .elementor-cta .elementor-cta__content {
	padding-bottom: 84px;
}

.cta-icon .elementor-cta__button-wrapper {
	position: absolute;
	bottom: 31px;
	left: 50%;
	transform: translatex(-50%);
	max-width: calc(100% - 30px);
}

.cta-icon .elementor-widget-container .elementor-cta__image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-icon .elementor-cta__content {
	display: block;
}

.managers-block .elementor-cta__button:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 4px;
	top: 3px;
}

.managers-block .elementor-cta__button.elementor-button {
	padding: 0 0 0 30px;
	font-weight: 600 !important;
	text-align: left;
	word-break: break-word;
}

.managers-block .elementor-cta__button:hover {
	text-decoration: underline !important;
	background-color: transparent !important;
	color: #005DAA !important;
	border: none !important;
}

.managers-block .elementor-widget-container {
	height: 100%;
}

.post_content_media_press p {
	margin: 0;
}

.coming-soon-content {
	min-height: calc(100vh - 904px);
}

.contact-form-wrapper .gform_wrapper .gform_body ul li h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.13em;
	letter-spacing: normal;
	margin-top: 0;
	padding-bottom: 17px;
}

.contact-form-wrapper .gform_wrapper {
	margin-top: 0;
}

.contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 29px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	margin-bottom: 39px !important;
}

.contact-form-wrapper .gform_wrapper .select-form-field {
	width: 50% !important;
	margin-right: 50% !important;
}

.contact-form-wrapper .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 29px;
}

.contact-form-wrapper .gform_wrapper textarea.medium {
	height: 244px;
	width: 100%;
}

.contact-form-wrapper .gform_wrapper .gform_footer input.button {
	font-size: 18px;
	width: 270px;
	background-color: #005DAA;
	opacity: 0.9;
	color: #ffffff;
	padding: 19px 20px;
	border: none;
}

.contact-form-wrapper .third_half_provence {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding-right: 30px !important;
	float: none;
}

.contact-form-wrapper .third_half_zip {
	display: inline-block;
	vertical-align: top;
	width: 17.7%;
	float: none;
	padding-right: 0px !important;
}

.third_half_zip input {
	width: 100% !important;
}

html body .contact-form-wrapper .gform_wrapper form ul.gform_fields li.comments-field {
	margin-bottom: 15px !important;
}

.contact-form-wrapper .gform_wrapper .gform_footer {
	padding: 5px 0 0px 0;
	margin: 0;
}

.contact-form-wrapper .gform_wrapper {
	padding-right: 85px;
	margin-bottom: 0;
}

.contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label {
	width: 100%;
	max-width: 100%;
}

.contact-form-wrapper .gform_wrapper .gform_body .ginput_container_select .options {
	margin: 0;
	overflow: auto !important;
}

.contact-form-wrapper .gform_wrapper .gform_body .ginput_container_select .styledSelect {
	overflow: hidden !important;
}

.contact-form-wrapper .gform_wrapper .gform_body .ginput_container_select .options li {
	margin-bottom: 0;
	padding: 12px 20px;
}

.contact-form-wrapper .gform_wrapper .gform_body .ginput_container_select .options li.selected {
	text-decoration: underline;
}

.contact-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px;
}

.contact-form-wrapper .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 100%;
	padding-right: 30px;
	margin: 0;
}

.contact-form-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	padding-right: 29px;
}

.contact-form-wrapper .gform_wrapper .top_label .gfield_error {
	width: 100%;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 0;
}

html body .contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label span {
	display: inline-block;
	margin-bottom: 0;
}

.contact-form-wrapper .gform_wrapper.gf_browser_chrome .gfield_error textarea {
	margin-bottom: 0;
	border-color: red;
}

.contact-form-wrapper .gform_wrapper.gf_browser_chrome .gfield_error ul.gfield_checkbox li label:before {
	border-color: red;
}

html body .contact-form-wrapper .gform_wrapper ul.gfield_checkbox li {
	margin-bottom: 0;
}

html body .contact-form-wrapper .gform_wrapper form ul.gform_fields li.comments-field {
	line-height: 18px;
}

.contact-form-wrapper .gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	line-height: 1.2;
}

.contact-form-wrapper .gform_wrapper .gform_footer input.button:hover {
	opacity: 0.8;
	background-color: #005DAA;
	border: none;
}

.contact-form-wrapper .gform_wrapper input::placeholder,
textarea::placeholder {
	color: #333333;
}

.contact-form-wrapper .gform_wrapper .top_label li ul.gfield_checkbox {
	width: 100%;
	max-width: 100%;
}

html body .contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label a {
	font-weight: normal;
	text-decoration: none;
}

html body .contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label a:hover {
	text-decoration: underline;
}

.contact-form-wrapper .gform_wrapper * {
	overflow: visible !important;
}

.contact-form-wrapper .gform_wrapper .gform_body .ginput_container_select .options li::before {
	display: none !important;
}

.results-statistics {
	background-color: #f2f2f2;
	text-align: center;
	padding: 32px 0;
}

.results-statistics h3 {
	margin-top: 0;
	letter-spacing: -0.48px;
}

.contact-content-wrapper .gform_confirmation_wrapper {
	padding: 0px 85px 0px 0px;
}

.contact-content-wrapper .gform_confirmation_wrapper h2 {
	margin: 0 0 17px 0;
}

.feature-video-left-content h2 a {
	color: #333333;
	text-decoration: none;
}

.feature-video-left-content h2 a:hover {
	text-decoration: underline;
}

.filter-list li.active,
.filter-list li:hover {
	background-color: #f2f2f2;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	transition: color 99999s ease, background-color 99999s ease, border 0.3s !important;
}

.site-main {
	min-height: calc(100vh - 474px);
}
.responsive-table {
	width: 100%;
	overflow: auto;
}
.responsive-table table {
	min-width: 768px;
}
.simple-text h2 {
	margin: 30px 0 10px 0;
}

.simple-text p {
	margin: 0 0 15px 0;
	word-break: break-word;
}

.simple-text ul {
	margin: 15px 0;
}

.simple-text .elementor-text-editor > :first-child {
	margin-top: 0;
}

.product-information .overlay-modules .elementor-cta__content {
	padding-top: calc(79.736% + 40px);
	min-height: 0;
}

body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-element .elementor-cta__title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	background: rgba(255, 255, 255, 0.8);
}

body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-element .elementor-cta__title {
	padding: 10px 12px 8px 12px;
}

.blog-details-wrapper .blog-detail-left .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.blog-details-wrapper .blog-detail-left h2 {
	margin-bottom: 24px;
}

.blog-details-wrapper .blog-detail-left p {
	margin-bottom: 22px;
}

.blog-details-wrapper .blog-detail-left ul {
	margin-bottom: 32px;
}

.elementor-pdf-icon-list li:before {
	display: none !important;
}

.elementor-pdf-icon-list li a:hover {
	text-decoration: underline !important;
}

.depot-filter-results .container {
	margin: 0 auto;
	max-width: 1200px;
}

.location-info {
	width: 33.3333333%;
	padding: 15px 15px 21px;
}

.depot-results-outer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.location-info ul li.address:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/location-result-dark-pin-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.location-info ul li.address a {
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

.location-info ul li.address a:hover {
	text-decoration: underline;
}

.location-info ul li.phone:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/phone-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.location-info ul li.distance:after {
	content: "\f4d7";
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: -2px;
	left: 0;
}

.location-info ul li {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
	padding-left: 28px;
	position: relative;
	text-transform: uppercase;
}

.location-info ul {
	list-style: none;
	padding-left: 0;
}

.location-info ul li a {
	color: #005DAA;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.location-info h3 {
	margin: 0 0 6px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.location-info ul li + li {
	margin-top: 4px;
}

.depot-filter-results {
	padding: 37px 0 58px 0;
}

.filter-search-form input[type="search"]:not(:placeholder-shown) {
	border-color: #333 !important;
}

.term-product-information .custom-line-heading {
	margin: 0;
}

.gallery-page {
	padding-bottom: 40px;
}

.gallery-cards-wrapper .custom-line-heading {
	margin: 27px 0 24px 0;
}

.gallery-description .container {
	max-width: 800px;
	text-align: center;
	padding-bottom: 40px;
}

.gallery-page .gallery-hero-slider {
	margin-bottom: 68px;
	position: relative;
}

.gallery-hero-slider .swiper-wrapper .swiper-slide {
	min-height: 430px;
	background-size: cover;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 40px 50px 50px 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gallery-hero-slider .swiper-wrapper .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
}

.gallery-hero-slider .swiper-button-prev,
.gallery-hero-slider .swiper-button-next {
	background-color: #ebebebb3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #333333;
	font-size: 24px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-hero-slider .swiper-button-prev {
	left: 15px;
	background-image: url(../img/gallery-slider-left-arrow.svg);
}

.gallery-hero-slider .swiper-button-next {
	right: 15px;
	background-image: url(../img/gallery-slider-right-arrow.svg);
}

.gallery-hero-slider .swiper-button-prev,
.gallery-hero-slider .swiper-button-next {
}

.gallery-hero-slider .swiper-slide h3 {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #ffffff;
	margin: 0 0 15px 0;
}

.gallery-hero-slider .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.gallery-hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.gallery-hero-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.gallery-hero-slider .swiper-slide .elementor-button,
.gallery-hero-slider .swiper-slide h3,
.gallery-hero-slider .swiper-slide .swiper-pagination {
	position: relative;
	z-index: 1;
}

.product-category-filters .container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 55px;
	padding-bottom: 40px;
}

.product-category-filters .filters-bar {
	width: 230px;
}

.hide-product-filter .product-category-filters .filters-bar {
	display: none;
}

.product-category-filters .product-cards-wrapper {
	width: 100%;
	padding-left: 0;
}

.checkboxes input[type="checkbox"] + span {
	position: relative;
	padding-left: 26px;
	display: inline-block;
}

.checkboxes input[type="checkbox"] + span:before {
	content: "";
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	position: absolute;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	left: 0;
}

.checkboxes input[type="checkbox"]:checked + span:before {
	background-color: #005DAA;
	content: "\f00c";
	color: #fff;
	font-family: "Font Awesome 5 Pro";
	font-size: 10px;
}

.checkboxes input[type="checkbox"]:checked + span {
	font-weight: bold;
}

.checkboxes input[type="checkbox"]:checked + span:before {
	border: 0;
}

.product-category-filters .product-cards-wrapper .col-4 {
	padding: 0 15px 28px;
	width: 33.3333%;
}

.filters-bar .filters-heading {
	position: relative;
	padding: 17px 20px 15px 20px;
	border: solid 2px #333333;
	background-color: rgba(255, 255, 255, 0.8);
	min-width: 270px;
	bottom: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	z-index: 1;
	cursor: pointer;
}

.filters-bar .filters-heading::before {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	content: "\f1de";
	font-weight: 400;
}

.filters-bar .filters-heading.selected {
	background: #005DAA;
	border-color: #005DAA;
	color: #fff;
}

.filters-wrapper {
	padding-top: 23px;
}

.filters-wrapper .selected-filters span {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	border-radius: 2px;
	border: solid 1px #333333;
	letter-spacing: 0.3px;
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.filters-wrapper .selected-filters span i {
	margin-left: 15px;
	cursor: pointer;
}

.filters-wrapper .selected-filters span {
	margin-right: 5px;
}

.checkbox-wrapper ul {
	list-style-type: none;
	padding-left: 0;
}

.gallery_thumbnail .tag:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #005DAA transparent transparent transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.gallery_thumbnail .tag {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Montserrat", Sans-serif;
	font-size: 9px;
	line-height: 11px;
	z-index: 1;
	color: #fff;
	font-weight: 600;
	padding: 8px 0 0 4px;
}

.selected-filters {
	padding-bottom: 9px;
}

.checkbox-wrapper {
	margin-top: 5px;
}

.checkbox-wrapper h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	display: block;
	position: relative;
	border-bottom: 2px solid #0c0c0d;
	padding-bottom: 6px;
	margin: 0 0 16px 0;
	cursor: pointer;
}

.checkbox-wrapper h4:before {
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-weight: 400;
	padding-left: 5px;
}

.checkbox-wrapper .checkboxes li {
	padding-bottom: 13px;
}

.checkbox-wrapper .checkboxes li span {
	font-family: Arial;
	font-size: 14px;
}

.filters-wrapper .reset-all-btn {
	margin-bottom: 24px;
	display: inline-block;
}

.product-category-main-wrapper .product-info-section {
	padding-bottom: 0;
	display: flex;
	align-items: center;
}

.checkbox-wrapper .checkboxes label {
	line-height: 20px;
	cursor: pointer;
}

.product-category-main-wrapper .info-section .info-section-left {
	width: 50%;
	padding: 56px 70px 56px 0;
}

.product-category-main-wrapper .info-section .info-img-block {
	width: calc(1560px / 2);
	/* left: 50%; */
}

.product-category-main-wrapper .info-section-left .blog_featured_content_wraper {
	margin: 0 0 0px;
}

.product-category-main-wrapper .info-section .info-section-left h1 a,
.product-category-main-wrapper .info-section .info-section-left h3 a {
	text-transform: uppercase;
}

.product-category-main-wrapper .info-section .container {
	position: relative;
	min-height: 340px;
}

.checkbox-wrapper .checkboxes li label input {
	display: none;
}

.elementor-kit-7 a.fav-me,
span.fav-me i {
	position: absolute;
	top: 9px;
	font-size: 12px;
}

.you-may-also-like-section {
	padding-bottom: 80px;
	text-align: center;
}

.you-may-also-like-section .elementor-button {
	display: inline-block;
}

.you-may-also-like-section .content_text {
	text-align: left;
}

.you-may-also-like-section .tab_content {
	padding-bottom: 19px;
}

.you-may-also-like-section .tab_content > .col-5:nth-child(n) {
	padding: 0 15px 17px;
}

.you-may-also-like-section .col-5 {
	width: 25%;
}

.installation-gallery-section {
	padding-bottom: 28px;
}

.installation-gallery .swiper-slide {
	width: 33.3333%;
	padding-bottom: 33.333333%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.installation-gallery .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.installation-gallery .swiper-button-prev,
.installation-gallery .swiper-button-next {
	color: #333333;
	font-size: 22px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.installation-gallery .swiper-button-prev:before {
	content: "\f053";
	height: 20px;
}

.installation-gallery .swiper-button-next:before {
	content: "\f054";
	height: 20px;
}

.installation-gallery .swiper-button-next {
	right: 15px;
}

.installation-gallery .swiper-button-prev {
	left: 15px;
}

.installation-gallery .swiper-button-prev,
.installation-gallery .swiper-button-next {
	background: #ebebebb3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.installation-gallery .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	cursor: pointer;
}

.installation-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px 0 0;
}

.installation-gallery .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.installation-gallery .swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 0.5;
	background-color: #ffffff;
	border: 1px solid #fff;
}

.promos-section {
	background-color: #f2f2f2;
	padding: 41px 15px;
	margin-bottom: 73px;
	margin-top: 70px;
}

.promos-section .container {
	display: flex;
	padding: 0;
	justify-content: center;
}

.promo-box .promo-thumbnail {
	min-width: 80px;
	height: 106px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.promo-box {
	display: flex;
	width: 33.3333333%;
	padding: 0 15px;
}

.promo-content {
	padding-left: 20px;
	max-width: 270px;
	width: calc(100% - 70px);
}

.promo-content h4 {
	line-height: 28px;
	letter-spacing: -0.36px;
	margin: 1px 0 3px 0;
	text-transform: uppercase;
}

.promo-text {
	margin-bottom: 8px;
	width: 231px;
	max-width: 100%;
}

.elementor-kit-7 a.promo-link {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.promo-link:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 18px;
	margin-right: 8px;
	text-decoration: none;
	display: inline-block;
}

.product-category-main-wrapper .custom-line-heading h2 {
	font-size: 32px;
	line-height: 36px;
}

.installation-gallery-section .custom-line-heading {
	margin: 0px 0 40px 0;
}

.you-may-also-like-section .custom-line-heading {
	margin: 0px 0 39px 0;
}

.installation-gallery-section {
	padding-bottom: 76px;
}

.installation-gallery > .swiper-pagination-bullets {
	bottom: 9px;
}

.product-top-section .custom-line-heading {
	margin: 0 0 39px 0;
}

.video-thumbnail:hover .play-icon {
	opacity: 0.9;
}

.video-small-thumbnail:hover .play-icon {
	opacity: 0.9;
}

.product-top-section .container {
	display: flex;
	justify-content: space-between;
}

.product-top-gallery-section,
.product-information-section {
	width: 48%;
}

.home-inventory-btn {
	background-color: #333333 !important;
	color: #ffffff !important;
}

.home-inventory-btn:hover {
	background-color: #efefef !important;
	color: #333333 !important;
}

.home-browse-more-btn .elementor-button::after {
	width: 282px;
}

.page-content .elementor-slides-wrapper .elementor-button {
	min-width: 260px;
}

.elementor-2560 .elementor-element.elementor-element-4562592 .elementor-social-icon {
	background-color: transparent;
}

body .three-column-cta .elementor-widget-wrap .elementor-element a {
	text-decoration: none;
}

.general-manager-wrapper .elementor-widget-wrap {
	display: flex;
	margin: 0 -15px;
	width: auto;
}

.general-manager-wrapper .elementor-widget-wrap .managers-block {
	width: calc(33.33333% - 30px);
	margin: 0 15px 30px 15px;
}

.custom-line-heading {
	text-align: center;
	margin: 49px 0 39px 0;
	position: relative;
}

.custom-line-heading h1 {
	display: inline-block;
	padding: 0 52px;
	background-color: #ffff;
	margin-top: 0px;
	max-width: 900px;
}

.custom-line-heading h2 {
	display: inline-block;
	padding: 0 52px;
	background-color: #ffff;
	margin-top: 5px;
}

.general-template-html-blocks .custom-line-heading h1 {
	margin-top: 0;
}

.custom-line-heading:after {
	content: "";
	display: block;
	/* width: 100%; */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 1px;
	background-color: #0c0c0d;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}

.content .custom-line-heading {
	margin: 0 0 10px 0;
}

.blocks .custom-line-heading {
	margin: 0 0 38px 0;
}

.cta-mg-adj .custom-line-heading {
	margin: 0 0 49px 0;
}

.quad-block-cta .custom-line-heading {
	margin: 0 0 39px 0;
}

.double-cta .custom-line-heading {
	margin: 0 0 23px 0;
}

.quad-block .custom-line-heading {
	margin: 0px 0 38px 0;
}

.cta-right .custom-line-heading {
	margin: 0 0 40px 0;
}

.hero {
	background-image: url(../img/stove-banner-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	min-height: 430px;
	margin-bottom: 51px;
}

.hero .container {
	width: 800px;
	padding: 15px;
	text-align: center;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
}

.hero .double-btn a {
	display: inline-block;
	margin: 0px 10px 20px 10px;
}

.hero p {
	color: #ffffff;
	margin: 0 0 22px 0;
}

.hero h2 {
	color: #ffffff;
	margin: 11px 0 17px 0;
}

.content {
	margin-bottom: 27px;
}

.content .container {
	max-width: 800px;
	padding: 15px;
	text-align: center;
}

.content .inner1 {
	margin-bottom: 55px;
}

.content .inner2 {
	margin-bottom: 38px;
}

.content .inner2 h2 {
	margin: 0 0 17px 0;
}

.content .inner2 a {
	margin: 0px 10px 20px 10px;
}

.content .inner1 p {
	margin: 0 0 22px 0;
}

.content .inner2 p {
	margin: 0 0 23px 0;
}

.content .inner3 ul {
	text-align: left;
}

.content .inner3 h3 {
	margin: 0 0 16px 0;
}

.content .inner3 p {
	margin-bottom: 32px;
}

.content .inner3 ul {
	padding-left: 27px;
}

.content .inner3 ul li {
	padding-left: 9px;
	padding-bottom: 8px;
}

.blocks {
	margin-bottom: 12px;
}

.blocks .blocks-wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.blocks .blocks-col h3 {
	margin-top: 31px;
	margin-bottom: 16px;
}

.blocks .blocks-thumbnail-img {
	display: flex;
	justify-content: center;
}

.blocks .blocks-col {
	width: calc(33.33% - 30px);
	border: solid 1px #e6e6e6;
	padding: 30px;
	margin: 0 15px 40px;
	text-align: center;
	transition: 0.5s;
}

.blocks .blocks-col p {
	margin-bottom: 22px;
}

.blocks .blocks-col:hover {
	background-color: #f2f2f2;
}

.blocks .blocks-col:hover {
	border-color: #f2f2f2;
}

.blocks-col {
	position: relative;
}

.blocks .blocks-col {
	padding: 30px 30px 30px 30px;
}

.cta-right {
	padding-bottom: 50px;
}

.cta-mg-adj {
	padding-bottom: 39px;
}

.cta-right .line-heading-fz-adj p {
	font-size: 14px !important;
}

.cta-right h3 {
	margin: 0px 0 17px 0;
}

.cta-right .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cta-right .content {
	width: calc(100% - 470px);
}

.cta-right .line-heading-cta {
	text-align: left;
	background-color: #f2f2f2;
	max-width: 370px;
	width: 100%;
	position: relative;
}

.cta-right .line-heading-cta .cta-content {
	padding: 18px 24px 24px 24px;
}

.line-heading-cta .cta-content p {
	font-size: 15px;
	line-height: 21px;
}

.cta-right .line-heading-cta h4 {
	border-bottom: 2px solid #0c0c0d;
	padding-bottom: 8px;
	margin-bottom: 18px;
	margin-top: 5px;
	line-height: 22px;
	text-transform: uppercase;
}

.cta-right .line-heading-cta .cta-content .elementor-button:after {
	width: 278px;
}

.cta-right .line-heading-cta .aside-thumbnail-image {
	background-position: 50%;
	background-size: cover;
	min-height: 204px;
	position: relative;
}

.cta-right .content .first-para {
	padding-bottom: 31px;
}

.about-section {
	padding-bottom: 41px;
}

.about-section .about-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 70px 50px 50px;
	background-color: #f2f2f2;
}

.about-section .description-col h2 {
	font-size: 32px;
	margin: 7px 0 18px 0;
}

.about-section .description-col p {
	margin-bottom: 22px;
}

.about-section .description-col p:last-child {
	margin-bottom: 0px;
}

.about-section .img-col {
	width: calc(50% - 25px);
}

.about-section .img-col:after {
	content: "";
	display: block;
	width: 100%;
}

.about-section .description-col {
	width: 50%;
	padding-left: 25px;
}

.about-section .description-col h2 {
	margin-bottom: 18px;
}

.about-section-img-right {
	padding-bottom: 52px;
}

.about-section-img-right .about-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	padding: 50px;
	background-color: #f2f2f2;
}

.about-section-img-right .img-col {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(50% - 35px);
}

.about-section-img-right .description-col {
	width: 50%;
	padding-right: 34px;
}

.about-section-img-right .description-col h2 {
	margin: 5px 0 18px 0;
	font-size: 32px;
}

.about-section-img-right .description-col p {
	margin-bottom: 22px;
}

.about-section-img-right .description-col p:last-child {
	margin-bottom: 0px;
}

.quad-block-cta {
	padding-bottom: 32px;
}

.quad-block-cta-wrapper {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.quad-block-cta .container {
	max-width: 1000px;
}

.quad-block-cta .img-col {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	padding-bottom: 37.5%;
	position: relative;
}

.quad-block-cta .content-col {
	width: 50%;
	padding: 30px 30px 43px;
	background-color: #f2f2f2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.quad-block-cta .content-col h3 {
	margin-top: 5px;
	margin-bottom: 16px;
}

.quad-block-cta .content-col p {
	margin-bottom: 21px;
}

.three-cta {
	padding-bottom: 53px;
}

.three-cta .container {
	display: flex;
	justify-content: space-between;
}

.three-cta .line-heading-cta {
	width: calc(33.33% - 20px);
}

.three-cta .line-heading-cta {
	text-align: left;
	background-color: #f2f2f2;
}

.three-cta .line-heading-cta .cta-content {
	padding: 24px 18px 24px 24px;
}

.three-cta .line-heading-cta h4 {
	border-bottom: 2px solid #0c0c0d;
	padding-bottom: 8px;
	margin: 0px 0 17px 0;
}

.double-cta .content-col p {
	margin-bottom: 22px;
}

.quad-block {
	padding-bottom: 40px;
}

.quad-bloack-wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.order-adj {
	flex-direction: row-reverse;
}

.quad-block .block-col {
	padding: 0 15px 38px 15px;
	position: relative;
}

.quad-block .block-col .quad-block-content p {
	font-size: 15px;
}

.quad-block .block-col .img-wrapper {
	position: relative;
}

.quad-block .block-col .quad-block-content h4 {
	margin-bottom: 4px;
	margin-top: 0;
}

.quad-block .img-col {
	padding-top: calc(57.54385964912281% + 102px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.quad-block .quad-block-content {
	text-align: left;
	padding: 16px 16px 16px 16px;
	opacity: 0.8;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.double-cta {
	padding-bottom: 28px;
}

.double-cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.double-cta .double-cta-col {
	display: flex;
	padding: 15px 15px 25px 15px;
	width: 50%;
	padding-bottom: 25px;
}

.double-cta .img-col {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 47.5%;
	padding-bottom: 45%;
	min-height: 270px;
	position: relative;
}

.double-cta .content-col {
	width: 52.5%;
	padding: 30px;
	background-color: #f2f2f2;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.double-cta .content-col h3 {
	margin-bottom: 17px;
	margin-top: 0;
}

.quad-block-cta-wrapper:nth-child(odd) {
	flex-direction: row-reverse;
}

.quad-block-cta-wrapper:nth-child(even) {
	flex-direction: row;
}

.quad-block-cta .quad-block-cta-wrapper .content-col h3 {
	margin: 4px 0 16px;
}

.quad-block-cta .quad-block-cta-wrapper .content-col p {
	margin: 0px 0 23px;
}

.product-info-sheet-wrapper .yoast_breadcrumb {
	padding: 14px 15px;
}

.product-info-sheet-wrapper .custom-line-heading h1 {
	margin-top: 3px;
}

.product-info-sheet-wrapper .cta-right h2 {
	margin-top: 0;
	margin-bottom: 16px;
}

.product-info-sheet-wrapper .custom-line-heading {
	margin: 0px 0 41px 0;
}

.product-info-sheet-wrapper .cta-right .content {
	padding-right: 30px;
}

.product-info-sheet-wrapper .cta-right {
	padding-bottom: 0px;
}

.product-info-sheet-wrapper .product-info-section {
	padding-bottom: 39px;
}

.video-blocks-wrapper .custom-line-heading {
	margin: 0px 0 40px 0;
}

.video-blocks-wrapper .custom-line-heading h2 {
	margin-top: 0;
}

.videos-page div.yoast_breadcrumb {
	padding: 16px 15px 10px 15px;
}

.videos-page .custom-line-heading {
	margin: 0px 0 40px 0;
}

.videos-page {
	padding-bottom: 9px;
}

.post_content_media_press {
	padding: 0 15px 40px 15px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

html body .elementor-cta .elementor-cta__bg-overlay {
	transition: all 0.25s ease-in-out;
	transition-duration: 300ms !important;
}

html body .elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.cta-img-right .elementor-cta {
	cursor: auto;
}

.glossary-form-section input[type="search"]:focus {
	border-color: #333;
}

.post-type-archive-aztiles-media-press .custom-line-heading h1 {
	margin-top: 0;
}

.post-type-archive-aztiles-media-press .custom-line-heading {
	margin: 0px 0 40px 0;
}

.depot-filter-results {
	min-height: calc(100vh - 875px);
}

.media-press-wrapper .blog-content-2 {
	padding: 19px 20px 11px;
}

/* ------------------------------- End ah.css ------------------------------- */
/* @import url('zaryab.css'); */
/* ---------------------------------- z.css --------------------------------- */

/* -------------------------------- End z.css ------------------------------- */
/* @import url('a.css'); */
/* ---------------------------------- a.css --------------------------------- */
.justify-content-center {
	justify-content: center;
}

.swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.search-page-template .product .gallery_thumbnail:hover:before {
	opacity: 1;
}

.elementor-swiper-button-next,
.elementor-swiper-button-prev {
	background: #ebebebb3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.elementor-swiper-button-prev .eicon-chevron-left,
.elementor-swiper-button-next .eicon-chevron-right {
	color: #333333;
	font-size: 24px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.elementor-swiper-button-prev .eicon-chevron-left:before {
	content: "\f053";
}

.elementor-swiper-button-next .eicon-chevron-right:before {
	content: "\f054";
}

.elementor-swiper-button-prev {
	left: 15px;
}

.elementor-swiper-button-next {
	right: 15px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 17px;
	left: 0;
	width: 100%;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.info-section {
	background-color: #f2f2f2;
	position: relative;
}

.info-section-left {
	padding: 56px 30px 56px 0;
	width: 700px;
	max-width: 60%;
}

.info-img-block {
	width: calc(50vw - 224px);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: block;
}

.info-img-block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.info-section .container {
	display: flex;
	align-content: center;
	align-items: center;
}
.product-category-main-wrapper .info-section .container{
	max-width: 1560px;
}
.info-section-left .date {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #333333;
	display: block;
	margin: 0 0 8px;
	text-transform: uppercase;
	line-height: normal;
}

.info-section-left h1,
.info-section-left h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.13;
	text-transform: none;
	margin: 0 0 17px;
}

.info-section-left h1 a,
.info-section-left h3 a {
	text-decoration: none;
	color: inherit;
}

.info-section-left h1 a:hover,
.info-section-left h3 a:hover {
	text-decoration: underline;
}

.info-section-left .blog_featured_content_wraper {
	margin: 0 0 23px;
}

.info-section-left > a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.tags {
	margin: 16px 0 0;
}

.tags a {
	display: inline-block;
	border-radius: 2px;
	border: solid 1px #333333;
	padding: 3px 6.8px 4px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 8px;
	letter-spacing: 0.3px;
	margin-top: 6px;
	font-weight: 500;
}

.info-section-left > a:hover {
	color: #333;
	text-decoration: underline;
}

.tags a:hover {
	background: #333;
	color: #fff !important;
	text-decoration: none !important;
}

.info-img-block a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	cursor: pointer;
}

.info-img-block:hover a:before {
	opacity: 1;
}

.filter-block-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}

.blog-details-wrapper .filter-block {
	margin-bottom: 40px;
}

.filter-block h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 8px;
	border-bottom: 2px solid #0c0c0d;
	line-height: normal;
	margin: 0 0 16px;
}

.filter-span {
	border-radius: 2px;
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 50px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
}

.filter-span.focused,
.tax-aztiles-videos-categories .filter-span {
	border-color: #333333;
}

.filter-span:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px;
	width: 38px;
}

.filter-span.rotate:after {
	transform: rotate(180deg);
}

.filter-box {
	position: relative;
}

.filter-box-result + .filter-box-result {
	margin-top: 24px;
}

.fields-section {
	padding-top: 27px;
	padding-bottom: 60px;
}

.filter-list {
	position: absolute;
	top: 43px;
	background: #fff;
	list-style: none;
	padding: 0;
	width: 100%;
	border: 1px solid #ccc;
	display: none;
	max-height: 236px;
	overflow: auto;
}

.filter-list li {
	cursor: pointer;
}

.filter-list li + li {
	border-top: 1px solid #ccc;
}

.filter-list li a {
	text-decoration: none;
	color: inherit;
	font-weight: 400;
	padding: 12px 14px 12px 12px;
	display: block;
	width: 100%;
}

.filter-list li a:hover {
	text-decoration: underline;
}

.filter-block-wrapper .container > div {
	width: calc(50% - 15px);
}

.filter-block-wrapper .container {
	display: flex;
	justify-content: space-between;
}

.filter-search-form {
	position: relative;
}

.filter-search-form input[type="search"]:not(:placeholder-shown) ~ button[type="button"] {
	background-image: none;
}

.filter-search-form input[type="search"]:not(:placeholder-shown) ~ button[type="button"]::before {
	visibility: visible;
}

.filter-search-form button[type="button"] {
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
	background: url(../img/search-icon-glossary.svg) no-repeat center;
	height: 100%;
	padding: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
	width: 40px;
	background-size: 16px auto;
	transition: opacity 0.3s linear;
}

.filter-search-form button[type="button"]::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/glossary-cancel-icon.svg) no-repeat center;
	visibility: hidden;
}

.filter-search-form button[type="button"]:hover {
	opacity: 0.85;
}

.filter-search-form button[type="button"]:after {
	display: none;
}

.filter-search-form button[type="button"]:hover,
.filter-search-form button[type="button"]:focus,
.filter-search-form button[type="button"]:focus:hover {
	border: 0;
	background-color: transparent;
	outline: none;
}

.filter-search-form button[type="button"] .fas {
	font-weight: 400;
}

.filter-search-form input[type="search"] {
	border-radius: 2px;
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 37px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	color: #333;
}

.filter-box {
	position: relative;
	z-index: 1;
}

.filter-search-form input[type="search"]:focus {
	border-color: #333333;
}

input[type="search"]::placeholder {
	color: #333 !important;
	opacity: 1 !important;
}

.blog-wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.blog-col {
	width: 33.33333%;
	padding: 0 15px 40px;
}

.blog-block {
	border: solid 1px #e6e6e6;
}

.blog-thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.blog-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 74.5946%;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.blog-thumbnail:hover:after {
	opacity: 1;
}

.blog-content-2 {
	padding: 19px 20px 24px;
}

.blog-content-2 .span {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.sidebar-btn-wrapper {
	text-align: center;
}

.product .col-4 {
	padding-bottom: 20px;
}

.blog-content-2 h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.17;
	letter-spacing: -0.48px;
	color: #333333;
	text-transform: none;
	margin: 7px 0 7px;
}

.blog-content-2 .tags {
	margin-top: 9px;
}

.blog-content-2 h3 a {
	color: inherit;
	text-decoration: none;
}

.blog-content-2 h3 a:hover {
	text-decoration: underline;
}

.blog-content-2 .tags a {
	border-width: 1px;
	background: #f2f2f2;
	border-color: #f2f2f2;
	margin-right: 6px;
}

.blog-content-2 .tags a.active-tag:not(:hover) {
	border: solid 1px #333333;
	background: none;
}

.blog-content-2 .tags a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.video-outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-blocks-wrapper {
	padding-bottom: 72px;
}

.video-block {
	width: 730px;
	max-width: calc(100% - 400px);
}

.video-thumbnail {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: block;
	background-color: #cacaca;
}

.video-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 55.1%;
	display: block;
}

.video-col-3 .video-thumbnail:after {
	padding-bottom: 55.6%;
}

.duration-counter {
	position: absolute;
}

.video-content {
	padding: 12px 0 0;
}

.video-content h4 {
	letter-spacing: -0.48px;
	text-transform: none;
	margin: 0;
}

.video-content h4 a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.video-content h3 a:hover {
	text-decoration: underline;
}

.video-content p {
	word-break: break-word;
}

.video-small-thumbnail {
	position: relative;
	display: block;
}

.duration-counter {
	position: absolute;
	bottom: 16px;
	right: 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 1;
	padding: 5px 8px 5px;
	border-radius: 2px;
	letter-spacing: 0.3px;
}

.video-right-block {
	width: 370px;
}

.video-small-thumbnail {
	background-size: cover;
	background-position: center center;
}

.video-small-thumbnail .play-icon img {
	width: 48px;
	height: 48px;
}

.video-small-thumbnail .duration-counter {
	bottom: 8px;
	right: 8px;
}

.video-small-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 55.418%;
	display: block;
}

.video-small-block h4 {
	line-height: normal;
	margin: 12px 0 0;
}

.video-small-block h4 a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.video-small-block h4 a:hover {
	text-decoration: underline;
}

.video-small-block + .video-small-block {
	margin-top: 32px;
}

.view-all-button {
	padding-top: 28px;
	text-align: center;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all 0.3s ease-in;
	z-index: 1;
}

.play-icon:hover {
	opacity: 0.9;
}

.feature-video-banner {
	padding: 40px 0;
	background: #f2f2f2;
}

.feature-video-banner .container {
	max-width: 1000px;
}

.feature-video-wrapper:before {
	content: "";
	width: 100%;
	padding-bottom: 56.28865979381443%;
	display: block;
}

.feature-video-wrapper {
	position: relative;
}

.feature-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature-video-content h2 {
	text-transform: none;
	margin: 0 0 17px;
}

.feature-video-content {
	padding: 32px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature-video-content p {
	margin: 0;
}

.tags {
	margin: 17px 0 0;
}

.feature-video-left-content {
	width: 570px;
	max-width: calc(100% - 315px);
}

.glossary-top-section {
	padding: 32px 0;
	background: #f2f2f2;
}

.glossary-top-section .container {
	display: flex;
	align-content: flex-start;
}

.glossary-form-section {
	width: 370px;
}

.glossary-form-section h4 {
	padding-bottom: 8px;
	border-bottom: 2px solid #0c0c0d;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 22px;
	margin-bottom: 16px;
}

.glossary-search-form {
	position: relative;
}

.glossary-form-section input[type="search"] {
	border-radius: 2px;
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 32px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	color: #333;
}

.has_no_filter_section {
	display: none !important;
	height: 0 !important;
	overflow: hidden;
}

.has_no_filter_section h2 {
	border: 0 !important;
}

.glossary-form-section button[type="button"],
.glossary-form-section button[type="submit"] {
	position: absolute;
	top: 0;
	border: 0 !important;
	right: 0;
	background: url(../img/search-icon-glossary.svg) no-repeat center;
	height: 100%;
	padding: 10px;
	font-weight: 400 !important;
	width: 40px !important;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
	background-size: 16px auto;
	transition: opacity 0.3s linear;
	display: block;
}

.glossary-form-section button[type="button"] i::before {
	content: "\f00d";
	visibility: hidden;
	position: absolute;
	top: 16px;
	right: 12px;
	width: 100%;
}

.glossary-form-section input[type="search"]:not(:placeholder-shown) ~ button[type="button"] {
	background-image: none;
	text-indent: 28px;
}

.glossary-form-section form.glossary-search-form input:not(:placeholder-shown) ~ button[type="button"] i::before {
	visibility: visible;
}

.fancybox-wrapper .slick-slide .zoom-img-loaded:hover img:not(.zoomImg) {
	opacity: 0;
}

.glossary-form-section button[type="button"]:hover {
	opacity: 0.85;
}

.glossary-form-section button[type="button"]:hover,
.glossary-form-section button[type="button"]:focus,
.glossary-form-section button[type="submit"]:hover,
.glossary-form-section button[type="submit"]:focus {
	background-color: transparent !important;
	color: #333 !important;
	border: 0 !important;
	outline: none !important;
}

.glossary-alphbet-filters {
	width: 696px;
	margin: -8px -8px -8px auto;
	font-size: 0;
	max-width: calc(100% - 410px);
}

.glossary-alphbet-filters .filter-btn {
	min-width: 42px;
	height: 42px;
	border-radius: 2px;
	border: solid 1px #ccc;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	transition: all 0.3s;
	cursor: pointer;
	margin: 8px;
	padding: 0 5px;
}

.glossary-form-section button[type="button"] i {
	font-weight: 400;
	font-size: 16px;
}

.glossary-alphbet-filters .filter-btn:hover,
.glossary-alphbet-filters .filter-btn.filter-active {
	background: #333;
	color: #fff;
	border-color: #333333;
}

.glossary-filter-section {
	padding: 40px 0 0;
}

.glossary-filter-section h2 {
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #0c0c0d;
	margin-bottom: 24px;
}

.glossary-columns {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.glossary-column {
	width: 33.333%;
	padding: 0 15px;
}

.glossary-accordion > span {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.78;
	color: #005DAA;

	display: inline-block;
	cursor: pointer;
}

.glossary-description {
	padding-top: 9px;
	padding-bottom: 8px;
}

.glossary-description,
.glossary-close-icon {
	display: none;
}

.noglossaryfound {
	display: none;
	margin-top: 40px;
}

.filter-section-wrapper {
	padding-bottom: 80px;
}

.glossary-accordion > span > span {
	display: inline-block;
	cursor: pointer;
}

.glossary-accordion > span .glossary-close-icon {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(../img/glossary-cancel-icon.svg) no-repeat center center;
	margin-left: 10px;
	background-size: 10px 10px;
	display: none;
}

.glossary-accordion > span.glossary-opened .glossary-close-icon {
	display: inline-block;
}

.glossary-accordion span:hover span,
.glossary-accordion span:hover {
	text-decoration: underline;
}

.glossary-accordion > span.glossary-opened {
	color: #333333;
}

.grossary-locations-wrapper {
	background: #f2f2f2;
}

.page-template-glossary .custom-line-heading h1 {
	margin-top: 0;
}

.map-filter ul {
	display: flex;
	list-style: none;
	padding: 16px 0 5px;
}

.map-filter ul li {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.3px;
	line-height: 16px;
	padding-left: 23px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 11px;
	margin-right: 32px;
}

.map-filter ul li:last-child {
	margin-right: 0;
}

.map-filter ul li:after {
	content: "";
	width: 15px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 15px 20px;
}

.map-filter ul li[data-contact]:after {
	background-image: url(../img/location-contact-pin-icon.svg);
}

.map-filter ul li[data-location]:after {
	background-image: url(../img/location-location-pin-icon.svg);
}

.map-filter ul li[data-depot] a:after {
	width: 30px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 0;
	background-image: url(../img/home-depot-logo.svg);
	background-size: 20px 20px;
	content: "";
	background-repeat: no-repeat;
}

.map-filter ul li[data-depot]:after {
	display: none;
}

.map-filter ul li[data-depot] a:hover sup {
	text-decoration: none;
	display: inline-block;
}

.map-filter ul li[data-depot] {
	padding-left: 30px;
}

.map-filter ul li sup {
	font-size: 8px;
}

.map-filter ul li a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.map-filter ul li a:hover {
	text-decoration: underline;
}

/* .map-filter ul li+li {
	margin-left: 32px;
} */

.map-block {
	height: 600px;
	background: rgb(229, 227, 223);
}

.map-block button:after {
	display: none;
}

.filter-box-result {
	padding: 24px 24px 31px 32px;
	display: flex;
	border: 1px solid #e6e6e6;
	justify-content: space-between;
	flex-wrap: wrap;
}

.locations-left {
	width: calc(100% - 330px);
}

.locations-left h3 {
	margin: 0 0 15px;
	text-transform: none;
	letter-spacing: -0.48px;
}

.locations-left h3 a {
	color: inherit;
	text-decoration: none;
}

.locations-left h3 a:hover {
	text-decoration: underline;
}

.locations-left ul {
	padding: 0 0 22px;
	list-style: none;
}

.aztiles-locations-results .locations-left ul:last-child {
	padding: 0px;
}

.locations-left ul li {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-left: 27px;
	position: relative;
}

.locations-left ul li.address:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/location-result-blue-pin-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.locations-left ul li.address.contact:after {
	background: url(../img/location-contact-pin-icon.svg) no-repeat center center;
}

.locations-left ul li.phone:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/phone-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.half_single ul li.fax:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/telephone-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.locations-left ul li + li {
	margin-top: 18px;
}

.locations-left ul li a {
	color: #005DAA;
}

.locations-left h5 {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: #333333;
	margin: 0 0 7px;
}

.locations-left p {
	margin: 0 0 23px;
}

.locations-left p span:not(:last-child):after {
	content: ", ";
}

.locations-left .elementor-button-wrapper .elementor-button:not(:last-child) {
	margin-right: 18px;
}

.locations-thumbnail > span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin-top: 18px;
	line-height: 1;
}

.locations-thumbnail img {
	width: 300px;
	height: 224px;
	object-fit: cover;
}

html body .fields-section h2 {
	font-size: 32px;
	line-height: 36px;
	margin-top: 0;
}

html body .fields-section .custom-line-heading {
	text-align: center;
	margin: 21px 0 40px 0;
	position: relative;
}

.single-map {
	width: 100%;
	height: 400px;
	display: block;
}

.single-location-wrapper .location-details-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 72px;
}

.single-location-wrapper .half_single {
	max-width: 500px;
	width: calc(50% - 15px);
}

.single-location-wrapper h3 {
	margin: 0 0 23px;
	letter-spacing: -0.48px;
}

.half_single ul {
	padding: 0 0 32px;
	list-style: none;
}

.half_single ul li {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-left: 27px;
	position: relative;
}

.half_single ul li.no-padding {
	padding-left: 0px;
}

.half_single ul li.address:after {
	content: "";
	width: 17px;
	height: 23px;
	background: url(../img/location-result-blue-pin-icon.svg) no-repeat center center;
	background-size: 17px 23px;
	position: absolute;
	top: 0;
	left: 0;
}

.half_single ul li.address.contact:after {
	background: url(../img/location-result-dark-pin-icon.svg) no-repeat center center;
}

.half_single ul li.phone:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/phone-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.half_single ul li.fax:after {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/telephone-icon.svg) no-repeat center center;
	background-size: 17px 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.half_single ul li + li {
	margin-top: 26px;
}

.half_single ul li + li + li {
	margin-top: 24px;
}

.half_single .elementor-button {
	margin-bottom: 32px;
}

.notice-box {
	padding: 24px;
	background: #f2f2f2;
}

.notice-box.elementor-hidden {
	display: none;
}

.notice-box h4 {
	text-transform: uppercase;
	margin: 0 0 17px;
	padding-bottom: 8px;
	border-bottom: 2px solid #333333;
	line-height: 22px;
}

.notice-box p {
	font-size: 14px;
	line-height: 21px;
}

.time-table {
	padding-top: 23px;
}

.time-table h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 18px;
	margin: 0 0 9px;
	font-weight: 800;
}

.time-table ol {
	font-family: "Montserrat", sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.time-table ol li {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-bottom: 5px;
}

.time-table ol li:last-child {
	margin-bottom: 0px;
}

.time-box + .time-box {
	margin-top: 15px;
}

.container-900 {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}

.single-location-wrapper .custom-line-heading {
	margin: 0px 0 41px;
}

.single-map {
	margin-bottom: 57px;
}

.text-box {
	margin-top: 67px;
	margin-bottom: 80px;
}

html body .text-box h2 {
	font-size: 32px;
	line-height: 36px;
}

html body .text-box .custom-line-heading {
	margin-bottom: 25px;
}

.text-box .elementor-button {
	margin-top: 9px;
}

div.yoast_breadcrumb {
	padding: 16px 15px;
}

.single-location-wrapper h1 {
	margin-top: 0;
}

.slider-box .swiper-slide {
	width: 50%;
}

.gallery-carousel-wrapper .swiper-slide {
	cursor: pointer !important;
}

.slide-box {
	height: auto;
	background-size: cover;
	background-position: center center;
	display: block;
	cursor: pointer;
}

.lg-outer .lg-img-wrap {
	bottom: 203px;
	height: auto;
	top: 121px;
	width: auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lg-on body {
	overflow: hidden;
	position: relative;
}

.lg-image-wrapper {
	display: inline-block;
}

.gallery-caption:after {
	content: attr(data-counter);
	color: #e6e6e6;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", Sans-serif;
	line-height: 22px;
	position: absolute;
	top: 0;
	right: 0;
}

.gallery-caption {
	display: block;
	margin: 16px 0 0;
	padding: 0 40px 0 0;
	text-align: left;
	position: relative;
	width: 100%;
}

#lg-counter {
	display: none;
}

.gallery-caption h4 {
	color: #e6e6e6;
	margin: 0;
	padding-right: 20px;
}

.lg-outer .lg-thumb-outer {
	background: transparent;
	bottom: 14px;
	left: -5px;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object:not(.lg-video-object) {
	position: relative;
	z-index: 1;
	max-height: calc(100vh - 360px) !important;
}

.lg-outer .lg-video {
	padding-bottom: calc(100vh - 360px);
	width: 0;
	padding-left: 81.4vh;
}

.lg-image-wrapper {
	display: inline-flex;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	place-items: center;
	place-content: center;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	vertical-align: top;
	flex-direction: column;
}

.lg-outer .lg-video-cont {
	padding: 0 15px;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	padding: 0 15px;
}

#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size {
	display: none;
}

.lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
}

.lg-actions .lg-icon.lg-disabled {
	opacity: 0.25;
	cursor: pointer;
}

.lg-actions .lg-icon,
.lg-actions .lg-icon:hover,
.lg-actions .lg-icon:focus,
.lg-actions .lg-icon:focus:hover {
	background: none;
	border: 0;
	color: #e6e6e6;
	font-size: 43.4px;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 300 !important;
}

.lg-outer .lg-thumb-item {
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 5px;
	padding: 2px;
}

.lg-outer .lg-thumb-item img {
	opacity: 0.5;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #fff;
}

.lg-outer .lg-thumb-item.active img,
.lg-outer .lg-thumb-item:hover img {
	opacity: 1;
}

.lg-actions .lg-icon:after {
	content: "";
	width: auto;
}

.lg-actions .lg-icon.lg-next:before {
	content: "\f054";
}

.lg-actions .lg-icon.lg-prev:before {
	content: "\f053";
}

.slide-box:after {
	padding-bottom: 75%;
	content: "";
	display: block;
	width: 100%;
}

.slider-box {
	margin-top: 71px;
}

.location-details-columns {
	position: relative;
}

.location-details-columns.show_separator:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	background: #0c0c0d;
	content: "";
}

.slider-box-prev,
.slider-box-next {
	width: 40px;
	height: 40px;
	padding: 10px 14px;
	opacity: 0.7;
	background-color: #e6e6e6;
	border-radius: 50%;
	background-size: 11px auto;
}

.slider-box-prev {
	left: 15px;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2333333'/></svg>");
}

.slider-box-next {
	right: 15px;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2333333'/></svg>");
}

.slider-box-pagination .swiper-pagination-bullet {
	background-color: #bbbbbb;
	width: 7px;
	height: 7px;
	opacity: 1;
}

.slider-box-pagination {
	visibility: hidden !important;
}

.slider-box-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.slider-box-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):nth-last-child(2) {
	transform: scale(0.7);
}

.slider-box-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):last-child {
	transform: scale(0.5);
}

.swiper-container-horizontal > .slider-box-pagination .swiper-pagination-bullet {
	margin: 0 3.5px;
}

.az_products_tabs {
	text-align: center;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.promo-link i {
	margin-right: 8px;
}

.aztiles-depot-filter-results-container {
	padding-top: 44px;
	padding-bottom: 58px;
}

.single-location-wrapper {
	min-height: calc(100vh - 529px);
}

.aztiles-depot-filter-results-container .custom-line-heading {
	margin-bottom: 22px;
}

.select.country_to_state {
	z-index: 112;
}

body .site-main .az_products_tabs li {
	display: inline-block;
	vertical-align: middle;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 0;
	margin: 0;
	letter-spacing: 0.3px;
	text-align: center;
}

body .site-main ul.az_products_tabs:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before {
	display: none;
}

body .site-main .az_products_tabs li:not(.active) {
	display: none;
}

.button-wrapper button.simplefavorite-button span {
	display: inline;
}

.button-wrapper button.simplefavorite-button i {
	margin-right: 9px;
	font-size: 14px;
}

.button-wrapper div.yith-wcwl-add-to-wishlist a,
.button-wrapper button.simplefavorite-button,
.button-wrapper button.simplefavorite-button:focus,
.button-wrapper button.simplefavorite-button.active {
	color: #333 !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	min-height: auto;
	letter-spacing: 0.3px !important;
	padding: 17px 10px 15px 10px !important;
	width: auto;
	border: 2px solid var(--e-global-color-primary) !important;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}
.button-wrapper button.simplefavorite-button:after,
.button-wrapper div.yith-wcwl-add-to-wishlist a:after,
.model-left .elementor-button:after,
.product-slab a[data-title="Browse favourites"]:after,
.product-tile a[data-title="Browse favourites"]:after {
	content: "";
	display: block;
	width: 320px !important;
	max-width: 100%;
}

.button-wrapper div.yith-wcwl-add-to-wishlist a:hover,
.button-wrapper button.simplefavorite-button:hover {
	background-color: var(--e-global-color-primary) !important;
	padding: 17px 10px 15px 10px !important;

	color: #ffffff !important;
	border-radius: 0px !important;
	border: 2px solid var(--e-global-color-primary) !important;
}
.button-wrapper button.simplefavorite-button.active:hover,
.button-wrapper button.simplefavorite-button.active,
.button-wrapper button.simplefavorite-button.active:focus {
	background-color: rgba(0, 93, 170, 0.9) !important;
	border: 2px solid rgba(0, 93, 170, 0.9) !important;
	color: #fff !important;
}
.button-wrapper button.simplefavorite-button.loading {
	opacity: 0.7;
}
.button-wrapper button.simplefavorite-button.loading:hover {
	background-color: transparent !important;
	padding: 17px 10px 15px 10px !important;
	border-radius: 0px !important;
	border: 2px solid var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary) !important;
	cursor: no-drop !important;
}

body .site-main ul.az_products_tabs:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li + li:before {
	content: "/" !important;
	display: inline-block !important;
	vertical-align: text-bottom;
	margin: 0 23px;
	position: static !important;
	height: auto;
	width: auto;
	background: none;
}

body .site-main .az_products_tabs li a {
	color: #333333;
	text-decoration: none;
	padding: 4px 0;
	display: inline-block;
	position: relative;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-weight: 400;
}

body .site-main .az_products_tabs li a::after {
	content: "";
	height: 2px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
}

body .site-main .az_products_tabs li.active a::after,
body .site-main .az_products_tabs li:hover a::after {
	visibility: visible;
}

body .site-main .az_products_tabs li.active a {
	font-weight: bold;
}

.sub_title {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 39px;
	width: 100%;
	padding: 0 15px;
}

.tab_content {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.tab_content .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.az_product_content_wrapper {
	overflow: hidden;
}
.az_product_content_wrapper .tab_content:not(.active) {
	display: none;
}

.style_section {
	padding: 0 15px;
	height: auto;
}

.style_section {
	width: 25%;
}

.style_inner {
	position: relative;
	background-size: cover;
	display: block;
	color: #333333;
}

.new_releasese_section {
	padding-top: 69px;
}

.new_releasese_section h2 {
	margin: 0 0 25px;
}

.style_inner h3 {
	padding: 8px 12px 8px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	font-size: 18px;
	text-transform: none;
	line-height: 24px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
}

.style_section .style_inner:after {
	content: "";
	height: 0;
	width: 100%;
	display: block;
	padding-bottom: 100%;
}

.style_section:nth-child(1),
.style_section:nth-child(6) {
	width: 50%;
}

.style_section:nth-child(1) .style_inner:after,
.style_section:nth-child(6) .style_inner:after {
	padding-bottom: 47.37%;
}

.style_section .style_inner {
	position: relative;
	background-size: cover;
	background-position: center;
	display: block;
	color: #333333;
	display: block;
	margin-bottom: 30px;
}

.style_section:nth-child(1) .style_inner:after,
.style_section:nth-child(6) .style_inner:after {
	padding-bottom: 47.37%;
}

.overlay_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	text-align: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	background: rgba(0, 93, 170, 0.85);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.overlay_content-inner {
	width: 100%;
	padding: 40px;
	margin: auto;
	max-height: 100%;
	overflow: auto;
}

.overlay_content-inner > h3 {
	align-self: center;
	justify-self: center;
	color: #fff;
	padding: 0;
	font-weight: 600;
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 14px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 100px);

	background: none;

	width: auto;
	letter-spacing: -0.015em;
	text-transform: none;
	-webkit-transform: translate(-50%, 100px);
}
#look .overlay_content-inner>h3{
    text-decoration: underline;
}
.overlay_content-inner p {
	text-align: center;
	width: 100%;
	color: #fff;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
}

.sub_text:not(.active) {
	display: none;
}

.tab_content .swiper-wrapper {
	flex-wrap: wrap;
}

.style_section .style_section {
	margin-bottom: 20px;
}

.col-3 {
	width: 33.33333333%;
	padding: 0 15px;
}

.col-3 .thumbnails {
	display: flex;
	flex-wrap: wrap;
}

.left_img::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.left_img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.right_img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.left_img {
	margin-right: auto;
	width: calc(66.85% - 2px);
	background-size: cover;
	position: relative;
	background-position: center center;
}

.right_img {
	width: 33.15%;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.content_text {
	padding: 12px 0;
}

.content_text h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #333;
}

.content_text h4 a,
.content_text span a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.content_text span {
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	margin-top: 4px;
	display: block;
	line-height: 16px;
}

.content_text h4 a:hover,
.content_text span a:hover {
	text-decoration: underline;
	color: #333;
}

.gallery_thumbnail:after {
	width: 100%;
	content: "";
	display: block;
	padding-bottom: 100%;
}

.gallery_thumbnail {
	background-size: cover;
	background-position: center;
}

.col-5 .gallery_thumbnail {
	display: block;
	position: relative;
}

.col-5 {
	width: 20%;
	padding: 0 15px;
	position: relative;
}

.gallery_thumbnail:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.video-two-blocks .row {
	margin: 0 -15px;
	display: flex;
}

.video-two-blocks {
	margin-bottom: 40px;
}

.video-two-blocks .video-half {
	width: 50%;
	padding: 0 15px;
}

.video-thumbnails {
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}

.video-thumbnails:after {
	content: "";
	padding-bottom: 56.143%;
	display: block;
	width: 100%;
}

.video-blocks .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.video-col-3 {
	width: 33.333%;
	padding: 0 15px 40px;
}

.video-col-3:first-child,
.video-col-3:nth-child(2) {
	width: 50%;
}

.video-col-3:first-child .video-content,
.video-col-3:nth-child(2) .video-content {
	padding: 20px 24px 24px;
	background: #f2f2f2;
}

.video-col-3:first-child .video-content p,
.video-col-3:nth-child(2) .video-content p {
	display: block;
}

.video-col-3:first-child .video-content h4,
.video-col-3:nth-child(2) .video-content h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: -0.48px;
	margin: 0 0 8px;
}

.video-content h4 a:hover {
	text-decoration: underline;
}

.video-blocks .video-thumbnails:after {
	padding-bottom: 55.41%;
}

.video-content-2 {
	margin-top: 12px;
}

.video-content-2 h4 {
	margin: 0;
	line-height: 22px;
}

.location-cat-wrapper {
	padding-bottom: 40px;
}

.video-content-2 h4 a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.video-content-2 h4 a:hover {
	text-decoration: underline;
}

.video-col-3 .play-icon {
	width: 48px;
	height: 48px;
}

.video-col-3 .duration-counter {
	bottom: 8px;
	right: 8px;
}

.location-cat-wrapper .custom-line-heading {
	margin: 0;
}

.location-cat-wrapper .custom-line-heading h1 {
	margin: 0;
}

.single-video-banner {
	padding: 40px 0 39px;
	background: #f2f2f2;
}

.single-video-wrapper:before {
	content: "";
	width: 100%;
	padding-bottom: 56.28865979381443%;
	display: block;
}

.single-video-wrapper {
	position: relative;
}

.single-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-video-content h1, .single-video-content h2 {
	text-transform: uppercase;
	margin: 0 0 17px;
	font-size: 40px;
	line-height: 50px;
}

.single-video-content {
	padding: 32px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-video-content p {
	margin: 0;
}

[style="color: navy"]{
    color: #005DAA !important;
}

.single-video-left-content {
	width: 770px;
	max-width: calc(100% - 315px);
}

.single-video-left-content .tags {
	margin: 7px 0 11px;
}

.single-video-left-content .tags a {
	margin: 0 2px 6px 0;
}

.single-video-left-content h1 {
	margin: 0 0 16px;
}

.featured-product-section {
	background: #f2f2f2;
	padding-bottom: 16px;
}

.featured-product-section > .container > h4 {
	text-transform: uppercase;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #333;
	margin: 0 0 23px;
	line-height: 22px;
}

.featured-product-section .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.featured-product-section .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	right: 23px;
}

.featured-product-section .col-6 {
	position: relative;
}

.featured-product-section .col-6 .product h2 {
	margin: 12px 0 4px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	text-transform: none !important;
	padding: 0 !important;
	border: 0;
}

.featured-product-section .col-6 a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.featured-product-section .col-6 h2 + span {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #333333;
	display: inline-block;
	line-height: 16px;
}

.featured-product-section .col-6 h2 a:hover,
.featured-product-section .col-6 h2 + span a:hover {
	text-decoration: underline;
}

.featured-product-section .product {
	padding: 0 !important;
}

.col-6 {
	width: 16.666666%;
	padding: 0 15px 12px;
}

.product-thumbnail {
	position: relative;
	background-size: cover;
	background-position: center;
}

.product-thumbnail:after {
	width: 100%;
	content: "";
	display: block;
	padding-bottom: 100%;
}

.elementor-kit-7 a.fav-me,
span.fav-me,
.col-5 .yith-wcwl-add-to-wishlist a,
.col-3 .yith-wcwl-add-to-wishlist a {
	position: absolute;
	width: 32px;
	height: 32px;
	border: solid 1px rgba(255, 255, 255, 0.8);
	background-color: rgba(155, 155, 155, 0.4);
	color: #fff;
	border-radius: 50%;
	top: 8px;
	right: 23px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	padding-top: 0;
	z-index: 1;
	padding-top: 1px;
}

.yith-wcwl-add-to-wishlist.exists a {
	position: absolute;
	width: 32px;
	height: 32px;
	border: solid 1px #005DAA;
	background-color: #005DAA;
	color: #fff;
	border-radius: 50%;
	top: 8px;
	right: 23px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	padding-top: 1px;
	z-index: 1;
}

.yith-wcwl-add-to-wishlist.exists .feedback {
	display: none !important;
}

.product-content {
	padding: 12px 0;
}

.product-content h4 {
	line-height: 22px;
	margin: 0 0 4px;
}

.product-content h4 a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.product-content h4 a:hover {
	text-decoration: underline;
}

.product-content p,
.product-content p a {
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: #333333;
	line-height: 16px;
}

.product-content p a {
	text-decoration: none;
	font-weight: normal;
}

.product-content p a:hover {
	text-decoration: underline;
	color: #333333;
}

.related-video-section .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.col-4 {
	width: 25%;
	padding: 0 15px;
}

.related-video-section {
	padding-top: 72px;
	padding-bottom: 80px;
}

.box-product + .box-product {
	margin-top: 24px;
}

.related-video-section .custom-line-heading {
	margin: 0 0 40px;
}

.related-video-section .custom-line-heading h2 {
	margin: 0;
}

.related-video-section .play-icon {
	width: 48px;
	height: 48px;
}

.related-video-section .duration-counter {
	bottom: 8px;
	right: 8px;
}

.sm-video-block {
	padding-bottom: 12px;
}

.related-video-section .view-all-button {
	padding-top: 23px;
	text-align: center;
}

.gallery_thumbnail {
	position: relative;
	display: block;
/* 	background-color: #ccc; */
}

.product .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.search-box-form .row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

.search-box-form {
	margin: 0 auto 40px;
	max-width: 625px;
	width: calc(100% - 30px);
}

.search-box-form input[type="text"] {
	width: 75%;
	border: none;
	border-bottom: 2px solid #333333;
	box-shadow: none;
	height: 50px;
	float: left;
	background-color: transparent;
	margin: 0;
	padding: 1em;
	font-size: 1em;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	border-radius: 0 !important;
}

.search-box-form button[type="submit"],
.search-box-form button[type="submit"]:focus {
	width: 25%;
	background: #333;
	color: #fff;
	height: 50px;
	padding: 12px 20px 12px 20px;
}

.search-box-form p {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 4.25rem;
}

body:not(.woocommerce-page) .product {
	padding: 0 15px 40px;
}

.tabs {
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
	list-style: none;
	border-bottom: 1px solid #333;
	padding-left: 0;
}

.tabs > li > a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 4px 10px 4px;
	border-bottom: 5px solid transparent;
	text-transform: uppercase;
	margin: 0 0 -3px;
	font-weight: 400;
}

.tabs > li:last-child > a {
	margin-right: 0;
}

.tags span {
	display: inline-block;
	background-color: #333333;
	padding: 6px 9px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 8px;
	font-weight: 600;
}

.tabs > li > a:hover,
.tabs > li.active > a {
	border-bottom-color: #333;
	background: #fff;
	text-decoration: underline;
}

.search-page-template .tabs > li.active > a,
.search-page-template .tabs > li > a:hover {
	text-decoration: none;
}

.tabs > li {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0.03em;
	line-height: 38px;
	margin-right: 10px;
}

.tabs > li:last-child {
	margin-right: 0px;
}

.tabs > li.active > a {
	font-weight: 700;
}

body:not(.woocommerce-page) .product h2 {
	text-transform: uppercase;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #333;
	margin: 0 0 23px;
}

.search-box-form button[type="submit"]:not(.adminbar-button):hover {
	color: #fff;
}

.search-cat {
	display: block;
	margin-bottom: 0;
	margin-left: 26px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
}

.search-cat:before {
	content: " ";
	height: 10px;
	width: 20px;
	background: black;
	position: absolute;
	left: -22px;
	margin-top: 4px;
}

.tab-content:not(.active) {
	display: none;
}

.filters_tabs {
	background-color: #f4f4f4;
	border-bottom: 1px solid #d4d4d4;
	padding: 11px 20px;
	margin-top: 0;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

.blog_page_filter_label {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.blog_page_filters {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-family: Arial;
	text-transform: capitalize;
}

.blog_page_filters input[type="checkbox"] + label::before {
	font-family: "Font Awesome 5 Pro";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	color: #000;
	display: inline-block;
	height: 16px;
	width: 16px;
	border: 2px solid #000;
	content: "";
	margin-right: 8px;
	text-align: center;
	vertical-align: sub;
	border: 1px solid #666;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	margin-top: -3px;
	padding: 1px 0 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.blog_page_filters input[type="checkbox"] {
	display: none;
}

.blog_page_filters input[type="checkbox"]:checked + label::before {
	content: "\f00c";
}

.filters_tabs {
	background-color: #f4f4f4;
	border-bottom: 1px solid #d4d4d4;
	padding: 11px 20px;
	margin-top: 0;
	margin-bottom: 25px;
	display: flex;
}

.blog_page_filter_label {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.blog_page_filters {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-family: Arial;
	text-transform: capitalize;
}

.blog_page_filters label {
	cursor: pointer;
}

.blog_page_filters input[type="checkbox"] + label::before {
	font-family: "Font Awesome 5 Pro";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	color: #000;
	display: inline-block;
	height: 16px;
	width: 16px;
	border: 2px solid #000;
	content: "";
	margin-right: 8px;
	text-align: center;
	vertical-align: sub;
	border: 1px solid #666;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	margin-top: -3px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.blog_page_filters input[type="checkbox"]:checked + label::before {
	content: "\f00c";
}

.search-post-wrapper {
	border-bottom: 3px solid #333;
	margin-bottom: 2em;
	padding: 0 2em 2em 2em;
}

.search-page-template {
	padding-bottom: 50px;
}

.search-page-template .custom-line-heading {
	margin: 0px 0 39px 0;
}

.tab-heading {
	display: none;
	background-color: #000;
	background-size: 20px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.tab-heading:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 0px;
	right: 0;
	width: 40px;
	text-align: center;
}

.tab-heading + .tabs {
	margin-bottom: 20px;
}

.tab-heading.tab-open:after {
	transform: rotate(180deg);
}

.show-modal-container {
	z-index: 3001;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	position: fixed;
	border: 2px solid;
	border-color: #454545;
	background-color: #454545;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 30px;
	text-align: center;
}

.modal {
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.show-modal-container {
	z-index: 3001;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	position: fixed;
	border: 2px solid;
	border-color: #454545;
	background-color: #454545;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 30px;
	text-align: center;
	width: calc(100% + 20px);
	max-width: 655.5px;
}

.modal a {
	background: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #333 !important;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	padding: 0 8px;
	min-width: 129px;
	margin: 5px;
	cursor: pointer;
	line-height: 32px;
	transition: none;
}

.modal a:hover {
	background-color: #454545;
	border: 2px solid #fff;
	color: #fff !important;
}

.modal.show-modal {
	visibility: visible;
}

.modal-show a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}

.half_section {
	width: 50%;
	max-width: calc(50% - 15px);
	z-index: 101;
}

.half_section + .half_section {
	z-index: 100;
}

#get-data {
	list-style: none;
	padding: 0;
}

#get-data li a {
	text-decoration: none;
	display: inline-block;
}

#get-data li {
	margin: 0 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	list-style: none;
	padding-left: 26px;
	line-height: 24px;
	margin: 0 0 16px;
	background: url(../img/pdf-icon.svg) no-repeat left 4px;
	vertical-align: top;
}

.product-filter h4 {
	margin: 0 0 15px;
	line-height: 22px;
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
	text-transform: uppercase;
}

.product-info-section {
	padding-bottom: 64px;
}

.get-data-wrapper h3 {
	margin: 0 0 24px;
	display: none;
}

.get-gata-inner-wrapper {
	position: relative;
}

.get-gata-inner-wrapper.load-visible {
	min-height: 190px;
}

.loader-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
}

.load-visible .loader-block {
	visibility: visible;
}

.content-shape {
	height: 19px;
	margin-bottom: 9px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeload;
	animation-name: placeload;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eeeeee;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(8%, #eeeeee),
		color-stop(18%, #dddddd),
		color-stop(33%, #eeeeee)
	);
	background: -webkit-linear-gradient(
		left,
		#eeeeee 8%,
		#dddddd 18%,
		#eeeeee 33%
	);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 1200px 104px;
	position: relative;
}

.content-shape:first-child {
	width: 300px;
}

.content-shape:nth-child(2) {
	width: 250px;
}

.content-shape:nth-child(3) {
	width: 280px;
}

.content-shape:nth-child(4) {
	width: 260px;
}

.content-shape:nth-child(5) {
	width: 220px;
}

.content-shape:nth-child(6) {
	width: 100px;
}

.content-shape:nth-child(7) {
	width: 160px;
}

@-webkit-keyframes placeload {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

@keyframes placeload {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.aztiles_pagination_wraper {
	text-align: center;
	font-size: 0;
	margin: 16px 0 80px;
}

.aztiles_pagination_wraper .page-numbers:not(.prev-page):not(.next-page) {
	min-width: 48px;
	height: 48px;
	margin: 0 10px;
	padding: 13px 15px;
	border-radius: 2px;
	background-color: #f2f2f2;
	display: inline-block;
	color: #333333;
	font-weight: 500;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 22px;
}

.cc-wapper {
	margin-top: 30px;
}

.aztiles_pagination_wraper .page-dotts {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: 500;
}

.aztiles_pagination_wraper .page-numbers.current,
.aztiles_pagination_wraper .page-numbers:not(.prev-page):not(.next-page):hover {
	background: #333 !important;
	color: #fff !important;
}

.aztiles_pagination_wraper .page-numbers.current {
	cursor: default;
}

.aztiles_pagination_wraper .page-numbers.next,
.aztiles_pagination_wraper .page-numbers.prev {
	padding: 14px 10px 10px;
	display: inline-flex;
	height: 48px;
	text-decoration: none;
	vertical-align: top;
	align-items: center;
	justify-items: center;
	font-size: 22px;
	min-width: 0;
	color: #333333;
}

.aztiles_pagination_wraper .page-numbers.next i,
.aztiles_pagination_wraper .page-numbers.prev i {
	width: 18px;
}

.aztiles_pagination_wraper .page-numbers {
	cursor: pointer;
}

.aztiles_pagination_wraper .page-numbers.current {
	font-weight: 600 !important;
	cursor: default;
}

.aztiles_pagination_wraper .page-numbers.next:hover,
.aztiles_pagination_wraper .page-numbers.prev:hover {
	opacity: 0.7;
}

.aztiles_pagination_wraper .page-numbers.disabled {
	display: none;
}

.gallery-top .swiper-slide {
	padding-bottom: 577px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-outer-thumbs {
	background: #f2f2f2;
	padding: 20px 0 20px 20px;
}
.gallery-outer-thumbs + .design-tool-section {
	margin-top: 40px;
}
.gallery-thumbs {
	width: 100%;
	padding: 1px;
}
.gallery-thumbs.gallery-thumbs-center .swiper-wrapper {
	justify-content: center;
}
.gallery-thumbs .swiper-slide {
	width: 80px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e6e6e6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 10px;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide:hover {
	border: 1px solid #333333;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .swiper-thumbnail,
.gallery-thumbs .swiper-slide:hover .swiper-thumbnail {
	opacity: 1;
}

.swiper-thumbnail {
	padding-bottom: 100%;
	opacity: 0.5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease-in;
}

.slide-txt {
	padding: 10px 70px 8px 12px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 38px;
}

.slide-txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	line-height: 20px;
}

.slide-of {
	padding: 10px 12px 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	z-index: 1;
	left: auto;
	width: auto;
}

.box-product {
	padding: 24px 24px 31px 31px;
	border: solid 1px #e6e6e6;
	display: flex;
	justify-content: space-between;
}

.model-left {
	max-width: 583px;
	padding-right: 15px;
	width: calc(54.7% - 15px);
}

.model-left .feedback {
	display: none;
}

.model-left .elementor-button:after,
.product-slab a[data-title="Browse favourites"]:after,
.product-tile a[data-title="Browse favourites"]:after {
	width: 276px;
	display: block;
	content: "";
	max-width: 100%;
}

.model-left .elementor-button + .elementor-button {
	margin-top: 16px;
}

.model-right {
	max-width: 460px;
	padding-left: 15px;
	width: calc(45.3% - 15px);
	padding-top: 6px;
}

.model-left h3 {
	margin: 0 0 4px;
	letter-spacing: -0.48px;
}

.model-left h3 a {
	color: inherit;
	text-decoration: none;
}

.model-left h3 a:hover {
	text-decoration: underline;
}

.model-left.feedback {
	display: none;
}

.model-left > a {
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.model-left > span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin: 0 0 14px;
}

.model-left > p {
	margin: 0 0 23px;
}

.model-right > h5 {
	margin: 0 0 15px;
	text-transform: uppercase;
}

.tile-products {
	margin: 0 -7.5px;
	display: flex;
	flex-wrap: wrap;
}

.tile-product:only-child {
	padding: 0 7.5px 18px;
	width: 185px;
}

.tile-product {
	display: flex;
	flex-direction: column;
	width: 164px;
	text-align: center;
}

.tile-product-thumbnail {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: inline-block;
	border: 2px solid #fff;
	background-size: cover;
	outline: 1px solid #e6e6e6;
	transition: all 0.3s ease;
	margin-bottom: 7px;
}

.tile-product-thumbnail:hover {
	outline-color: #333333;
}

.tile-product-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.tile-product-name {
	font-family: Arial;
	font-size: 14px;
}

.tile-product-name > a {
	font-weight: normal;
	width: 100%;
	padding-top: 4px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.29;
	text-align: center;
	color: #333;
	text-decoration: none;
}

.tile-product-name > a:hover {
	text-decoration: underline;
	color: #333;
}

.single-aztiles-galleries .custom-line-heading {
	margin: 0px 0 40px 0;
}

.tiles-model-wrapper {
	padding-bottom: 72px;
}

.tile-product {
	width: 25%;
	padding: 0 7.5px 18px;
}

.design-tool-section {
	padding-bottom: 55px;
}

.design-tool-section .custom-line-heading {
	margin-bottom: 25px;
}

.tiles-model-wrapper h2 {
	margin-top: 0;
}

.tiles-model-wrapper .custom-line-heading {
	margin-top: 48px;
}

.design-tool-section h2 {
	margin-top: 0;
}

.gallery-top-wrapper {
	position: relative;
}

.model-left .elementor-button,
.model-left .elementor-button:focus {
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	width: auto;
	max-width: 100%;
}

.yoast_breadcrumb + .custom-line-heading {
	margin-top: 0;
}

.owl-nav button {
	position: absolute;
}

.gallery-top-wrapper .swiper-slide {
	cursor: pointer;
}

.gallery-top-wrapper .swiper-button-prev,
.gallery-thumbs .swiper-button-prev {
	background: rgba(230, 230, 230, 0.7) url(../img/gallery-slider-left-arrow.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	left: 15px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	color: #333333;
	font-size: 22px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	border-radius: 50%;
	text-align: center;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
	opacity: 0;
}

.gallery-thumbs:hover .swiper-button-prev,
.gallery-thumbs:hover .swiper-button-next {
	opacity: 1;
}

.gallery-top-wrapper .swiper-button-next,
.gallery-thumbs .swiper-button-next {
	background: rgba(230, 230, 230, 0.7) url(../img/gallery-slider-right-arrow.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	right: 15px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	line-height: 40px;
}
.gallery-top-wrapper .swiper-button-disabled,
.gallery-thumbs .swiper-button-disabled {
	display: none !important;
}
.loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0 15px;
}

.filter-block-wrapper {
	position: relative;
}

.blog-loader {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.blog-col-loader {
	width: 33.333%;
	padding: 0 15px 20px;
}

.loader-thumbnail {
	margin-bottom: 15px;
}

.loader-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 74.5946%;
}

.loader-date {
	height: 15px;
	margin-bottom: 8px;
	width: 100px;
}

.loader-heading {
	height: 30px;
	width: 200px;
}

.loader-heading + .loader-tag {
	margin-top: 10px;
}

.loader-tag {
	height: 20px;
	width: 150px;
}

.loader-tag + .loader-tag {
	margin-top: 5px;
	width: 120px;
}

.loader-heading + .loader-heading {
	margin-top: 5px;
	width: 170px;
}
.zoom-wrapper {
	position: relative;
}

.img-magnifier-glass {
	position: absolute;
	border: 2px solid #ccc;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 30%);
	cursor: none;
	width: 300px;
	height: 300px;
	border-radius: 0%;
}
.blog-col-loader > div {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeload;
	animation-name: placeload;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eeeeee;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(8%, #eeeeee),
		color-stop(18%, #dddddd),
		color-stop(33%, #eeeeee)
	);
	background: -webkit-linear-gradient(
		left,
		#eeeeee 8%,
		#dddddd 18%,
		#eeeeee 33%
	);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 1200px 104px;
	position: relative;
}

.blog-hero-wrapper {
	padding: 40px 0;
	background: #f2f2f2;
}

.blog-hero-wrapper h1 {
	margin: 0 0 18px;
}

.blog-hero-wrapper .date {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	line-height: 16px;
	font-family: "Montserrat", sans-serif;
}

.blog-hero-wrapper .tags {
	margin: 18px 0 0;
}

.blog-hero-left {
	width: calc(100% - 360px);
}

.blog-hero-wrapper > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.blog-hero--right {
	width: 360px;
	padding-left: 30px;
	margin-bottom: -8px;
	display: flex;
	justify-content: flex-end;
}

.blog-details-wrapper {
	padding: 56px 0;
}

.blog-details-wrapper .container {
	display: flex;
	flex-wrap: wrap;
}

.blog-details-wrapper figure {
	margin: 0;
}

.blog-detail-left {
	width: calc(100% - 360px);
	max-width: 740px;
}

.right-blog-box {
	width: 345px;
	padding-left: 15px;
	margin-left: auto;
}

.right-blog-box h4 {
	border-bottom: 2px solid #0c0c0d;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin: 0 0 24px;
}

.right-blog-box ul {
	padding: 0;
	margin: 0 0 32px 0;
}

.right-blog-box ul li {
	list-style: none;
}

.right-blog-box ul.filter-list li {
	margin-bottom: 0;
}

.right-blog-box ul li:before {
	display: none;
}

.blog-detail-left figcaption {
	text-align: center;
	margin: 8px 0 32px;
	font-size: 16px;
	line-height: 22px;
}

.right-blog-box ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 24px;
}

.blog-widget {
	width: 234px;
}

.widget-image {
	width: 80px;
	margin-left: auto;
	position: relative;
	height: 60px;
	overflow: hidden;
}

.widget-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.widget-image:hover:before {
	opacity: 1;
}

.widget-image img {
	height: 60px;
	object-fit: cover;
	width: 100%;
}

.blog-widget h5 {
	margin: 0 0 4px;
}

.blog-widget h5 a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

.blog-widget h5 a:hover {
	text-decoration: underline;
}

.blog-widget .date-sm {
	font-size: 13px;
	display: block;
	line-height: 16px;
	color: #333;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.blog-widget .date-sm a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	text-transform: uppercase;
}

.location-updates-section h4 {
	text-align: center;
	margin: 0 0 38px;
}

.location-updates-section h2 {
	font-size: 40px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0;
}

.location-updates-section .custom-line-heading {
	margin: 0px 0 25px;
}

.location-updates-section .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.location-updates-section .col-3 {
	padding: 0 15px 40px;
}

.update-thumbnail {
	height: 208px;
	display: flex;
	padding: 20px;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.update-thumbnail {
	text-decoration: none !important;
}

.update-thumbnail h3 {
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
	letter-spacing: -0.48px;
	text-transform: capitalize;
}

.update-thumbnail-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.update-thumbnail:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: 0.4;
}

.update-content,
.update-contet {
	background: #fff;
	padding: 21px 23px 14px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.update-content a[href*="tel"],
.update-contet a[href*="tel"] {
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}

.update-content p {
	margin-bottom: 12px;
}

.update-content a[href*="tel"]:hover,
.update-contet a[href*="tel"]:hover {
	text-decoration: underline;
}

.update-content a:hover,
.update-contet a:hover {
	text-decoration: none;
}

.update-content ul,
.update-contet ul {
	padding-left: 36px;
	list-style: none;
}

.update-content ul li + li {
	margin-top: 8px;
}

.update-content ul li {
	position: relative;
}

.update-content ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -24px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

.locatoin-update {
	height: 100%;
}

.single-video-right-content {
	display: flex;
	align-self: flex-start;
	align-items: center;
}

.single-video-right-content h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin: 0 7px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.simple-text a {
    word-break: break-word;
}
.single-video-right-content .social-links {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	margin-left: 8px;
	color: #333;
	cursor: pointer;
}
.single-video-right-content  svg{
	display: inline-block;
	margin-top: -2px;
}

.single-video-right-content .social-links:hover {
	color: #fff;
	background: #333;
}

.our-team-section .custom-line-heading {
	margin: 0 0 30px;
}

.our-team-section {
	padding-bottom: 41px;
}

.our-team-discription {
	width: 770px;
	text-align: center;
	margin: 0 auto 56px;
}

.our-team-section > h3 {
	text-align: center;
	margin: 0 0 24px;
	font-weight: 700;
	letter-spacing: -0.48px;
}

.our-team-outer {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.our-team-col {
	width: 33.3333333%;
	padding: 15px;
}

.our-team-col h3 {
	margin: 0 0 6px;
	text-transform: none;
	font-weight: 700;
	letter-spacing: -0.48px;
}

.job-title {
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #333333;
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 20px;
}

body.elementor-page .open-popup {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	transition: none;
}

body.elementor-page .open-popup:hover {
	text-decoration: underline;
}

.open-popup:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12.56px;
}

.our-team-box {
	padding: 20px 20px 17px 20px;
	border: solid 1px #e6e6e6;
	height: 100%;
}

.our-team-overlay {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	overflow: auto;
	padding: 20px 0;
	transition: all 0.3s ease-in;
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
}

@keyframes fadeoutY {
	0% {
		transform: translateY(-20px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

@keyframes fadeinY {
	0% {
		transform: translateY(0);
		opacity: 0;
	}

	100% {
		transform: translateY(-20px);
		opacity: 1;
	}
}

.our-team-overlay.our-team-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.our-team-overlay:before {
	content: "";
	height: 100%;
	width: 1px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -4px;
}

.our-team-container {
	border: solid 1px #333333;
	width: 1170px;
	margin: 30px auto;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 20px 16px;
	max-width: calc(100% - 30px);
	text-align: left;
	background: #fff;
	position: relative;
}

span.our-team-close-x {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 11px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.our-team-description {
	margin-bottom: 16px;
	padding-top: 9px;
}

.elementor-page .close-popup {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	transition: none;
}

.elementor-page .close-popup:hover {
	text-decoration: underline;
}

.close-popup:after {
	content: "\f077";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12.56px;
}

.material-type-row .tab-inner {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.meterial-box {
	width: 25%;
	padding: 0 15px 40px;
}

.meterial_gallery_thumbnail {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.meterial_gallery_thumbnail:after {
	content: "";
	padding-bottom: 100%;
	display: block;
}

.meterial-box a {
	position: relative;
}

.meterial-box a.meterial_gallery_thumbnail:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.meterial-box a:hover:before {
	opacity: 1;
}

.meterial-box h4 {
	margin-top: 12px;
}

.meterial-box h4 a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.meterial-box h4 a:hover {
	text-decoration: underline;
	color: inherit;
}

.tabs-materials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: uppercase;
	padding-left: 10px !important;
	margin-bottom: 35px !important;
}

.tabs-materials li {
	position: relative;
	margin: 0 !important;
	list-style: none;
	padding: 0 !important;
}

.tabs-materials li span {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}

.elementor-shortcode .tabs-materials li {
	padding-left: 0;
}

.tabs-materials li:before {
	display: none !important;
}

.tabs-materials li span:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: hidden;
	display: block;
}

.tabs-materials li span:hover:after,
.tabs-materials li.active-tab span:after {
	visibility: visible;
}

.tabs-materials li.active-tab span {
	font-weight: 700;
}

.tabs-materials li + li:before {
	content: "";
	width: 1px !important;
	height: 18px !important;
	margin: 3px 28px 7px;
	position: static !important;
	transform: rotate(25deg);
	background-color: #333333 !important;
	display: inline-block !important;
	border-radius: 0 !important;
}

.material-type-row:not(.material-active) {
	display: none;
}

.page-id-46 .two-btn-hero .elementor-button {
	letter-spacing: 0 !important;
}

.page-id-46 .two-btn-hero .elementor-button span {
	flex-grow: inherit;
}

body.safari.osx div.elementor-widget-social-icons .elementor-grid {
	word-spacing: 0;
}

body.safari.osx div.elementor-widget-social-icons .elementor-grid .elementor-grid-item {
	word-spacing: 0;
	margin-left: calc(var(--grid-column-gap) / 2);
	margin-right: calc(var(--grid-column-gap) / 2);
}

.thumbnails.new {
	position: relative;
}

.thumbnails.new .tag {
	position: absolute;
	top: 8px;
	left: 4px;
	font-family: "Montserrat", Sans-serif;
	font-size: 9px;
	line-height: 11px;
	z-index: 1;
	color: #fff;
	font-weight: 700;
}

.thumbnails.new:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #005DAA transparent transparent transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.filters-wrapper .reset-all-btn {
	cursor: pointer;
	color: var(--e-global-color-40f60b3);
	font-weight: 700;
	text-decoration: underline;
}

.filters-wrapper .reset-all-btn:hover {
	text-decoration: none;
}

.template-autocomplete-placeholder {
	position: relative;
	width: 100%;
}

#template-autocomplete-wrapper .template-autocomplete-placeholder .autocomplete-suggestions,
body.admin-bar .template-autocomplete-placeholder .autocomplete-suggestions {
	position: absolute !important;
	top: 0 !important;
	max-width: 100% !important;
	list-style: none !important;
	padding: 0 !important;
}

.reset-all-btn:hover {
	text-decoration: underline;
}

[data-video-number="0"] .video-content {
	padding: 20px 24px 24px;
	background: #f2f2f2;
}

[data-video-number="0"] .video-content h3 {
	text-transform: none;
	margin: 0 0 8px;
}

[data-video-number="0"] .video-content h3 a {
	text-decoration: none;
	color: inherit;
}

.video-blocks .blog-block {
	border: 0;
}

.video-blocks .blog-block .blog-content-2 {
	min-height: 0 !important;
	padding: 12px 0 0;
}

.video-blocks .blog-block .blog-content-2 h3 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 600;
}

.video-blocks .blog-block .blog-content-2 .tags {
	margin: 0;
	line-height: 16px;
}

.video-blocks .blog-block .blog-content-2 .tags a {
	margin: 0 10px 0 0;
	background: none;
	border: 0;
	padding: 0;
	text-decoration: none;
}

.video-blocks .blog-block .blog-content-2 .tags a:hover {
	color: #222222;
	text-decoration: underline;
}

.video-blocks .duration-counter {
	right: 8px;
	bottom: 8px;
}

.no-feature-products {
	display: none;
}

.play-icon {
	background: rgb(0, 93, 170);
	background: linear-gradient(
		180deg,
		rgba(0, 93, 170, 1) 0%,
		rgba(26, 78, 162, 1) 50%,
		rgba(51, 67, 161, 1) 100%
	);
	border-radius: 50%;
	height: 80px;
	width: 80px;
}

.play-icon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 26px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 2px;
}

.video-small-thumbnail .play-icon,
.sm-video-block .play-icon {
	height: 48px;
	width: 48px;
}

.video-small-thumbnail .play-icon:after,
.video-col-3 .play-icon:after,
.sm-video-block .play-icon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: rgba(0, 0, 0, 0) transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 2px;
}

.play-icon img {
	display: none;
}

.request-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(35, 35, 35, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
	display: none;
}

body div#ui-datepicker-div[style] {
	z-index: 99999 !important;
}

.request-form-wrapper.show-form {
	visibility: visible;
}

body .ui-datepicker-title select {
	margin-top: 2.5%;
	width: inherit;
	height: inherit;
	padding: 0;
	display: inline-block;
	appearance: inherit;
	appearance: auto;
	width: 65px;
}

html body div#ui-datepicker-div[style] {
	z-index: 99999 !important;
}

.gform_confirmation_message {
	text-align: center;
	padding-bottom: 70px;
}

.gform_confirmation_message h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #333;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0 32px;
	position: relative;
	display: inline-block;
	display: inline-block;
	background: #fff;
	position: relative;
	/*! z-index: 1; */
	padding: 0 88px;
}

.gform_confirmation_message h2 span {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 88px;
}

.gform_confirmation_message .text {
	max-width: 650px;
	margin: 0 auto;
}

.gform_confirmation_message .text a,
.gform_confirmation_message .elementor-button {
	transition: none;
}

.gform_confirmation_message h2:after {
	content: "";
	width: 100vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #0c0c0d;
	z-index: -1;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	position: relative;
}

.ui-datepicker-trigger {
	position: absolute;
	top: 15px;
	right: 10px;
}

.request-info-container {
	width: 1028px;
	margin: auto;
	background: #fff;
	padding-top: 70px;
	overflow: hidden;
	max-width: 100%;
}

.req-info-text {
	text-align: center;
}

.az-search-form .elementor-search-form input[type="search"] {
	background: none;
}

.autocomplete-suggestions {
	background: #fff;
	overflow: auto;
	border: 1px solid #ccc;
	position: fixed !important;
	top: 154px !important;
}

body.admin-bar .autocomplete-suggestions {
	top: 186px;
}

.autocomplete-suggestions .autocomplete-suggestion,
.autocomplete-suggestions .autocomplete-no-suggestion {
	font-weight: 400;
	text-transform: none;
	padding: 12px 37px 12px 12px !important;
	font-family: Arial;
	font-size: 16px;
	color: #333;
	border: 0;
	cursor: pointer;
	margin: 0 !important;
}

.autocomplete-suggestions .autocomplete-no-suggestion {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
.autocomplete-suggestions .autocomplete-suggestion + .autocomplete-suggestion {
	border-top: 1px solid #ccc;
}

.autocomplete-suggestions .autocomplete-suggestion:hover,
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
	background: #e6e6e6;
}

.request-info-hero .text p {
	color: #333;
	margin: 0 0 20px;
}

.form-header h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #333;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0 32px;
	position: relative;
}

.request-info-container .form-header h2:after {
	content: "";
	width: 100vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #0c0c0d;
}

.request-info-container .form-header h2 span {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 88px;
}

.req-info-text {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	width: 100%;
}

.request-info-container .gform_wrapper {
	background-color: #f5f5f5;
	padding: 50px 0 30px;
	border-bottom: 1px solid #0c0c0d;
	margin-bottom: 0;
}

.request-info-container .gform_wrapper form {
	width: 650px;
	margin-bottom: 70px;
}

html body .request-info-container .gform_wrapper .gform_footer {
	text-align: center;
}

html body .request-info-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-weight: 400;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 40px !important;
	margin-bottom: 0 !important;
	width: 100%;
	padding-right: 0;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield .ginput_container_radio label {
	margin-bottom: 10px;
	text-transform: none;
	min-width: 55px;
	display: inline-block;
	font-size: 16px;
	margin-top: 0;
	line-height: 1.5;
	white-space: nowrap;
	font-weight: 400;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield > label {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	padding-bottom: 0 !important;
	margin-bottom: 20px !important;
}

.gfield_radio {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.gfield_radio label {
	white-space: nowrap;
}

html body .request-info-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 2px solid #000;
	font-size: 16px;
	background: #fff;
}

html body .request-info-container .gform_wrapper .top_label .field_sublabel_above label.gfield_label {
	width: 100%;
}

html body .request-info-container .gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

html body .request-info-container .gform_wrapper ul.gform_fields li.gfield span.name_first {
	width: 47.5%;
	padding: 0;
}

html body .request-info-container .gform_wrapper ul.gform_fields li.gfield span.name_last {
	width: 47.5%;
	padding: 0;
	margin-left: 5%;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 2px solid #000;
	background-color: #fff;
	margin-right: 15px;
	top: 3px;
	position: relative;
	border-radius: 0;
	vertical-align: text-bottom;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li label {
	padding-left: 0;
	margin-right: 40px;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li label:hover:before {
	background: none;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li input:checked ~ label:before {
	background: #000;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li label:after {
	top: 1.5px;
	left: 4px;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;

	content: "";
	background: none;
	color: #fff;
	content: "\2713";
	border: 0;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield .ginput_complex span[class] label {
	margin: 0px 0 10px 0px !important;
	font-size: 16px;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield label {
	margin-bottom: 0;
	margin-left: 0 !important;
	width: 100%;
}

html body .request-info-container .gform_wrapper ul.gfield_radio li {
	margin-bottom: 0 !important;
}

body .request-info-container .options {
	border-width: 2px;
	border-color: #333;
}

body .request-info-container .options li + li {
	border-top-width: 2px;
	border-top-color: #333;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield textarea {
	border-width: 2px;
	border-color: #333;
}

html body .request-info-container .styledSelect {
	padding: 13px 36px 13px 11px;
	height: 46px;
}

html body .request-info-container .styledSelect.noplaceholder {
	border-width: 2px;
}

html body .request-info-container .gform_wrapper .gfield_required {
	color: inherit;
}

html body .request-info-container {
	position: relative;
	z-index: 1;
}

.request-form-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

html body .request-info-container .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.asterisk-info {
	margin: 20px 0 !important;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	line-height: normal;
}

html body .request-info-container .gform_wrapper .field_description_below .gfield_description {
	font-weight: 400;
	text-transform: uppercase;
}

html body .request-info-container .gform_wrapper .gform_footer input {
	margin: 0 0 0;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	min-width: 270px;
	line-height: 55px;
	height: 60px;
	background: #000;
	color: #fff;
}

html body .request-info-container .gform_wrapper .gform_footer input:hover {
	background: #fff;
	color: #000;
}

html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	width: 47.5%;
	padding: 0;
	margin-right: 5%;
}

html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_left_half input,
html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_right_half input {
	width: 100%;
}

html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	width: 47.5%;
	padding: 0;
	margin-left: 0 !important;
}

.form-clouser {
	font-size: 40px;
	color: #fff;
	top: 20px;
	right: 20px;
	position: absolute;
	line-height: 25px;
	font-weight: 300;
	cursor: pointer;
	z-index: 1;
}

.open-popup,
.open-popup body {
	overflow: hidden;
	position: relative;
	margin: 0;
}

html body .request-info-container .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .request-info-container .gform_wrapper li.gfield_error textarea {
	border-width: 2px;
	border-color: #b3000c !important;
}

html body .request-info-container .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_container_radio {
	width: 100%;
	display: block;
}

html body .request-info-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-weight: 400;
	text-transform: none;
	width: auto;
	display: inline-block;
}

html body .request-info-container .gform_wrapper li.gfield.gfield_error ul.gfield_radio li label:before {
	border-color: #b3000c;
}

.lg-toolbar {
	background: none;
	top: 26px;
	padding: 0 23px;
}

.lg-backdrop {
	background: #333333;
}

.lg-toolbar .lg-close {
	background: none !important;
	border: 0 !important;
	padding: 0;
	margin-left: 32px;
}

.lg-outer h2 {
	padding: 0 120px;
	margin: 0;
	top: -6px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.lg-toolbar .lg-close,
.lg-toolbar .lg-download {
	width: auto;
	position: relative;
	top: 2px;
	line-height: 20px;
	height: auto;
	padding: 0;
	opacity: 1;
	color: #fff;
}

.lg-actions .lg-icon {
	margin-top: -30px;
}

.lg-toolbar .lg-download {
	top: -1px;
	font-size: 26.5px;
}

.lg-toolbar .lg-close:after {
	width: auto;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 31.5px;
	max-width: none;
	color: #fff;
	line-height: 20px;
}

.lg-toolbar .lg-download:after {
	width: auto;
	content: "\f33d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 31.5px;
	max-width: none;
	color: #fff;
	line-height: 20px;
}

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 1;
}

.pswp__top-bar {
	top: 26px;
	padding: 0 23px;
}

body .pswp__button--close {
	padding: 0;
	background: none !important;
	border: 0 !important;
	width: auto !important;
	height: auto !important;
	position: relative;
	top: 2px;
	margin-left: 34px;
}

body .pswp__button--close::before {
	width: auto;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 31.5px;
	max-width: none;
	color: #fff;
	line-height: 20px;
}

body button.pswp__button.pswp-download-image {
	padding: 0;
	background: none !important;
	border: 0 !important;
	width: auto !important;
	height: auto !important;
	position: relative;
	top: -1px;
	margin-left: 34px;
}

.pswp__button:active {
	opacity: 1;
}

body button.pswp__button.pswp-download-image::before {
	width: auto;
	content: "\f33d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 31.5px;
	max-width: none;
	color: #fff;
	line-height: 20px;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: none;
	height: auto;
	width: auto;
	position: static;
}

.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
	width: auto !important;
}

.pswp__button {
	opacity: 1 !important;
}

.pswp__button--arrow--left:before {
	content: "\f053";
}

.pswp__button--arrow--right:before {
	content: "\f054";
}

.pswp .pswp__button.pswp__button--arrow--left {
	left: 20px;
	margin-top: -30px;
}

.pswp .pswp__button.pswp__button--arrow--right {
	right: 20px;
	margin-top: -30px;
}

.pswp .pswp__button.pswp__button--arrow--left,
.pswp .pswp__button.pswp__button--arrow--right {
	background: none;
	border: 0;
	color: #e6e6e6;
	font-size: 43.4px;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 300 !important;
	position: absolute;
	padding: 10px;
}

.product-slab .aztiles-product-title {
	display: none;
}

.product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}

body .product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-slider.rtwpvg-thumbnail-columns-4 > div {
	border: 0;
	padding: 0;
}

.product-slab :focus {
	outline: none;
}

.pswp .pswp__previews img {
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 2px;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.pswp .pswp__previews {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: auto;
	scrollbar-width: none;
	bottom: 14px;
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 0;
}

.pswp .pswp__previews img:hover {
	border-color: #fff;
}

.search-page-template .aztiles_pagination_desktop {
	display: block;
}

.aztiles-pswp-counter-caption-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #262626;
	padding-top: 16px;
}

.pswp h2 {
	color: #fff;
	text-align: center;
	margin: 26px 100px;
}

.pswp__bg {
	background: #262626;
}

.aztiles-pswp-caption {
	width: calc(100% - 70px);
}

.aztiles-pswp-counter-caption {
	width: 800px;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #e6e6e6;
	padding: 0 15px;
}

.aztiles-pswp-counter-caption .aztiles-pswp-counter {
	font-weight: 400;
}

.pswp__container {
	bottom: 230px;
	left: 15px;
	right: 15px;
}

#aztiles-current-location {
	margin: 16px 0 0 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #005DAA;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#aztiles-current-location:hover {
	text-decoration: underline;
}

#aztiles-current-location:before {
	content: "\f601";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
}

.pswp .pswp__previews {
	background: none;
}

.pswp__previews ~ div {
	display: none;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: transparent;
}

.slab-product-thumbnail {
	background-size: cover;
	display: inline-block;
	border: 2px solid #fff;
	background-size: cover;
	outline: 1px solid #e6e6e6;
	transition: all 0.3s ease;
	margin-bottom: 7px;
}

.slab-product {
	display: flex;
	flex-direction: column;
	width: 164px;
	text-align: center;
}

.slab-product-thumbnail:before {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	content: "";
	background: none;
}

body.single-product table.variations tr td {
	display: block;
	width: auto !important;
	background-color: transparent !important;
}

table.variations td.value select {
	display: none !important;
}

table.variations span {
	display: inline-block;
	text-align: center;
	margin: 0 16px 16px 0;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #333333;
	font-family: Arial;
	font-weight: 600;
	/*! width: 100px; */
	/*! line-height: 1.2; */
	vertical-align: top;
	position: relative;
}

.special-order-attributes span {
    display: inline-block;
    text-align: center;
    margin: 0 16px 16px 0;
    background-color: none;
    font-size: 14px;
    color: #333333;
    font-family: Arial;
    font-weight: 600;
    vertical-align: top;
    position: relative;
}

table.variations label {
	margin: 0px;
}

table.variations span.color-variation,
.special-order-attributes span.color-variation {
	padding: 0;
	width: 100px;
	line-height: 1.2;
	font-weight: 400;
}

table.variations span:not(.color-variation) {
	padding: 10px 14.5px 10px;
	border-radius: 2px;
	border: solid 1px #e6e6e6;

}

.special-order-attributes span:not(.color-variation) {
	padding: 10px 14.5px 10px;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    background: #e6e6e6;
}

table.variations span.color-variation i {
	display: block;
	width: 100px;
	height: 100px;
	border: solid 1px #e6e6e6;
	padding: 3px;
	margin-bottom: 3px;
	position: relative;
}

.special-order-attributes span i {
	display: block;
	width: 100px;
    height: 100px;
    border: solid 1px #e6e6e6;
    padding: 3px;
    margin-bottom: 3px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

table.variations span.color-variation i img,
.special-order-attributes span i img {
	display: block;
	width: 92px;
	height: 92px;
	object-fit: cover;
}

table.variations span.color-variation:not(.selected):hover i {
	border: solid 1px #999;
}

table.variations span.color-variation.selected i {
	border: solid 1px #333;
}

table.variations span.st,
table.variations span.clickable {
	cursor: pointer;
}

table.variations span.disabled {
	cursor: not-allowed;
	background-color: rgba(255, 255, 255, 0.8);
	border: solid 1px rgba(230, 230, 230, 0.7);
	color: rgba(51, 51, 51, 0.7);
}

table.variations span[data-tooltip] {
	position: relative;
}

/* table.variations span[data-tooltip]::before {
	content: attr(data-tooltip);
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat', sans-serif;
	background: rgb(112 112 112);
	color: #fff;
	font-size: 11px;
	padding: 4px;
	letter-spacing: 0.3px;
	z-index: 1;
	top: calc(100% + 10px);
	width: 210px;
	text-align: center;
	border-radius: 1px;
}
table.variations span[data-tooltip]:hover {
	z-index: 999;
} */

table.variations span[data-tooltip]::after {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent rgb(112 112 112) transparent;
	top: calc(100% + 5px);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

/* table.variations span[data-tooltip]::before {
	content: attr(data-tooltip);
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat', sans-serif;
	background: rgb(112 112 112);
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	padding: 4px;
	letter-spacing: 0.3px;
	z-index: 1;
	top: calc(100% + 10px);
	width: 210px;
	text-align: center;
	border-radius: 1px;
} */
table.variations span.not-available {
	color: #666;
	border-color: #666;
}

table.variations span.not-available:not(.color-variation)::after,
table.variations span.not-available.color-variation i::after {
	content: "";
	position: absolute;
	width: 1px;
	background: #666;
	top: 0px;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%) skewX(45deg);
}

table.variations span.color-variation.not-available::after {
	transform: translateX(-50%) skewX(40deg);
}

table.variations span.disabled.na:hover {
	border: solid 1px #e6e6e6;
}

table.variations span.st:hover,
table.variations span.clickable:not(.color-variation):hover {
	border: solid 1px #999;
}

table.variations span.selected:not(.color-variation) {
	border: solid 1px #333;
	cursor: auto;
}

table.variations label,
.special-order-attributes label {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #333333;
}

.wc-main-product-gallery-wrapper {
}

.fancybox-wrapper.gallery-tile:not(.gallery-index-0) .fancybox-carousel-wrapper .zoom-wrapper img:not(.zoomImg) {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	width: 100%;
	object-fit: contain;
}

.fancybox-wrapper.gallery-slab .fancybox-carousel-wrapper .zoom-wrapper img:not(.zoomImg) {
	max-height: 650px;
	max-width: 1600px;
	margin: auto;
	width: 100%;
}

.fancybox-wrapper span.gallery-thumb-wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}

.fancybox-wrapper span.gallery-thumb-wrapper img {
	display: block;
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}

.fancybox-wrapper .gallery-title {
	margin: 10px 0 -10px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #333333;
	text-transform: uppercase;
}

.wc-main-product-gallery-wrapper .slick-slider {
	position: relative;
}

.fancybox-carousel-wrapper {
	display: flex;
	align-items: center;
}

.gallery-tile .fancybox-carousel-wrapper {
	min-height: 0;
	padding: 0 0 100%;
}

.gallery-tile .fancybox-carousel-wrapper .slick-list {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	height: 100%;
}
table tbody tr:nth-child(odd):hover > td,
table tbody tr:nth-child(odd):hover > th {
	background-color: #f7f7f7;
}
.gform_validation_errors {
	display: none !important;
}

.fancybox-carousel-wrapper .slick-list {
	width: 100%;
}

.fancybox-video-container .fancybox-infobar,
.fancybox-video-container .fancybox-navigation {
	display: none;
}

.fancybox-slide--video {
	padding: 80px 10px 70px !important;
}

.fancybox-video-container .fancybox-caption {
	width: 100%;
	text-align: center;
}

.fancybox-video-container .fancybox-caption .fancybox-caption__body {
	text-align: center;
}

.wc-main-product-gallery-wrapper .slick-slide span {
	display: flex;
	width: 100%;
	height: auto;
}

.wc-main-product-gallery-wrapper .slick-slide span img:not(.zoomImg) {
	display: block;
	width: 100%;
}

.gallery-tile.gallery-index-0 .slick-slide span img:not(.zoomImg) {
	display: block;
	max-width: 765px;
	max-height: 765px;
	box-shadow: none;
	object-fit: cover;
	margin: auto;
}

.gallery-slab .fancybox-carousel-wrapper .slick-slide span img:not(.zoomImg) {
	display: block;
	margin: auto;
	box-shadow: none;
	object-fit: cover;
}

.installation-gallery-carousel .slick-arrow,
.wc-main-product-gallery-wrapper .slick-arrow {
	position: absolute;
	top: 50%;
	text-align: center;
	z-index: 333;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	line-height: 40px;
	height: auto;
	background-color: #e6e6e6;
	font-size: 22px;
	color: #333;
	border-radius: 50%;
	cursor: pointer;
}

.fancybox-carousel-wrapper::before,
.fancybox-carousel-wrapper::after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 55px;
	z-index: 300;
}

.gallery-slab .fancybox-carousel-wrapper::before,
.gallery-slab .fancybox-carousel-wrapper::after {
	width: 70px;
}

.fancybox-carousel-wrapper::before {
	left: 0px;
}
#working-hours{
	margin-top: -100px;
    padding-top: 100px;
}
.fancybox-carousel-wrapper::after {
	right: 0px;
}

.wc-main-product-gallery-wrapper .slick-arrow::after,
.installation-gallery-carousel .slick-arrow.fa-angle-left {
	left: 16px;
}

.installation-gallery-carousel .slick-arrow.fa-angle-right {
	right: 16px;
}

.installation-gallery-carousel .slick-arrow.slick-disabled,
.wc-main-product-gallery-wrapper .slick-arrow.slick-disabled {
	display: none !important;
}

.installation-gallery-carousel .slick-arrow.dashicons-arrow-left-alt2,
.wc-main-product-gallery-wrapper .slick-arrow.dashicons-arrow-left-alt2 {
	left: 8px;
}

.installation-gallery-carousel .slick-arrow.dashicons-arrow-right-alt2,
.wc-main-product-gallery-wrapper .slick-arrow.dashicons-arrow-right-alt2 {
	right: 8px;
}

.installation-gallery-carousel .slick-arrow:hover,
.wc-main-product-gallery-wrapper .slick-arrow:hover {
	opacity: 0.85;
}

.fancybox-carousel-wrapper .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center !important;
}

.fancybox-carousel-wrapper .slick-track {
	display: flex;
	align-items: center;
	height: 100%;
}
.fancybox-carousel-wrappe {
}

.thumb-carousel-wrapper {
	margin-top: 20px;
}

.thumb-carousel-wrapper .slick-list {
	margin: 0px -5px;
}

.thumb-carousel-wrapper .slick-slide {
	margin: 0px 5px;
	padding: 3px;
	border: solid 1px #e6e6e6;
	cursor: pointer;
	outline: none !important;
}

.elementor-location-header {
	position: sticky;
	top: 0px;
	z-index: 999;
}
.admin-bar .elementor-location-header {
	top: 32px;
}
.thumb-carousel-wrapper .slick-slide.is-active {
	border: solid 1px #333333;
}

.thumb-carousel-wrapper .slick-slide img {
	opacity: 0.5;
}

.thumb-carousel-wrapper .slick-slide.is-active img {
	opacity: 1;
}

.fancybox-container.has_thumbs .fancybox-slide--image {
	padding: 100px 0px 190px !important;
}

.fancybox-container.no_thumbs .fancybox-slide--image {
	padding: 100px 0px 85px !important;
}

.fancybox-bg {
	opacity: 1 !important;
	background: #262626 !important;
}

.fancybox-thumbs-x {
	left: 0px;
	top: auto;
	width: 100%;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0px !important;
	bottom: 140px !important;
}

.fancybox-caption {
	background: none !important;
}

.fancybox-show-thumbs .fancybox-thumbs {
	padding: 45px 0px 25px;
}

.fancybox-thumbs__list {
	width: 100% !important;
	font-size: 0px;
	padding-top: 5px;
	text-align: center;
}

.fancybox-thumbs__list a {
	position: relative;
	display: inline-block;
	float: none;
	width: 75px;
	overflow: visible;
	margin-right: 10px;
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active {
	opacity: 1;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::after {
	position: absolute;
	content: " ";
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: solid 1px #ffffff;
}

.fancybox-thumbs__list a::before {
	display: none !important;
}

.fancybox-thumbs {
	background: #262626;
}

.fancybox-caption--separate {
	margin: 0px !important;
	padding: 0px !important;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 0px;
	border: none !important;
	background-color: transparent !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 70px !important;
}

.fancybox-navigation .fancybox-button--arrow_left:disabled,
.fancybox-navigation .fancybox-button--arrow_right:disabled {
	opacity: 0.25 !important;
}

.fancybox-navigation .fancybox-button--arrow_left i,
.fancybox-navigation .fancybox-button--arrow_right i {
	color: #e6e6e6;
	background: none !important;
	width: auto;
	height: auto;
	display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
	background: url(../img/gallery-slider-left-arrow-white.svg) no-repeat center center;
	background-size: 22px auto;
}

.fancybox-navigation .fancybox-button--arrow_right {
	background: url(../img/gallery-slider-right-arrow-white.svg) no-repeat center center;
	background-size: 22px auto;
}

.fancybox-navigation .fancybox-button--arrow_left i:hover,
.fancybox-navigation .fancybox-button--arrow_right i:hover {
	opacity: 1;
}

.fancybox-toolbar {
	opacity: 1;

	visibility: visible;

	top: 7px;

	right: 17px;
}

.fancybox-toolbar a,
.fancybox-toolbar span {
	display: inline-block;
	padding: 20px 16px;
	cursor: pointer;
	text-decoration: none !important;
}

.fancybox-toolbar a i,
.fancybox-toolbar span i {
	display: block;
	font-size: 31.5px;
	color: #fff;
	text-decoration: none !important;
	font-weight: 300;
}

.fancybox-textbar {
	max-width: 1030px;
	position: absolute;
	margin: auto;
	padding: 0px 15px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fancybox-container.has_thumbs .fancybox-textbar {
	bottom: 130px;
}

.fancybox-container.no_thumbs .fancybox-textbar {
	bottom: 22px;
}

.fancybox-titlebar {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-top: 24px;
	z-index: 99996;
	padding-right: 130px;
}

.fancybox-caption {
	float: left;
	overflow: auto;
	pointer-events: all;
	color: #e6e6e6;
	bottom: auto;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	font-size: 18px;
	width: calc(100% - 80px);
	line-height: 1;
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	overflow: visible;
}

.fancybox-caption__body {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.fancybox-infobar {
	float: right;
	position: relative;
	color: #e6e6e6;
	font-size: 18px;
	opacity: 1;
	display: block;
	visibility: visible !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	height: auto;
	left: auto;
	line-height: auto;
	min-width: auto;
	mix-blend-mode: normal;
	padding: 0 0;
	pointer-events: none;
	top: auto;
}

.thumb-carousel-wrapper.left_align .slick-track {
	margin: 0px;
}

.fancybox-thumbs-carousel-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.fancybox-thumbs-carousel-wrapper {
	max-width: 790px;
	padding: 0px 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 15px;
}

.fancybox-thumbs-carousel-wrapper .slick-track {
	transition: all 0.08s ease;
}

.fancybox-thumbs-carousel-wrapper .dashicons {
	position: absolute;
	top: 50%;
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	font-size: 22px;
	opacity: 0.7;
}

.fancybox-thumbs-carousel-wrapper .dashicons:hover {
	opacity: 1;
}

.fancybox-thumbs-carousel-wrapper .dashicons.slick-disabled {
	cursor: auto;
	opacity: 0;
}

.fancybox-thumbs-carousel-wrapper .dashicons-arrow-left-alt2 {
	left: 10px;
}

.fancybox-thumbs-carousel-wrapper .dashicons-arrow-right-alt2 {
	right: 10px;
}

.fancybox-thumbs-carousel-wrapper .slick-slide {
	border: none !important;
	outline: none !important;
	padding: 7px;
}

.fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper::before {
	content: "";
	background: #262626;
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	border: 1px solid rgba(0, 0, 0, 0);
}

.fancybox-thumbs-carousel-wrapper .slick-current-index span.gallery-thumb-wrapper::before {
	border: 1px solid #fff;
}

.fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper {
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0;
	opacity: 0.5;
	background: #262626;
}

.fancybox-thumbs-carousel-wrapper .slick-current-index span.gallery-thumb-wrapper, .fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper:hover {
	opacity: 1;
}

.fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.installation-gallery-carousel {
	position: relative;
}

.installation-gallery-carousel .slick-slide {
}

.installation-gallery-carousel .slick-slide .preloaded-gall-trg {
	position: relative;
	cursor: pointer;
	display: block;
}

.installation-gallery-carousel .slick-slide span::before {
	display: block;
	padding-bottom: 100%;
	content: "";
}

.installation-gallery-carousel .slick-slide span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-blocks-wrapper .video-outer {
	display: block;
}

.video-blocks-wrapper .video-outer:after {
	content: "";
	display: block;
	clear: both;
}

.video-blocks-wrapper .video-outer .video-block:first-child {
	float: left;
}

.video-blocks-wrapper .video-outer .video-block:first-child h3 {
	color: #333;
}

.video-blocks-wrapper .video-outer .video-block:first-child h3 a {
	text-decoration: none;
	color: #333;
}

.video-blocks-wrapper .video-outer .video-block:first-child h3 a:hover {
	text-decoration: underline;
}

.video-blocks-wrapper .video-outer .video-block:first-child .video-content {
	padding: 20px 24px 24px;
	background: #f2f2f2;
}

.video-blocks-wrapper .video-outer .video-block:first-child .video-content h3 {
	text-transform: none;
	margin: 0 0 8px;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) {
	width: 370px;
	float: right;
	max-width: none;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .play-icon {
	width: 48px;
	height: 48px;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .play-icon:after {
	border-width: 10px 0 10px 17px;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .duration-counter {
	bottom: 8px;
	right: 8px;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .video-small-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 55.418%;
	display: block;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) h3 {
	line-height: normal;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) h3 a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) h3 a:hover {
	text-decoration: underline;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .video-content {
	margin-top: 0;
}

.video-blocks-wrapper .video-outer .video-block:not(:first-child) .video-content p {
	display: none;
}

.video-blocks-wrapper .video-outer .video-block:not(:nth-child(2)),
.video-blocks-wrapper .video-outer .video-block:not(:first-child) {
	margin-top: 32px;
}

.video-col-3:not(:first-child):not(:nth-child(2)) .video-content p {
	display: none;
}

.product-loop-inner {
	height: 100%;
	border: 1px solid #e6e6e6;
}
body [class^="col-"] .wpb-fav-ar-container-wrap .wpb-fav-ar-container{
	right: 10px;
}
.product-detail-container h4 {
	text-align: center;
}

.product-colors-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
}

.product-colors-container .tile-product {
	position: relative;
}

.filter-opened .filters-heading .filter-no {
	display: none;
}

.az-product-color-tooltip {
	font-family: "Montserrat", sans-serif;
	position: absolute;
	visibility: hidden;
	background: #333;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px;
	left: 50%;
	letter-spacing: 0.3px;
	transform: translateX(-50%);
	z-index: 1;
	top: calc(100% - 10px);
	width: 100%;
	max-width: 100%;
	text-align: center;
	border-radius: 1px;
}

.az-product-color-tooltip:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: -3px;
	left: 50%;
	transform: translatex(-50%) rotate(45deg);
	background-color: #333;
}

.tile-product:hover .az-product-color-tooltip {
	visibility: visible;
}

.installation-gallery-carousel .slick-dots {
	padding-left: 0;
	position: absolute;
	bottom: 16px;
	right: 15px;
	left: 15px;
	text-align: center;
}

.installation-gallery-carousel .slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 0 3.5px;
	padding-left: 0;
}

.site-main .installation-gallery-carousel .slick-dots li::before {
	display: none !important;
}

.installation-gallery-carousel .slick-dots li button[type="button"] {
	font-size: 0 !important;
	padding: 0;
	border: none;
	width: 7px;
	height: 7px;
	background-color: #bbbbbb;
	border-radius: 50% !important;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
}

.installation-gallery-carousel .slick-dots li.slick-active button[type="button"] {
	background: #ffffff;
}

.installation-gallery-carousel .slick-dots li button[type="button"]:hover {
	background: #ffffff;
	border: none;
}

.installation-gallery-carousel .slick-dots li button[type="button"]:focus {
	outline: none;
}

.product-detail-container .tile-product:only-child {
	width: 25%;
}

/* -------------------------------- End a.css ------------------------------- */
/* @import url('i.css'); */
/* ---------------------------------- i.css --------------------------------- */

.az-form-wrapper input[type="text"],
.az-form-wrapper input[type="email"],
.az-form-wrapper select {
	border: 2px solid #000;
	box-shadow: none;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	height: 60px;
}

.az-form-wrapper button {
	font-size: 1.45em !important;
	font-weight: bold;
	padding: 0 20px;
	min-width: 270px;
	line-height: 55px;
	height: 60px;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.az-form-wrapper button:hover {
	font-size: 1.45em !important;
	font-weight: bold;
	padding: 0 20px;
	min-width: 270px;
	line-height: 55px;
	height: 60px;
	background: #000;
	color: #fff;
	border: 2px solid #000;
	text-transform: uppercase;
}

.az-form-wrapper p:last-child {
	margin-bottom: 22px;
}

.az-form-wrapper .return p {
	padding-top: 22px;
}

.line-heading .elementor-heading-title {
	max-width: 900px;
}

#breadcrumbs span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
}

#breadcrumbs span a {
	font-weight: 500;
}

.error404 .elementor-location-single {
	min-height: calc(100vh - 476px);
}

.three-column-cta .elementor-widget-wrap {
	display: flex;
	margin: 0 -15px;
	width: auto;
}

.three-column-cta .elementor-widget-wrap .elementor-element {
	width: calc(33.33333% - 30px);
	margin: 0 15px 40px 15px;
}

.full-width-slider .swiper-slide-inner {
	max-width: 1356px;
}

.full-width-slider .elementor-swiper-button-prev {
	background: url("../img/slider_left_arrow.png") no-repeat 0 0;
	background-color: transparent;
	height: 55px;
}

.full-width-slider .elementor-swiper-button-prev i {
	opacity: 0 !important;
}

.full-width-slider .elementor-swiper-button-next {
	background: url("../img/slider_right_arrow.png") no-repeat 0 0;
	background-color: transparent;
	height: 55px;
}

.full-width-slider .elementor-swiper-button-next i {
	opacity: 0 !important;
}

.cta-block .elementor-cta__description .elementor-button {
	display: inline-block;
	margin-bottom: -26px;
}

.image-box-with-overlay .elementor-image-box-wrapper {
	position: relative;
	overflow: hidden;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-img {
	margin-bottom: 0 !important;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-content {
	position: absolute;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	top: calc(100% - 30px);
	padding: 3px 9px 4px;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-content h3 {
	font-size: 20px !important;
	text-transform: none;
	text-align: left;
	margin: 0;
	max-width: 80%;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-content h3 a {
	text-decoration: none;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-content h3 a:hover {
	color: #fff;
	text-decoration: none;
}

.image-box-with-overlay .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.image-box-with-overlay:hover .elementor-image-box-content {
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 93, 170, 0.85);
}

.image-box-with-overlay:hover .elementor-image-box-content h3 {
	text-align: center;
	color: #fff;
}

.image-box-with-overlay:hover .elementor-image-box-content h3 a {
	text-decoration: underline;
}

.image-box-with-overlay:hover .elementor-image-box-content .elementor-image-box-description {
	color: #fff;
	opacity: 1;
}

.az_products_tabs li:before {
	display: none !important;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-column-wrap {
	position: static;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element {
	margin: 0;
	position: static;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element * {
	transition: none;
	transform: scale(1);
	opacity: 1;
	background-color: transparent;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element:hover * {
	transition: none;
	transform: scale(1);
	opacity: 1;
	background-color: transparent;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element .elementor-text-editor {
	transform: translateY(100px);
	transition: all 0.3s ease-in-out;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element:hover .elementor-text-editor {
	transform: translateY(0);
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element .elementor-cta__title {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	font-size: 20px;
	padding: 6px 9px 4px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	line-height: 24px;
	text-transform: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element.elementor-widget-text-editor {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-items: center;
	text-align: center;
	padding: 40px;
	color: #fff;
	background-color: transparent;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.home:not(.elementor-editor-active) .overlay-modules .elementor-element.elementor-widget-text-editor{
	width: auto;
	left: 15px;
	right: 15px;
}
body:not(.elementor-editor-active) .overlay-modules .elementor-element.elementor-widget-text-editor h3 {
	text-decoration: underline;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 14px;
	text-transform: capitalize;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-element.elementor-widget-text-editor h3,
body:not(.elementor-editor-active) .overlay-modules .elementor-element.elementor-widget-text-editor p {
	color: #fff;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-widget-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-widget-wrap:hover .elementor-cta__title {
	opacity: 0;
}

body:not(.elementor-editor-active) .overlay-modules .elementor-widget-wrap:hover .elementor-element.elementor-widget-text-editor {
	top: 0;
	background-color: rgba(0, 93, 170, 0.85);
	opacity: 1;
}

.ctaQuad .elementor-widget-wrap {
	justify-content: space-between;
}

.ctaQuad .elementor-widget-wrap .elementor-widget-call-to-action {
	width: calc(50% - 10px);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.ctaQuad .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta {
	border: 5px solid #fff;
	border-bottom: 0;
}

.ctaQuad .elementor-widget-wrap a {
	text-decoration: none;
}

.ctaQuad .elementor-cta__bg-wrapper {
	min-height: inherit !important;
	padding-bottom: calc(100% - 33px);
}

.ctaQuad .elementor-cta__content {
	padding: 0 4px !important;
	background-color: #fff !important;
}

.ctaQuad .elementor-cta__content h3 {
	text-transform: none;
}

.home-double-column-section .elementor-row {
	display: flex;
	padding: 50px 125px;
	justify-content: space-between;
	align-items: center;
}

.home-double-column-section .elementor-row .elementor-column:first-child {
	width: 460px;
}

.home-double-column-section .elementor-row .elementor-column:not(:first-child) {
	width: calc(100% - 465px);
	max-width: 400px;
}

.request-info-container .gform_wrapper .notification_email {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.filter-section .checkbox-wrapper {
		width: 25%;
		flex: auto;
	}
}
@media only screen and (max-width: 1023px) {
	.home-double-column-section .elementor-row {
		padding: 50px 60px;
	}
	.filter-section .facetwp-facet {
		height: 200px;
	}
	#working-hours {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.product-category-main-wrapper .info-section .info-img-block {
		width: 100%;
		left: 0;
		min-height: 210px;
		max-width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}
	.filter-section .checkbox-wrapper {
		width: 100%;
	}
	body .facetwp-facet,
	.filter-section .facetwp-facet {
		height: auto;
	}
	body .home-double-column-section .elementor-row {
		padding: 55px 15px 31px;
	}

	.home-double-column-section .elementor-row .elementor-column:first-child,
	.home-double-column-section .elementor-row .elementor-column:not(:first-child) {
		width: 100%;
		max-width: none;
	}

	.home-double-column-section .elementor-row .elementor-widget-text-editor .elementor-widget-container {
		max-width: 400px;
		margin: 0 auto;
	}

	.ctaQuad .elementor-widget-wrap .elementor-widget-call-to-action {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
}

.product-cards .elementor-widget-wrap {
	display: flex;
	justify-content: space-between;
}

.product-cards .elementor-element {
	width: calc(33.33% - 20px);
	margin-bottom: 40px;
}

.product-cards .elementor-cta__content {
	position: absolute;
	bottom: 0;
}

.product-cards .elementor-cta__bg-wrapper {
	padding-top: calc(89.2% + 40px);
	min-height: 0;
}

.invisibleStates {
	display: none;
}

.aztiles-hide {
	display: none;
}

.aztiles-show {
	display: block;
}

@media only screen and (max-width: 1023px) {
	.product-cards .elementor-element {
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 767px) {
	.product-cards .elementor-element {
		width: 100%;
	}
}

/* -------------------------------- End i.css ------------------------------- */
/* @import url('woo.css'); */
/* --------------------------------- woo.css -------------------------------- */
input[type="radio"],
input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: auto;
}

body.woocommerce-page.woocommerce .site-main {
	max-width: none;
	padding: 0;
}

body.woocommerce-page.woocommerce h2 {
	border-bottom: 0;
}

.yith-wcwl-add-button .add_to_wishlist i {
	font-weight: 700;
}

.yith-wcwl-add-button .add_to_wishlist span:empty {
	display: inline-block;
	margin-right: -10px;
}

.woocommerce div.product form.cart .button:disabled {
	cursor: no-drop !important;
}

.cart + .yith-wcwl-add-to-wishlist {
	margin-top: 24px;
}

.woocommerce .product-slab div.summary > form.cart {
	display: none;
}

.woocommerce div.product form.cart .button,
div.summary .yith-wcwl-add-button .add_to_wishlist,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.product-slab [data-title="Browse favourites"],
.product-tile [data-title="Browse favourites"] {
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	width: 100%;
	min-height: auto;
	letter-spacing: 0.3px !important;
	padding: 17px 20px 15px 20px;
	font-family: "Montserrat", Sans-serif;
	border: 2px solid #333;
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}

.woocommerce-page table.shop_table_responsive tr td .quantity {
	clear: both;
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods li {
	padding-left: 0;
}

.woocommerce .cart-collaterals .cart_totals table .woocommerce-shipping-methods li:before {
	display: none !important;
}

.remove-fav {
	position: absolute;
	top: 8px;
	right: 23px;
	z-index: 1;
	width: 32px;
}

.remove-fav button.simplefavorite-button {
	top: 0 !important;
	right: 0 !important;
}

.remove-fav button.simplefavorite-button i::before {
	content: "\f00d";
}

.woocommerce ul#shipping_method li:before {
	display: none;
}

.woocommerce ul#shipping_method li {
	padding-left: 0;
}

.woocommerce .remove-fav a.remove {
	width: 32px;
	height: 32px;
	border: solid 1px rgba(255, 255, 255, 0.8);
	background-color: rgba(155, 155, 155, 0.4);
	color: #fff !important;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	padding-top: 0;
	z-index: 1;
	font-size: 18px;
}

.wishlist_container .content_text {
	padding-bottom: 25px;
}

.single-aztiles-galleries main > .aztiles-favorites-add {
	position: relative;
	z-index: 2;
}

.single-aztiles-galleries main > .aztiles-favorites-add .simplefavorite-button {
	width: 64px;
	height: 64px;
	font-size: 32px;
}

.single-aztiles-galleries main > .aztiles-favorites-add .simplefavorite-button:hover {
	border: 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 17px 20px 15px 20px;
}

.shop_table .product-thumbnail:after {
	display: none;
}

.woocommerce table.cart td.actions .coupon .input-text {
	padding: 12px 12px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-radius: 0;
	height: 54px;
	width: 250px;
}

.number-input {
	position: relative;
}

.number-input .valDown,
.quantity-decrease {
	position: absolute;
	left: 0;
	width: 32px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 14px;
	user-select: none;
	border-right: 1px solid #cccccc;
	background: #fff;
}

.woocommerce .quantity .qty {
	background-color: #fff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	text-align: center;
	border-radius: 0;
	height: 42px;
	border: 0;
}

.woocommerce div.product form.cart div.quantity {
	max-width: 108px;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */

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

table.shop_table caption + thead tr:first-child td,
table.shop_table caption + thead tr:first-child th,
table.shop_table colgroup + thead tr:first-child td,
table.shop_table colgroup + thead tr:first-child th,
table.shop_table thead:first-child tr:first-child td,
table.shop_table thead:first-child tr:first-child th {
	background: rgba(0, 93, 170, 0.9);
	border-top: 1px solid #1a2e95;
	color: #fff;
	border: 1px solid #1a2e95;
}

.number-input {
	max-width: 108px;
	position: relative;
	border: 1px solid #cccccc;
}

.number-input .valUp,
.quantity-increase {
	position: absolute;
	right: 0;
	width: 32px;
	text-align: center;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 14px;
	user-select: none;
	border-left: 1px solid #cccccc;
	background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-bottom: 50px;
}

.woocommerce-MyAccount-content > h2 {
	margin: 0 0 30px;
}

.filters-wrapper .reset-all-btn {
	display: none;
}

.facetwp-selections:empty {
	margin-bottom: -8px;
}

.woocommerce form .form-row .required {
	color: inherit;
}

.woocommerce form .form-row .options {
	max-height: 215px;
}

.woocommerce form .form-row .options li {
	margin-bottom: 0;
	padding: 10px 10px;
}

.woocommerce form .form-row .options li::before {
	visibility: hidden;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.product-slab [data-title="Browse favourites"]:hover,
.product-tile [data-title="Browse favourites"]:hover {
	background-color: #333;
	color: #fff;
}

.state_select input {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	padding: 17px 15px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	color: #333;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #005DAA;
	text-decoration: underline;
	font-weight: 500;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

.woocommerce div.product form.cart .button:focus,
div.summary .yith-wcwl-add-button .add_to_wishlist:focus {
	outline: none;
	border-radius: 0 !important;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button.alt.checkout-button {
	background: rgba(0, 93, 170, 0.9);
	border-width: 0;
	color: #ffff;
	padding: 19px 22px 17px 22px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce a.button.alt.checkout-button:hover {
	background: rgba(0, 93, 170, 1);
	border-width: 0;
}

.woocommerce div.product form.cart .button:after,
.single_variation_wrap .elementor-button:after,
div.summary .yith-wcwl-add-button .add_to_wishlist:after,
.summary > .elementor-button:after {
	content: "";
	width: 306px;
	display: block;
	max-width: 100%;
}

.single_variation_wrap .elementor-button .fa-file-pdf,
.summary > .elementor-button .fa-file-pdf {
	margin-right: 8px;
}

.woocommerce div.product form.cart .button::before {
	margin-right: 8px;
	content: "\f291";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

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

.woocommerce-variation-add-to-cart {
	margin-top: 24px;
	display: none;
}

ul.products .rtwpvg-product {
	position: relative;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	width: 32px;
	height: 32px;
	padding: 8px 6px 6px;
	border: solid 1px rgba(255, 255, 255, 0.8);
	background-color: rgba(155, 155, 155, 0.4) !important;
	color: #ffffff;
	font-size: 7px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist.exists {
	border: solid 1px #005DAA;
	background-color: #005DAA !important;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
	color: #ffffff;
}

div.product .product-content-wrapper .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

div.product .product-content-wrapper button.simplefavorite-button span {
	display: inline;
}

div.product .product-content-wrapper button.simplefavorite-button,
div.product .product-content-wrapper .aztiles-favoties-single-added a,
div.product .product-content-wrapper button.simplefavorite-button:not(.active) {
	color: #333;
	background-color: rgba(255, 255, 255, 0.8) !important;
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	min-height: auto;
	letter-spacing: 0.3px !important;
	padding: 17px 13px 15px !important;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
}
div.product .product-content-wrapper button.simplefavorite-button[disabled] {
	pointer-events: none;
}
div.product .product-content-wrapper .yith-wcwl-add-to-wishlist a {
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	min-height: auto;
	letter-spacing: 0.3px !important;
	padding: 17px 20px 15px 20px;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
}

div.product .product-content-wrapper .yith-wcwl-add-to-wishlist a i {
	display: none;
}

div.product .product-content-wrapper .yith-wcwl-add-to-wishlist a::before,
div.product .product-content-wrapper .aztiles-favoties-single-added a::before {
	content: "\f004";
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	display: inline-block;
	margin-right: 7px;
}

div.product .product-content-wrapper button.simplefavorite-button i {
	margin-right: 7px;
	font-size: 16px;
}

div.product .product-content-wrapper .yith-wcwl-add-to-wishlist a:hover,
div.product .product-content-wrapper button.simplefavorite-button:hover,
div.product .product-content-wrapper button.simplefavorite-button:not(.active):hover,
div.product .product-content-wrapper .aztiles-favoties-single-added a:hover,
div.product .product-content-wrapper button.simplefavorite-button:focus {
	background-color: var(--e-global-color-primary) !important;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid var(--e-global-color-primary);
}

div.product .product-content-wrapper .yith-wcwl-add-to-wishlist a:after,
div.product .product-content-wrapper button.simplefavorite-button:after,
div.product .product-content-wrapper .aztiles-favoties-single-added a:after {
	content: "";
	width: 320px;
	display: block;
	max-width: 100%;
}
button.simplefavorite-button.loading,
button.simplefavorite-button.active.loading,
button.simplefavorite-button[disabled],
button.simplefavorite-button.loading[disabled] {
	cursor: default;
	opacity: 0.5;
}
button.simplefavorite-button,
button.simplefavorite-button:focus {
	position: absolute;
	top: 8px;
	right: 23px;
	left: auto;
	width: 32px;
	height: 32px;
	padding: 8px 6px 6px !important;
	border: solid 1px rgba(255, 255, 255, 0.8);
	background-color: rgba(155, 155, 155, 0.4) !important;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	border-radius: 50% !important;
	text-align: center;
	z-index: 1;
}

.aztiles-product-favorites,
.aztiles-gallery-favorites {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.remove-fav .button.simplefavorite-button {
	top: 0;
	right: 0;
}

button.simplefavorite-button:focus,
button.simplefavorite-button:hover {
	padding: 8px 6px 6px !important;
	border: solid 1px rgba(255, 255, 255, 0.8) !important;
	background-color: rgba(155, 155, 155, 0.4) !important;
	border-radius: 50% !important;
	outline: none !important;
	color: #fff !important;
}

.aztiles-favoties-single-addto button.simplefavorite-button:focus,
.aztiles-favoties-single-addto button.simplefavorite-button:hover {
	border: 2px solid #333 !important;
}
button.simplefavorite-button.active {
	border: solid 1px #005DAA !important;
	background-color: #005DAA !important;
	opacity: 1;
}
div.product .product-content-wrapper button.simplefavorite-button.active, div.product .product-content-wrapper button.simplefavorite-button.active:hover, div.product .product-content-wrapper button.simplefavorite-button.active:focus {
	opacity: 1;
	background-color: rgba(0, 93, 170, 0.9) !important;
	border: 2px solid rgba(0, 93, 170, 0.9) !important;
	color: #fff !important;
	padding: 17px 15px 15px 15px !important;
}
div.product .product-content-wrapper button.simplefavorite-button[disabled].active, div.product .product-content-wrapper button.simplefavorite-button.loading.active {
	opacity: 0.7;
}
.aztiles-favorites-wrapper .col-5 {
	margin-bottom: 15px;
}

.aztiles-favorites-wrapper button.simplefavorite-button,
.aztiles-favorites-wrapper button.simplefavorite-button:focus,
.aztiles-favorites-wrapper button.simplefavorite-button:hover {
	border: solid 1px rgba(255, 255, 255, 0.8) !important;
	background-color: rgba(155, 155, 155, 0.4) !important;
	padding: 5px 4px 3px !important;
}

button.simplefavorite-button span {
	display: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a i {
	font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: none;
	width: 33.33333%;
	max-width: 324px;
	padding: 0 13px;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border: 1px solid #0c0c0d;
	padding: 17px 15px 13px;
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a {
	background: #333;
	border-color: #333;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
	width: 268px;
	display: block;
	content: "";
	max-width: 100%;
}

.woocommerce-message::before {
	color: #005DAA;
}

.woocommerce-info::before {
	color: #005DAA;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #005DAA;
}

.woocommerce-error {
	padding-left: 50px !important;
}

.woocommerce-error li::before {
	display: none !important;
	visibility: hidden;
}

.woocommerce-MyAccount-navigation {
	background: #f2f2f2;
}

.woocommerce-MyAccount-navigation li:before {
	display: none !important;
}

.woocommerce-MyAccount-navigation li {
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	display: block;
	color: #939393;
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	background: #333;
	color: #fff;
}

.woocommerce-MyAccount-content form label,
.woocommerce form .form-row label {
	font-size: 14px;
	color: #333333;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 8px;
	line-height: 16px !important;
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 24px !important;
}

.woocommerce form .form-row input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 12px 12px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-radius: 0;
}

ul.woocommerce-error {
	margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 0;
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px;
	width: 38px;
}

#order_comments_field textarea {
	padding: 12px 12px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-radius: 0;
	height: 135px !important;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
	content: "\f107";
	font-size: 28px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #333333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	color: #333333;
}

.order-popup-button:after {
	width: 306px;
}

body .product button.order-popup-button,
.single-product .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: rgba(0, 93, 170, 0.9);
	border-width: 0;
	color: #fff !important;
	padding: 17px 22px 19px 22px;
	max-width: 350px !important;
	display: block !important;
	margin-top: 24px;
	width: 100%;
}

body .product button.order-popup-button.hide-me {
	display: none !important;
}

body .product button.order-popup-button:hover,
.single-product .woocommerce-message .button:hover,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
	background: rgba(0, 93, 170, 1) !important;
	border-width: 0 !important;
	color: #fff !important;
	padding: 17px 22px 19px 22px;
}

body .product button.order-popup-button:focus {
	border-width: 0 !important;
	padding: 17px 22px 19px 22px;
	color: #fff !important;
	background: rgba(0, 93, 170, 0.9);
	border-width: 0 !important;
	outline: none;
}

body .product button.order-popup-button:before {
	margin-right: 8px;
	content: "\f291";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.woocommerce-variation-add-to-cart {
	margin-top: 24px;
	width: 350px;
	max-width: 100%;
	padding: 17px 24px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.woocommerce div.product-slab form.cart {
	margin-top: 0;
	width: 350px;
	max-width: 100%;
	padding: 17px 24px;
	background-color: #f2f2f2;
	overflow: hidden;
	text-align: left;
	margin-bottom: 0 !important;
}

.woocommerce-variation-add-to-cart h3 {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid #0c0c0d;
	line-height: 22px;
	margin: 0 0 0;
	padding-bottom: 8px;
	margin-bottom: 16px;
	width: 100%;
}

.woocommerce-variation-add-to-cart label {
	display: block;
	float: none;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.woocommerce-variation-add-to-cart select#order-color {
	margin: 8px 0 0;
	padding: 13px 12px 14px;
	border-radius: 2px;
	border: solid 1px #ccc;
	background-color: rgba(255, 255, 255, 0.8);
}

.order-prc-wrapper {
	overflow: hidden;
	padding: 16px 0 24px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce div.product p.price {
	margin: 0 0 0 auto;
}

.order-prc-wrapper label {
	margin: 0 0 8px;
	width: 100%;
}

.woocommerce div.product .order-prc-wrapper p.price,
.woocommerce div.product .order-prc-wrapper span.price {
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	color: #333333;
	letter-spacing: 0.3px;
}

.woocommerce .you-may-also-like-section div.product {
	text-align: left;
	position: relative !important;
}

.woocommerce .you-may-also-like-section div.product .simplefavorite-button {
	right: 8px;
}

.woocommerce .you-may-also-like-section div.product h2 {
	font-size: 18px !important;
	line-height: 1.25 !important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 12px 0 4px 0;
}

.woocommerce .you-may-also-like-section div.product a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.woocommerce .you-may-also-like-section div.product h2:hover {
	text-decoration: underline;
}

.woocommerce .you-may-also-like-section div.product h2 + span {
	display: block;
	margin-top: 12px;
}

body .facetwp-checkbox {
	background: none;
}

.product-cards-wrapper .aztiles_pagination_wraper {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 50px;
}

body .facetwp-checkbox {
	background: none;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	padding-left: 26px;
}

body .facetwp-checkbox.checked {
	background: none;
}

body .facetwp-checkbox.checked:before {
	background-color: #005DAA;
	content: "\f00c";
	color: #fff;
	font-family: "Font Awesome 5 Pro";
	font-size: 10px;
	border: 0;
}

body .facetwp-checkbox:before {
	content: "";
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	position: absolute;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	left: 0;
}

.gallery_thumbnail_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body .facetwp-template .yith-wcwl-add-to-wishlist {
	right: 23px;
}

body .facetwp-template .yith-wcwl-add-to-wishlist a,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
	border: 0 !important;
	padding: 6px !important;
	background: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 30px !important;
}

.you-may-also-like-section div.product img {
	width: 100%;
	height: auto;
}

body .facetwp-facet:empty {
	position: fixed;
}

body .facetwp-template .yith-wcwl-add-to-wishlist a span,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a span {
	display: none !important;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a:after {
	display: none;
}

#reseller-priving-list-container {
	column-count: 2;
	column-gap: 30px;
}

#reseller-priving-list-container p {
	display: inline-block;
	vertical-align: top;
	column-gap: 30px;
}

.product-content-wrapper {
	max-width: 1375px;
	margin: 0 auto 48px;
	width: calc(100% - 30px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	text-shadow: inherit;
	background: #fff !important;
	position: relative;
	z-index: 3;
	border-bottom-color: #fff;
}

.product-content-wrapper .rtwpvg-gallery-image .rtwpvg-single-image-container img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.product-content-wrapper .rtwpvg-gallery-image .rtwpvg-single-image-container {
	position: static;
}

.rtwpvg-gallery-image > div {
	position: relative;
}

.rtwpvg-gallery-image > div:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
	background: #f2f2f2;
}

h5.aztiles-product-title {
	margin: 12px 0 8px !important;
}

h5.aztiles-product-title > span {
	display: inline-block;
	letter-spacing: -0.45px;
}

.rtwpvg-wrapper .rtwpvg-thumbnail-slider.rtwpvg-thumbnail-columns-4 {
	display: flex;
}

.rtwpvg-wrapper {
	overflow: hidden;
}

.rtwpvg-wrapper .slick-slide {
	width: 170px;
}

.rtwpvg-wrapper .rtwpvg-thumbnail-image {
	width: 170px;
	flex-wrap: no-wrap;
	flex-shrink: 0;
	padding: 2px;
	border: 1px solid #e6e6e6;
}

.woocommerce div.product .product_title {
	margin: -2px 0 8px;
	letter-spacing: 0.3px;
}

.woocommerce div.product .product_title + .elementor-button {
	margin-top: 24px;
}

.woocommerce-product-details__short-description {
	margin: 0 0 23px;
}

.product-content-wrapper {
	display: flex;
	align-items: flex-start;
}

.product-content-wrapper .rtwpvg-images {
	width: 45.9%;
	margin-right: 72px;
	max-width: none !important;
}

.woocommerce div.product div.summary {
	margin-left: auto;
}

.woocommerce .product .summary .line-text {
	margin-bottom: 24px;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #333333;
}

.woocommerce .product .summary .variable-reset-button {
	display: none !important;
	visibility: hidden;
	margin-top: -40px;
	margin-bottom: 35px;
	cursor: pointer;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #005DAA;
}

.woocommerce .product .summary .variable-reset-button i {
	font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.woocommerce .product .summary .variable-reset-button span {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce table.shop_table .product-thumbnail img {
	width: 80px;
}

.woocommerce table.shop_table .product-thumbnail {
	width: 100px;
	text-align: center;
}

.woo-variation-swatches .variable-items-wrapper {
	display: block;
}

.woocommerce div.product form.cart .variations tbody > tr > td, .woocommerce div.product form.cart .variations tbody > tr > th, .woocommerce div.product form.cart .variations tbody > tr > td:hover, .woocommerce div.product form.cart .variations tbody > tr > th:hover {
	background-color: transparent;
}

.woocommerce div.product form.cart .variations tbody > tr td {
	padding: 0;
}

.woocommerce div.product form.cart .variations tbody > tr~tr td.label {
	margin-top: 16px;
}

.special-order-attributes .special-attribute {
	margin-top: 0px;
}
.special-order-section {
    margin-top: -40px;
    padding: 20px;
    border: solid 1px #e6e6e6;
    padding-bottom: 20px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.special-order-section .special-attribute-note {
	margin-top: 14px;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	padding: 10px 14.5px 10px;
	border-radius: 2px;
	border: solid 1px #e6e6e6;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 16px 0 0;
	height: auto;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	min-width: 100px;
	vertical-align: top;
}

.reset_variations {
	display: none !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 0;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	box-shadow: none !important;
	border: solid 1px #333;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected {
	box-shadow: none !important;
	border: solid 1px #333;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"] {
	box-shadow: none !important;
	border: solid 1px #333;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: none !important;
}

.variable-items-wrapper .variable-item:before {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item span {
	display: block;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
	width: 100%;
	display: block;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	display: inline-block;
}

body.woo-variation-swatches.wvs-style-squared tr:first-child .variable-items-wrapper .variable-item.button-variable-item {
	padding: 0;
	border: 0;
	vertical-align: top;
	width: 100px;
}

.woo-variation-swatches.wvs-style-squared tr:first-child .variable-items-wrapper .variable-item.button-variable-item img {
	padding: 2px;
	border: solid 1px #e6e6e6;
	margin-bottom: 4px;
}

.reset_variations {
	display: none;
}

.woo-variation-swatches.wvs-style-squared tr:first-child .variable-items-wrapper .variable-item.button-variable-item.selected img {
	border-color: #333;
}

.woo-variation-swatches.wvs-style-squared tr + tr td.label {
	margin-top: 24px;
	margin-bottom: 8px;
}

body.single-product table.variations td.label,
.special-order-attributes label {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.38 !important;
	letter-spacing: normal;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 8px;
}

body.single-product div.product form.cart .variations {
	margin-bottom: 56px;
}

.single-product-special-order-size {
	margin: -30px 0px 20px;
}

label.variation-label {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #333333;
	text-transform: uppercase;
	display: block;
}

label.variation-label::after {
	content: ":";
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	font-size: 14px;
}

.woo-variation-swatches.wvs-style-squared tr:first .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 2px 0 4px;
}

.woocommerce div.product form.cart .variations label {
	margin: 0;
	font-weight: inherit;
}

body.single-product table.variations td.label:after, .special-order-attributes label:after {
	content: ":";
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	display: none;
}

.type-product > .custom-line-heading {
	margin: 0px 0 43px 0px;
}

.facetwp-selections li:before {
	display: none;
	visibility: hidden;
}

.facetwp-selections li {
	display: inline !important;
	line-height: 1;
	padding: 0 !important;
}

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

.facetwp-selections {
	margin: 0 -5px;
}

.filters-wrapper .selected-filters span:nth-child(n) {
	margin: 0 5px 8px;
	background-image: none;
}

.filters-wrapper .selected-filters span:nth-child(n):after {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: 15px;
	cursor: pointer;
}

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

.reset-all-btn {
	display: none;
}

#reseller-priving-list-container hr {
	display: none;
}

#reseller-priving-list-container a {
	color: inherit;
	text-decoration: none;
}

#reseller-priving-list-container a:hover {
	text-decoration: underline;
}

#reseller-priving-list-container [href*="pdf"]::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f1c1";
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}

.product-slab .product-content-wrapper .rtwpvg-images {
	width: 100%;
}

.product.product-slab .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}

div.product-slab.product div.summary {
	width: 100%;
	max-width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.product-slab .product-content-wrapper {
	display: block;
}

.product-slab .rtwpvg-gallery-image > div:after {
	display: none;
}

.product-slab .product-content-wrapper .rtwpvg-gallery-image .rtwpvg-single-image-container img {
	position: static;
	transform: none;
	width: 100%;
	height: auto;
	max-height: 687px;
	object-fit: cover;
}

.product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-slider.rtwpvg-thumbnail-columns-4 {
	grid-gap: 10px;
	justify-content: center;
}

.product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-image {
	width: 100px;
	opacity: 1;
}

.product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-image.current-thumbnail {
	border-color: #333333 !important;
}

.product-slab .rtwpvg-wrapper .rtwpvg-thumbnail-slider.rtwpvg-thumbnail-columns-4 > div {
	padding: 2px;
	border: solid 1px #e6e6e6;
}

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-next-arrow,
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-prev-arrow {
	display: none !important;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow:hover {
	background: rgba(230, 230, 230, 0.5) url(../img/gallery-slider-right-arrow.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	right: 8px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	line-height: 40px;
	opacity: 1;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper:hover .rtwpvg-slider-next-arrow {
	right: 8px;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper:hover .rtwpvg-slider-prev-arrow {
	left: 8px;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow::before,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow::before {
	display: none;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow:hover {
	background: rgba(230, 230, 230, 0.5) url(../img/gallery-slider-left-arrow.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	left: 8px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	line-height: 40px;
	opacity: 1;
}

.product-slab .product-content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.shortcode-attribute-container {
	margin-bottom: 24px;
}
.mylogin > span {
	font-family: "Montserrat", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 22px;
	letter-spacing: 0.3px;
	padding-left: 18px;
	text-transform: uppercase;
	padding-right: 17px;
	position: relative;
	display: inline-block;
}
.mylogin a {
	color: #ebebeb !important;
	text-decoration: none;
	font-weight: inherit;
}
.mylogin a:hover span {
	text-decoration: underline;
}

.mylogin > span i {
	font-size: 15px;
	font-weight: 300;
	margin-right: 4px;
}
.elementor-toggle .elementor-tab-title:focus {
	outline: 2px solid #222 !important;
}
.product-tabs-title {
	padding: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	border-bottom: 1px solid #666;
}

body .site-main .product-tabs-title li {
	margin: 0;
	padding: 0 12px;
	max-width: 33.333333%;
	width: 324px;
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: -1px;
}

.product-tab-mb-title {
	display: none;
}

.product-all-tabs-content {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

body .site-main .product-tabs-title li span {
	padding: 16px 15px 14px;
	background: #333333;
	display: inline-flex;
	width: 100%;
	cursor: pointer;
	color: #fff;
	border: 1px solid #333333;
	justify-content: center;
    align-items: center;
}

body .site-main .product-tabs-title li span:hover {
	background: #fff;
	color: #333;
	border-bottom-color: #ffffff;
}

body .site-main .product-tabs-title li.active span {
	background: #fff;
	border: 1px solid #333333;
	border-bottom-color: #ffffff;
	color: #333;
}

.product-tab-content-column-w50 {
	width: 50%;
	padding: 0 15px;
}

.product-tab-content-column-w75 {
	width: 75%;
	padding: 0 15px;
}

.product-tab-content-column-full {
	width: 100%;
	padding: 0 15px;
}

.product-tab-content-column-w33 {
	width: 33%;
	padding: 0 15px;
}

.product-tab-content-column-w25 {
	width: 25%;
	padding: 0 15px;
}
.product-tab-content-columns h4 {
	font-size: 16px;
	font-family: "ArialMT", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 22px;
	font-weight: 700;
	margin: 0 !important;
}
.product-tab-content [class*="product-tab-content-column-"] {
	margin-bottom: 24px;
}

.product-tab-content-columns {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.product-tab-content {
	padding-top: 48px;
}

.product-tab-content-description {
	margin-bottom: 24px;
}

.shortcode-attribute-container h4 {
	margin: 0 0 8px;
}

.shortcode-attribute-container ul {
	padding: 0;
}

body .shortcode-attribute-container ul li {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	line-height: 1.38;
	color: #333;
}

body .shortcode-attribute-container ul li:before {
	visibility: hidden;
}

.product-tabs-container {
	padding-bottom: 72px;
}

/* .product-tab-content-columns>div>p{
	display: none;
} */
.product-tab-content:not(.active) {
	display: none;
}

.youtube-frame {
	position: relative;
}

.youtube-frame:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.140350%;
}

.youtube-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* PRICE LIST */

.pricing-list-search-btn {
	margin-top: 25px;
	margin-bottom: 30px;
}

.pricing-prd-list-wrapper {
	padding-top: 20px !important;
}

.pricing-prd-list-wrapper li {
	margin-bottom: 20px !important;
}

/* #reseller-pricing-content{
	column-count: 2;
	column-gap: 30px
} */
#reseller-pricing-content h3,
#reseller-pricing-content h4,
#reseller-cust-pricing-content h4,
#reseller-cust-pricing-content h3 {
	margin: 0 0 20px;
}

/* #reseller-cust-pricing-content h4 {
	margin: 0px;
} */

.single-customer-pricing-wrapper {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}

#reseller-cust-pricing-content .single-customer-pricing-wrapper:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.line-pricing-prd-message {
	margin-bottom: 30px;
	color: #ff0000;
}

.pricing-prd-list-wrapper {
	margin-bottom: 30px;
}

.pricing-prd-list-wrapper ul {
	margin-bottom: 40px;
}

.pricing-prd-list-wrapper ul li {
	padding: 0 !important;
	margin-bottom: 8px !important;
}

.pricing-prd-list-wrapper ul li:before {
	display: none !important;
}

.pricing-prd-list-wrapper ul li a {
	color: #005DAA;
	text-decoration: none;
}

.pricing-prd-list-wrapper ul li a:hover {
	text-decoration: underline;
	color: #005DAA;
}

.woocommerce-MyAccount-content .select2-container {
	max-width: 100%;
	display: block;
	width: 100%;
}
.woocommerce-MyAccount-content legend{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 32px;
}
.woocommerce-form-div{
	display: block;
}
.woocommerce-MyAccount-content p:empty{
	display: none;
}
.woocommerce-form__input-checkbox {
	appearance: auto;
	-webkit-appearance: auto;
}

.woocommerce form .form__submit {
	float: none;
	display: block;
}

.woocommerce form .woocommerce-form__label-for-checkbox input[type="checkbox"] + span {
	padding-left: 27px;
	font-size: 14px;
	color: #333333;
	line-height: 1.43;
	display: inline-block;
	position: relative;
}
.woocommerce form .woocommerce-form-div input[type="radio"] {
	display: inline-block;
}
.woocommerce form .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	content: "";
}

.woocommerce form .woocommerce-form__label-for-checkbox input[type="checkbox"] + span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.woocommerce form .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	display: none;
}

.woocommerce form .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
	background: #005DAA;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	width: 100%;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 25px;
}

.woocommerce form.login,
.woocommerce form.register {
	min-height: 350px;
}

.woocommerce-ResetPassword.lost_reset_password {
	max-width: 500px;
	margin: 0 auto 50px;
	width: 100%;
}

.woocommerce form.lost_reset_password .form-row {
	width: 100%;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 30px);
	margin-left: auto !important;
	margin-right: auto !important;
}

.favorites-alert {
	width: 100%;
	text-align: center !important;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	visibility: hidden;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	width: auto;
}

.input-radio {
	appearance: auto;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	display: none;
}

.payment_method_card_connect .form-row input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .woocommerce-checkout #payment div.payment_box input.input-text {
	padding: 12px 12px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-radius: 0;
	max-width: 545px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #ffffff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	position: relative;
	padding: 10px 0 10px 37px;
	width: 100%;
}

.woocommerce-checkout #payment .form-row iframe#card_connect-iframe {
	max-width: 545px;
	height: 45px !important;
}
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout.woocommerce-page form .form-row-first, .woocommerce-checkout.woocommerce-page form .form-row-last {
	max-width: calc(50% - 15px);
	overflow: visible;
	width: 257px;
}
.woocommerce-checkout .woocommerce form .form-row-first em, .woocommerce-checkout .woocommerce form .form-row-last em, .woocommerce-checkout.woocommerce-page form .form-row-first em, .woocommerce-checkout.woocommerce-page form .form-row-last em {
	font-size: 11px;
	line-height: 1.2;
	display: inherit;
	margin-top: 5px;
}
.woocommerce-checkout.woocommerce-page form .form-row-last, .woocommerce-checkout .woocommerce form .form-row-last {
	float: left;
	margin-left: 30px !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label .about_paypal {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label[for="payment_method_paypal"] img {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	height: 18px;
	width: 18px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid #cccccc;
	border-radius: 50%;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) input:checked + label::before {
	border: 5px solid #005DAA;
}

.woocommerce-terms-and-conditions a {
	background-color: transparent !important;
}

.woocommerce ul.order_details {
	background: rgba(0, 93, 170, 0.9);
}

.woocommerce ul.order_details li {
	padding: 15px !important;
	color: #fff;
	margin: 0;
	border-right: 1px solid #fff;
}

.woocommerce-thankyou-order-details li:before {
	visibility: hidden;
}

h2.woocommerce-order-details__title {
	margin: 0 0 20px;
}

.woocommerce table.shop_table td.product-name {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.woocommerce table.shop_table td.product-name ul {
	margin: 10px 0 0;
}

.woocommerce table.shop_table td.product-name ul li {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.woocommerce table.shop_table td.product-name ul li strong {
	font-weight: 600;
}

.woocommerce table.shop_table td.product-name ul li:before {
	visibility: hidden;
}

.woocommerce-customer-details h2 {
	margin: 0 0 10px;
}

.woocommerce .woocommerce-customer-details address {
	border: 0;
	background: #ccc;
	border-radius: 0;
}

.single-product .woocommerce-message {
	margin-bottom: 20px;
}

.single-product .woocommerce-message .button {
	margin-top: 0;
}

.product-slab.product div.summary > * {
	margin: 0 15px;
}

#reseller-corp-pricing-content {
	margin-bottom: 20px;
	text-align: left;
}

#reseller-cust-pricing-content ul.pricing-prd-list {
	margin: 0 -15px !important;
	display: flex;
	flex-wrap: wrap;
}

#reseller-cust-pricing-content ul.pricing-prd-list > li {
	padding: 0 15px !important;
	width: 50%;
	margin-bottom: 30px;
}

.pricing-prd-list > li > ul {
	margin: 0 !important;
}

.pricing-prd-list > li ul > li {
	padding-left: 25px !important;
	position: relative;
	margin-bottom: 2px !important;
}

.pricing-prd-list > li ul > li strong {
	display: block;
}

.pricing-prd-list > li ul > li.material::after {
	content: "\f1b3";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #005DAA;
	position: absolute;
	top: 0;
	left: 0;
}

.pricing-prd-list > li ul > li.effective_date::after {
	content: "\f274";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #005DAA;
	position: absolute;
	top: 0;
	left: 0;
}

.pricing-prd-list > li ul > li.list::after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #005DAA;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce div.product form.cart .button {
	float: none;
}

p.order-declaimer {
	margin-top: 15px;
}

.woocommerce-checkout .woocommerce .woocommerce-info,
.woocommerce-checkout .woocommerce .woocommerce-message,
.woocommerce-checkout .woocommerce .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-message {
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce-MyAccount-content .woocommerce-message {
	margin-bottom: 20px;
}

p.no-results {
	margin: 0 15px 40px;
}

body:not(.elementor-editor-active) .az-notificationbar {
	display: none;
}

.az-search-down .az-search-form {
	top: 132px;
}
.product-information .elementor-col-100 .elementor-cta__content{
    padding-top: 400px;
}
body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-element.elementor-widget-text-editor{
    left: 15px;
    right: 15px;
    width: auto;
}

.az-search-down .admin-bar .az-search-form {
	top: 164px;
}
/* .elementor-nav-menu--main ul li:focus-within>ul{
		display: block !important;
} */
.main-menu-az .elementor-nav-menu > li:focus-within > a {
	background: #1f1f1f !important;
}
.main-menu-az .elementor-nav-menu > li:focus-within ul a {
	background: none !important;
}
.main-menu-az:focus-within {
	overflow: visible !important;
}
a.skip-main {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
a.skip-main:focus, a.skip-main:active {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
	clip: auto !important;
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.secure-logo {
	display: none;
	margin-bottom: 20px;
}
.has-img .secure-logo {
	display: block;
}
/* ------------------------------- End woo.css ------------------------------ */

/* Code start for product finder */
body .product-finder .facetwp-template {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
body .product-finder .facetwp-template a {
	color: inherit;
	text-decoration: none;
}
body .product-finder .facetwp-template a h4 {
	color: inherit;
	text-decoration: none;
	margin: 12px 0 0;
}
body .product-finder .facetwp-template a h4:hover {
	text-decoration: underline;
}
body .product-finder .aztiles-product-thumbnail {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

body .product-finder .aztiles-product-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .product-finder .aztiles-product-thumbnail:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

body .product-finder .aztiles-product-thumbnail:hover:after {
	opacity: 1;
}
body .product-finder .facetwp-facet-pager_load_more {
	margin: 20px 0 0;
	height: auto;
}
body .product-finder .facetwp-facet.facetwp-type-fselect {
	display: block;
	width: 100%;
	margin: 0;
}
body .product-finder .fs-label {
	padding: 12px 50px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
}
body .product-finder .filter-section h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	display: block;
	position: relative;
	border-bottom: 2px solid #0c0c0d;
	padding-bottom: 6px;
	margin: 0 0 16px 0;
	cursor: pointer;
}
.filter-section .product-category-filters > .container {
	padding-top: 0;
	padding-bottom: 0;
}
body .product-finder .fs-label-wrap {
	border-radius: 2px;
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}
body .product-finder .fs-wrap {
	width: 100%;
	display: block;
}
.facetwp-facet-pager_load_more {
	text-align: center;
}
body .product-finder .facetwp-facet.facetwp-type-fselect {
	position: relative;
	overflow: visible;
}
body .product-finder .facetwp-facet.facetwp-type-fselect .fs-dropdown {
	width: 100%;
	margin: 0;
}

body .product-finder .facetwp-facet.facetwp-type-fselect .fs-search {
	padding: 0;
}
body .product-finder .facetwp-facet.facetwp-type-fselect .fs-option {
	text-decoration: none;
	color: inherit;
	font-weight: 400;
	padding: 12px 14px 12px 12px;
	display: block;
}
body .product-finder .facetwp-facet.facetwp-type-fselect .fs-search input {
	padding: 12px 50px 12px 12px;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
}

body .product-finder .facetwp-facet.facetwp-type-fselect .fs-options .fs-option:not(.disabled):hover {
	background: #f2f2f2;
}
.filter-section .product-category-filters > .container {
	padding-inline: 0;
	max-width: calc(100% - 30px);
}
/* Code end for product finder */

ul.mylogin li ul {
	background-color: #ffffff;
	list-style: none;
	padding-left: 0;
	border-radius: 10px;
	position: absolute;
	top: 38px;
	left: 50%;
	display: none;
	min-width: 130px;
	transform: translateX(-50%);
	padding-left: 14px;
	padding-right: 14px;
	z-index: 10;
}

ul.mylogin li ul::before {
	content: "";
	top: -20px;
	left: 0;
	height: 20px;
	position: absolute;
	width: 100%;
}

ul.mylogin li:hover ul {
	display: block;
}

ul.mylogin li ul:after {
	content: "";
	position: absolute;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 0;
	border-bottom: 10px solid #ffffff;
	left: 50%;
	transform: translatex(-50%);
}

ul.mylogin li ul li {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
}

ul.mylogin li ul li:not(:last-child) {
	border-bottom: 1px solid #cacaca;
}

ul.mylogin li ul li a {
	display: block;
	color: #1c1c1c !important;
	text-underline-offset: 2px;
}

ul.mylogin > li:hover > a,
ul.mylogin li ul li a:hover {
	text-decoration: underline;
}
.contact-form-wrapper.az-registration-form .gform_wrapper{
		padding-right: 0;
}

html body .az-registration-form .gform_wrapper ul.gfield_radio{
		flex-direction: column;
}


html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gfield_radio li{
		margin: 0;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gfield_radio li label{
		font-size: 14px;
		line-height: 16px;
	margin: 0;
		padding-left: 18px;
}
#gform_13 .styledSelect{
	z-index: 9;
}
html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields{
	margin-right: -29px !important;
	display: flex;
	flex-wrap: wrap;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gform_fields li.gfield{
	width: 100%;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gform_fields li.gfield.gf_right_half ,
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	width: 50%;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gfield_radio li label:before{
		width: 16px;
		height: 16px;
		top: 6px;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper .gform_footer input.button{
	margin: 0;
}
html body .contact-form-wrapper.az-registration-form .gform_wrapper ul.gfield_radio li label:after{
	left: 1px;
		top: 7px;
		width: 14px;
		height: 14px;
}
.aztiles-login-form-container{
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
}
.aztiles-login-form-container form{
	margin-bottom: 0;
}
.aztiles-login-form-container h2{
    text-align: center;
}
.woocommerce-ResetPassword.lost_reset_password{
	margin: 50px auto;
}

/* ----- Regiter pages Stying ----- */
.account-blocks .account-block .elementor-widget-wrap{
    flex-direction: column;
}

.account-blocks .account-block .elementor-widget-button{
    margin-top: auto;
}

.account-blocks .account-block .elementor-widget-button .elementor-button{
    max-width: 100%;
    margin: 0 auto;
    width: auto
}

.account-blocks .account-block .elementor-widget-button .elementor-button:hover{
    background: #005DAA;
    border-color: #005DAA;
}

.account-blocks .account-block .elementor-widget-text-editor ul li{
    margin-bottom: 10px;
    padding-left: 24px;
}

.account-blocks .account-block .elementor-widget-text-editor ul li:before{
    left: 9px;
}

.account-blocks .account-block .elementor-widget-button .elementor-button:after{
    width: 226px;
}
button.elementor-button.reset-search {
    max-width: fit-content;
    width: 100%;
    white-space: normal;
}
button.elementor-button.reset-search:focus{
    max-width: fit-content;
    width: 100%;
}

/* Product Navigator Code start here */
.product-navigation{
    display: flex;
    justify-content: center;
    margin-top: -33px;
    margin-bottom: 40px;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.product-navigation a{
    color: inherit;
    text-decoration: none;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
}
.product-navigation .nav-previous + .nav-next:before{
    content: '/';
    font-weight: 700;
    display: inline-block;
    margin: 0 20px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
	align-items: center;
}
.product-navigation a:hover{
    text-decoration: underline;
    color: currentcolor;
}
.product-navigation .nav-previous,
.product-navigation .nav-next{
	display: inline-flex;
	align-items: center;
}
.product-navigation .nav-previous a::before{
	content: '';
	display: inline-block;
	background: url(../img/product-left-arrow.svg) no-repeat center center;
	min-width: 10px;
	height: 16px;
	margin-right: 18px;
	vertical-align: middle;
}
.product-navigation .nav-next a:after{
	content: '';
	display: inline-block;
	background: url(../img/product-right-arrow.svg) no-repeat center center;
	min-width: 10px;
	height: 16px;
	margin-left: 18px;
	vertical-align: middle;
}
/* Product Navigator Code end here */

/* Faq Code start here */
body a.aztile-faq-cat-heading{
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    cursor: pointer;
	display: block;
    color: var(--e-global-color-60c5052);
    text-decoration: none;
	line-height: 20px;
}
body a.aztile-faq-cat-heading:before{
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
	display: inline-block;
}
body a.aztile-faq-cat-heading.active:before{
	transform: rotate(90deg);
}
body a.aztile-faq-cat-heading.active{
	border-bottom-color: transparent;
}
.faq-block-section h2{
    text-align: center;
    margin: 0 0 20px;
    position: relative;
	/* text-transform: capitalize; */
}
.faq-block-section h2 span{
    display: inline-block;
    padding-inline: 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.faq-block-section h2:after{
    position: absolute;
    top: 50%;
    left: 0;
    background: currentcolor;
    height: 1px;
    content: '';
    right: 0;
}
.aztile-faq-cat-content{
        padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    display: none;
}
.faq-block-section{
    margin-bottom: 60px;
}
/* Faq Code end here */

/* @import url('a-min-1620px.css'); */
/* ------------------------------ a-min-1620px ------------------------------ */
@media (min-width: 1620px) {
	.style_section:nth-child(1) .style_inner:after,
	.style_section:nth-child(6) .style_inner:after {
		padding-bottom: 48.04%;
	}

	.gallery-cards-wrapper > .container,
	.filter-section.elementor-section-boxed > .elementor-container,
	.filter-results-blocks.elementor-section-boxed > .elementor-container,
	.product-category-filters > .container,
	.you-may-also-like-section > .container,
	.explore-our-products.elementor-section-boxed > .elementor-container,
	.explore-our-products.elementor-section-boxed > .elementor-container,
	.container-1600.elementor-section-boxed > .elementor-container,
	.trending-now-section.elementor-section-boxed > .elementor-container,
	.new-releases.elementor-section-boxed > .elementor-container,
	.related-video-section .container,
	.video-blocks-wrapper .container,
	.video-block.container,
	.filter-block-wrapper .container,
	.aztiles_blog_outer_wraper,
	.video-two-blocks,
	.video-blocks,
	.product-content-wrapper,
	.woocommerce-message,
	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info,
	.info-section .container,
	.aztiles-current-location-wrapper {
		max-width: 1590px !important;
	}

	.container-full.elementor-section-boxed > .elementor-container {
		max-width: 100%;
	}

	.container-full.elementor-section-boxed > .elementor-container > div > div > div {
		padding: 0 !important;
	}

	.home-double-column-section .elementor-row .elementor-column:first-child,
	.home-double-column-section .elementor-row .elementor-column:last-child {
		width: calc(50% - 15px);
		max-width: 100%;
	}

	.info-section-left {
		padding: 56px 0 56px 0;
		width: 970px;
		max-width: 60%;
	}

	.home-double-column-section .elementor-row {
		padding: 50px 15px;
	}

	.product-category-main-wrapper .info-section .info-section-left {
		width: 780px;
	}

	.left_img:after {
		padding-bottom: 244px;
	}

	.blog-col,
	.video-col-3,
	.product-category-filters .product-cards-wrapper .col-4 {
		width: 25%;
	}

	.video-block {
		width: 100%;
		max-width: calc(100% - 550px);
	}

	.meterial-box,
	.you-may-also-like-section .col-5 {
		width: 20%;
	}

	.video-right-block {
		width: 480px;
	}

	.video-col-3:first-child,
	.video-col-3:nth-child(2),
	.video-col-3:nth-child(3) {
		width: 33.333333%;
	}

	.video-col-3:first-child .video-content,
	.video-col-3:nth-child(2) .video-content,
	.video-col-3:nth-child(3) .video-content {
		padding: 20px 24px 24px;
		background: #f2f2f2;
	}

	.video-col-3:first-child .video-content p,
	.video-col-3:nth-child(2) .video-content p,
	.video-col-3:nth-child(3) .video-content p {
		display: block;
	}

	.video-col-3:first-child .video-content h4,
	.video-col-3:nth-child(2) .video-content h4,
	.video-col-3:nth-child(3) .video-content h4 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.17;
		letter-spacing: -0.48px;
		margin: 0 0 8px;
	}

	.video-col-3:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .video-content p {
		display: none;
	}

	.video-col-3:nth-child(3) .video-content p {
		display: block !important;
	}

	.video-blocks-wrapper .video-outer .video-block:not(:first-child) {
		width: 480px;
	}
	.product.product-slab .woocommerce-product-gallery{
		height: 802px;
	}
	.woocommerce div.product.product-tile div.images.woocommerce-product-gallery {
		height: 992px;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1619px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 700px;
	}
	.woocommerce div.product.product-tile div.images.woocommerce-product-gallery {
		height: 862px;
	}
}
.favorites_header_link a{
	display: inline-block;
	width: 150px;
	height: 20px;
	text-align: right;
}
.favorites_header_link a > span{
	display: inline-block;
	width: 105px;
	height: 20px;
}
.favorites_header_link .count{
	width: auto;
	padding-left: 1px;
	padding-right: 1px;
	display: inline-block;
	text-align: center;
}
.main-menu-az .elementor-nav-menu>li>a::after{
	width: 20px;
	display: inline-block;
}
.main-menu-az .elementor-nav-menu>li>a>span{
	position: absolute;
	right: 16px;
}
.main-menu-az .elementor-nav-menu>li.menu-item-has-children>a{
	padding-right: 36px !important;
}
.style_section_inner{
	position: relative;
}
.overlay_content-inner p a{
	color: inherit !important;
}
.elementor-45912 .elementor-element.elementor-element-2b112b4 .elementor-cta__bg-wrapper{
	min-width: 100%;
}
.search-articles-no-results h2,
.search-articles-no-results h4{
	margin-bottom: 20px;
}
.search-articles-no-results ul li{
	margin-bottom: 5px;
}
body #ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon{
    background-image: url('https://www.arizonatile.com/wp-content/uploads/2023/07/icon-cookie-aztile.svg') !important;
    background-size: cover;
    background-color: transparent;
}
body #ot-sdk-btn-floating.ot-floating-button{
    left: auto !important;
    right: 13px !important;
    bottom: 80px !important;
}
body #ot-sdk-btn-floating.ot-floating-button:hover::before {
    transform: translate(-4em, -50%) scale(1) rotate(180deg);
}
body #ot-sdk-btn-floating.ot-floating-button:hover::after {
    transform: translate(-18em, -50%) scale(1);
}
body #ot-sdk-btn-floating .ot-floating-button__back{
	background-color: #333333;
}
@media screen and (min-width: 1340px) {
	.main-menu-az .elementor-nav-menu{
		justify-content: flex-start;
		width: 100%;
	}
	.main-menu-az{
		min-width: 1282px;
	}
	
	.main-menu-az .elementor-nav-menu>li{
		flex: 1 1 auto;
	}
}
@media screen and (min-width: 1400px) {
	.main-menu-az .elementor-nav-menu{
		justify-content: space-between;
	}
	.main-menu-az{
		min-width: 1248px;
	}
}
@media screen and (min-width: 1460px) {
	.main-menu-az .elementor-nav-menu{
		justify-content: flex-start;
		width: 100%;
	}
	.main-menu-az{
		min-width: 1372px;
	}
	
	.main-menu-az .elementor-nav-menu>li{
		flex: 1 1 auto;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 620px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 540px;
	}
}
@media (max-width: 1160px) and (min-width: 1025px){
	.main-menu-az .elementor-nav-menu>li.menu-item-has-children>a{
		padding-right: 26px !important;
	}
	.main-menu-az .elementor-nav-menu>li>a>span{
		right: 8px;
	}
}
@media screen and (min-width: 900px) and (max-width: 999px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 490px;
	}
}
@media screen and (min-width: 800px) and (max-width: 899px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 440px;
	}
}
@media screen and (min-width: 768px) and (max-width: 799px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 390px;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 290px;
	}
}
@media screen and (min-width: 500px) and (max-width: 639px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 250px;
	}
}
@media screen and (min-width: 400px) and (max-width: 499px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 190px;
	}
}
@media screen and (min-width: 300px) and (max-width: 399px) {
	.product.product-slab .woocommerce-product-gallery{
		height: 150px;
	}
}
@media (max-width: 641px) {
	.news-letter-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		min-height: inherit;
	}
	.wpb-favorites-button i{
		width: 15px;
	}
}
/* ---------------------------- End a-min-1620px ---------------------------- */

/* @import url('a-max-1200px.css'); */
/* --------------------------- a-max-1200px.css --------------------------- */

@media screen and (max-width: 1200px) {
	.info-img-block {
		width: 50%;
		max-width: 40%;
	}

	.request-info-container {
		padding-top: 60px;
	}

	.request-form-wrapper {
		padding-top: 70px;
	}

	.request-info-container .gform_wrapper form,
	.req-info-text {
		max-width: calc(100% - 30px);
	}
}

/* ------------------------- End a-max-1200px.css ------------------------- */

/* @import url('style-max-1023px.css'); */
/* -------------------------- style-max-1023px.css -------------------------- */
@media screen and (max-width: 1023px) {
}

/* ------------------------ End style-max-1023px.css ------------------------ */
/* @import url('header-max-1023px.css'); */
/* -------------------------- header-max-1023px.css ------------------------- */
@media screen and (min-width: 1025px) {
	.mobile-header {
		display: none !important;
	}

	body:not(.elementor-editor-active) .mobile-header {
		visibility: hidden !important;
	}

	.account-blocks .account-block{
		transition: all .3s;
		transform: scale(1);
	}
	.account-blocks .account-block:hover {
		transform: scale(1.02);
		transition: all .3s;
	}
	.page-template-glossary main{
		min-height: calc(100vh - 475px);
	}
}

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

	.request-info-container {
		padding-top: 40px;
	}
	.style_section_inner .overlay_content{
		display: none;
	}
	.aztiles-login-form-container,.woocommerce-ResetPassword.lost_reset_password{
		margin: 20px auto 50px;
	}
	.home-double-column-section .elementor-row{
		padding: 50px 60px;
	}
	.mylogin li + li {
		padding-top: 27px;
	}

	.mylogin li i {
		width: 19px;
		margin-right: 10px;
		font-size: 16px;
		text-align: center;
		position: relative;
		top: 1px;
	}

	.mylogin {
		margin: 0 !important;
		position: relative;
		top: 2px;
		padding-bottom: 30px !important;
	}

	.mylogin li {
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.admin-bar .mobile-menu {
		top: 0;
	}

	.az-search-form {
		top: 55px;
	}

	.az-search-down .az-search-form,
	.admin-bar .az-search-form {
		top: 87px;
	}

	.az-search-down .admin-bar .az-search-form {
		top: 119px;
	}

	ul.mylogin li ul {
		background-color: transparent;
		position: static;
		display: block;
		margin-top: 7px;
		padding-left: 14px;
		left: 0;
		transform: translateX(0); 
	}

	ul.mylogin li ul li {
		padding: 8px 14px;
	}

	ul.mylogin li ul li:not(:last-child) {
		border-bottom: 0;
	}

	ul.mylogin li ul li a{
		color: #7C7C7C !important;
		display: inline-block;
	}

	ul.mylogin li ul:after {
		content: none;
	}
}

/* ------------------------ End header-max-1023px.css ----------------------- */
/* @import url('footer-max-1023px.css'); */
/* -------------------------- footer-max-1023px.css ------------------------- */
@media screen and (max-width: 1023px) {
}

/* ------------------------ End footer-max-1023px.css ----------------------- */
/* @import url('ah-max-1921px.css'); */
/* ---------------------------- ah-max-1921px.css --------------------------- */
@media (min-width: 1921px) {
	.installation-gallery .swiper-slide {
		width: 20%;
		padding-bottom: 20%;
	}
}

/* -------------------------- End ah-max-1921px.css ------------------------- */
/* @import url('ah-max-1441px.css'); */
/* ---------------------------- ah-max-1441px.css --------------------------- */
@media (min-width: 1441px) {
	.installation-gallery .swiper-slide {
		width: 25%;
		padding-bottom: 25%;
	}
}

/* ---------------------------- ah-max-1441px.css --------------------------- */
/* @import url('ah-max-1440px.css'); */
/* ---------------------------- ah-max-1440px.css --------------------------- */
@media screen and (max-width: 1440px) {
	.you-may-also-like-section .tab_content .col-5:first-child {
		display: none;
	}
}

/* ---------------------------- ah-max-1440px.css --------------------------- */
/* @import url('ah-max-1439px.css'); */
/* ---------------------------- ah-max-1439px.css --------------------------- */
@media screen and (max-width: 1439px) {
	.product-category-main-wrapper .info-section .info-img-block {
		width: 50%;
		left: 50%;
		max-width: 50%;
	}

	.product-category-main-wrapper .info-section .container {
		position: initial;
	}

	.product-category-main-wrapper .info-section .info-section-left {
		max-width: 50%;
	}
}

/* ---------------------------- ah-max-1439px.css --------------------------- */
/* @import url('ah-max-1140px.css'); */
/* ---------------------------- ah-max-1140px.css --------------------------- */
@media screen and (max-width: 1140px) {
	div.product-slab.product div.summary {
		flex-direction: column;
		align-items: center;
	}

	div.product-slab.product div.summary .elementor-button,
	div.product-slab.product div.summary .order-popup-button {
		margin-bottom: 16px;
	}
}

/* -------------------------- End ah-max-1140px.css ------------------------- */
/* @import url('ah-max-1050px.css'); */
/* ---------------------------- ah-max-1050px.css --------------------------- */
@media screen and (max-width: 1050px) {
	.contact-form-wrapper .gform_wrapper {
		padding-right: 0px;
	}
}

/* -------------------------- End ah-max-1050px.css ------------------------- */
/* @import url('ah-max-1024px.css'); */
/* ---------------------------- ah-max-1024px.css --------------------------- */
@media screen and (max-width: 1024px) {
	body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-widget-wrap:hover .elementor-element.elementor-widget-text-editor {
		opacity: 0;
	}
	.mobile-header .favorites_header_link a{
		display: inline-block;
		width: auto;
		height: 20px;
	}

	.mobile-header .favorites_header_link a > span {
		width: 195px;
		text-align: start;
	}
	
	body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-widget-wrap:hover .elementor-cta__title {
		opacity: 1;
	}

	.elementor-section-boxed.contact-content-wrapper .elementor-container {
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
	}

	.contact-form-wrapper .gform_wrapper .select-form-field {
		width: 100% !important;
		margin-right: 0% !important;
	}

	.contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100%;
	}
	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gf_right_half, html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gf_left_half{
		width: 50%;
		padding-right: 29px !important;
	}
	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
		padding-right: 29px !important;

	}
	.contact-form-wrapper .third_half_provence {
		width: 50%;
	}

	.contact-form-wrapper .third_half_zip {
		width: 50%;
	}

	.contact-form-wrapper .gform_wrapper .select-form-field {
		padding-right: 0px !important;
	}

	.contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		padding-right: 0px !important;
	}

	.contact-form-wrapper .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0px;
	}

	.contact-form-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		padding-right: 0px !important;
	}
	.contact-form-wrapper.az-registration-form	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
		padding-right: 29px !important;
	}
	.elementor-heading-line-cta .elementor-cta__button-wrapper {
		text-align: center;
	}

	.thankyou-content-wrapper {
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
	}

	.thankyou-content-wrapper .elementor-column {
		width: 100%;
	}

	.depot-filter-results {
		min-height: calc(100vh - 1040px);
	}
}

/* -------------------------- End ah-max-1024px.css ------------------------- */
/* @import url('ah-max-1023px.css'); */
/* ---------------------------- ah-max-1023px.css --------------------------- */
@media screen and (max-width: 1023px) {
	.location-info {
		width: 50%;
	}

	.blocks .blocks-col {
		width: calc(50% - 30px);
	}

	.double-cta .double-cta-col {
		flex-direction: column;
	}

	.double-cta .content-col {
		width: 100%;
	}

	.double-cta .img-col {
		width: 100%;
	}

	.cta-right .content {
		width: 100%;
	}

	.cta-right .line-heading-cta {
		margin: 0 auto;
	}

	.product-info-sheet-wrapper .cta-right .content {
		padding-right: 15px;
	}

	.elementor-cta-block .elementor-cta__button-wrapper {
		position: absolute;
		bottom: 31px;
		left: 50%;
		transform: translatex(-50%);
		padding: 0 15px;
	}

	.elementor-cta-block .elementor-cta__content {
		padding-bottom: 85px !important;
		align-content: end !important;
	}

	.double-cta-col .elementor-button {
		position: absolute;
		bottom: 31px;
		left: 50%;
		transform: translatex(-50%);
	}

	.double-cta-col .content-col {
		padding-bottom: 85px;
		position: relative;
		justify-content: flex-start;
	}

	.blog-col {
		width: 50%;
	}

	.staying-connected-sidebar .elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 100%;
	}

	.staying-connected-sidebar .elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
	}

	.product-category-filters .product-cards-wrapper {
		padding-left: 0;
	}
}

/* -------------------------- End ah-max-1023px.css ------------------------- */
/* @import url('z-max-1023px.css'); */
/* @import url('a-max-1023px.css'); */
/* ---------------------------- a-max-1023px.css ---------------------------- */

@media screen and (min-width: 1025px) {
	.az_products_tabs li {
		display: inline-block !important;
	}

	.style_inner:hover .overlay_content {
		opacity: 1;
	}

	.style_inner:hover > h3 {
		opacity: 0;
	}

	.thumbnails:hover .left_img::before,
	.thumbnails:hover .right_img::before,
	.gallery_thumbnail:hover:before,
	.data-img:hover:before {
		opacity: 1;
	}

	.style_inner:hover .overlay_content-inner > * {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	.style_inner:hover .overlay_content-inner > h3 {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	.gallery_thumbnail:hover:before {
		opacity: 1;
	}

	#get-data.three-column {
		column-count: 3;
		column-gap: 30px;
	}

	body.safari.osx .footer-social-link.elementor-widget-social-icons .elementor-grid .elementor-grid-item:last-child {
		margin-right: 0;
	}

	.main-menu-az .elementor-nav-menu > li > ul > li a:hover:focus {
		background: #212121 !important;
		color: #fff !important;
		text-decoration: underline !important;
	}
	.main-menu-az .elementor-nav-menu > li > ul > li:focus-within > a {
		background: #212121 !important;
		color: #fff !important;
		text-decoration: underline !important;
	}
	.overlay_content-inner > h3{
		transition: all 0.3s ease-in-out;
	}

	.style_section_inner:hover .overlay_content {
		opacity: 1;
	}

	.style_section_inner:hover > .style_inner> h3 {
		opacity: 0;
	}


	.style_section_inner:hover .overlay_content-inner > * {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	.style_section_inner:hover .overlay_content-inner > h3 {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
}

@media screen and (min-width: 1024px) {
	.aztiles_pagination_mobile {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.video-col-3 {
		width: 50%;
	}
	.aztiles_pagination_wraper .page-numbers:not(.prev-page):not(.next-page) {
		min-width: 40px;
		height: 40px;
		margin: 0 5px;
		padding: 9px 5px;
		line-height: 22px;
	}

	.aztiles_pagination_wraper {
		text-align: center;
		margin: 16px 0 56px;
	}

	.aztiles_pagination_desktop {
		display: none;
	}

	.aztiles_pagination_wraper .page-numbers.next,
	.aztiles_pagination_wraper .page-numbers.prev {
		height: 40px;
	}

	.video-block {
		width: 100%;
		max-width: 100%;
	}

	.video-right-block {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.video-small-block {
		width: calc(50% - 15px);
	}

	.video-small-block + .video-small-block {
		margin-top: 0;
	}

	.news-letter-form > div {
		margin-left: 0;
	}

	.single-location-wrapper .half_single {
		width: 100%;
		max-width: 100%;
	}
	.single-location-wrapper .half_single:first-child{
		position: relative;
		z-index: 1;
	}

	.location-details-columns.show_separator:after {
		display: none;
	}

	.single-location-wrapper .half_single + .half_single {
		margin-top: 39px;
	}

	.az_product_content_wrapper .tab_content {
		margin: 0 -15px 0 -10px;
	}

	.style_section,
	.style_section:nth-child(1),
	.style_section:nth-child(6) {
		width: 272px;
	}

	.style_section .style_inner:after,
	.style_section:nth-child(1) .style_inner:after,
	.style_section:nth-child(6) .style_inner:after {
		padding-bottom: 100%;
	}

	.tab_content .swiper-wrapper {
		flex-wrap: nowrap;
	}

	.az_products_tabs li.active {
		position: relative;
	}

	.az_products_tabs li.active a:before {
		width: 29px;
		height: 35px;
		background: url(../img/arrow-down.svg) no-repeat right center;
		content: "";
		position: absolute;
		top: 0;
		right: -28px;
		background-size: 15px 9px;
	}

	.az_products_tabs li:not(.active) {
		display: none;
	}

	.az_products_tabs li + li:before {
		display: none;
	}

	.az_products_tabs {
		margin-bottom: 26px;
	}

	.sub_title {
		margin-bottom: 28px;
	}

	.col-3,
	.col-5 {
		width: 400px;
	}

	.single-location-wrapper {
		min-height: calc(100vh - 693px);
	}

	.tab_content .col-5 {
		width: 272px;
	}

	body .site-main .az_products_tabs li:not(.active) {
		display: none;
	}

	body .site-main ul.az_products_tabs:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li + li:before {
		display: none !important;
	}

	.col-6 {
		width: 33.333%;
	}

	.col-4 {
		width: 50%;
	}

	.location-updates-section .col-3 {
		width: 50%;
		padding-bottom: 30px;
	}

	.tab_content > .style_section {
		width: 50%;
	}

	.tab_content > .style_section:nth-child(1),
	.tab_content > .style_section:nth-child(6) {
		width: 100%;
	}

	.tab_content > .style_section:nth-child(1) .style_inner:after,
	.tab_content > .style_section:nth-child(6) .style_inner:after {
		padding-bottom: 47.37%;
	}

	.meterial-box {
		width: 33.3333333%;
		padding: 0 15px 40px;
	}

	.tab_content > .col-5 {
		width: 33.3333333%;
	}

	.map-block {
		height: 600px;
		background: rgb(229, 227, 223);
		max-width: calc(100% - 28px);
		margin: 0 auto;
	}

	.tile-product, .product-detail-container .tile-product:only-child {
		width: 33.3333%;
	}

	.single-aztiles-galleries main > .aztiles-favorites-add .simplefavorite-button {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}

	.promos-section .container {
		flex-direction: column;
	}

	.promos-section {
		background-color: #f2f2f2;
		padding: 6px 15px 8px 15px;
		margin-bottom: 51px;
		margin-top: 56px;
	}

	.promo-box {
		padding: 24px 0 23px 0;
		width: 100%;
	}

	.promo-box:not(:last-child) {
		border-bottom: 1px solid #cccccc;
	}

	.promo-text {
		width: 100%;
	}


	.video-blocks-wrapper .video-outer .video-block:not(:first-child) {
		width: 100%;
	}

	.video-blocks-wrapper .video-outer .play-icon {
		width: 48px;
		height: 48px;
	}

	.video-blocks-wrapper .video-outer .play-icon:after {
		border-width: 10px 0 10px 17px;
	}

	.video-blocks-wrapper .video-outer .video-block:not(:first-child) .video-content {
		padding: 20px 24px 24px;
		background: #f2f2f2;
	}

	.video-blocks-wrapper .video-outer .video-block:not(:first-child) .video-content p {
		display: block;
	}

	.video-blocks-wrapper .video-outer .video-block:not(:first-child) h3 {
		font-size: 24px;
	}

	.video-blocks-wrapper .video-outer .video-block:not(:first-child) h3 a {
		font-weight: 700;
	}

	.locations-left .elementor-button-wrapper .elementor-button:not(:last-child) {
		margin-right: 18px;
		margin-bottom: 18px;
	}
}

/* -------------------------- End a-max-1023px.css -------------------------- */
/* @import url('i-max-1023px.css'); */
/* ---------------------------- i-max-1023px.css ---------------------------- */
@media only screen and (max-width: 1023px) {
	.three-column-cta .elementor-widget-wrap {
		justify-content: space-between;
	}

	.three-column-cta .elementor-widget-wrap .elementor-element {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;
	}
}

/* -------------------------- End i-max-1023px.css -------------------------- */

/* @import url('woo-max-900px.css'); */
/* ---------------------------- woo-max-900px.css --------------------------- */
@media (max-width: 900px) {
	.product-tabs-title {
		display: none;
	}

	.product-tab-mb-title {
		display: block;
		padding: 16px 15px 14px;
		background: #333333;
		display: inline-block;
		width: 100%;
		cursor: pointer;
		color: #fff;
		border: 1px solid #333333;
		text-align: center;
		text-transform: uppercase;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		letter-spacing: 0.3px;
		margin-bottom: 16px;
		position: relative;
		z-index: 1;
	}

	.product-tab-content {
		position: relative;
	}

	.product-tab-content.active:after {
		width: calc(100% + 30px);
		margin-left: -15px;
		height: 1px;
		background: #333;
		content: "";
		height: 1px;
		position: absolute;
		top: -17px;
		left: 0;
	}

	.product-tab-mb-title:after {
		content: "\f078";
		display: inline-block;
		font-weight: 300;
		font-family: "Font Awesome 5 Pro";
		margin-left: 8px;
		font-size: 16px;
	}

	.product-tab-mb-title.active {
		background: #fff;
		border: 1px solid #333333;
		border-bottom-color: #ffffff;
		color: #333;
	}

	.product-tab-mb-title.active:after {
		transform: rotate(180deg);
		position: relative;
		top: -4px;
	}

	.product-tab-content {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.product-tab-content-columns > div {
		width: 100%;
	}

	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gt_tablet_full{
		width: 100%;
	}
}

/* -------------------------- End woo-max-900px.css ------------------------- */

/* @import url('a-max-782px.css'); */
/* ----------------------------- a-max-782px.css ---------------------------- */

@media screen and (max-width: 782px) {
	.autocomplete-suggestions {
		top: 110px !important;
	}

	body.admin-bar .autocomplete-suggestions {
		top: 156px !important;
	}

	.az-search-down .admin-bar .az-search-form {
		top: 133px;
	}
	.admin-bar .elementor-location-header {
		top: 46px;
	}
}
@media screen and (min-width: 769px) {
	body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images, body.woocommerce-page div.product div.images {
		float: left;
		width: 48.114%;
	}
}
/* --------------------------- End a-max-782px.css -------------------------- */
/* @import url('a-min-768px.css'); */
/* ----------------------------- a-min-768px.css ---------------------------- */
@media screen and (min-width: 768px) {
	.tabs {
		margin-bottom: 20px;
		display: flex !important;
	}

	#get-data.two-column {
		column-count: 2;
		column-gap: 30px;
	}

	.tabs-materials li {
		display: list-item !important;
	}

	.right-blog-box .elementor-button {
		width: 100%;
	}

	.our-team-close-x {
		display: none;
	}

	.filter-closer {
		position: absolute;
		top: 21px;
		right: 15px;
		font-size: 30px;
		z-index: 2;
		cursor: pointer;
	}

	.filter-no {
		display: none;
	}

	.selected .filter-no {
		display: inline;
	}

	.filter-btn-products {
		width: 100%;
		padding: 10px 15px 0;
		text-align: center;
	}

	.filter-btn-products .elementor-button {
		position: relative;
		padding: 17px 20px 15px 20px;
		border: solid 2px #333333;
		background-color: rgba(255, 255, 255, 0.8);
		min-width: 270px;
		bottom: 0;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		line-height: 22px;
		z-index: 1;
		cursor: pointer;
		background: #005DAA;
		border-color: #005DAA;
		color: #fff;
	}

	.filter-btn-products .elementor-button.disabled {
		opacity: 0.5;
	}

	.filter-btn-products .elementor-button.disabled:hover {
		background: #005DAA;
		border-color: #005DAA;
	}

	.autocomplete-suggestions {
		top: 154px !important;
		left: 50%;
		transform: translateX(-50%);
		width: 1420px !important;
		max-width: calc(100% - 30px) !important;
		padding: 0;
	}

	.az-search-down .autocomplete-suggestions {
		top: 186px !important;
	}

	body.admin-bar .autocomplete-suggestions {
		top: 186px !important;
	}

	.az-search-down body.admin-bar .autocomplete-suggestions {
		top: 218px !important;
	}

	.product-category-filters .filters-bar {
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding-inline: 0;
		padding-bottom: 40px;
		width: 100%;
	}

	.filters-wrapper {
		display: none;
	}

	html.filter-opened .filters-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
		justify-content: center;
	}

	html.filter-opened .filters-bar .filters-heading {
		background: #f2f2f2;
		border-color: #f2f2f2;
		width: 100%;
		color: rgb(51, 51, 51);
		cursor: auto;
	}

	.checkbox-wrapper {
		flex: 1;
		padding: 0 15px;
	}

	.filters-top {
		width: 100%;
		padding: 0 15px;
	}

	body .facetwp-facet {
		height: 350px;
		overflow: auto;
	}
	body .facetwp-facet:has(.facetwp-load-more){
		height: auto;
	}
	.selected-filters {
		width: 100%;
	}

	.installation-gallery-section .swiper-pagination-bullets {
		display: none;
	}
}

/* --------------------------- End a-min-768px.css -------------------------- */
/* @import url('a-min-768px-max-1024px.css'); */
/* ----------------------- a-min-768px-max-1024px.css ----------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.home-double-column-section .elementor-row .elementor-column:not(:first-child) {
		max-width: 330px;
	}
	#get-data.three-column {
		column-count: 2;
		column-gap: 30px;
	}

	.autocomplete-suggestions {
		top: 110px !important;
	}

	.az-search-down .autocomplete-suggestions {
		top: 142px !important;
	}

	body.admin-bar .autocomplete-suggestions {
		top: 142px !important;
	}

	.az-search-down body.admin-bar .autocomplete-suggestions {
		top: 174px !important;
	}
}

/* --------------------- End a-min-768px-max-1024px.css --------------------- */
@media (max-width: 960px) and (min-width: 768px) {

	.home-double-column-section .elementor-row .elementor-column:first-child {
		width: 100%;
	}
	.home-double-column-section .elementor-row .elementor-column:not(:first-child) {
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
	}
}
/* @import url('woo-max-768px.css'); */
/* ---------------------------- woo-max-768px.css --------------------------- */
@media (max-width: 768px) {
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
		padding: 0 15px;
	}
	.product-content-wrapper {
		display: block;
	}
}

/* -------------------------- End woo-max-768px.css ------------------------- */

/* @import url('style-max-767px.css'); */
/* --------------------------- style-max-767px.css -------------------------- */
@media screen and (max-width: 767px) {
	/* body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2 {
		font-size: 24px;
		line-height: 28px;
	} */
	html body .line-heading .elementor-widget-heading:not(.product-heading) h2 {
		font-size: 24px !important;
		line-height: 28px;
	}
	

	.request-info-container {
		padding-top: 30px;
	}
	.elementor-cta__bg-wrapper {
		min-width: 100% !important;
	}

}

@media screen and (max-width: 500px) {
	body a[href^="tel:"],
	body a[href^="mailto:"] {
		display: inline;
	}
}

/* ------------------------- End style-max-767px.css ------------------------ */
/* @import url('header-max-782px.css'); */
/* -------------------------- header-max-782px.css -------------------------- */
@media screen and (max-width: 782px) {
	.admin-bar .mobile-menu {
		top: 0;
	}
}

/* ------------------------ End header-max-782px.css ------------------------ */
/* @import url('header-max-767px.css'); */
/* @import url('footer-max-767px.css'); */
/* @import url('ah-max-767px.css'); */
/* ---------------------------- ah-max-767px.css ---------------------------- */

@media screen and (max-width: 767px) {
	.general-manager-wrapper .elementor-widget-wrap .managers-block {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.general-manager-wrapper .elementor-widget-wrap {
		margin: 0;
		width: 100%;
	}

	.cta-icon .elementor-widget-container .elementor-cta .elementor-cta__content {
		padding-bottom: 87px;
	}

	.cta-icon .elementor-cta__button-wrapper {
		bottom: 37px;
	}

	.two-col-content .elementor-column-wrap {
		padding-top: 56%;
	}

	body:not(.elementor-editor-active) .product-information .overlay-modules .elementor-element.elementor-widget-text-editor {
		padding: 15px;
	}

	.product-information .overlay-modules .elementor-cta__content {
		padding-top: 0;
		min-height: 345px;
	}

	.line-heading:after {
		display: none;
	}

	.elementor-button:after,
	[type="button"]:after {
		content: "";
		width: 250px;
		display: block;
		max-width: 100%;
	}

	.custom-line-heading:after {
		display: none;
	}

	.custom-line-heading h1,
	.custom-line-heading h2 {
		padding: 0 15px;
	}

	.blocks .blocks-col {
		width: 100%;
		padding: 30px 15px 30px 15px;
		margin: 0 15px 16px;
		overflow: hidden;
	}

	.hero {
		padding: 25px 0px 13px 0px;
		margin-bottom: 40px;
		min-height: 400px;
	}

	.cta-right .content {
		width: 100%;
	}

	.product-info-sheet-wrapper .cta-right .content {
		width: 100%;
		padding-right: 0px;
	}

	.content .custom-line-heading {
		margin: 0px;
	}

	.about-section .img-col {
		width: 100%;
		text-align: center;
	}

	.about-section .about-content {
		padding: 15px;
	}

	.about-section .description-col {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}

	.about-section-img-right .about-content {
		padding: 15px;
	}

	.about-section-img-right .description-col {
		width: 100%;
		padding: 0px;
		margin-top: 25px;
	}

	.about-section-img-right .img-col {
		width: 100%;
		text-align: center;
	}

	.three-cta .line-heading-cta {
		width: 100%;
		margin-bottom: 20px;
	}

	.three-cta .container {
		flex-direction: column;
	}

	.quad-block .block-col {
		width: 100%;
	}

	.quad-block .container {
		flex-direction: column;
	}

	.quad-block {
		padding-bottom: 40px;
	}

	.quad-block-cta .container {
		display: flex;
		flex-direction: column;
	}

	.quad-block-cta .content-col {
		width: 100%;
	}

	.quad-block-cta .img-col {
		width: 100%;
		min-height: 260px;
	}

	.content .inner1 {
		margin-bottom: 40px;
	}

	.content {
		margin-bottom: 20px;
	}

	.blocks {
		margin-bottom: 20px;
	}

	.blocks .custom-line-heading {
		margin: 0 0 15px 0;
	}

	.cta-right .custom-line-heading {
		margin: 0 0 15px 0;
	}

	.cta-right .line-heading-cta .cta-content {
		padding: 20px;
	}

	.cta-right {
		padding-bottom: 40px;
		text-align: center;
	}

	.cta-right .content {
		margin-bottom: 32px;
	}

	.cta-right .content .first-para {
		padding-bottom: 20px;
	}

	.about-section-img-right {
		padding-bottom: 40px;
	}

	.about-section {
		padding-bottom: 40px;
	}

	.quad-block-cta .custom-line-heading {
		margin: 0 0 15px 0;
	}

	.quad-block-cta .content-col {
		padding: 20px;
	}

	.three-cta {
		padding-bottom: 15px;
	}

	.quad-block .custom-line-heading {
		margin: 0px 0 20px 0;
	}

	.double-cta .content-col {
		padding: 20px 20px 85px 20px;
	}

	.double-cta .double-cta-col {
		width: 100%;
	}

	.content .inner2 h2 {
		margin: 0 0 15px 0;
	}

	.content .inner2 {
		margin-bottom: 20px;
	}

	.cta-right h3 {
		margin: 0px 0 15px 0;
	}

	.quad-block-cta-wrapper {
		padding-bottom: 20px;
	}

	.double-cta .double-cta-col {
		padding: 15px 15px 5px 15px;
	}

	.quad-block .block-col {
		padding: 0 15px 20px 15px;
	}

	.double-cta .custom-line-heading {
		margin: 0 0 5px 0;
	}

	.contact-form-wrapper .gform_wrapper .select-form-field {
		width: 100% !important;
	}

	.contact-form-wrapper .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
		margin-bottom: 38px !important;
		text-align: center;
	}

	.contact-form-wrapper .gform_wrapper textarea.medium {
		height: 344px;
	}

	html body .gform_wrapper ul.gfield_checkbox li label:before {
		top: 1px;
	}

	.contact-form-wrapper .gform_wrapper .gform_footer {
		padding: 0px 0 0px 0;
	}

	.contact-form-wrapper .gform_wrapper {
		margin-bottom: 7px;
	}

	html body .contact-form-wrapper .gform_wrapper form ul.gform_fields li.comments-field {
		margin-bottom: 21px !important;
	}

	.contact-form-wrapper .gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type="submit"],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type="submit"] {
		width: 346px;
	}

	html body .contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label:after {
		top: 3px;
	}

	.contact-form-wrapper .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
		max-width: 100%;
	}

	.product-info-sheet-wrapper .custom-line-heading {
		margin: 0px 0 32px 0;
	}

	.product-info-sheet-wrapper .product-filter {
		padding: 32px 0 8px 0;
	}

	.product-info-sheet-wrapper .product-info-section {
		padding-bottom: 19px;
	}

	.cta-icon .elementor-widget-container .elementor-cta__image img {
		min-height: auto;
	}

	.elementor-51 .cta-icon .elementor-widget-container .elementor-cta__image {
		margin-bottom: 38px;
	}

	.contact-form-wrapper .gform_wrapper ul.gfield_checkbox li label {
		max-width: 100%;
	}

	.contact-form-wrapper .gform_wrapper .gform_footer input.button {
		padding: 18px 20px;
	}

	html body .contact-form-wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 13px 12px 11px 12px;
	}

	.contact-content-wrapper .gform_confirmation_wrapper {
		padding: 0px 0px 39px 0px;
		text-align: center;
	}

	.search-post-wrapper {
		padding: 0 0em 2em 0em;
	}

	html body .show-all-btn {
		font-size: 0 !important;
	}

	.show-all-btn:before {
		content: "All";
		display: inline-block;
		font-size: 18px;
	}

	.post-type-archive-aztiles-media-press .custom-line-heading {
		margin: 0px 0 33px 0;
	}

	.post_content_media_press {
		padding: 0 0px 38px 0px;
	}

	html body .custom-line-heading h2 {
		font-size: 32px !important;
		line-height: 36px !important;
	}

	.content .container {
		text-align: left;
	}

	.cta-right .container {
		text-align: left;
	}

	.home-depot-main-description {
		display: none;
	}

	.depot-contents .filter-block-wrapper {
		padding-bottom: 31px;
	}

	.aztiles-depot-filter-results-container {
		padding-top: 35px;
		padding-bottom: 42px;
	}

	.single-location-wrapper .custom-line-heading {
		margin-bottom: 14px;
	}

	.location-info {
		padding: 15px 15px 13px;
	}

	.location-info {
		width: 100%;
	}

	.depot-filter-results {
		padding: 14px 0 41px 0;
	}

	.videos-page .custom-line-heading {
		margin: 0px 0 20px 0;
	}

	.video-blocks-wrapper {
		padding-bottom: 40px;
	}

	.gallery-page .gallery-hero-slider {
		margin-bottom: 0px;
	}

	.gallery-description .container {
		padding-bottom: 30px;
	}

	.gallery-cards-wrapper .custom-line-heading {
		margin: 27px 0 17px 0;
	}

	.meterial-box h4 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}

	.gallery-page {
		padding-bottom: 33px;
	}

	.gallery-hero-slider .swiper-button-prev,
	.gallery-hero-slider .swiper-button-next {
		display: none;
	}

	.gallery-hero-slider .swiper-wrapper .swiper-slide {
		padding: 20px 15px 20px 15px;
	}

	.gallery-hero-slider .swiper-wrapper .swiper-slide {
		min-height: 375px;
	}

	.gallery-hero-slider .swiper-slide h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.filters-wrapper {
		display: none;
	}

	.product-category-filters .product-cards-wrapper {
		width: 100%;
		padding-left: 0px;
	}

	.installation-gallery .swiper-button-prev,
	.installation-gallery .swiper-button-next {
		display: none;
	}

	.product-category-filters .product-cards-wrapper .col-4 {
		width: 50%;
	}

	.product-category-main-wrapper .product-info-section {
		margin: 0;
	}

	.product-category-main-wrapper .info-section .container {
		min-height: auto;
	}

	.product-category-filters .filters-bar {
		width: 100%;
		text-align: center;
		padding-bottom: 32px;
	}

	.product-category-filters .container {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.product-category-filters .product-cards-wrapper .col-4 {
		padding: 0 10px 16px;
	}

	.product-category-main-wrapper .info-section .info-img-block {
		width: 100%;
		left: 0;
		max-width: 100%;
	}

	.product-category-main-wrapper .info-section .info-section-left {
		width: 100%;
		max-width: 100%;
		padding: 16px 16px;
	}

	.product-category-main-wrapper .info-section .info-section-left h1, .product-category-main-wrapper .info-section .info-section-left h3 {
		font-size: 32px;
		line-height: 36px;
		margin: 0 0 18px;
	}

	.product-category-main-wrapper .info-section .info-section-left {
		padding: 24px 16px;
	}

	.installation-gallery .swiper-slide {
		width: 100%;
	}

	.installation-gallery .swiper-slide {
		padding-bottom: 100%;
	}

	.promos-section .container {
		flex-direction: column;
	}

	.promos-section {
		background-color: #f2f2f2;
		padding: 6px 15px 8px 15px;
		margin-bottom: 51px;
		margin-top: 56px;
	}

	.promo-box {
		padding: 24px 0 23px 0;
		width: 100%;
	}

	.promo-box:not(:last-child) {
		border-bottom: 1px solid #cccccc;
	}

	.promo-text {
		width: 100%;
	}

	html body .product-category-main-wrapper .custom-line-heading h2 {
		font-size: 32px !important;
	}

	.installation-gallery-section {
		padding-bottom: 51px;
	}

	.you-may-also-like-section .tab_content {
		padding-bottom: 7px;
	}

	.you-may-also-like-section {
		padding-bottom: 56px;
	}

	.installation-gallery-section .custom-line-heading {
		margin: 0px 0 32px 0;
	}

	.you-may-also-like-section .custom-line-heading {
		margin: 0px 0 32px 0;
	}

	.media-press-wrapper .blog-content-2 {
		padding: 19px 20px 15px;
	}

	a.page-numbers.show-all-btn:after {
		display: block;
		width: 0;
		content: "";
	}
}

/* -------------------------- End ah-max-767px.css -------------------------- */
/* @import url('zaryab-max-767px.css'); */
/* @import url('a-max-767px.css'); */
/* ----------------------------- a-max-767px.css ---------------------------- */

@media screen and (max-width: 767px) {
	.justify-content-center {
		justify-content: left;
	}

	.gallery-top .swiper-slide {
		padding-bottom: 300px;
	}

	.tiles-model-wrapper .custom-line-heading {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}

	.swiper-container .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):nth-last-child(2) {
		transform: scale(0.714);
	}

	.swiper-container .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):last-child {
		transform: scale(0.428);
	}

	.info-section {
		margin: 0 15px;
	}

	.info-section .container {
		padding: 0;
		flex-direction: column-reverse;
	}

	.info-img-block {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		height: 258px;
	}

	.info-section-left {
		width: 100%;
		max-width: 100%;
		padding: 16px 16px;
	}

	.feature-video-content .tags {
		margin-left: 6px;
	}

	.info-section-left h1, .info-section-left h3 {
		font-size: 24px;
		letter-spacing: -0.88px;
		line-height: 1.17;
		margin: 0 0 16px;
	}

	.tags {
		margin: 9px 0 0;
	}

	.tags a {
		margin-top: 10px;
		padding: 5.5px 6.86px;
		margin-right: 6px;
		letter-spacing: -0.21px;
	}

	.info-section-left .date {
		margin: 0 0 9px;
	}

	.info-section-left .blog_featured_content_wraper {
		margin: 0 0 16px;
	}

	.filter-block-wrapper .container > div {
		width: 100%;
	}

	.filter-block-wrapper .container {
		width: 100%;
		display: block;
		position: relative;
		z-index: 1;
	}

	.blog-content-2 {
		padding: 12px 15px;
	}

	.blog-content-2 h3 {
		margin: 6px 0 5px;
	}

	.blog-content-2 .tags {
		margin-top: 0;
	}

	.filter-block-wrapper {
		padding-top: 33px;
	}

	.filter-block + .filter-block {
		margin-top: 25px;
	}

	.blog-col {
		width: 50%;
		padding: 0 10px 25px;
	}

	.blog-wrapper {
		margin: 0 -10px;
	}

	.feature-video-left-content {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.glossary-top-section .container {
		display: block;
	}

	.glossary-form-section {
		width: 100%;
	}

	.glossary-alphbet-filters {
		max-width: none;
		width: calc(100% + 16px);
		margin-left: -8px;
		margin-top: 24px;
	}

	.glossary-column {
		width: 100%;
	}

	.fields-section {
		padding-top: 19px;
		padding-bottom: 30px;
	}

	.fields-section .custom-line-heading {
		margin-bottom: 32px;
	}

	.filter-outer {
		padding: 0;
	}
	.aztiles-no-location{
		padding-left: 15px;
		padding-right: 15px;
	}
	.filter-box-result {
		border: 0;
		border-top: 1px solid #e6e6e6;
		padding: 25px 15px;
		position: relative;
	}

	.filter-box-result + .filter-box-result {
		margin-top: 0;
	}

	.locations-left {
		width: 100%;
	}

	.locations-thumbnail {
		position: absolute;
		top: 24px;
		right: 14px;
	}

	.locations-thumbnail > img {
		width: 64px;
		height: 48px;
	}

	.hide-mobile-text {
		display: none !important;
	}

	.locations-left h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 800;
		line-height: 1.33;
		letter-spacing: -0.36px;
		color: #333333;
		margin: 0 0 18px;
		width: calc(100% - 94px);
	}

	.locations-left ul {
		padding-bottom: 13px;
		width: calc(100% - 94px);
	}

	.locations-left ul li {
		font-size: 16px;
		line-height: 22px;
	}

	.locations-left ul li + li {
		margin-top: 16px;
	}

	.locations-left ul {
		padding-bottom: 16px;
		width: calc(100% - 94px);
	}

	.locations-left h5 {
		margin-bottom: 4px;
	}

	.locations-left .elementor-button:after {
		width: 302px;
	}

	.half_single .elementor-button {
		width: 375px;
		margin-bottom: 24px;
	}

	.single-location-wrapper .location-details-columns {
		margin-bottom: 56px;
	}

	.text-box .elementor-button {
		width: 375px;
	}

	.map-block {
		height: 370px;
	}

	.locations-thumbnail > span {
		font-size: 12px;
		color: #333;
		letter-spacing: 0.28px;
		text-transform: uppercase;
		margin-top: 8px;
		line-height: 12px;
	}

	/* .map-filter ul li+li {
		margin-left: 13px;
	} */

	.map-filter ul li {
		margin-right: 13px;
	}

	html body .fields-section .custom-line-heading {
		margin-bottom: 32px;
	}

	/* .map-filter ul li[data-depot] {
		padding-left: 30px;
		margin-top: 11px;
		margin-left: 0;
		width: 100%;
	} */

	.map-filter ul li {
		font-size: 11px;
		letter-spacing: 0.25px;
	}

	.map-filter ul {
		flex-wrap: wrap;
		padding: 18px 0 5px;
	}

	.filter-block-wrapper {
		padding-top: 32px;
	}

	html body .fields-section h2 {
		padding: 0 15px;
	}

	html body .fields-section .custom-line-heading {
		margin-bottom: 32px;
	}

	.single-location-wrapper .custom-line-heading {
		margin: 0px 0 32px;
	}

	.single-map {
		width: 100%;
		height: 375px;
		display: block;
	}

	.single-map {
		margin-bottom: 40px;
	}

	.half_single ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.half_single ul li + li {
		margin-top: 17px;
	}

	.half_single ul li + li + li {
		margin-top: 16px;
	}

	.half_single ul {
		padding: 0 0 24px;
		list-style: none;
	}

	.notice-box {
		padding: 20px;
		background: #f2f2f2;
	}

	.time-table h5 {
		margin-bottom: 9px;
	}

	.time-box + .time-box {
		margin-top: 15px;
	}

	.slider-box {
		margin-top: 54px;
	}

	.slider-box .swiper-slide {
		width: 100%;
	}

	.text-box {
		margin-top: 52px;
		margin-bottom: 56px;
	}

	html body .text-box h2 {
		font-size: 32px !important;
		line-height: 36px !important;
	}

	html body .text-box .custom-line-heading {
		margin-bottom: 16px;
	}

	.text-box .elementor-button {
		margin-top: 1px;
	}

	.slider-box-pagination {
		visibility: visible !important;
	}

	.video-col-3 {
		width: 50%;
		padding-bottom: 20px;
	}

	.video-two-blocks .row {
		flex-wrap: wrap;
	}

	.video-two-blocks .video-half {
		width: 100%;
	}

	.video-two-blocks .video-half + .video-half {
		margin-top: 30px;
	}

	.video-two-blocks {
		margin-bottom: 30px;
	}

	.single-video-left-content {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.related-video-section {
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.related-video-section .custom-line-heading {
		margin: 0 0 20px;
	}

	.related-video-section .view-all-button {
		padding-top: 10px;
		text-align: center;
	}

	.related-video-section .view-all-button .elementor-button {
		max-width: 375px;
		width: 100%;
	}

	.tab-heading {
		display: block !important;
	}

	.tabs {
		display: none;
		border: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		z-index: 1000;
		width: 100%;
	}

	.tabs > li > a {
		margin: 0;
		display: block;
		border-bottom: 0;
		font-size: 15px;
		line-height: 1.3;
		padding: 8px 10px;
	}

	.tab-wrap {
		position: relative;
	}

	.tab-wrap {
		margin-bottom: 20px;
	}

	.tab-heading + .tabs {
		margin-bottom: 0;
		box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
		border: 1px solid #333333;
	}

	.box-product {
		padding: 15px 15px 15px;
	}

	.model-left,
	.model-right {
		width: 100%;
	}

	.model-left {
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.model-right {
		padding-top: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.model-right > h5 {
		margin: 0 0 10px;
	}

	.tile-product:only-child,
	.tile-product {
		padding-bottom: 15px;
	}

	.tile-products {
		margin: 0 -7.5px -15px;
	}

	.box-product {
		display: block;
	}

	.blog-col-loader {
		width: 50%;
	}

	.half_section {
		width: 100%;
		max-width: 100%;
		padding-bottom: 24px;
	}

	.blog-hero-wrapper {
		padding: 32px 0;
		background: #f2f2f2;
		text-align: center;
	}

	.blog-hero-wrapper > .container {
		display: block;
	}

	.blog-hero-left {
		width: 100%;
		max-width: 100%;
	}

	.single-video-content {
		text-align: center;
	}

	.blog-hero--right {
		width: 100%;
		max-width: 100%;
		padding: 24px 0 0;
	}

	.single-video-right-content {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.single-video-right-content h5 {
		width: 100%;
		margin: 0 0 16px;
		line-height: 16px;
	}

	.single-video-right-content .social-links {
		margin: 0 4px;
	}

	.feature-video-content {
		text-align: center;
		padding: 20px 0 0;
	}

	.blog-hero-wrapper h1 {
		margin: 0 0 16px;
	}

	.blog-detail-left {
		width: 100%;
		max-width: 100%;
	}

	.right-blog-box {
		width: 100%;
		padding-left: 0;
		margin-left: auto;
		padding: 32px 0 0;
	}

	.our-team-col {
		width: 100%;
	}

	.tab_content {
		margin: 0 -10px;
	}

	.tab_content > .col-5:nth-child(n) {
		width: 50%;
		padding: 0 10px 17px;
	}

	.col-3 {
		width: 267px;
		padding: 0 10px;
	}

	.meterial-box {
		width: 50%;
		padding: 0 10px 40px;
	}

	.material-type-row {
		margin: 0 -15px;
	}

	.aztiles-favorites-wrapper .material-type-row .tab-inner {
		margin: 0;
	}

	.style_section {
		padding: 0 10px;
		height: auto;
	}

	.content_text {
		padding: 8px 0;
	}

	.content_text h4 {
		margin: 0;
		font-size: 16px;
		line-height: 19px;
	}

	.tabs-materials {
		margin-bottom: 39px;
	}

	.meterial-box {
		width: 50%;
		padding: 0 10px 24px;
	}

	.style_section .style_inner {
		margin-bottom: 20px;
	}

	.tabs-materials li + li:before {
		display: none !important;
	}

	.tabs-materials li:not(.active-tab) {
		display: none;
	}

	.tabs-materials li.active-tab span {
		padding-right: 21px;
		position: relative;
	}

	.tabs-materials li.active-tab span:before {
		content: "\f078";
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		position: absolute;
		top: 1px;
		right: 0;
		font-size: 16px;
	}

	.tabs-materials li.active-tab span:after {
		width: calc(100% + 22px);
	}

	.tabs-materials {
		display: block;
		text-align: center;
		padding-left: 0 !important;
	}

	.tabs-materials li {
		text-align: center !important;
	}

	.tabs-materials li + li {
		margin-top: 10px;
	}

	.tab_content.swiper-carasoul {
		margin-right: -15px;
	}

	.update-content {
		padding: 21px 18px 20px;
	}

	.filter-section-wrapper {
		padding-bottom: 56px;
	}

	.page-template-glossary .custom-line-heading {
		margin: 0px 0 32px 0;
	}

	.request-info-container .form-header h2:after {
		display: none;
	}

	.request-info-container .form-header h2 span {
		background: none;
		padding: 0;
	}

	.right-blog-box .elementor-button:after {
		width: 326px;
	}

	.blog-details-wrapper {
		padding: 40px 0 56px 0;
	}

	.lg-outer h2 {
		display: none;
	}

	.lg-outer .lg-thumb-outer {
		width: 242px;
		position: absolute;
		overflow: hidden;
		left: 50%;
		margin-left: -121px;
	}

	.lg-outer .lg-thumb-outer {
		max-height: 90px;
	}

	.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
		width: 70px !important;
	}

	.lg-actions .lg-icon {
		margin-top: -30px;
		bottom: 39px;
		top: auto;
	}

	.lg-actions .lg-icon,
	.lg-actions .lg-icon:hover,
	.lg-actions .lg-icon:focus,
	.lg-actions .lg-icon:focus:hover {
		font-size: 20px;
	}

	.gallery-caption h4 {
		font-size: 14px;
		line-height: 20px;
	}

	.gallery-caption:after {
		font-size: 14px;
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object:not(.lg-video-object) {
		max-height: calc(100vh - 250px) !important;
	}

	.lg-outer .lg-video {
		padding-bottom: calc(100vh - 230px);
		width: 0;
		padding-left: calc(100vw - 30px);
	}

	.fancybox-titlebar {
		display: none;
	}

	.fancybox-navigation {
		display: none;
	}

	.lg-toolbar .lg-download:after,
	.fancybox-toolbar span i,
	.fancybox-toolbar a i {
		font-size: 26px;
	}

	.lg-toolbar .lg-close {
		margin-left: 34px;
	}

	.lg-outer .lg-img-wrap {
		bottom: 167px;
		top: 117px;
	}

	.blog-widget {
		width: auto;
		max-width: calc(100% - 110px);
	}

	.sidebar-btn-wrapper {
		text-align: center;
	}

	.single-video-left-content .tags,
	.tags {
		margin-left: 2px;
	}

	.swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
	.swiper-pagination-clickable .swiper-pagination-bullet {
		background-color: #bbbbbb;
		width: 7px;
		height: 7px;
		opacity: 1;
		border: 0;
	}

	.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}

	.locations-thumbnail img {
		width: 64px;
		height: 48px;
	}

	.filters-bar .filters-heading {
		position: relative;
		padding: 17px 20px 15px 20px;
		border: solid 2px #333333;
		background-color: rgba(255, 255, 255, 0.8);
		min-width: 270px;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		line-height: 22px;
		z-index: 1;
		cursor: pointer;
		margin: 0;
	}

	.filters-bar .filters-heading::before {
		position: relative;
		display: inline-block;
		margin-right: 8px;
	}

	.filters-bar .filters-heading.selected {
		background: #005DAA;
		border-color: #005DAA;
		color: #fff;
	}

	.filter-btn-products {
		display: none;
	}

	.tax-product_cat [data-elementor-type="footer"] > .elementor-section-wrap > .elementor-section:last-child {
		padding-bottom: 100px !important;
	}

	.filters-wrapper {
		text-align: left;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 30px 15px;
		z-index: 999999;
		background: #fff;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.filter-opened body {
		overflow: hidden;
		position: relative;
	}

	.filter-opened .filters-wrapper {
		display: block;
	}

	.filter-closer {
		position: absolute;
		top: 0px;
		right: 5px;
		padding: 10px;
		cursor: pointer;
		line-height: 10px;
		font-size: 21px;
		height: auto !important;
	}

	.pswp h2 {
		display: none;
	}

	.pswp__container {
		left: 15px;
		right: 15px;
		bottom: 167px;
	}

	.gallery-caption h4 {
		font-size: 14px;
		line-height: 20px;
	}

	.pswp .pswp__button.pswp__button--arrow--left,
	.pswp .pswp__button.pswp__button--arrow--right {
		margin-top: -30px;
		bottom: 39px;
		top: auto;
		font-size: 20px;
		z-index: 100;
	}

	.pswp .pswp__previews img {
		width: 70px;
		height: 70px;
	}

	.video-col-3:first-child,
	.video-col-3:nth-child(2) {
		width: 100%;
	}

	.video-col-3:first-child .video-content,
	.video-col-3:nth-child(2) .video-content {
		padding: 15px;
	}

	.fancybox-thumbs-carousel-wrapper span.gallery-thumb-wrapper {
		max-height: 100px;
	}

	.fancybox-wrapper .gallery-title,
	.fancybox-carousel-wrapper i.dashicons .fancybox-navigation {
		display: none;
	}

	.post-type-archive-aztiles-galleries .material-type-row .tab-inner,
	.tax-aztiles-gallery-categories .material-type-row .tab-inner {
		margin: 0;
	}
}

/* --------------------------- End a-max-767px.css -------------------------- */
/* @import url('i-max-767px.css'); */
/* ----------------------------- i-max-767px.css ---------------------------- */
@media only screen and (max-width: 767px) {
	.play-icon {
		border-radius: 50%;
		height: 40px;
		width: 40px;
	}
	.play-icon:after{
		border-width: 10px 0 10px 14px;
	}
	.three-column-cta .elementor-widget-wrap {
		justify-content: space-between;
		margin: 0;
	}

	.three-column-cta .elementor-widget-wrap .elementor-element {
		width: auto;
		margin: 0 15px 16px 15px;
	}

	.line-heading .elementor-widget-divider {
		opacity: 0;
	}

	.line-heading h1,
	.line-heading h2,
	.line-heading h3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.full-width-slider .elementor-swiper-button {
		display: none;
	}

	.full-width-slider .swiper-slide-inner {
		text-align: center !important;
	}

	.full-width-slider .swiper-slide-contents {
		width: 100% !important;
	}

	.product-cards .elementor-cta__bg-wrapper {
		padding-top: calc(57% + 40px);
	}

	.product-cards .elementor-element {
		margin-bottom: 20px;
	}
}

/* --------------------------- End i-max-767px.css -------------------------- */
/* @import url('woo-max-767px.css'); */
/* ---------------------------- woo-max-767px.css --------------------------- */
@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding-bottom: 40px;
	}

	.product-content-wrapper .rtwpvg-images {
		width: 100%;
		margin-right: 0;
	}

	.woocommerce div.product div.summary {
		width: 100%;
		max-width: none;
	}
	.woocommerce div.product form.cart .button:after, .single_variation_wrap .elementor-button:after, div.summary .yith-wcwl-add-button .add_to_wishlist:after, .summary > .elementor-button:after {
		width: 330px;
	}
}

/* -------------------------- End woo-max-767px.css ------------------------- */
/* @import url('ah-max-690px.css'); */
/* ---------------------------- ah-max-690px.css ---------------------------- */
@media (min-width: 690px) {
	.staying-connected-our-products .elementor-column {
		width: 50%;
	}

	.quad-block .block-col {
		width: 50%;
	}
}

/* -------------------------- End ah-max-690px.css -------------------------- */
/* @import url('a-max-600px.css'); */
/* ----------------------------- a-max-600px.css ---------------------------- */
@media screen and (max-width: 600px) {
	.blog-col,
	.blog-col-loader {
		width: 100%;
	}

	.blog-content-2 {
		min-height: 0 !important;
	}

	.video-small-block {
		width: 100%;
	}

	.video-small-block + .video-small-block {
		margin-top: 25px;
	}

	.video-right-block {
		display: block;
	}

	.view-all-button {
		padding-top: 30px;
		text-align: center;
	}

	.video-content {
		padding: 20px 15px;
	}

	.glossary-column {
		width: 100%;
	}

	.glossary-filter-section + .glossary-filter-section {
		padding-top: 24px;
	}

	.col-6 {
		width: 50%;
	}
	.product-detail-container .tile-product:only-child,
	.tile-product {
		width: 33.333333%;
	}

	.location-updates-section .col-3 {
		width: 100%;
		padding-bottom: 20px;
	}

	.update-content {
		padding: 15px;
	}

	.update-content p {
		margin-bottom: 10px;
	}

	.our-team-col {
		width: 100%;
		padding: 10px 15px;
	}

	.video-thumbnail .play-icon img {
		width: 48px;
		height: 48px;
	}

	.video-thumbnail .play-icon {
		width: 48px;
		height: 48px;
	}

	.video-thumbnail .play-icon:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 17px;
		border-color: rgba(0, 0, 0, 0) transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-left: 2px;
	}

	.depot-results {
		width: 100%;
	}

	.blog-thumbnail:after {
		padding-bottom: 0;
		min-height: 258px;
	}
	
	.aztiles_pagination_wraper .page-numbers:not(.prev-page):not(.next-page) {
		min-width: 30px;
		height: 30px;
		margin: 0 2px;
		padding: 4px 5px;
		line-height: 22px;
	}
	.aztiles_pagination_wraper .page-numbers.next, .aztiles_pagination_wraper .page-numbers.prev {
		height: 30px;
		padding: 4px 5px;
		font-size: 18px;
		line-height: 22px;
	}
	html body .show-all-btn {
		display: none !important;
	}
}

/* --------------------------- End a-max-600px.css -------------------------- */

/* @import url('woo-max-600px.css'); */
/* ---------------------------- woo-max-600px.css --------------------------- */
@media (max-width: 600px) {
	#reseller-priving-list-container {
		column-count: auto;
	}

	.pricing-prd-list-wrapper ul.pricing-prd-list > li {
		width: 100%;
	}
}

/* -------------------------- End woo-max-600px.css ------------------------- */
/* @import url('a-max-640px.css'); */
/* ---------------------------- a-max-640px.css --------------------------- */
@media screen and (max-width: 640px) {
	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield span.name_first {
		width: 100%;
	}

	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield span.name_last {
		width: 100%;
		margin-left: 0;
	}

	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield span.name_first {
		margin-bottom: 20px;
	}

	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_left_half,
	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	html body .request-info-container .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		margin-top: 20px;
	}
	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gf_right_half, html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gf_left_half,
	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield,.contact-form-wrapper.az-registration-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
		width: 100%;
		padding-right: 0 !important;
	}
	html body .contact-form-wrapper.az-registration-form .gform_legacy_markup_wrapper ul.gform_fields{
		margin-right: 0 !important;
	}
	
}

/* -------------------------- End a-max-640px.css ------------------------- */

@media screen and (max-width: 498px) {
	.az-search-down .az-search-form,
	.admin-bar .az-search-form {
		top: 105px;
	}

	.az-search-down .admin-bar .az-search-form {
		top: 151px;
	}
}

/* @import url('header-max-479px.css'); */
/* @import url('ah-max-479px.css'); */
/* ---------------------------- ah-max-479px.css ---------------------------- */
@media screen and (max-width: 479px) {
	.contact-form-wrapper .third_half_provence {
		width: 100%;
		padding-right: 0px !important;
	}

	.contact-form-wrapper .third_half_zip {
		width: 100%;
	}

	.video-col-3:not(:first-child):not(:nth-child(2)) .video-content {
		background-color: #f2f2f2;
	}

	.video-col-3:not(:first-child):not(:nth-child(2)) .video-content p {
		display: block;
	}
	.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout.woocommerce-page form .form-row-first, .woocommerce-checkout.woocommerce-page form .form-row-last {
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
	}
}

/* ----------------------- End alihassan-max-479px.css ---------------------- */
/* @import url('zaryab-max-479px.css'); */
/* @import url('a-max-479px.css'); */
/* ----------------------------- a-max-479px.css ---------------------------- */
@media screen and (max-width: 479px) {
	.video-col-3 {
		width: 100%;
	}

	.duration-counter {
		bottom: 8px;
		right: 8px;
	}

	.col-4 {
		width: 100%;
		padding: 0 15px 15px 15px;
	}

	.search-box-form input[type="text"] {
		width: 65%;
	}

	.search-box-form button[type="submit"] {
		width: 35%;
		padding-left: 6px;
		padding-right: 6px;
	}

	.blog_page_filter_label {
		width: 100%;
	}

	.filters_tabs {
		padding: 10px;
	}

	.product-detail-container .tile-product:only-child,
	.tile-product {
		width: 50%;
	}

	body:not(.woocommerce-page) .product {
		padding: 0 0px 40px;
	}
}

/* --------------------------- End a-max-479px.css -------------------------- */
/* @import url('imran-max-479px.css'); */
/* @import url('ah-max-414px.css'); */
/* ---------------------------- ah-max-414px.css ---------------------------- */
@media screen and (max-width: 414px) {
	.cta-img-right .elementor-cta__button {
		width: 100%;
	}
}

/* -------------------------- End ah-max-414px.css -------------------------- */

/* @import url('ah-min-375px.css'); */
/* ---------------------------- ah-min-375px.css ---------------------------- */
@media screen and (min-width: 375px) {
	.three-column-cta .elementor-widget-container .elementor-button {
		padding: 17px 10px 15px 10px;
	}

	.three-column-cta .elementor-widget-container .elementor-button:after {
		width: 246px;
	}
}

/* -------------------------- End ah-min-375px.css -------------------------- */
/* @import url('a-max-374px.css'); */
/* ----------------------------- a-max-374px.css ---------------------------- */
@media screen and (max-width: 374px) {
	/* .map-filter ul li+li {
		margin-left: 6px;
	} */

	.map-filter ul li {
		letter-spacing: 0;
		font-size: 12px;
	}

	html body .fields-section h2 {
		font-size: 30px;
	}

	.col-6 {
		width: 100%;
	}

	.blog-hero-wrapper h1 {
		font-size: 32px;
		line-height: 36px;
	}

	html body .custom-line-heading h2,
	.gallery-hero-slider .swiper-slide h3 {
		font-size: 24px !important;
		line-height: 28px !important;
	}

	.button-wrapper .elementor-button,
	.button-wrapper .elementor-button:hover,
	.button-wrapper .elementor-button:focus,
	.button-wrapper .elementor-button:focus:hover,
	.button-wrapper .elementor-button:visited {
		font-size: 16px;
	}

	.button-wrapper div.yith-wcwl-add-to-wishlist a {
		font-size: 16px;
	}
	div.product .product-content-wrapper button.simplefavorite-button {
		font-size: 14px;
	}
}

/* --------------------------- End a-max-374px.css -------------------------- */
/* @import url('ah-max-374px.css'); */
/* ---------------------------- ah-max-374px.css ---------------------------- */
@media screen and (max-width: 374px) {
	.line-heading h1,
	.line-heading h2,
	.custom-line-heading h1,
	.custom-line-heading h2 {
		font-size: 28px !important;
		line-height: 34px !important;
	}
	.button-wrapper button.simplefavorite-button,
	.button-wrapper button.simplefavorite-button.active,
	.button-wrapper button.simplefavorite-button:focus,
	.button-wrapper button.simplefavorite-button.active:focus {
		font-size: 12px;
	}
	.button-wrapper button.simplefavorite-button,
	.button-wrapper button.simplefavorite-button:focus {
		font-size: 16px;
	}
	.button-wrapper button.simplefavorite-button i {
		font-size: inherit;
	}
}

/* -------------------------- End ah-max-374px.css -------------------------- */
/* @import url('a-max-h-480px.css'); */
/* ---------------------------- a-max-h-480px.css --------------------------- */

@media (max-height: 480px) {
	.lg-outer .lg-video-cont {
		padding: 80px 0;
	}

	.lg-outer .lg-img-wrap {
		top: 91px;
		bottom: 133px;
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object:not(.lg-video-object) {
		position: relative;
		z-index: 1;
		max-height: calc(100vh - 250px) !important;
	}

	.lg-outer .lg-video-cont {
		padding: 80px 0 0;
	}

	.lg-outer .lg-video {
		padding-bottom: calc(100vh - 230px);
		width: 0;
		padding-left: calc(100vw - 30px);
	}

	.lg-toolbar .lg-download:after,
	.fancybox-toolbar span i,
	.fancybox-toolbar a i:after {
		font-size: 26px;
	}

	.lg-toolbar .lg-close {
		margin-left: 34px;
	}

	.lg-outer .lg-img-wrap {
		bottom: 167px;
		top: 117px;
	}
}

/* -------------------------- End a-max-h-480px.css ------------------------- */

#chat-widget-container {
 	z-index: 888 !important;
}

/* **Cookies CSS** */
#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}
#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
}
#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}
#cookie-notice .cookies-message a {
	color: inherit;
	text-decoration: underline;
}
#cookie-notice .cookies-message a:hover {
 	 text-decoration: none;
}
#cookie-notice .cn-button:not(.cn-button-custom).cookies-button, .cookies-button {
	padding: 5px 10px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff !important;
	text-decoration: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border-radius: 0;
	min-width: 110px;
	margin: 0 4px;
	line-height: 20px;
	font-weight: bold;
}
#cookie-notice .cn-button:not(.cn-button-custom).cookies-button:hover, .cookies-button:hover {
	background: #fff;
	color: #222 !important;
}
#cn-notice-buttons {
	display: none !important;
}
@media (max-width: 768px) {
	#cookie-notice .cookie-notice-container {
		padding: 25px 40px;
	}
	#cookie-notice #cn-notice-text {
	 	display: block;
	}
	#cookie-notice .cookies-message {
		width: 100%;
		max-width: 100%;
		display: block;
		padding-bottom: 25px;
		margin: 0 auto;
	}
	#cookie-notice .cookies-button-container {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}
/* -------------------------- End cookies css ------------------------- */

.facetwp-type-checkboxes span.facetwp-counter {
	display: none;
}

.facetwp-facet-pager_load_more.facetwp-type-pager.is-loading{
    position: relative;
}
.facetwp-facet-pager_load_more.facetwp-type-pager.is-loading::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#livechat-eye-catcher {
		z-index: 888 !important;
}
.product-detail-special-attributes h3 {
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	margin: 0 10px 10px;
	text-transform: none;
	width: auto;
}
.tile-product.only-text {
 	width: auto;
}
.tile-product.only-text .tile-product-label {
	border: 2px solid #fff;
	background-size: cover;
	outline: 1px solid #e6e6e6;
	transition: all 0.3s ease;
	padding: 10px 10px 10px;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	word-break: break-word;
	justify-content: center;
}

@media (max-width: 1023px) {
	.fancybox-caption__body {
		font-size: 13px;
		letter-spacing: normal;
		font-family: "ArialMT", Arial, Helvetica, sans-serif;
		line-height: normal;
	}
}
/* -------------------------- customer portal ------------------------- */
body.woocommerce-account .woocommerce {
	display: flex;
	margin-bottom: 50px;
	/* min-height: 564px; */
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 36px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.select2-container--default
	.select2-selection--single {
	background-color: #f5f5f5;
	border: 0;
	text-align: left;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.pricing-prd-list-wrapper {
	text-align: left;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.line-pricing-prd-message {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.line-pricing-prd-list
	li {
	width: calc(50% - 30px);
	margin: 15px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.line-pricing-prd-list
	li
	a {
	display: block;
	background-color: #f5f5f5;
	padding: 18px;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

body.woocommerce-orders .woocommerce .woocommerce-MyAccount-content {
	overflow-x: auto;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
	margin-bottom: 20px;
}

body.woocommerce-account .woocommerce .profile-img {
	height: 90px;
	width: 90px;
	margin: 0 auto;
	background-image: url("../img/icon-user.svg");
	margin-bottom: 13px;
	border-radius: 50%;
	background-color: #eeeeee;
	background-position: center center;
	background-size: 52px;
	background-repeat: no-repeat;
	overflow: hidden;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

body.woocommerce-account .woocommerce .section-profile {
	margin-bottom: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 95px;
}

body.woocommerce-account .woocommerce .section-profile p {
	text-align: center;
}

body.woocommerce-account .woocommerce .section-profile .name-wrapper {
	margin-bottom: 15px;
	color: #939393;
}

body.woocommerce-account
	.woocommerce
	.section-profile
	.name-wrapper
	strong {
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #323232;
}

body.woocommerce-account .woocommerce .section-profile-bottom {
	margin-top: auto;
}

/* Side- Nav Styling */
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li
	a {
	position: relative;
	padding: 18px 30px 18px 60px;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .arrow-button:hover {
	opacity: 0.7;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a::after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 8px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.3s;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a::after,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover::after {
	opacity: 1;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::after {
	background-image: url("../img/icon-dashboard.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--pricing
	a::after {
	background-image: url("../img/icon-pricing.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--orders
	a::after {
	background-image: url("../img/icon-order.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-address
	a::after {
	background-image: url("../img/icon-location.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-account
	a::after {
	background-image: url("../img/icon-account.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--customer-logout
	a::after {
	background-image: url("../img/icon-logout.svg");
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--pricing
	a::after {
	background-image: url("../img/icon-pricing.svg");
}

/* Address Styling	*/

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns {
	display: flex;
	width: calc(100% + 32px);
	margin: -16px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.u-column1,
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.u-column2 {
	background-color: #f5f5f5;
	padding: 30px;
	margin: 16px;
	width: calc(50% - 32px);
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.title
	.edit {
	background-color: #005DAA;
	color: #fff;
	padding: 7px 13px;
	text-decoration: none;
	border: 1px solid #005DAA;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.title
	.edit:hover {
	background-color: transparent;
	color: #323232;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	address {
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	line-height: 34px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.title {
	margin-bottom: 15px;
}

body.woocommerce-account p {
	text-align: left;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.title
	h3 {
	text-align: left;
	width: calc(100% - 80px);
}

/* Orders Css	*/
body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	tr:first-child
	th {
	background-color: #005DAA;
	border: 0;
}

body.woocommerce-account .woocommerce .woocommerce-orders-table tr {
	background-color: #f5f5f5;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table__header,
body.woocommerce-account .woocommerce .woocommerce-orders-table td {
	padding: 8px 22px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table__header
	span {
	font-size: 18px;
	line-height: 34px;
}

body.woocommerce-account .woocommerce .woocommerce-orders-table td {
	border: 0;
}

body.woocommerce-account .woocommerce .order_details .order_item td {
	border: 0;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	tr:not(:last-child)
	td {
	border-bottom: 1px solid #dddddd;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	.woocommerce-orders-table__cell:last-child {
	min-width: 280px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	.button {
	background-color: #323232;
	color: #fff;
	transition: 0.3s all;
	margin: 3px;
	display: inline-block;
	padding: 6px 11px;
	font-size: 14px;
}

.woocommerce-orders-table__cell-order-actions {
	justify-content: center;
}

.woocommerce-orders-table__cell-order-actions::before {
	display: none;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	.button:hover {
	color: #323232;
	background-color: #fff;
}

/* Detail Order Table	*/
body.woocommerce-account
	.woocommerce-order-details
	.woocommerce-order-details__title {
 	text-align: left;
}

body.woocommerce-account
	table.shop_table
	thead:first-child
	tr:first-child
	th {
	background-color: #005DAA;
	border: 0;
}

body.woocommerce-account table.shop_table tr {
 	background-color: #f5f5f5;
}

body.woocommerce-account table.shop_table .product-name,
body.woocommerce-accounttable.shop_table td {
 	padding: 8px 22px;
}

body.woocommerce-account table.shop_table thead th {
	font-size: 18px;
	line-height: 34px;
}

body.woocommerce-account .woocommerce .woocommerce-orders-table tbody th,
body.woocommerce-account .woocommerce table.shop_table tfoot td,
body.woocommerce-account .woocommerce table.shop_table tfoot th {
	border: 0;
}

body.woocommerce-account .woocommerce .woocommerce-orders-table tr th,
body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	tr
	td {
	border: 0;
	min-width: 115px;
}

body.woocommerce-account .woocommerce .order_details .order_item td {
 	border-bottom: 1px solid #dddddd;
}

body.woocommerce-account .woocommerce .order_details tfoot tr td,
body.woocommerce-account .woocommerce .order_details tfoot tr th {
 	border-bottom: 1px solid #dddddd;
}

body.woocommerce-account.logged-in .col2-set {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 32px);
	margin: -16px;
}

body.woocommerce-account.logged-in .woocommerce .col2-set .woocommerce-column {
	background-color: #f5f5f5;
	padding: 30px;
	margin: 16px;
	width: calc(50% - 32px);
}

body.woocommerce-account.logged-in .woocommerce .col2-set address {
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	line-height: 34px;
	background: transparent;
}

body.woocommerce-account.logged-in
	.woocommerce
	.col2-set
	address
	.woocommerce-customer-details--phone {
 	 margin-bottom: 0;
}

body.woocommerce-account.logged-in
	.woocommerce
	.col2-set
	.woocommerce-column
	.woocommerce-column__title {
 	 text-align: left;
}

/* Form Styling */
body.woocommerce-account
	.woocommerce
	.edit-account
	.form-row
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #f5f5f5;
	border: 0;
	transition: none !important;
	margin-bottom: 10px;
	padding: 13px 20px;
}

body.woocommerce-account .woocommerce .edit-account {
 	 text-align: left;
}

body.woocommerce-account .woocommerce .edit-account .form-row-wide {
	display: inline-block;
	width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
 	 width: 48.5%;
}

body.woocommerce-account .woocommerce .edit-account .woocommerce-Button {
	background-color: #323232;
	color: #fff;
	transition: 0.3s all;
	/* max-width: 207px; */
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}

body.woocommerce-account .woocommerce .edit-account .woocommerce-Button:hover {
	color: #323232;
	background-color: #fff;
}

body.woocommerce-account
	.woocommerce
	form
	.woocommerce-form-row
	span
	em {
	font-size: 14px;
	line-height: 24px;
}

body.woocommerce-account .woocommerce .col2-set {
		margin-top: 50px;
}

/* Customer Portal Redesign */
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.back-to-dashboard {
	color: #323232;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
	max-width: 256px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding: 0 24px 0 36px;
	border: 0;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.navigation-wrapper {
 	 width: calc(100% - 256px);
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.back-to-dashboard::after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-image: url(../img/arrow-left.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.back-to-dashboard:hover {
		text-decoration: underline;
		background: transparent;
		color: #333;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul {
		display: flex;
		justify-content: flex-end;
		width: calc(100% + 5px);
		margin: 0 -5px -10px;
		padding-left: 20px;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li {
		
		margin: 0 10px 10px !important;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li
	a {
		padding: 14px 5px 14px 40px;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li
	a:hover,
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.is-active
	a {
		background: none;
		color: #000;
}

body.woocommerce-account .woocommerce {
		flex-direction: column;
		margin-bottom: 0;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit{
	    max-width: 100% !important;
		width: 100% !important;
		margin-right: 0 !important;
}

/* Top Bar Styling */
body.woocommerce-account .woocommerce .my-account-top {
		background-color: #f2f2f2;
		padding: 30px 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
}

body.woocommerce-account .woocommerce .my-account-top:after {
		content: "";
		position: absolute;
		top: 0;
		background-color: #f2f2f2;
		width: 200vw;
		left: -100%;
		height: 100%;
		z-index: -1;
}

body.woocommerce-account .woocommerce .my-account-top .welcome-text {
		margin-bottom: 0;
		color: #333333;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		width: calc(100% - 260px);
		max-width: 500px;
}

body.woocommerce-account
	.woocommerce
	.my-account-top
	.my-account-top-logout {
		display: block;
		color: #333333;
		font-family: "Montserrat", Sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #000000;
		min-width: 230px;
		text-align: center;
		padding: 12px 30px;
}

body.woocommerce-account
	.woocommerce
	.my-account-top
	.my-account-top-logout:hover {
		background: #000000;
		color: #ffffff;
}

body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.dashboard-icon-wrapper {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 30px);
		margin: 0 -15px -15px;
}

body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link {
		width: calc(25% - 30px);
		margin: 0 15px 15px;
		display: flex;
		flex-direction: column;
		text-align: center;
}

body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link
	a {
		text-decoration: none;
	padding: 30px 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link span {
		display: block;
		color: #000000;
		font-family: "Montserrat", Sans-serif;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		text-decoration: none;
		text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #000000;
		min-width: 230px;
		text-align: center;
		padding: 14px 15px;
		margin-top: auto;
		transition: 0.3s all;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link:hover span {
		background: #000000;
		color: #ffffff;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link:hover a {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link
	img {
		max-width: 110px;
		max-height: 110px;
		height: 100%;
		width: 100%;
		margin-bottom: 48px;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link h3 {
		font-size: 22px;
		line-height: 27px;
		color: #323232;
		text-decoration: none;
		margin-bottom: 12px;
		margin-top: 0;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link p {
		font-size: 16px;
		line-height: 26px;
		color: #323232;
		font-weight: 400;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link p {
		margin-bottom: 24px;
		text-align: center;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link a {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		height: 100%;
}

body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link--customer-logout,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout,
body.woocommerce-account:not(.woocommerce-orders,.woocommerce-edit-address,.woocommerce-edit-account, .woocommerce-pricing, .woocommerce-view-order) .woocommerce-MyAccount-navigation {
	display: none;	 
}

body.woocommerce-account .woocommerce .my-account-top .my-account-top-logout {
	display: block;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding: 50px 0;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list {
		display: flex;
		width: calc(100% + 34px);
		margin: 0 -17px;
		margin-bottom: 12px;
		flex-wrap: wrap;
		margin-top: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .single-customer-pricing-terms{
	margin-bottom: 20px;
    margin-top: -20px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li {
		width: calc(33.333333% - 34px);
		margin: 0px 17px 10px;
		display: flex;
		/* flex-direction: column; */
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li a {
		background-color: transparent;
		padding: 0;
		font-family: "Montserrat", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5em;
		text-align: center;
		text-transform: capitalize;
		color: #323232;
		display: flex;
		align-items: flex-start;
		text-align: left;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li a span{
		width: 20px;
		padding-bottom: 20px;
		background-color: #F5F5F5;
		display: block;
		margin: 0 10px 0 0;
		position: relative;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		/* background-size: 45%; */
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li a.file-excel span {
	background-image: url("../img/icon-excel.svg");
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li a.file-pdf span {
	background-image: url("../img/icon-pdf.svg");
}

@media screen and (max-width: 1200px) {
	body.woocommerce-account .woocommerce .dashboard-profile-wrapper .woocommerce-MyAccount-navigation-link {
		width: calc(33.33% - 30px);
	}
}

@media screen and (max-width: 1024px) {
	
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		flex-direction: column;
		align-items: flex-start;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		padding-left: 0;
		width: 100%;
		justify-content: flex-start;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.navigation-wrapper {
			width: 100%;
			margin-top: 30px;
			position: relative;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li {
		width: calc(50% - 34px);
	}
}

@media screen and (max-width: 980px) {
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.u-column1,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.u-columns
	.u-column2 {
			width: 100%;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.line-pricing-prd-list {
			flex-wrap: wrap;
	}

	body.woocommerce-account.logged-in
	.woocommerce
	.col2-set
	.woocommerce-column {
			width: 100%;
	}

	body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link {
			width: calc(50% - 30px);
	}
}

@media screen and (max-width: 767px) {
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation {
			width: 100%;
			height: 100%;
	}

	.elementor-12 .elementor-element.elementor-element-241991f > .elementor-element-populated > .elementor-widget-wrap {
		padding: 0;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul	{
		flex-wrap: wrap;
	}

	body.woocommerce-account
	.woocommerce
	.my-account-top
	.my-account-top-logout {
			display: none;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li {
		width: calc(100% - 34px);
	}

	body.woocommerce-account .woocommerce {
		flex-wrap: wrap;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	.woocommerce-MyAccount-navigation-link--customer-logout {
			display: block;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.navigation-wrapper {
			padding-bottom: 48px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content {
			width: 100%;
			padding: 30px 0;
			min-height: max-content;
	}

	body.woocommerce-account .woocommerce .edit-account .woocommerce-form-row {
			width: 100%;
	}

	body.woocommerce-account.logged-in .col2-set .woocommerce-column {
			width: 100%;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li:not(.is-active) {
			display: none;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul.active
	li.is-active {
			width: 100%;
			position: absolute;
			top: 0;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul.active {
			padding-top: 58px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul.active
	li {
			display: block;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.arrow-button.active {
			transform: rotate(180deg);
			background-position: left 18px center;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-orders-table
	.woocommerce-orders-table__cell:last-child {
			display: flex;
			justify-content: center;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content {
			padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul {
			margin: 0;
			border: 0 !important;
			background: #ffffff;
			border: 1px solid #e9e9e9 !important;
			width: 100%;
			padding-left: 0;
			position: absolute;
			top: 0;
			left: 0;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul.active {
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li {
			margin: 0 !important;
			width: 100%;
			border: 0;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a {
			background: transparent;
			color: #939393;
			padding: 17px 25px 17px 54px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li
	a:hover {
			background: transparent;
			color: #323232;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.is-active {
			border: 1px solid #000000;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.is-active
	a {
			background: transparent;
			color: #323232;
			padding: 14px 25px 14px 54px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a::after {
			opacity: 0.7;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.is-active
	a::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li
	a:hover::after {
			opacity: 1;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.arrow-button {
		content: "";
		position: absolute;
		right: 0;
		top: 0px;
		bottom: 0px;
		left: 0px;
		background: transparent;
		background-image: url(../img/arrow-down.svg);
		background-repeat: no-repeat;
		background-position: right 18px center;
		cursor: pointer;
		z-index: 10;
		background-size: 12px;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		padding-bottom: 20px;
		align-items: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul.active {
		padding-top: 56px;
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--dashboard
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--dashboard.is-active
	a::after {
		background-image: url("../img/icon-dashboard.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--orders
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--orders.is-active
	a::after {
		background-image: url("../img/icon-order.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-address
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-address.is-active
	a::after {
		background-image: url("../img/icon-location.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-account
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--edit-account.is-active
	a::after {
		background-image: url("../img/icon-account.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--customer-logout
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--customer-logout.is-active
	a::after {
		background-image: url("../img/icon-logout.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--pricing
	a:hover::after,
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	li.woocommerce-MyAccount-navigation-link--pricing.is-active
	a::after {
		background-image: url("../img/icon-pricing.svg");
	}

	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	.go-to-dash-btn {
		margin-top: 0;
	}

	body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link {
		width: calc(100% - 30px);
	}

	body.woocommerce-account .woocommerce .my-account-top {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.woocommerce-account .woocommerce .my-account-top .welcome-text {
		width: 100%;
	}
	
	body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link
	img {
		max-width: 70px;
		max-height: 70px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 479px) {
	body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-content
	.line-pricing-prd-list
	li {
		width: calc(100% - 30px);
	}

	body.woocommerce-account
	.woocommerce
	.dashboard-profile-wrapper
	.woocommerce-MyAccount-navigation-link {
		width: calc(100% - 30px);
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li {
		width: calc(100% - 17px);
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .line-pricing-prd-list li a span {
		width: 20px;
		padding-bottom: 20px;
		background-color: #F5F5F5;
		display: block;
		margin: 0 10px 0 0;
		position: relative;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.aztiles-wc-simple-section-wrapper {
    margin: 20px 15px 60px;
}
@media(max-width: 1024px) {
    .aztiles-wc-simple-section-wrapper {
        margin: 15px 15px 50px;
    }
	.account-blocks .account-block .elementor-widget-text-editor ul li{
		padding-left: 14px;
	}
	
	.account-blocks .account-block .elementor-widget-text-editor ul li:before{
		left: 3px !important;
	}
}
@media(max-width: 767px) {
    .aztiles-wc-simple-section-wrapper {
        margin: 15px 15px 40px;
    }
	.account-blocks .elementor-container{
		max-width: 540px !important;
	}
}
@media (max-width: 374px) {
	.page-content .elementor-slides-wrapper .elementor-button{
		min-width: 0;
	}
}
.gform-theme-datepicker table {
	background-color: #ffffff;
}

.gform-theme-datepicker table td .ui-state-active {
	margin: 0;
}

.price_list_alert {
    padding: 20px;
    margin-bottom: 30px;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
}

#header-autocomplete-placeholder .autocomplete-suggestions .autocomplete-suggestion,
#header-autocomplete-placeholder .autocomplete-suggestions .autocomplete-no-suggestion{
	list-style: none !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .grecaptcha-badge{
    z-index: 15;
}


/* Recaptcha-hide */
html body .grecaptcha-badge {
	visibility: hidden;
}

/*End Recaptcha css  */
.news-letter-form .gform_confirmation_message{
    padding-bottom: 0px;
}

/* @media only screen and (max-width: 1560px){
    html body .footer-bottom-copywrite{
        padding-bottom: 150px !important;
    }
} */

.aztile_single_notice{
    margin-top: 10px;
    color: #005daa;
    font-size: 14px;
}


.aztile_single_notice{
    margin-top: 10px;
    color: #005daa;
    font-size: 14px;
}

.product.product-slab .woocommerce-product-gallery{
    height: auto;
}

.woocommerce div.product.product-tile div.images.woocommerce-product-gallery{
    height: auto;
	/* width: 100%; */
}

.product-slab  .aztile_single_notice{
    text-align: center;
}
/* Product Single section hight fix */
.container .promo-box .promo-content{
    display: flex;
    flex-direction: column;
}

.container .promo-box .promo-content a.promo-link {
    margin-top: auto;
}

.product-category-main-wrapper .info-section .container {
	min-height: 480px !important;
}

.product-category-main-wrapper .info-section .info-img-block {
	width: calc(1560px / 2) !important;
}
.gtranslate_wrapper {
	max-width: max-content;
}
.gtranslate_wrapper .styledSelect {
	min-width: auto;
	max-width: max-content;
	background-color: transparent;
	color: #EBEBEB;
	padding: 0 18px 0 0;
	height: auto;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
}
.gtranslate_wrapper .styledSelect span {
	text-transform: uppercase;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.gtranslate_wrapper .styledSelect:after {
	color: #EBEBEB;
	font-size: 18px;
	width: 18px;
	padding: 0;
}
.gtranslate_wrapper .gt_selector .options {
	top: calc(100% + 10px);
	padding: 0 !important;
	width: 100%;
	border: 0;
	overflow: hidden;
}
.gtranslate_wrapper .options li {
	width: 100%;
	padding: 10px 10px !important;
	max-width: 100%;
	text-decoration: none !important;
	transition: 0.3s all;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
}
.gtranslate_wrapper .options li.active {
	cursor: default;
}
.gtranslate_wrapper .options li:hover {
	text-decoration: none;
	background-color: #212121;
	color: #EBEBEB;
}
.gtranslate_wrapper .options li.active {
	background-color: #F2F2F2;
	color: #212121;
}

.menu-toggler {
	margin-right: 20px;
}
.wp-caption:has(.etching-image){
    width: 150px !important;
}
.wp-caption:has(.etching-image) .wp-caption-text{
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.product-category-main-wrapper .info-section .info-img-block {
		height: 400px !important;
	}
	.wp-caption:has(.etching-image){
		float: none;
	}
	.product-navigation {
		margin-top: -25px;
		margin-bottom: 30px;
		font-size: 12px;
	}
	.product-navigation .nav-next a:after{
		margin-left: 7px;
	}
	.product-navigation .nav-previous a::before{
		margin-right: 7px;
	}
	.product-navigation .nav-previous{
		max-width: calc(50% - 10px);
	}
	.product-navigation .nav-next{
		max-width: calc(50% + 10px);
	}
	html:lang(es) body .news-letter-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
		line-height: 1.2;
		margin-top: 2px;
		max-width: calc(100% + 100px);
        width: calc(100% + 100px);
	}
}

html:lang(es) .copyrights {
	margin-bottom: -10px;
}

html:lang(es) .copyrights a {
	margin: 0 4px 10px;
}

html:lang(es) body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 0;
	margin-right: 0;
}
html:lang(es)  .cta-icon .elementor-widget-container .elementor-cta .elementor-cta__content{
	padding-bottom: 124px;
}
html:lang(es) .line-heading .elementor-heading-title{
	word-break: break-word;
}
.main-menu-az .elementor-nav-menu>li>ul>li a {
	white-space: break-spaces;
}
.wpb-fav-add{
	white-space: normal;
}
body .facetwp-facet:has(.facetwp-load-more){
    height: auto;
}
@media only screen and (max-width:1370px) {
	html:lang(es) body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		font-size: 12px;
	}
}

@media only screen and (max-width:1300px) {
	html:lang(es) .main-menu-az .elementor-nav-menu>li.menu-item-has-children>a {
		padding-right: 22px !important
	}

	html:lang(es) .main-menu-az .elementor-nav-menu>li>a>span {
		right: 7px !important;
	}
}

@media only screen and (max-width:1230px) {
	html:lang(es) body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		font-size: 11px;
		padding-left: 6px;
		padding-right: 6px;
	}

	html:lang(es) .elementor-20 .elementor-element.elementor-element-aa2ab11>.elementor-widget-container {
		padding-right: 12px;
	}

	html:lang(es) .main-menu-az .elementor-nav-menu>li.menu-item-has-children>a {
		padding-right: 14px !important
	}

	html:lang(es) .main-menu-az .elementor-nav-menu>li>a>span {
		right: 1px !important;
	}

	html:lang(es) .az-search-toggle .elementor-icon-list-items .elementor-icon-list-icon {
		padding-right: 0;
	}
}

@media only screen and (max-width:1080px) {
	html:lang(es) body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		font-weight: 400;
	}

	html:lang(es) .az-search-toggle {
		padding-right: 0px;
	}

	html:lang(es) body .elementor-20 .elementor-element.elementor-element-aa2ab11 .elementor-nav-menu .elementor-item {
		padding-left: 4px;
		padding-right: 4px;
	}
	html:lang(es) .page-id-370 .line-heading h1{
		padding-inline: 0;
	}
}
@media only screen and (max-width:1024px) {
	.header-gtranslate-mobile {
		max-width: max-content;
		margin-right: auto;
	}
/* 	.menu-toggler {
		margin-right: 10px;
	} */
}
@media (max-width: 440px) {

	.menu-location>div,
	.az-search-toggle-2>div {
		margin-left: 12px !important
	}

	.menu-toggler {
		margin-right: 12px !important
	}
}

@media (max-width: 391px) {
	.elementor-widget-theme-site-logo img {
		max-width: 148px !important;
		width: 148px !important
	}
}
@media (max-width: 359px) {
	.elementor-widget-theme-site-logo img {
		max-width: 128px !important;
		width: 128px !important
	}
}

@media screen and (max-width: 767px) {
	.header-gtranslate-mobile{
		max-width: 42px;
	}
	.header-gtranslate-mobile select{
		padding: 0;
		max-height: 16px;
	}
	.product-navigation {
		font-size:clamp(10.25px,2.97vw,12px);
		padding: 0 15px;
	}
	.product-navigation .nav-previous, .product-navigation .nav-next{
		max-width:max-content;
		flex:1;
	}
	.product-navigation .nav-previous + .nav-next:before{
		margin: 0 10px;
	}
}



.aztile-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}
body.load-visible .aztile-loader {
     opacity: 1;
    visibility: visible;
}
body.load-visible {
    overflow: hidden;
}

.aztile-loader .aztile-acc-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: aztileacc 1s infinite steps(12);
}
.aztile-loader .aztile-acc-loader::before,
.aztile-loader .aztile-acc-loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.aztile-loader .aztile-acc-loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes aztileacc {
  100% {transform: rotate(1turn)}
}

/* Careers page CSS */
.inner-navigation-wrapper {
	position: sticky;
	top: 101px;
	z-index: 11;
}
.labels-list .elementor-icon-list-items .elementor-inline-item::before ,
.inner-navigation .elementor-icon-list-items .elementor-inline-item::before {
	display: none !important;
}
.inner-navigation .elementor-icon-list-items .elementor-inline-item .elementor-icon-list-text {
	transition: 0.3s all;
}
.inner-navigation .elementor-icon-list-items .elementor-inline-item.active .elementor-icon-list-text,
.inner-navigation .elementor-icon-list-items .elementor-inline-item a:not(#open-positions):hover .elementor-icon-list-text {
	text-decoration: underline;
}

.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 12px 24px;
	color: #005DAA;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}
.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions:hover {
	background-color: #333333;
}
.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions:hover .elementor-icon-list-text {
	color: #ffffff;
}
.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions .elementor-icon-list-text {
	color: #005DAA;
}

body .blue-btn .elementor-button:focus,
body .blue-btn .elementor-button {
    color: #ffffff !important;
    padding: 18px 32px;
    background-color: #005DAA !important;
    border-radius: 5px !important;
    border: 0 !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    max-width: max-content !important;
}
body .blue-btn .elementor-button:hover {
    background-color: #032E54 !important;
    color: #ffffff !important;
}
body .blue-btn.light .elementor-button:focus,
body .blue-btn.light .elementor-button {
	background-color: #ffffff !important;
    color: #005DAA !important;
}
body .blue-btn.light .elementor-button:hover {
	background-color: #005DAA !important;
	color: #ffffff !important;
}

body .blue-btn .elementor-button::after {
	display: none;
}

.animate-head .elementor-headline {
	margin: 0;
}
.animate-head:not(.inline) .elementor-headline > span {
	display: block
}

.zigzag-text {
	line-height: 1.5;
}
.zigzag-text p:not(:last-child) {
	margin-bottom: 24px
}
.features-info-section .elementor-background-overlay {
	background: linear-gradient(0deg, #005DAA, #005DAA), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-blend-mode: multiply;
}
.labels-list .elementor-icon-list-items {
	row-gap: 16px;
}
.labels-list .elementor-icon-list-items .elementor-icon-list-text {
	padding: 10px 24px 10px 21px;
	background-color: #002E55;
	border-left: 3px solid #FFFFFF;
	width: 100%;
    height: 100%;
    align-content: center;
}
.labels-list.light .elementor-icon-list-items .elementor-icon-list-item {
	width: calc(50% - 30px);
}
.labels-list.light .elementor-icon-list-items .elementor-icon-list-text {
	border-left: 6px solid #005DAA;
	background-color: #F5F5F5;
	width: 100%;
	padding: 9px 14px;
	height: 100%;
    align-content: center;
}
.cta-cards-wrapper .elementor-widget-wrap {
	width: calc(100% + 30px);
	margin: 0 -15px -30px !important
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action {
	width: calc(50% - 30px);
	margin: 0 15px 30px !important
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta,
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-widget-container {
	height: 100%;
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta__content{
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 12px;
    align-items: flex-start;
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta__content .elementor-icon {
	width: 40px;
	height: 32px;
	display: flex;
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta__content .elementor-icon svg {
	max-width: 100%;
	max-height: 100%;
}
.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action .elementor-cta__content .elementor-icon-wrapper{
    position: static;
    margin: 0;
    grid-row: span 4;
    display: flex;
    justify-content: center;
}
.wrapper_menu_bar {
	display: none;
}
.wrapper_menu_bar .list_menu_bar {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	font-family: "Montserrat", Sans-serif;
	line-height: 1.25
}

@media screen and (min-width: 768px) {
	.inner-navigation ul.elementor-icon-list-items.elementor-inline-items {
		display: flex !important;
	}
}

@media screen and (max-width: 767px) {
	.zizgzag-right-image > .elementor-container {
		flex-direction: column-reverse
	}
	.zigzag-img-col .elementor-widget-image .elementor-widget-container {
		position: relative;
		padding-bottom: 65%;
		min-height: 240px;
	}
	.zigzag-img-col .elementor-widget-image .elementor-widget-container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.labels-list:not(.light) .elementor-icon-list-items .elementor-icon-list-item {
		width: calc(50% - 16px);
	}
	.cta-cards-wrapper .elementor-widget-wrap {
		width: 100%;
		margin: 0 0px -16px !important;
	}
	.cta-cards-wrapper .elementor-widget-wrap .elementor-widget-call-to-action {
		width: 100%;
		margin: 0 0 16px !important;
	}
	.inner-navigation-wrapper {
		min-height: 40px;
	}
	.wrapper_menu_bar {
		width: 100%;
		text-align: center;
		cursor: pointer;
		height: 40px;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgba(255,255,255,0);
		padding: 0 15px;
	}
	.wrapper_menu_bar span {
		color: var(--white);
		font-size: 14px;
		letter-spacing: 1.4px;
		font-weight: 800;
		text-transform: uppercase;
		line-height: 1.5;
	}
	.wrapper_menu_bar::after {
		content: '';
		height: 16px;
		width: 16px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 16px;
		margin-left: 10px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translatey(-50%);
		background-image: url('../img/chevron-down-light.svg');
	}
	.wrapper_menu_bar.active::after {
		transform: translatey(-50%) rotate(-180deg);
	}
	.inner-navigation .elementor-widget-icon-list .wrapper_menu_bar.active::after {
		transform: translatey(-50%) rotate(-180deg);
	}
	.inner-navigation ul.elementor-icon-list-items.elementor-inline-items {
		position: absolute;
		top: 100%;
		flex-direction: column;
		background-color: #0C5EA8;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.6);
		left: 0;
		margin: 0 !important;
		padding: 0 15px !important;
		display: none;
		box-shadow: 0px 5px 5px 0px rgba(0, 93, 170, 0.3);
	}
	.inner-navigation .elementor-icon-list-items .elementor-icon-list-item {
		margin: 0 !important
	}
	.inner-navigation .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.inner-navigation .elementor-icon-list-items a {
		padding: 12px 10px !important;
	}
	.inner-navigation .elementor-icon-list-items .elementor-icon-list-item::after {
		display: none;
	}
	.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions {
		padding: 0;
		background-color: transparent;
		font-weight: 500;
	}
	.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions .elementor-icon-list-text {
		color: #ffffff;
	}
	.inner-navigation .elementor-icon-list-items .elementor-inline-item a#open-positions:hover {
		background-color: transparent
	}
		
}

@media screen and (max-width: 480px) {
	.labels-list .elementor-icon-list-items .elementor-icon-list-item {
		width: 100% !important
	}
}