.iscwp-gallery-slider button.slick-arrow{
	display:none !important;
}
.sliderInnerData {
    color: #fff;
    letter-spacing: 1.13px;
    line-height: 26px;
    text-shadow: 0 2px 9px rgb(0 0 0 / 40%);
    margin-top: 8px;
		font-size: 17px;
	left: 100px;
    font-weight: 400 !important;
}
.sliderInnerData h1 {
	font-family: 'Codec Warm Trial', sans-serif;
    font-size: 55px;
    line-height: 1.24;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    color: #fff;
    font-variant: no-common-ligatures;
	margin-bottom: -30px;
}
.sliderInnerData .pollo-draw-btn {
	    height: 40px;
    width: 209px;
    min-width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
		font-family: 'Montserrat' !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
.sliderJsProducts .icon-wrapper {
    z-index: 7;
    position: absolute;
    bottom: 75px;
    left: 100px;
}
.swiper-pagination-bullet-active {
	background: white !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	opacity: 1;
}

/* Develops - 02/05/2024 */
#content.products .product-benefits-wrapper .item {
    position: relative;
    margin-bottom: 30px;
}
#content.products .product-benefits-wrapper .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #content.products .product-benefits-wrapper .item {
        padding-top: 60px;
        min-height: 200px;
        margin-top: 20px;
    }
	
    #content.products .behind-tripolar-wrapper .item .title {
        font-size: 10px;
    }
	#breadcrumbs {
		
	}
}

.get-more-info-wrapper .button-wrapper .pollo-draw-btn-X {
    padding: 6px 63px;
    font-weight: 800;
    margin: 0px auto;
    display: table;
    background-color: #000;
    color: #fafafa;
    transition: all 0.4s ease-in-out;
    position: relative;
    min-width: 280px;
    border: 1px solid rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
.get-more-info-wrapper .button-wrapper .pollo-draw-btn-X:hover {
    background-color: transparent;
    color: #000;
}
/* Page Template */
.page-template-default .page#content {	
    padding-top: 73px;
}
.page-template-default .page#content p {	
    margin-bottom: 20px;
}
.page-template-default .page#content .pollo-main-title {
	text-align: left;
	margin: 20px 0 20px;
}
.page-template-default .page#content  {
    word-break: break-word;
}
/* Footer */
@media screen and (min-width: 768px) {
	#footer {
    padding-bottom: 70px;
	}
	#footer .footer-main {
    padding-top: 27px;
    border-top: 1px solid #fff;
    margin-top: 27px;
	}
	#footer .footer-menu {
    margin: 0;
    width: 20%;
	}
	#footer .footer-menu + .footer-menu {
    margin: 0;
    width: 20%;
	}
	#footer .copyrights {
    border-top: 1px solid #fff;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
	}
	#header .menu-container #menu-main-menu > li {
			margin-left: 24px;
			padding-right: 24px;
	}
	body.no-touch #header .menu-container #menu-main-menu > li:hover ul {
    width: 200%;
	}
}
@media screen and (max-width: 767px) {
    .copyrights {
        margin-top: 30px;
    }
}

#footer .contact .social-icons .social-icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
#footer .contact .social-icons .social-icon svg path {
    transition: all 0.4s ease-in-out;
}
#footer .contact .social-icons .social-icon:hover svg path {
    fill: #000;
    transition: all 0.4s ease-in-out;
}

/* Header Adjustments */
body.no-touch #header .menu-container li:hover > a {
    font-weight: 500;
}
#header .menu-container .header-btn {
    background: #000;
    color: #fff;
}
@media screen and (min-width: 1024px) {
	#header .logo {
    width: 190px;
	}
	#header .menu-container {
    width: calc(100% - 190px);
		display: flex;
		align-items: center;
		justify-content: end;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	#header .menu-container #menu-main-menu > li:first-child {
    padding-left: 0;
	}
	#header .menu-container #menu-main-menu > li {
		margin: 0;
		padding: 0 10px;
    font-size: 12px;
	}
	#header .menu-container .header-btn {
        margin-left: 20px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1400px) {
	#header .menu-container #menu-main-menu > li:first-child {
    padding-left: 0;
	}
	#header .menu-container #menu-main-menu > li {
		margin: 0;
		padding: 0 15px;
	}
	#header .menu-container .header-btn {
        margin-left: 30px;
	}
}