/** Product section */
.product-info{
  padding-left: 485px;
  position: relative;
  width: 100%;
  min-height: 510px;	
}
.variations_form{ width: 100%;margin:20px 0 -10px 0;}	
.variations_form tr{
	margin-bottom: 16px;
}
.variations_form td{
	padding-bottom: 15px;
}
.variations_form td.label{
	font-family: Basier-Circle-B;
    font-weight: 500;
	font-size:16px;
    line-height: 24px;
    letter-spacing: -0.011em;
	color:#243D4C;
}
.variations_form select{	
-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 368px;
	height: 46px;
	border-radius: 6px;
	border: 1px solid #a7b1b7;
	font-size: 16px;
	outline: none;
	font-family: basier-circle,sans-serif;
	color: rgba(102, 102, 102, 1);
	padding-left: 15px;
	padding-right: 25px;
    background: url(../img/var-select-ico.png) no-repeat center right 15px;	
	background-size: 8px;
 	min-width: 100%;
	margin: 0 0 0 40px !important;
}

.variations_form select .attached,option{
	font-family: basier-circle,sans-serif;	
}

.single-product-entity section p,
.single-product-entity section a,
.single-product-entity section li,
.single-product-entity section tbody {
    font-size: 16px;
}
.single-product-entity section ol {
    padding: 0 15px 20px;
}
.single-product-entity section table {
   margin-top: 20px;
}
.single-product-entity section td:first-of-type{
    padding-right: 20px;
}
.transparent-buttons a {
    line-height: 20px;
}
a.button {
    color: #243d4c !important;
}
.single-product-entity section strong,
.single-product-entity section b {
    font-family: Basier-Circle-B;
    /*font-weight: 500;*/
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.011em;
}
.single-product-entity section .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.single-product-entity section .wrapper {
    display: flex;
	width: 100%;
    flex-direction: row;
    gap: 20px;
    padding: 35px 0 40px 0;
}
.page-crumbs span {
    font-size: 14px;
    color: rgba(80, 100, 112, 1);
}
.text span{
    font-size: 14px;
}
.product-image-text p {
    font-size: 14px !important;
    color: rgba(36, 61, 76, 1) !important;
}
.column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 35px 0 40px 0;
    align-items: center;
}
.mobile-crumbs, .product-image-text-mobile{
    display:none;
}
.col-2>.wrapper {
    padding: 0 !important;
	gap: 45px !important;
	justify-content: center;
}
.product-top {
    display: flex;
    gap: 20px;
    padding-top: 100px;
	flex-direction: column-reverse;
}
.crumbs {
    font-size: 14px;
    margin-bottom: 0;
    align-items: center;
    color: #243d4c;
    display: flex;
    gap: 15px;
}
.page-crumbs{
	line-height: 20px;
}
.arrow{
	margin-right: 2px;
}
.text{
	white-space: nowrap;
}
.crumbs a {
    font-size: 14px !important;
    text-decoration: none;
}
.back-crumb {
    border: 1px solid #A7B1B7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Basier-Circle-M';
    padding: 8px 10px;
    color: #506470;
}

h1.product-title {
    font-family: Basier-Circle-B;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.021em;
    text-align: left;
    color: rgba(36, 61, 76, 1);
    margin: 20px 0;
}
 
h2.section-title {
    font-family: Basier-Circle-B;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.019em;
    color: rgba(36, 61, 76, 1);
}

h3.secondary-title{
    font-size: 18px;
    font-family: Basier-Circle;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.014em;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}
.product-image-text {
  display: flex;
  background-color: rgba(195, 221, 215, 1);
  border-radius: 6px;
  padding: 10px 20px 10px 20px;
  width: 370px; 
  align-items: center;  
  position: absolute;
  top: 390px;
  left: 95px;	
  justify-content: center;
  height: 67px;
}

.append-variation{	
  font-size: 16px;
  font-family: Basier-Circle-B;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.011em;
  margin: -10px 0 20px 0;
  display: block;
  clear: both;
}

.product-image-text .brand-image{  
  width: 82px; 
  height: 82px;   
  display: flex;
}
	
.product-image-text img{
	 scale: 1.5;
}
.product-image-text img[src*="eagle.svg"] {
	 scale: 1;
}
.product-image-text p {
    font-size: 14px;
    font-family: Basier-Circle;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.006em;
    text-align: left;
	color: #243D4C;
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 
.product-main-image {
    border: 1px solid rgba(221, 220, 215, 1);
    margin-bottom: 20px;
}

.product-gallery {
    width: 465px;
    display: flex;
    gap: 15px;
    position: absolute;     
    top: 0;
    left:0;
}
	
.add-button {
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #bf430e;
    border: 1px solid #bf430e;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 20px;
    letter-spacing: 0.011em;
    font-family: Basier-Circle;
    cursor: pointer;
}

.alternative-button {
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #bf430e;
    border: 1px solid #bf430e;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 20px;
    letter-spacing: 0.011em;
    font-family: Basier-Circle;
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
}

.add-spare-button {
    height: 50px;
    font-size: 16px;
    color: #BF430E;
    background-color: #fff;
    border: 1px solid #BF430E;;
    border-radius: 6px;
	margin-top: 20px;
    padding: 0 20px;
    line-height: 24px;
    letter-spacing: 0.011em;
    font-family: Basier-Circle;
    cursor: pointer; 
}
.product-buttons.has-alternative .transparent-buttons .button-transparent:last-child{display: none;}		
.product-buttons.disabled .add-button,.button.disabled {
  background-color: #ecc6b6;
  border-color: #ecc6b6;
  color: #fff;
  pointer-events: none;
}

.product-buttons.discontinued .add-button {
  background-color: #bcbcbc;
  border-color: #bcbcbc;
  color: #fff;
  pointer-events: none;
}

.product-buttons.disabled .button-transparent{
	opacity: .7;
	pointer-events: none;
}	

.interested-select.discontinued .button-transparent.interested-quote{
	opacity: .7;
	pointer-events: none;
}	

.interested-select > span{color:#506470;display: none;}
.interested-select > span a{font-size: 18px; text-decoration: underline;}
.interested-select.disabled > span{display:block;text-align: center;}	
.interested-select.disabled .button-transparent{display:none;}		

.button {
    font-family: 'Basier-Circle-M';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.176px;
    width: fit-content;
    border-radius: 8px;
    min-height: 50px;
    border: 1px solid #243d4c;
    padding: 12px 21px 12px;
    margin-top: 15px;
    transition: all .3s;
    word-break: break-word;
}

a.button:visited {
    color: rgba(36, 61, 76, 1) !important;
}

a.button:hover {
    background: #243d4c;
    color: #fff !important;
}

.button-wrapper {
    display: flex;
    justify-content: center;
}
.transparent-buttons{
    display: flex;
    gap: 30px;
}
.button-transparent {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

a.button-transparent {
    font-size: 16px !important;
    color: rgba(80, 100, 112, 1) !important;
    text-decoration: none;
    letter-spacing: -0.001em;
}

.col-2>.wrapper>a.button-transparent {
    letter-spacing: -0.014em;
}

.product-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
}
	
.purchase-note{
	margin-top: 25px;
    display: flex;	
    font-family: basier-circle-m;
	color: #333333;
}

.woocommerce-variation-description{display: none;}

.product-images {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.product-description {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}

.product-description p {
    font-size: 16px;
}

/** Product gallery slider */
.swiper-wrapper {
    flex-direction: row;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-container.gallery-top .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	padding: 10px;
}

.gallery-thumbs {
    display: flex;
    width: 100px;
    height: 330px;
    margin: 20px 0 20px 0 !important;
}

.gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #DDDCD7;
    width: 75px;
   
}

.gallery-thumbs .swiper-slide-active {
    border: 1px solid #243D4C;
}

.gallery-thumbs .swiper-slide:hover {
    border: 1px solid grey;
}

.gallery-thumbs .swiper-slide.is-video:after {
  content: '';
  width: 34px;
  height: 34px;
  background: url("../img/play-icon.svg") no-repeat center center;
  position: absolute;
  background-size: contain;
}
.slide-video{width:100%; height:100%;}	
.gallery-top .slide-video{background: #000;}	
.slide-video:after{width:100%; height:320px;content: '';position: absolute;left: 0;}		
.slide-video iframe{width: 100%;height: 100%;padding: 10% 0;border:0;}		
	
.gallery-top {
    float: right;
    width: 100%;
    height: 368px;
    border: 1px solid #DDDCD7;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	padding: 1px;
}

.product-gallery .swiper-button-prev {
    position: absolute;
    top: -10px;
    background: url("../img/slider-arrow-down.svg") #fff no-repeat center center;
    background-size: 18px;
    transform: rotate(180deg);
    width: 75px;
    height: 30px;
    left: 0;
    margin: 0;
    transition: all .25s;
    z-index: 1;
}

.product-gallery .swiper-button-next {
    position: absolute;
    background: url("../img/slider-arrow-down.svg") #fff no-repeat center center;
    background-size: auto;
    background-size: 18px;
    width: 75px;
    height: 30px;
    left: 0;
    transition: all .25s;
    bottom: -10px;
    margin: 0;
    top: auto;
    z-index: 1;
}

.product-gallery .swiper-button-next:hover,
.product-gallery .swiper-button-prev:hover {
    opacity: .5;
}
	
.product-gallery .swiper-button-disabled{visibility: visible;}

.product-gallery-slides {
    width: 370px;
    display: flex;
    flex-direction: column;
}

.gallery-thumbs>.swiper-wrapper>.swiper-slide img {
    height: auto !important;
    width: 60px !important;
}

.swiper-button-prev {
    position: absolute;
    top: 0px;
    background-size: 18px;
    transform: rotate(90deg);
    width: 70px;
    height: 30px;
    transition: all .25s;
}

.swiper-button-next {
    position: absolute;
    top: 400px;
    background-size: 18px;
    width: 70px;
    left: 0;
    height: 30px;
    transition: all .25s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

/** Pop up gallery*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-gallery {
    align-items:center;
}
.close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background-image: url(../img/x-close-icon.svg);
}
.swiper-container.gallery-fullscreen .swiper-slide img {
    max-width: 100%;
    max-height: 600px;
    display: block;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border: 1px solid #A7B1B7;
    object-fit: contain;
}
.swiper-container.gallery-fullscreen .swiper-slide .slide-video{
    max-width: 800px;
    height: 600px;
    display: block;
    margin: auto;
}
.product-gallery .swiper-button-next-gallery-fullscreen, .product-gallery .swiper-button-prev-gallery-fullscreen{
    position: absolute;
    background: url(../img/slider-right.svg)  no-repeat center center;
    top: var(--swiper-navigation-top-offset,53%) !important;
    background-size: 73px 73px !important;
	width: calc(var(--swiper-navigation-size)/ 44 * 27) !important;
	height: var(--swiper-navigation-size) !important;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10 !important;	
    right: 10px;
}
.product-gallery .swiper-button-next-gallery-fullscreen{
    right: 10px;
}
.swiper-button-prev-gallery-fullscreen{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 10px;
}

/** Product details section  */

.product-details { 
    background-color: rgba(241, 241, 239, 1);
}
.description {
    width: calc(75% - 20px);
    margin-top: 10px;
}
.description p {
    margin-bottom: 20px;
}
.description p:last-of-type {
    margin-bottom: 0;
}
.description h2,.description h3, .description h4 {
	font-family: Basier-Circle-B !important;
    font-weight: 700 !important;
	color:#333333 !important;
}
.description h2{
    font-size: 20px !important;
    letter-spacing: -1.7% !important;
    line-height: 26px !important;
}
.description h3{
    font-size: 18px !important;
    letter-spacing: -1.4% !important;
    margin-bottom: 3px !important;
    line-height: 24px !important;
}
.description h4{
	font-size: 16px !important;
    letter-spacing: -1.1% !important;
    line-height: 24px !important;
}
.description>.section-title {
    font-family: Basier-Circle-B;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-bottom: 10px;
    color: rgba(36, 61, 76, 1);
}
.description-list {
    display: flex;
}

.description > p > span > img {
    width: 100%;
}
a.orange_white{   
	margin-bottom: 0 !important;
	padding: 12px 20px;
	line-height: 22px !important;
	height: auto !important;
	text-align: center;
	min-height: 50px;
}
h4.testimonial-title {
    font-family: basier-circle-b;
    color: rgba(36, 61, 76, 1);
}
.testimonial-content a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.jump-to-details>a::before,
.testimonial-content>a::before {
    content: "";
    display: inline-block;
    background: url('../img/icon-jump.svg') no-repeat center center;
	background-size: contain;
    width: 15px;
    height: 15px;
	margin-top: 1px;
}
.jump-to-details {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 14px 20px 24px 20px;
    border-radius: 6px;
    gap: 10px;
    margin-top: -4px;
}
.jump-to-details a {
    color: rgba(36, 61, 76, 1);
    display: flex;
    line-height: 17px;
    gap: 10px;
    align-items: flex-start;
    text-decoration: none;
}
.jump-to-details > .section-title {
    color:#506470;
	margin-bottom: 5px;
}

/** Product table */

.description table {
    width: 100%;
    font-size: 16px;
    border-spacing: 0;
}
.description table tr:first-child {
    background: #c3ddd7;
    font-family: basier-circle-b,sans-serif;
    padding: 10px 20px;
}
.description table tr:nth-child(2n) {
    background: #fff;
}
.description table tr {
    height: 39px;
}
.description table tr:first-child td {
    border-top: 2px solid #999;
}
.description table tr:last-child td {
    border-bottom: 2px solid #999;
}
.description table tr td:first-child {
    border-left: 2px solid #999;
}
.description table tr td:last-child {
    border-right: 2px solid #999;
}
.description table tr td {
    border: 1px solid #999;
    padding-left: 10px;
}
.description table tr:first-child td:last-child {
    border-top-right-radius: 6px;
}
.description table tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
.description table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
.description table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
.description th,td {
    border-style: none;
    padding-left: 0;
}
.description th:first-child,td:first-child {
    text-align: left;
}
.single-product-entity section table {
    margin-top: 20px;
    margin-bottom: 20px;
}
/** Product extra */

.specifications,
.benefits {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.specifications p {
    border-bottom: 1px solid rgba(211, 216, 219, 1);
    padding: 8px 0;
}
.specifications p:last-of-type {
    border-bottom: none;
}

.specifications p img{float:left;margin-right: 8px;}	
	
.specifications>.section-title,
.benefits>.section-title {
    margin-bottom: 15px;
}

.description ul {
    list-style: disc !important;
    margin-left: 15px !important;
    margin-bottom: 20px;
}
/** Specs section */

.specifications a,
a.document-name,
a.standard-link {
    text-decoration: underline !important;
    font-size: 16px;
    color: rgba(80, 100, 112, 1);
}

.documents,
.standards-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.search-bar-elements{
    margin-top: 20px;
}
.list a::before {
    content: "•";
    padding: 0 13px;
    position: absolute;
    left: 0;
}

.list a {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.product-tags a {
    font-family: Basier-Circle;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.006em;
    text-align: left;
    text-decoration: none;
	color: #506470;
	margin-top: 7px;
}
.product-tags {
    margin-top: 10px;
}
.documents a::before {
    content: "";
    width: 12px;
    height: 16px;
    padding-right: 20px;
    background-position: 50%;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/pdf-logo.svg);
}
.product-documents:empty, .product-standards:empty{
    margin-right: -20px;
    display:none;
}
.product-documents , .product-standards{
    flex: 1;
    flex-basis: 25%; 
}
.search input {
    background-color: rgba(248, 248, 247, 1);
}

.search-bar-elements {
    padding: 20px;
    border: 1px solid rgba(80, 100, 112, 1);
    border-radius: 6px;
}

.search button {
    width: 30%;
    height: 48px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #243d4c;
    font-size: 16px;
    font-family: basier-circle-m;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.search input {
    height: 48px;
    color: #333;
    border-radius: 6px;
    border: 1px solid #a7b1b7;
    padding: 0 15px;
    font-size: 16px;
    outline: none;
    font-family: basier-circle;
    letter-spacing: -.011em;
    width: 100%;
}
	
.product-specs .search{
    width: 100%;
}

.product-specs div + .search{
    width: 562px;
}	
	
.search-label {
    display: flex;
    gap: 20px;
}

.swiper-spares .swiper-slide .legend{margin-top: 10px;}
.swiper-spares .swiper-slide .legend p{
	font-size: 12px; 
	color: #506470;
	margin: 5px 0 0 0;
    display: flex;
}	 
.swiper-spares .swiper-slide .legend span{
	margin-left:  6px;
}
	
	
/** Product video */
.product-video {
    background-color: rgba(195, 221, 215, 1);
}

.video-wrap {
  position: relative;
  padding-bottom: 42%;
  height: 0;
   width: 100%;	
  max-width: 850px;
  margin: 0 auto;
}	
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	
.product-video>.container > .section-title {
    margin-bottom: 20px;
}

.wp-video {
    margin: auto;
    width: 850px !important;
}

.product-video>.container > .section-title {
    text-align: center;
}
.product-video p{color:#243D4C;}

/** Related products */

.related-products {
    background-color: rgba(241, 241, 239, 1);
}
.col-4 {
    width: 25%;
}
.related-product{text-decoration: none;}	
.related-products>.container>.column-wrapper>.wrapper {
    padding: 0;
}
.related-products>.container>.column-wrapper>.section-title {
    margin-bottom: 10px;
}
.related-product-image img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.related-product-image {
    height: 271px;
    background-color: white;
    border-radius: 0;
    border: 1px solid #dddcd7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .25s;
    overflow: hidden;
    width: 100%;
}
.related-product-image:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(34,60,80,.2);
  box-shadow: 0 4px 8px rgba(34,60,80,.2);
}
h3.related-product-title {
    font-size: 20px !important;
    font-family: Basier-Circle-B;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.017em;
    text-align: left;
    color: rgba(36, 61, 76, 1);
    margin-top: 10px;
}
.related-product-title {
    font-family: Basier-Circle-B;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.017em;
    text-align: left;
    color: rgba(36, 61, 76, 1);
    text-decoration: none;
}
.related-product-image {
    margin-bottom: 10px;
}

/** Inner bottom line */

.icon-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/BG.svg');
}

.inner-bottom-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    background-color: #E1EEEB;
    align-items: center;
    padding: 11px 17px 11px 13px;
    border-radius: 6px;
}

.inner-text h5 {
    font-size: 24px;
    color: #506470;
}

.inner-bottom-line>.button-wrapper>.button {
    margin-top: 0px !important;
}

.bottom-line>.wrapper {
    display: block !important;
    padding: 40px 20px 40px;
}

/** Testimonials section */
.new-testimonials{
    background-color: rgba(241, 241, 239, 1);
}
.testimonial-buttons-holder{
    align-items: center;
}
.new-testimonials-holder {
    padding: 0 20px;
}
.new-testimonials{
    padding: 0 !important;
}
.testimonial-card {
    width: calc(25% - 15px);
    margin-right: 0;    
}
.new-testimonials-holder{
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0 !important;
}

/** Product faq */
.product-faq {
    background-color: rgba(211, 216, 219, 1);
    border-top: 1px solid rgba(167, 177, 183, 1);
}

.col-2{
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    gap: 10px;
    background-color: white;
    padding: 17px 0 20px 0;
    border-radius: 6px;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/** Accesorries section */

.swiper-spares .swiper-slide p{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #999999;
	margin-top: 10px;
}
	
.accessories-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .25s;
    overflow: hidden;
    height: 271px;
    border: 1px solid #A7B1B7;
}

.accessories-image img {
    max-width: 80%;
    max-height: 80%;
	object-fit: contain;
}
:root {
    --swiper-navigation-size: 100px !important;
}
.slider-categories>.column-wrapper {
    padding: 30px 0;
}
.swiper-overflow-container {
    overflow-x: hidden;
}
.swiper-overflow-container,
.container {
    overflow: visible;
}
.swiper-spares > .col-4 {
    width: calc(25% - 15px);
}
.swiper-spares {
    width: 1180px;
    height: 100%;
    margin: auto;
    padding-bottom: 30px !important;
    padding: 0 20px;
}

.slider-spares {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1450px;
}
.slider-spares::before {
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 52%);
}
.slider-spares::after {
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 52%);
}
.swiper-button-next-spares {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-prev-spares {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    transform: scaleX(-1);
}
.swiper-button-next-spares,
.swiper-button-prev-spares {
    background-image: url('../img/slider-right.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 45%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next-spares:after,
.swiper-button-prev-spares:after {
    display: none !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
}
.swiper-button-disabled {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.swiper-pagination-bullet-active {
    background-color: grey !important;
}
.swiper-pagination-spares {
    position: relative !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
}

/* Responsiveness

Desktop screens */
@media(max-width: 1240px){
	.new-testimonials-holder{
		padding: 0 20px;
	}
    .swiper-spares{
        width: 100% !important;
    }
    .slider-spares::before,  .slider-spares::after{
        width: 100px;
    }
}
@media(max-width: 1100px){
    .add-button, .alternative-button {
        padding: 0 10px;
    }
    .product-gallery {
        width: 405px;
    }
   .product-info {
        padding-left: 420px;
    }
    .product-image-text {
        width: 315px;
    }
    .product-buttons{
        gap: 20px;
    }
    .transparent-buttons{
        gap: 20px !important;
   }
}
/* Super big screens */

@media(max-width: 1024px){
   .page-crumbs{
        margin-top: 10px;
   }
   .product-buttons{
        gap: 20px;
   }
    .product-top {
        padding-top: 100px;
    }
   .product-image-text{
        width: 310px;
   }
   .transparent-buttons > .button-transparent{
        gap: 5px;
   }
   .testimonial-card{
        width: calc(50% - 10px);
        margin-right: 0;
   }
    .documents, .standards-list, .col-4{
        margin-bottom:20px;
    }
    .inner-bottom-line{
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    .swiper-spares > .col-4{
        width: 100%;
    }
    .col-2>.wrapper {
        gap: 30px !important;
        align-content: center;  
    }
    .swiper-spares {
        width: auto;
        padding-bottom: 0px !important;
    }
    .swiper-spares> .col-4 >.swiper-slide{
        width: 30% !important;
    }
    .search-bar-elements{
        margin-top: 20px;
    }
    .search > .section-title{
        width: auto;
    }
   
}
@media screen and (max-width: 985px){
    .product-buttons {
        flex-direction: column;
        align-items: center;
    } 
    .add-button, .alternative-button{
        width: 400px;
    }
}

@media screen and (max-width: 915px) {
    .crumbs{
        display: block;
    }
    .back-crumb{
        display: inline-flex;
    }
    .swiper-spares > .col-4{
        width: 70%;
    }
}

@media screen and (max-width: 870px) {
    .product-info {
        padding-left: 0;
        position: relative;
        width: 100%;
        min-height: auto;
    }
    .product-gallery {
        position: relative;
        width: 100%;
    }
    .gallery-thumbs{
        width: 90px;
    }
    .gallery-thumbs .swiper-slide{
        width: auto !important;
    }
    .product-short-description{
        margin-top: 20px;
    }
    .product-buttons {
        flex-direction: row;
    }
    .add-button, .alternative-button{
        width: auto;
    }
    .product-image-text {
        width: auto;
        margin-left: 90px;
        margin-top: 20px;
        position: initial;
    }
    .product-buttons > a.button-transparent{
        justify-content: center;
    }
    .transparent-buttons > .button-transparent{
        gap: 10px;
    }
    .col-2>.wrapper{
        flex-direction: row;
    }
    .wrapper {
        flex-wrap: wrap;
    }
    .page-crumbs{
        display:block;
        margin: 10px 0 20px;
    }
    .crumbs {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: -30px;
    }
    .product-details > .container > .wrapper{
        display: block;
    }
    .description {
        width: 100%;
        margin-top: 0;  
    }
    .jump-to{
        margin-top: 20px;
    }
    .search{
        width: 100% !important;
    }
    .specifications, .benefits {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .benefits,  .search{
        margin-top: 20px;
    }
    .related-products > .container > .column-wrapper > .wrapper > .related-product {
        width: calc(50% - 10px);
    }
    .col-2 {
        width:100%;
    }
    .swiper-spares > .col-4 {
        width: calc(65% - 20px) !important;
    }
    .swiper-spares> .col-4 >.swiper-slide {
        width: 48%!important;
    }
    .inner-bottom-line{
        flex-direction: column;
        padding: 20px;
    }
}

@media screen and (max-width: 740px) {
    .swiper-container.gallery-fullscreen .swiper-slide img,
    .swiper-container.gallery-fullscreen .swiper-slide .slide-video{
        max-height: 400px;
    }
    .product-gallery .swiper-button-next-gallery-fullscreen {
        right: -10px;
        background-size: 53px 56px !important;
    }
    .product-gallery .swiper-button-prev-gallery-fullscreen {
        left: -10px;
        background-size: 53px 56px !important;
    }
    .swiper-container.gallery-fullscreen .swiper-slide img{
        border: 0px;
    }
}

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

    .product-faq .section-title {
        text-align: center;
    }

    h1.product-title{
        font-size: 25px;
    }
    h3.secondary-title{
        line-height: 21px;
    }
    .inner-text h5 {
        font-size: 20px;
        font-weight: bold !important;
    }
    .crumbs {
        white-space: normal;
    }
    .slider-categories .swiper-spares {
        padding: 0 40px !important;
    }
    .related-products .container {
        padding: 0 40px !important;
    }
    .swiper-spares > .col-4 {
        display: block;
        width: 100% !important;
    }
    .slider-spares {
        position: unset;
    }
    .col-2>.wrapper {
        flex-direction: column;
    }
    .swiper-spares> .col-4 >.swiper-slide {
        width: 100% !important;
        padding-bottom: 20px;
    }
    .slider-spares::before, .slider-spares::after{
        width: 50px;
    }
    .product-buttons{
        flex-direction: column;
    }
    .add-button, .alternative-button{
        width: 100%;
    }
    .transparent-buttons {
        justify-content: center;
    }
    .product-documents, .product-standards {
        flex-basis: auto;
        width: 100%;
    }
    .swiper-button-next-spares,
    .swiper-button-prev-spares {
        display: none;
    }
    a.button-transparent{
        margin-bottom: 10px;
    }
    .variations_form select{
        width: 100%;
        margin: 0 0 0 10px !important;
	}
    .col-4 {
        width:100%;
    }
    .slide-video {
        height: 60%;
    }
    .video-wrap{
        height: 271px;
    }
    .related-products > .container > .column-wrapper > .wrapper > .related-product{
        width:100%;
    }
    .product-faq > .container > .wrapper > .col-2:first-child {
        margin-bottom: 20px;
    }
    .search{
        width: 100%;
        text-align: left;
    }
    .documents, .standards-list, .col-4{
        margin-bottom:20px;
    }
    .inner-bottom-line{
        justify-content: center;
    }
    .new-testimonials .new-testimonials-holder {
        display: flex;
        flex-direction: column;
    }
    .new-testimonials-holder{
        padding:0;
        gap: 0;
    }
    .new-testimonials .testimonial-card {
        flex: 1;
    }
    .testimonial-card{
        width: auto;
        margin: 0 40px 20px;
    }
    .product-faq>.container>.wrapper>.col-2>.wrapper{
        gap: 0 !important;
        margin-top: 10px;
        flex-direction: column;
        padding: 0;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
	
	.popup-gallery > .swiper-slide{
        width: 100% !important;
    }
    .gallery-fullscreen{
        width: 85%;
    }
    .swiper-container.gallery-fullscreen .swiper-slide img{
        padding: 10px;
    }
    .swiper-container.gallery-fullscreen .swiper-slide .slide-video {
    height: 325px !important;
    }
    .popup-gallery .swiper-slide {
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        padding: 30px;
    }
    .popup-gallery .swiper-slide img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .swiper-spares .swiper-slide .product-all-tags  {
        display: none;
    }
    .related-products {
        background-color: unset;
    }
    .related-products .related-product {
        margin-bottom: 0px !important;
    }
    .new-testimonials{
        background-color: #F1F1EF !important;
    }

}
@media screen and (max-width: 500px){
    .product-image-text {
        margin-left: 85px;
    }
    .product-faq>.container>.wrapper>.col-2>.wrapper{
        flex-direction: unset;
    }
    .single-product-entity .product-faq .wrapper {
        justify-content: space-around;
    }
}
@media screen and (max-width: 430px){
    .orange_white {
        width: auto;
        white-space: pre-line;
        text-align: center;
        height: 55px !important;
        line-height: 25px !important;
    }
}
@media screen and (max-width: 400px){
    .search-label{
        /*flex-direction: column;*/
    }
    .search input{
        font-size: 14px;
    } 
    .search button{
        width: 20%;
        padding: 0px;
    }
    .search input {
        width: 80%;
    }
    .swiper-pagination-bullets {
        position: relative !important;
        max-width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 340px){
    .col-2{
        padding: 20px;
    }
    .col-2 > h2.section-title{
        text-align: center;
    }
    .jump-to-details>a::before, .testimonial-content>a::before{
        width: 24px;
    }
    .transparent-buttons {
        align-items: center;
        flex-direction: column;
        gap: 10px !important;
    }
}
@media screen and (max-width: 280px){
    .product-image-text {
        margin-left: 75px;
    }
    .col-2 {
        padding: 16px;
    }
}
.mini-cart-custom .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    padding: 0;
}
