body {
  font-size: 18px;
}
button, input {
    line-height: 1;	
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
[type=button], [type=submit], button{
line-height: 1;	
	background-color: #FF5A01;
	border:0;
	outline:0;
	padding: 0.618em 1em;
	color:#fff;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    justify-content: space-around;
	padding-left: 30px;
    padding-right: 30px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff;
  background-color: #FF5A01;
}

table td, table th {
  border: 1px solid #e4e5e7;
}

.textwidget table td,
.textwidget table th {
  padding: 2px 5px;
  line-height: 1.5;
  vertical-align: top;
  border: 0;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #ff5a01;
  color: #fff;
}
#archivelist ul.products li.product {
    padding-bottom: 10px!important;
}
.woocommerce button.button.wp-element-button {
    opacity: 1!important;
    color: #fff!important;
    text-transform: uppercase;
    background: #FF5A01;
    font-weight: 400;
    font-size: 18px;
}
.woocommerce button.button.wp-element-button:hover {
    background-color: #dfdcde!important;
    color: #515151!important;
}

.woocommerce .widget_ywraq_mini_list_quote a.yith-ywraq-item-remove.remove {
    line-height: 22px!important;
}
.woocommerce a.remove {
    line-height: 18px!important;
}
.woocommerce-page ul.products li.product {
   // min-height: 400px;
}
.space-between > div{justify-content: space-between;}
.mg-btn {
  background-color: #FF5A01;
  color: #FF7C49;
  background-size: 300% 100%;
  font-weight: 700;
  padding: 15px;
  line-height: 1;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  border-radius: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 9999px;
  transition: 0.5s ease-in-out;
}
.mg-btn i {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
}
.mg-btn:hover, .mg-btn.active {
  background-color: #FF7C49;
}

.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: block !important;
}
@media (min-width: 1200px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
  display: none;
}
@media (min-width: 1200px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    display: flex;
  }
}

.site-navigation-toggle-holder .site-navigation-toggle {
  color: #fff;
}

/** Header **/ /*--------------------------------------------------
         Footer Style
---------------------------------------------------*/
#site-footer {
  background: #111;
  padding: 0;
  color: #999;
}
#site-footer .footer-inner {
  position: relative;
}
#site-footer .footer-text {
  border-top: 1px solid #222;
  padding: 25px 0;
  font-size: 14px;
}
#site-footer .footer-widget {
  position: relative;
  padding: 60px 0 20px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
#site-footer .footer-widget > div {
  flex: 100%;
  padding: 20px;
  max-width: none;
}
@media (min-width: 768px) {
  #site-footer .footer-widget > div {
    flex: 25%;
  }
  #site-footer .footer-widget > div.site-widget__bh {
    flex:30%;
  }
}
#site-footer .footer-widget h4 {
  position: relative;
  margin-bottom: 30px;
}
#site-footer .footer-widget h4:before {
  height: 2px;
  width: 50px;
  content: "";
  background-color: #FF5A01;
  position: absolute;
  bottom: -5px;
}
#site-footer .footer-widget a {
  color: #999;
}
#site-footer .footer-widget a:hover {
  color: #FF5A01;
}
#site-footer .footer-widget .site-branding {
  flex: 100%;
}
@media (min-width: 768px) {
  #site-footer .footer-widget .site-branding {
    flex: 30%;
  }
}
#site-footer .footer-widget .site-branding img {
  margin-bottom: 20px;
}
#site-footer .footer-widget .site-branding ul li {
  display: inline-block;
  margin-right: 10px;
}
#site-footer .footer-widget .site-widget-menu {
  flex: 100%;
}
@media (min-width: 768px) {
  #site-footer .footer-widget .site-widget-menu {
    flex: 15%;
  }
}
#site-footer .footer-widget ul {
  padding: 0;
}
#site-footer .footer-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

body {
  color: #111;
}

a {
  color: #FF5A01;
}

.sub-title {
  margin: 0 !important;
}
.sub-title .elementor-heading-title {
  color: #FF5A01;
  font-size: 1.3rem !important;
}

.title .elementor-heading-title {
  margin-bottom: 30px !important;
  font-size: 2.5rem;
  font-weight: 600;
}

.elementor-section {
  padding: 80px 0;
}

.admin-bar .left-side .logo {
  margin-top: 65px;
}

.site-header {
  padding: 0px;
}

.home .site-header {
  padding: 0px;
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
}
@media (min-width: 991px) {
	.home .site-header {
	  position: fixed;
	}
}
.home.admin-bar .site-header {
  top: 0;
}
@media (min-width: 991px) {
	.home.admin-bar .site-header {
	  top: 30px;
	}
}
.header-top {
  background-image: linear-gradient(to right, #FF7C49 0%, #FF5A01 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  display:none;
}

@media (min-width: 992px) {
  .header-top {
    font-size: 20px;
  }
}
/*
@media (min-width: 1600px) {
  .header-top {
    font-size: 24px;
  }
}
*/
.header-top a {
  color: #fff;
}
.header-top ul.menu {
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header-top ul.menu {
    text-align: left;
  }
}
.header-top ul.menu li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 5px;
}
.header-top ul.menu > li:first-child::before {
	display:none;
}
.header-top ul.menu > li::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 6px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	display:block;
}
@media (min-width: 1199px) {
	.header-top {
		display:block;
	}
	.header-top ul.menu > li::before {
		display:none;
	}
	.header-top ul.menu li {
		padding-left: 0;
	}
}
@media (min-width: 1460px) {
  .header-top ul.menu li {
    margin-right: 20px;
  }
}
.header-top ul.menu li a:hover {
  opacity: 0.8;
}
.header-top__socialmedia {
  display: none;
}
@media (min-width: 1200px) {
  .header-top__socialmedia {
    display: inline-flex;
  }
}

.site-navigation-dropdown ul.menu li a {
  text-transform: uppercase;
}

.header-links {
  display: none;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-links {
    display: flex;
  }
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-links ul li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  margin-right: 15px;
}
.header-links ul li > i {
  margin-right: 10px;
}
.header-links ul li:last-child {
  margin-right: 0;
}
.header-links a {
  color: #fff;
}
.header-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header-links-title {
  margin-right: 20px;
  font-weight: bold;
  display: none;
}
@media (min-width: 1460px) {
  .header-links-title {
    display: block;
  }
}

.header-call-to-action {
  margin-left: 30px;
  background: rgb(250, 250, 250);
  padding: 10px 20px;
  margin-top: -10px;
  margin-bottom: -10px;
  border-radius: 5px;
  font-weight: bold;
}
.header-call-to-action a {
  color: #FF5A01;
}
.header-call-to-action a:hover {
  color: #FF7C49;
}

.header-search {
  position: relative;
  width: 90px;
  padding: 10px 0;
  display: none;
}
@media (min-width: 1200px) {
  .header-search {
    display: block;
  }
}
.header-search form {
  position: relative;
  left: 0;
  z-index: 99;
}

  .header-search form {
    border: solid 1px #999;
}
  .header-search {
    width:auto;
    display: inline-flex;
}
.search-toggle button.search-icon {
	background: transparent;
    border: 0;
    color: #fff;
    width: 50px;
	outline:0;
}
button.search-icon-form:hover {
    color: #000;
}
button.
  .search-icon {
  font-size: 20px;
  color: dimgray;
  background-color: #eee;
  border: 0;
  outline: none;
}
  .search-icon-form {
    font-size: 20px;
    color: dimgray;
    border: 0;
    outline: none;
    position: absolute;
    right: 0;
    background: #fff!important;
    padding: 10px;
}
.search-icon-form:hover{
color: #FF5A01!important;
}
.search-toggle {
    z-index: 9999;
}
.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}
.search-container.opened {
  max-height: 100px;
}
.search-container input[type="text"] {
  outline: none;
  font-size: 1.6rem;
  margin: 18px;
  width: 300px;
  background-color: inherit;
  border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
}

.container {
  position: relative;
  margin-top: 50px;
}

.search-container {
position: absolute;
    right: 0;
    top: 55px;
}
input#search-terms {
    width: 260px;
    border: 0;
	outline:0;
}
.header-search .search-box {
  position: absolute;
  right: 0;
  height: 38px;
  border-radius: 5px;
}
button.search-icon-form {
    outline: 0;
}
.header-search .search-box:hover {
  background-color: #FF5A01;
}
.header-search .search-box:hover .search-btn {
  background-color: #FF5A01;
}
.header-search .search-btn {
  width: 40px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  color: #fff;
  background: black;
  outline: 0;
}
.header-search .search-btn:hover {
  opacity: 0.8;
}
.header-search .search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
  opacity: 0;
}
.header-search .search-txt::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.header-search .search-txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.header-search .search-txt::placeholder {
  color: #fff;
}
.header-search .search-box:hover > .search-txt {
  width: 240px;
  padding: 0 10px;
  opacity: 1;
}

.main-header {
  background: rgb(0, 0, 0);
  width: 100%;
  padding: 20px 0;
}
.main-header a {
  color: #fff;
}
.main-header .site-logo img {
  vertical-align: middle;
  max-width: 250px;
}
@media (min-width: 1460px) {
  .main-header .site-logo img {
    max-width: 350px;
  }
}

.site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .site-navigation ul.menu li a {
    font-size: 20px;
  }
}
/*
@media (min-width: 1600px) {
  .site-navigation ul.menu li a {
    font-size: 24px;
  }
}
*/
.site-navigation ul.menu li a:hover {
  color: #FF5A01;
}
.site-navigation .sub-menu li a {
  color: #555;
}

.header-button {
  margin-left: 30px;
}

.mg-hexagon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mg-hexagon__1 {
  background-image: url(images/mini-hexagon.png);
  height: 72px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mg-hexagon__2 {
  background-image: url(images/mini-hexagon.png);
  height: 33px;
  width: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 65px;
}

#mg--cube .elementor-image-box-wrapper {
  opacity: 1;
}
#mg--cube .elementor-image-box-wrapper:hover .elementor-image-box-img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9;
}
#mg--cube .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  opacity: 0.7;
}
#mg--cube .elementor-image-box-img {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 250px !important;
  height: 250px;
  position: relative;
  padding-bottom: 250px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1460px) {
  #mg--cube .elementor-image-box-img {
    width: 290px !important;
    height: 290px;
  }
}
#mg--cube .elementor-image-box-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#mg--cube .elementor-image-box-img:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#mg--cube .elementor-image-box-img img {
  position: absolute;
  top: 4px;
  left: 4px;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 8px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}
#mg--cube .elementor-image-box-content {
  text-align: center;
  height: 100%;
  padding: 10px;
  width: 100%;
  font-size: 24px;
}
#mg--cube .elementor-image-box-content a {
  color: #fff !important;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#mg--cube figure.elementor-image-box-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.home-testimonial .elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-size: 18px;
}

.testimonial--icon {
  background-image: url(images/mini-hexagon.png);
  height: 90px;
  max-width: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -3px;
  z-index: 1;
  top: 100px;
  line-height: 6.5;
}

.mg--hexagon {
  position: relative;
}
.mg--hexagon {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 380px !important;
  height: 370px;
  position: relative;
  padding-bottom: 250px;
}
.mg--hexagon::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mg--hexagon:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.mg--hexagon img {
  position: absolute;
  top: 4px;
  left: 4px;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 8px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}/*
.mg--hexagon:after {
  content: "";
  background-image: url(images/mini-hexagon.png);
  height: 70px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  bottom: -5px;
  left: 28px;
}

.mg--hexagon:before {
  content: "";
  background-image: url(images/mini-hexagon.png);
  height: 70px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 40px;
	z-index:99
}*/

#mg-testi {
  padding-left: 20px;
}
#mg-testi .elementor-testimonial__name {
  display: block;
}
#mg-testi .elementor-testimonial__image,
#mg-testi .elementor-testimonial__cite {
  float: left;
}
#mg-testi .elementor-testimonial__content {
  margin-bottom: 15px;
}

#mg--blog {
  padding-top: 150px;
}
#mg--blog .elementor-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: inherit;
  font-family: sans-serif;
  list-style-type: none;
  padding-left: 30px;
  margin-right: -140px;
}
#mg--blog .elementor-posts .elementor-post {
  position: relative;
  outline: 1px solid transparent;
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
  width: 22%;
  overflow: unset;
  margin-right: 9%;
}
#mg--blog .elementor-posts .elementor-post::after {
  content: "";
  display: block;
}
#mg--blog .elementor-posts .elementor-post:first-child {
  margin-left: 16.8%;
}
#mg--blog .elementor-posts .elementor-post:nth-child(9n+10), #mg--blog .elementor-posts .elementor-post:nth-child(9n+5) {
  margin-right: 0;
}
#mg--blog .elementor-posts .elementor-post:nth-child(9n+6) {
  margin-left: 16.8%;
}
#mg--blog .elementor-posts .elementor-post:nth-child(9n+11) {
  margin-left: 16.8%;
}
#mg--blog .elementor-posts .elementor-post:hover {
  transform: scale(1.2);
  z-index: 999;
}
#mg--blog .elementor-posts .elementor-post:hover .elementor-post__text {
  opacity: 1;
  transform: scale(1);
}
#mg--blog .elementor-posts .elementor-post__thumbnail {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 250px !important;
  height: 250px;
  position: relative;
  padding-bottom: 250px;
  margin-top: -158px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mg--blog .elementor-posts .elementor-post__thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#mg--blog .elementor-posts .elementor-post__thumbnail:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#mg--blog .elementor-posts .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
#mg--blog .elementor-posts .elementor-post__text {
  position: absolute;
  text-align: center;
  height: 100%;
  padding: 10px 20px;
  opacity: 0;
  bottom: 62px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale(0.8);
  width: 88%;
}
#mg--blog .elementor-posts .elementor-post__text a {
  color: #fff;
}
#mg--blog .elementor-posts .elementor-post__title {
  font-size: 16px;
}
#mg--blog .elementor-posts .elementor-post__meta-data {
  display: none;
}
#mg--blog .elementor-posts .elementor-post img {
  position: absolute;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 4px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}

.elementor-94 .elementor-element.elementor-element-536690a:after {
  display: none;
}

.some-of-our-client {
  position: relative;
}
/*
.some-of-our-client:before {
  content: "";
  background-image: url(images/mini-hexagon.png);
  height: 90px;
  width: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
*/
.some-of-our-client-img {
  position: relative;
}
/*
.some-of-our-client-img:before {
  content: "";
  background-image: url(images/mini-hexagon.png);
  height: 35px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: 9;
  display: none;
}
*/
@media (min-width: 1600px) {
  .some-of-our-client-img:before {
    display: block;
  }
}

.some-of-our-suppliers {
  position: relative;
  height: 500px;
}
.some-of-our-suppliers .some-of-our-suppliers-img {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 250px !important;
  height: 250px;
  padding-bottom: 250px;
}
.some-of-our-suppliers .some-of-our-suppliers-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.some-of-our-suppliers .some-of-our-suppliers-img:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.some-of-our-suppliers img {
  position: absolute;
  top: 4px;
  left: 4px;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 8px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}
.some-of-our-suppliers__img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px !important;
}
.some-of-our-suppliers__img-2 {
  position: absolute;
  left: 210px;
  top: 126px;
  width: 270px !important;
}
.some-of-our-suppliers__img-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 270px !important;
}

@media (max-width: 1410px) {
  .some-of-our-suppliers-text {
    width: 55% !important;
  }
}
@media (max-width: 1020px) {
  .some-of-our-suppliers-text {
    width: 100% !important;
  }
}
.some-of-our-suppliers-text li.elementor-icon-list-item {
  margin-bottom: 20px;
  padding-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  border-radius: 5px;
}
.some-of-our-suppliers-text li.elementor-icon-list-item:hover {
  background: #FF5A01;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.some-of-our-suppliers-text li.elementor-icon-list-item:hover span,
.some-of-our-suppliers-text li.elementor-icon-list-item:hover i {
  color: #fff;
}
.some-of-our-suppliers-text .elementor-icon-list-icon {
  box-shadow: 7px 9px 17px -1px rgba(145, 145, 145, 0.38);
  margin: 0px 15px 0px 0px;
  padding: 20px;
  border-radius: 5px;
}
.some-of-our-suppliers-text .elementor-icon-list-icon i {
  color: #FF5A01;
}

.contact-action .elementor-column {
  box-shadow: 7px 9px 17px -1px rgba(145, 145, 145, 0.38);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px;
  padding: 5px;
}
.contact-action .elementor-column h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.contact-action .elementor-icon-box-icon {
  margin-top: 20px;
}
.contact-action .elementor-button {
  background-color: transparent!important;
  color: #FF5A01!important;
  line-height: 30px;
  padding: 15px 0px;
  font-size: 15px;
}
.contact-action .elementor-button:hover { background: transparent!important;outline:0!important}
.contact-action .elementor-icon i {
  color: #FF5A01;
}
.contact-action .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.mg-hex-box {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 180px !important;
  height: 180px;
  position: relative;
}
.mg-hex-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mg-hex-box:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.mg-hex-box img {
  position: absolute;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 4px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}

.cart-item {
  background: #FF5A01;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 3px;
  text-align: center;
}
.cart-btn {
  padding: 0.5rem 1rem;
  color: #fff;
  border: 0;
  position: relative;
}
.cart-btn .fa {
  font-size: 20px;
}
.cart-btn .fa:hover {
  color: #FF5A01;
}
.yith_ywraq_add_item_browse_message:before {
    content: "Item added to your cart";
    position: absolute;
    top: -30px;
    font-size: 16px;
	opacity:0;
}
.yith-ywraq-add-button img {
	width: 20px!important;
    position: absolute;
    top: 11px;
    height: auto!important;
    right: 5px!important;
}
.yith-quick-view .single_add_to_cart_button {
    display: none!important;
}
.yith-quick-view .yith_magnifier_zoom,
.yith-quick-view .yith_magnifier_zoom_wrap {
  height: 100%;
}
.yith-quick-view-content.woocommerce div.summary table.variations tr:hover th, .yith-quick-view-content.woocommerce div.summary table.variations tr:hover td {
  color: #000;
}
.yith-quick-view-content.woocommerce div.summary table.variations tr th, .yith-quick-view-content.woocommerce div.summary table.variations tr td {
  background-color: transparent;
}

.prdctfltr_wc {
  display: none;
}
@media (min-width: 768px) {
  .prdctfltr_wc {
    display: block;
  }
}

.box-cat {
  font-size: 13px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.box-cat i {
  color: #FF5A01;
  margin-right: 5px;
}

.product__listing .woocommerce ul.products {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (min-width: 768px) {
  .product__listing .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 992px) {
  .product__listing .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.woocommerce ul.products li.product:hover .yith-wcqv-button.yith-wcqv-button__list {
    /*margin-top: 18px;*/
}

.woocommerce ul.products {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (min-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.woocommerce ul.products ul {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products.product__sidebar li.product {
  margin: 15px;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .woocommerce ul.products.product__sidebar li.product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.product__sidebar li.product {
    width: calc(33.33% - 15px);
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.product__sidebar li.product {
    width: calc(25% - 15px);
  }
}
.woocommerce ul.products li.product .button::after{
display:none
}
.woocommerce ul.products li.product {
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  padding: 10px 10px 30px !important;
  text-align: center;
}
.woocommerce ul.products li.product h2 {
  color: #000;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  color: #FF5A01 !important;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product a img {
  object-fit: contain !important;
  width: auto;
  height: 200px;
  margin: 0 auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  height: auto;
  min-height: 60px;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  pointer-events: none;
}
.woocommerce ul.products li.product .cart .button {
  display: none;
}
.woocommerce ul.products li.product form.cart {
  margin-bottom: 3em;
}
.woocommerce ul.products li.product .quantity .qty {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.woocommerce ul.products li.product .yith-wcqv-button {
  position: absolute;
  top: 0;
  font-size: 12px;
  right: 15px;
  opacity: 0;
  line-height: 24px;
}
.woocommerce ul.products li.product .yith-wcqv-button.button:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.woocommerce ul.products li.product:hover .yith-wcqv-button {
  opacity: 1;
}
.woocommerce ul.products li.product .yith-ywraq-add-to-quote {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.yith-wcqv-wrapper .woocommerce ul.products li.product .yith_ywraq_add_item_browse_message a {
    width: 148px!important;
    padding: 10px 0;
}
.product_cat-clearance a.button.wp-element-button {
    position: absolute;
    bottom: 20px;
    right: 15px;
	padding: 0.618em 1em;
}
.woocommerce ul.products li.product .yith-ywraq-add-to-quote .button {
  color: #fff;
  background-color: #FF5A01 !important;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  border: 0 !important;
  line-height: 1!important;
  width: 185px!important;
}
.woocommerce ul.products li.product .yith-ywraq-add-to-quote .button:hover {
background-color: #dfdcde!important;
    color: #515151!important;
}
.woocommerce ul.products li.product .yith_ywraq_add_item_browse_message a {
  color: #fff;
  background-color: #FF7C49 !important;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  border: 0 !important;
  line-height: 1;
  width: 185px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 3px;
  display: inline-block;
}
.woocommerce ul.products li.product .yith_ywraq_add_item_browse_message a:hover {
  background-color: #FF5A01 !important;
}
.woocommerce ul.products img.ywraq-loader {
  margin-top: 0px !important;
  position: absolute;
  right: 0;
  width: 40px;
}

#yith-ywraq-form .product-thumbnail img {
  max-width: 150px;
}
#yith-ywraq-form table th.product-name {
  padding: 30px 15px;
}
#yith-ywraq-form table tbody tr:hover > td,
#yith-ywraq-form table table tbody tr:hover > th {
  background-color: #f1f1f1;
}
#yith-ywraq-form .update-list-wrapper input[type=submit] {
  margin-top: 0;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
  padding: 0;
}

.prdctfltr_checkboxes label {
  text-transform: uppercase;
  margin-top: 10px;
}
.prdctfltr_checkboxes label:hover {
  color: #FF5A01;
}
.prdctfltr_checkboxes > label {
  text-transform: uppercase;
  margin-top: 10px;
}
.prdctfltr_checkboxes label.prdctfltr_active > span {
  color: #FF5A01;
}
.prdctfltr_checkboxes label.prdctfltr_active > span:before {
  border-color: #FF5A01 !important;
}
.prdctfltr_widget_title {
  font-weight: bold;
}
.prdctfltr_buttons {
  display: none;
}
.prdctfltr_count {
  line-height: 10px !important;
  padding: 2px;
}
.prdctfltr_checkboxes input.pf_search {
  border: 1px solid #e4e5e7;
}
.prdctfltr_checkboxes input.pf_search:hover {
  border-color: #FF5A01;
}

label.prdctfltr_ft_mobile-trailer-stage.pfw--has-childeren {
  display: none;
}

.widget_ywraq_mini_list_quote {
  margin: 0;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
  right: 0;
  top: 8px;
  bottom: auto;
  position: absolute;
  width: 40px;
  cursor: pointer;
}
.widget_ywraq_mini_list_quote ul.yith-ywraq-list {
  padding: 0;
}
.widget_ywraq_mini_list_quote ul.yith-ywraq-list img {
  margin: 0 10px;
  width: 75px;
}
.widget_ywraq_mini_list_quote a.yith-ywraq-item-remove {
  line-height: 20px;
}
.widget_ywraq_mini_list_quote .raq-info {
  padding: 5px 12px !important;
  border-radius: 5px;
  border-color: transparent;
}
.widget_ywraq_mini_list_quote .raq-tip-counter {
  font-size: 0;
}
.widget_ywraq_mini_list_quote .raq-tip-counter:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.widget_ywraq_mini_list_quote .raq-items-number {
  background: #FF5A01;
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 28px;
  font-size: 11px;
}
.widget_ywraq_mini_list_quote .raq_label .handler-label {
  display: none;
}

.yith-quick-view-content ul.bxslider, .yith-quick-view-content ul.bxslider li, .yith-quick-view-content .bx-viewport, .yith-quick-view-content .bx-wrapper,
.yith-quick-view .woocommerce div.product div.images,
.yith-quick-view .woocommerce div.product div.images a {
  height: 100% !important;
}
.yith-quick-view .woocommerce div.product div.images,
.yith-quick-view .woocommerce div.product div.images a {
  display: flex;
  align-items: center;
  justify-content: center;
  //overflow: scroll !important;
}
.yith-quick-view .woocommerce div.product div.images {
  border-right: 1px solid #ddd;
}
.yith-quick-view .woocommerce div.product div.images img { 
  display: inline-block;
}
.yith-quick-view-content ul.bxslider li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yith-quick-view.yith-modal .yith-wcqv-main {
  box-shadow: none;
  border-radius: 5px;
}
.yith-quick-view-content .bx-controls-direction a {
  background-color: rgba(255, 255, 255, 0.5);
  width: 60px;
}
.yith-quick-view .woocommerce.single-product .product .yith-ywraq-add-to-quote {
  margin-top: 0;
}
.yith-quick-view .yith-quick-view-content.woocommerce div.product form.cart .variations select {
  width: 100%;
}
.yith-quick-view .yith-quick-view-content.woocommerce div.entry-summary a.add-request-quote-button,
.yith-quick-view .yith-quick-view-content.woocommerce div.entry-summary .yith_ywraq_add_item_browse_message a {
  color: #fff;
  background-color: #FF5A01 !important;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  border: 0 !important;
  line-height: 22px !important;
  padding: 0.618em 1em;
  vertical-align: middle;
  float: left;
  border-radius: 3px;
}
.yith-quick-view .yith-quick-view-content.woocommerce div.entry-summary a.add-request-quote-button.reset_variations,
.yith-quick-view .yith-quick-view-content.woocommerce div.entry-summary .yith_ywraq_add_item_browse_message a.reset_variations {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}

.mg-hiring .elementor-widget-wrap > div {
  margin: 0 20px;
}
.mg-hiring .elementor-toggle .elementor-tab-title {
  margin: 0 0 5px;
  padding: 15px;
  border-bottom: 0;
  background: #f1f1f1;
}
.mg-hiring .elementor-heading-title {
  margin-bottom: 20px;
}
.mg-hiring .elementor-button-wrapper {
  margin-top: 10px;
}

.elementor-form select,
.elementor-form textarea,
.elementor-form input {
  border: 1px solid #e4e5e7 !important;
  background-color: #fff;
  padding: 5px;
}
.elementor-form select:hover,
.elementor-form textarea:hover,
.elementor-form input:hover {
  border-color: #FF5A01 !important;
}
.elementor-form label {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mg__hexagon .elementor-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: inherit;
  font-family: sans-serif;
  list-style-type: none;
  padding-left: 30px;
  margin-right: -140px;
}
.mg__hexagon .elementor-posts .elementor-post {
  position: relative;
  outline: 1px solid transparent;
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
  width: 22%;
  overflow: unset;
  margin-right: 9%;
}
.mg__hexagon .elementor-posts .elementor-post::after {
  content: "";
  display: block;
}
.mg__hexagon .elementor-posts .elementor-post:first-child {
  margin-left: 16.8%;
}
.mg__hexagon .elementor-posts .elementor-post:nth-child(9n+10), .mg__hexagon .elementor-posts .elementor-post:nth-child(9n+5) {
  margin-right: 0;
}
.mg__hexagon .elementor-posts .elementor-post:nth-child(9n+6) {
  margin-left: 16.8%;
}
.mg__hexagon .elementor-posts .elementor-post:nth-child(9n+11) {
  margin-left: 16.8%;
}
.mg__hexagon .elementor-posts .elementor-post:hover {
  transform: scale(1.2);
  z-index: 999;
}
.mg__hexagon .elementor-posts .elementor-post:hover .elementor-post__text {
  opacity: 1;
  transform: scale(1);
}
.mg__hexagon .elementor-posts .elementor-post__thumbnail {
  background: #FF5A01;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  color: #fff;
  overflow: hidden;
  width: 250px !important;
  height: 250px;
  position: relative;
  padding-bottom: 250px;
  margin-top: -158px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mg__hexagon .elementor-posts .elementor-post__thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 99;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mg__hexagon .elementor-posts .elementor-post__thumbnail:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.mg__hexagon .elementor-posts .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
.mg__hexagon .elementor-posts .elementor-post__text {
  position: absolute;
  text-align: center;
  height: 100%;
  padding: 10px 20px;
  opacity: 0;
  bottom: 62px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale(0.8);
  width: 88%;
}
.mg__hexagon .elementor-posts .elementor-post__text a {
  color: #fff;
}
.mg__hexagon .elementor-posts .elementor-post__title {
  font-size: 16px;
}
.mg__hexagon .elementor-posts .elementor-post__meta-data {
  display: none;
}
.mg__hexagon .elementor-posts .elementor-post img {
  position: absolute;
  object-fit: cover;
  right: 4px;
  width: calc(100% - 8px);
  bottom: 4px;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  height: calc(100% - 8px);
}

.mg-4-columns .woocommerce ul.products {
  grid-template-columns: repeat(4, 1fr) !important;
}

/**
* Basic responsive layout
*/
.site-header .header-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*=elementor-page-]) .site-main,
.page-header .entry-title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*=elementor-page-]) .site-main,
.page-header .entry-title {
  width: 100%;
}
@media (min-width: 1200px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1320px;
  }
}
@media (min-width: 1460px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1620px;
  }
}

.site-header.header-full-width {
  max-width: 100%;
}

.site-footer.footer-full-width {
  max-width: 100%;
}

.clearance__shortcode h4 {
  text-transform: uppercase;
  color: #FF5A01;
}
.clearance__percategory {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.clearance__percategory--power-cable-distribution, .clearance__percategory--equipment-hire {
  display: none;
}

.panzoom__buttons {
  position: fixed;
  bottom: 30px;
}
.panzoom__buttons button {
  background-color: #fff;
  margin-right: 5px;
  border-color: #666;
  color: #FF5A01;
}
.panzoom__buttons button:focus-visible, .panzoom__buttons button:active, .panzoom__buttons button:visited, .panzoom__buttons button:target, .panzoom__buttons button:focus, .panzoom__buttons button:hover {
  border-color: #FF5A01;
  color: #fff;
  background-color: #FF5A01;
  outline: 0;
}

.contact-form-7 label {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-form-7 p {
  width: 100%;
}
.contact-form-7 input[type=date], .contact-form-7 input[type=email], .contact-form-7 input[type=number], .contact-form-7 input[type=password], .contact-form-7 input[type=search], .contact-form-7 input[type=tel], .contact-form-7 input[type=text], .contact-form-7 input[type=url], .contact-form-7 select, .contact-form-7 textarea {
  width: calc(100% - 20px);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.youtube_video {
  min-height: 400px;
  margin-bottom: 30px !important;
}

/* ####################################
           SITON STYLES 
####################################### */
.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled {
  opacity: 0.2;
}

#vid_frame {
  height: 400px;
}

#extra {
  position: relative;
  margin: 30px 0;
}

/* Zoom In on hover */
.vid-thumb {
  overflow: hidden;
  display: block;
  width: auto;
}

.vid-thumb img {
  display: block;
}

.swiper-slide:hover .desc {
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}

.vid-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vid-thumb:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* #####################
      SWIPER STYLES
#######################*/
.swiper-container-videos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  top: 0px;
}

.swiper-container-videos .swiper-slide a {
  text-decoration: none;
  font-size: 14px;
  color: #1f2f3c;
}

@media only screen and (max-width: 800px) {
  .swiper-container-videos .swiper-slide a {
    font-size: 11px;
    line-height: 14px;
  }
}
.swiper-container-videos .selected.swiper-slide a .desc {
  color: #721e2e;
  font-weight: bold;
}

.swiper-container-videos .selected {
  border-bottom: 1px solid #c4c4c4;
}

/*  
slidesPerView: "auto" so the width of each slide set by CSS */
.swiper-custom-prev,
.swiper-custom-next {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 50%;
  z-index: 100;
  display: inline-block;
  cursor: pointer;
  transform: translateY(-50%);
  line-height: 1px;
  border: 0;
  border-radius: 0px;
  background-color: #FF5A01 !important;
}

.swiper-custom-prev {
  right: auto;
}

.swiper-container-videos .swiper-slide {
  width: calc(33% - 10px);
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  border: solid 1px #fff;
}

.swiper-container-videos .swiper-slide a .desc {
  margin-top: 3px;
  margin-bottom: 3px;
}

.swiper-container-videos .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #b4234c;
}
.gallery_cube .elementor-heading-title {
    cursor: pointer;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}


.contact-page-form input[disabled], .contact-page-form select[disabled], .contact-page-form textarea[disabled],.contact-page-form button[disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}

.elementor-field-type-submit .wpcf7-spinner{
	display: none;
}

.elementor-field-type-submit p{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.custom-contact-loader{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 flex-direction: column-reverse;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 cursor: not-allowed;
 z-index: 9999;
}

.wpcf7-form-control-wrap{
	display: block;
}

.wpcf7-form-control-wrap.sending:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    z-index: 99;
    display: block;
    top: 0;
    left: 0;
}
.banner__box--desktop{
	display:block;
}

.banner__title--nobox.banner__title h1,
.banner__title--nobox.banner__title h2 {
    font-size: 3em;
    font-weight: 500;
    text-shadow: 2px 2px #000;
    max-width: initial;
    text-transform: uppercase;
}
.banner__title--nobox.banner__title h1:after,
.banner__title--nobox.banner__title h2:after {
    display:none;
}
/* target tablet */
@media (max-width: 800px) and (min-width: 425px) {
	.banner__box--mobile{ 
		overflow:hidden;
		max-height:150px;
	}
	.banner__box--mobile h1{
		padding:0;
		margin:0;
	}
}

.banner__box--mobile{
	display:none;
}
@media only screen and (max-width: 800px) {
	.banner__box--desktop{
		display:none;
	}
	.banner__box--mobile{
		display:block;
	}
}
.banner__img{
	width: 100%;
    vertical-align: middle;
}
.banner__title {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.banner__title h1,
.banner__title h2 {
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    max-width: 450px;
    font-size: 40px;
    color: #fff;
    padding: 15px 30px;
	text-transform: uppercase;
}
.banner__title h1:after,
.banner__title h2:after {
  background: #FF5A01;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg); 
	-o-transform: skew(-25deg); 
	z-index: -1;
}
.banner__box--mobile .banner__title h1:after,
.banner__box--mobile .banner__title h2:after {
display:none
}
.banner__box--mobile .banner__title h1, 
.banner__box--mobile .banner__title h2 {
    font-size: 30px;
}
.nolink > a {
    pointer-events: none;
}
@media only screen and (max-width: 800px) {	
	.nolink > a {
    	pointer-events: auto;
	}
}

.site-navigation-toggle-holder.elementor-active + div#mobile-navigation{
	display:block;
}
.main-header{
    position: relative;
}
#mobile-navigation {
    width: 100%;
    background: #eee;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
	top: 85px;
	display:none;
	    z-index: 99999999
}
@media (min-width:991px) {
	#mobile-navigation {
		display:none;
	}
}
#mobile-navigation ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#mobile-navigation ul li {
  display: block;
  width: 100%;
  vertical-align: middle;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#mobile-navigation ul li.open > a > i {
  transform: rotate(90deg);
}
#mobile-navigation ul li.open > a > i:not(:hover) {
  color: #FF5A01;
}
#mobile-navigation ul li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  padding: 14px 60px 14px 25px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  outline: 0;
}
#mobile-navigation ul li a:hover {
  color: #FF5A01;
}
#mobile-navigation ul li a span {
  display: inline-block;
}
#mobile-navigation ul li a i {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  touch-action: manipulation;
}
#mobile-navigation ul li a i:hover {
  background-color: #FF5A01;
  color: #fff;
}
#mobile-navigation ul li a i .fa-angle-left,
#mobile-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
#mobile-navigation ul ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
}
#mobile-navigation ul ul li {
  border-bottom: none;
}

.elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF!important;
    background-color: #FF5A01!important;
}
#clearance-section ul.products li.product .cart .button:hover,
.elementor-button:hover {
    background-color: #dfdcde!important;
    border-color: #dfdcde!important;
    color: #515151!important;
	outline: solid 1px #dfdcde !important;
}
@media (min-width: 768px) {
	#aboutus__cube{
		min-width: 488px;
	}
}
.elementor-widget-be-filter-gallery .elementor-heading-title {
    text-shadow: 1px 1px #000;
}
.elementor-posts .elementor-post__avatar {
    display: none;
}
.elementor-button-text {
    word-break: break-word;
}
.inner_banner .inner_banner--heading h1 {
    font-size: 3em;
    font-weight: 500!important;
    text-shadow: 2px 2px #000;
}
@media (max-width: 768px) {
.inner_banner .inner_banner--heading h1 {
	font-size: 24px;
    transform: translate(0%, -50%)!important;
    left: 0!important;
	width: 100%;
	}
}
label.prdctfltr_ft_equipment-hire {
    display: none!important;
}
.product__listing .woocommerce ul.products li.product {
    min-height: 370px;
}
.page-id-38522 .single_add_to_cart_button{
display: none!important;
}
.site-navigation ul#menu-header > li.menu-item-has-children:after {
    display:none;
}
.site-navigation ul#menu-header > li.menu-item-has-children {
  	padding-right: 0!important;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 20px!important;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    right: 15px!important;
}
#primary.search-page {
    margin-bottom: 100px;
}
#primary.search-page .elementor-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
header.page-header {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget__slogan {
    background-image: linear-gradient(to right, #FF7C49 0%, #FF5A01 100%);
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
	font-size:25px;
}
@media (min-width: 920px) {
	.widget__slogan {
		font-size:30px;
	}
}
@media (min-width: 1200px) {
	.widget__slogan {
		font-size:35px;
	}
}
.request-success {
    position: absolute;
    top: -25px;
    font-size: 20px;
    color: #FF5A01;
	display:none;
}
.request-success span.item {
    font-weight: bold;
}
.popup-content-box {
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .yith-ywraq-add-to-quote .request-success .button {
    font-size: 16px;
    width: auto!important;
    padding: 10px 20px;
    border-radius: 5px;
}
  .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:99999;
}

.popup-content {
  background-color: white;
  width: 400px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
i.closePopupBtn {
    position: absolute;
    top: -5px;
    right: -6px;
}

.woocommerce-product-details__short-description{
	padding-bottom: 20px;
}

.panzoom-element{
	height: 100%;
	display: flex;
	align-items:center;
}

.panzoom-element img{
	max-height: 100%;
}

.term-dq-staging-carpeted-non-slip .banner__title h1{
	max-width: 500px;
}
.term-projector-screens .banner__title h1{
	max-width: 350px;
}


.elementor-slideshow__title{
	display: none;
}


@media (min-width: 1600px) {
    .elementor-widget-be-filter-gallery .elementor-heading-title a {
        font-size: 25px!important;
    }
}


.site-navigation-toggle-holders {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}
#mobile-navigation.show {
    display: block;
}
@media (min-width:1200px) {
	.site-navigation-toggle-holders {
    display: none;
	}
}

.site-navigation-toggle-holders .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #fff
}

.site-navigation-toggle-holders.elementor-active .site-navigation-toggle i:before {
    content: "\e87f"
}
.page-id-39430 .yith-quick-view .single_add_to_cart_button {
    display: inline-block !important;
}

#yith-ywrq-table-list .product:not(.product_cat-clearance) .add_to_cart_button,
#yith-ywrq-table-list .product:not(.product_cat-clearance) .product_type_simple,


#yith-ywrq-table-list .product-subtotal,
#yith-ywrq-table-list .product-price,
#yith-ywrq-table-list .woocommerce ul.products li.product:hover .woocommerce-loop-product__link {
	display:table-cell !important;
}

#gallery-recent-projects-widgets {
	background: #FF5A01;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    color: #333;
    overflow: hidden;
    width: 250px !important;
    height: 250px;
    position: relative;
    padding-bottom: 250px;
}
#gallery-recent-projects-widgets h2{
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0% 50%;
    text-transform: uppercase;
}
#gallery-recent-projects-widgets::before {
	content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    object-fit: cover;
    right: 3px;
    width: calc(100% - 6px);
    bottom: 3px;
    background: #fff;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    height: calc(100% - 6px);
}
#gallery-recent-projects-widgets:hover::before {
	background: #d05a30;
}
#gallery-recent-projects-widgets:hover a {
	color: #fff;
}
@media only screen and (max-width: 1050px) {
	#gallery-recent-projects-widgets {

		width: 170px !important;
		height: 170px;
		padding-bottom: 170px;
	}
}