/*.products .product .product-image:before{
content: "Quick view";
    display: block;
    background: rgb(34 34 34 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
        transition: all .3s ease-out;
        opacity: 0;
}*/


.products .product .product-image{
   position: relative;
       margin: 0 0 1em;
}

.products .product .product-image img{
       margin: 0;
}

.products .product .woocommerce-LoopProduct-link:hover .product-image:before{
  opacity:1;
}

.quick-order-qty {
    border: 1px solid #D3D3D3;
    width: 90px;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 8px;
}

.quick-order-qty > a {
  display: inline-block;
  width: 10px;
}

.quick-order-qty > input {
    display: inline-block;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
    padding: 5px 0;
}

.quick-order-save-update {
    display: none;
    color: #fff !important;
    background: #222;
    padding: 10px 10px;
    width: 95px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50px;
}

.eks{
    max-width: 50px;
    text-align: center;
    padding: 0;
}



.page-template-quick-order .cart-fill {
    max-width: 1000px;
}



@media (min-width: 768px){
   .pricings{
    padding: 0;
  
    width: 12%;
}


.product-quantity {
    width: 23%;
}
}

@media (min-width: 1031px){
.product-quantity{
    width: 21%;
}
}

@media (max-width: 1030px){
    .eks {
    max-width: 20px;
}


}

@media (max-width: 949px){
 .quick-order-save-update {
    margin-top: 15px;
}

}

@media (max-width: 767px){
    .pricings{
        padding: 0 10px 10px!Important;
    }
    
    .product-quantity{
        padding: 0 10px 10px!Important;
    }
    
    .quick-order-wrapper{
        display: inline-block;
    }
    
    .quick-order-save-update {
       margin-top: 0px;
    font-size: 9px;
    font-weight: 400;
    width: 80px;
    padding: 8px 8px;
}

.quick-order-qty > input {
    width: 35px;
    font-size: 12px;
}

.quick-order-qty svg{
    width: 10px;
}

.quick-order-qty {
    width: 80px;
    padding: 2px 3px;
}

p.quantity-text{
         text-transform: none!important;
    font-size: 12px!important;
    padding-right: 10px;
}

}





/* Team Styles */
.our-teams-search-wrapper {
    max-width: 390px;
    margin-left: auto;
    position: relative;
}

.our-teams-search-wrapper input {
    background-color: #eee;
    border: none;
    outline: 0;
    border-radius: 100px;
    padding: 0 25px;
    height: 56px;
    font-size: 14px;
    color: #646464;
    width: 100%;
}

.our-teams-search-wrapper svg {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.our-team-filtering a {
    color: #222222;
    text-decoration: none;
    font-size: 28px;
    font-weight: 900;
}

.our-team-filtering a.active, .our-team-filtering a:hover {
    color: #4DB848;
}

.our-team-filtering {
    gap:  30px;
}
.our-team-item{
    padding-bottom:  calc(var(--bs-gutter-x) * .5);
}
.our-team-filters-container {
    margin-bottom: 40px;
}

.our-team-item-detail {
    padding-top: 30px;
}

h4.our-team-item-name {
    color: #222222;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
}

p.our-team-item-position {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}
.isotope-pager-wrapper {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.isotope-pager {
    border-radius: 100px;
    background-color: #EEEEEE;
    padding: 19px 25px;
    display: flex;
    gap: 15px;
}

.isotope-pager a {
    text-decoration: none;
    color: #222222;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.isotope-pager a.active, .isotope-pager a:hover {
    color: #4DB848;
}

.our_team-section .our-team-filters-container .col-12 {
	margin-top: 24px;
}

/* Our Team Page Mobile Responsiveness */
@media (max-width: 767px) {
	.our-team-filtering {
		gap: 15px 30px;
		flex-wrap: wrap;
	}
	.our-team-filtering a {
		font-size: 16px;
	}
	.our-team-item-detail {
		padding-top: 15px;
	}
	h4.our-team-item-name {
		font-size: 16px;
	}
	p.our-team-item-position {
		font-size: 12px;
	}
}


/* Footer Tablet Responsiveness */
@media (max-width: 1279px) {
	.footer .row.pt-0.pt-md-5 {
		padding-top: 100px !important;
	}
	.footer .footer--wrapper .gravity-f.pe-3 {
		padding-left: 48px;
	} 
}
@media (max-width: 1000px) {
	.footer .footer--wrapper .gravity-f.pe-3 {
		padding-left: 10px;
	} 
}
@media (max-width: 767px) {
	.footer  .footer--quick-links ul.ps-0 {
		display: grid;
	}
	.footer .row.pt-0.pt-md-5 {
		padding-top: 50px !important;
	}
}


.btn-plain{
    background-color: #222222;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 1rem 1.5rem;
    transition: 0.3s ease-in-out all;
}
.btn-plain:hover{
    background-color: #222222;
    color: #fff;
}
.btn-plain-light{
    background-color: #fff;
    color: #4db848;
}
.btn-plain-light:hover{
    background-color: #fff;
    color: #4db848;
}
.btn-plain-primary{
    background-color: #4db848;
    color: #fff;
}
.btn-plain-primary-border{
    background-color: transparent;
    border: 1px solid #4DB848;
    color: #fff;
}
.btn-plain-primary-border:hover{
    background-color: #4db848;
}
.white-rounded-button{
    background-color: #fff;
    color: #4db848;
    background-image: url(images/icons/green-arrow-button.svg);
}
.green-rounded-button{
    background-color: #4db848;
    color: #fff;
}
.green-border-button{
    background-color: transparent;
    outline: 1px solid #4DB848;
    color: #fff;
}
.button-flex-center{
    display: flex;
    align-items: center;
}
.py-6-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.section-title{
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
}
.section-content{
    font-size: 16px;
    line-height: 1.5em;
}
.section-content p{
    margin-bottom: 1.875rem;
}
@media (max-width: 1599px){
    .section-title{
        font-size: 48px;
    }
}
@media (max-width: 991px){
    .btn-plain{
        font-size: 16px;
    }
    .section-button-wrapper{
        flex-wrap: wrap;
    }
    .section-title{
        font-size: 28px;
    }
    .py-6-25 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }
}

.section-hero{
    color: #fff;
}
.section-hero .hero-small-heading * {
    font-size: 18px;
    font-weight: 600;
}
.section-hero .hero-title * {
    font-size: 70px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.875rem;
}
.section-hero .section-content{
    line-height: 1.2em;
}
.section-hero .black-rounded-button:hover{
    background-color: #222;
}
@media (min-width: 1700px){
    .section-container-1690 .container{
        max-width: 1690px;
    }
}
@media (min-width: 992px){
    .section-hero .hero--left{
        padding-left: 6.688rem;
        padding-top: 7.438rem !important;
        padding-right: 3rem !important;
        padding-bottom: 5.75rem !important;
        width: 36.666667%;
    }
    .section-hero .hero--right{
        width: 63.333333%;
    }
}
@media (max-width: 1599px){
    .section-hero .hero--left{
        padding-left: 46px;
        padding-right: 36px !important;
        width: 40.666667%;
    }
    .section-hero .hero--right {
        width: 59.333333%;
    }
    .section-hero .hero-title * {
        font-size: 50px;
    }
}
@media (max-width: 991px){
    .section-hero .hero--left{
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px !important;
    }
    .section-hero .hero--right {
        width: 100%;
    }
    .section-hero .hero-title * {
        font-size: 40px;
    }
    .section-hero .hero-small-heading * {
        font-size: 16px;
    }
}

.section-usps .usp-item{
    flex: 1;
}
.section-usps .usp-item img{
    margin-bottom: 28px;
}
.section-usps .item-title{
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 0.25rem;
}
.section-usps .item-content{
    font-size: 16px;
    color: #68696E;
    line-height: 1.5em;
}
.section-usps-feature{
    padding-bottom: 4rem;
}
.section-usps-feature .usp-item img{
    max-height: 40px;
    width: auto;
}
@media (max-width: 1599px){
    .section-usps .item-title {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .section-usps .row{
            flex-direction: column;
    }
}

.section-content-first{
    margin-top: 0 !important;
}
.section-content-first h2{
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 1.6875rem;
}
.section-content-first .fullwidth-section-content{
    padding-left: 7.5rem;
    padding-right: calc(calc(100vw - 1700px) / 2);
    padding-bottom: 5.625rem;
}
.section-content-first .section-button-wrapper{
    margin-top: 4.875rem !important;
}
/* @media (min-width: 992px){
    .wrapper .section-content-first .entry-content p {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 1.875rem !important;
        letter-spacing: 0;
    }
} */
@media (max-width: 1599px){
    .section-content-first h2 {
        font-size: 48px;
    }
}
@media (max-width: 991px){
    .section-content-first{
        margin-bottom: 0 !important;
    }
    .section-content-first > .row{
        margin-left: 0px;
        margin-right: 0;
    }
    .section-content-first h2 {
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 0 !important;
    }
    .section-content-first .fullwidth-section-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 3.25rem;
    }
    .wrapper .section-content-first .entry-content,
    .wrapper .section-content-first .entry-content p {
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
    }
    .section-content-first .section-button-wrapper {
        margin-top: 30px !important;
    }
}

.section-accordion-with-image{
    padding-top: 2.625rem;
    padding-bottom: 5.25rem;
}
.section-accordion-with-image .row{
    position: relative;
}
.section-accordion-with-image .row::before{
    background-color: #4db848;
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
}
.section-accordion-with-image .section-content-wrapper{
    background-color: #3D3D3E;
    width: 46.4%;
    padding: 5.875rem 3.125rem 3.75rem 8.125rem;
    position: relative;
}
.section-accordion-with-image .section-content-wrapper::before{
    background-color: #4db848;
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 168px;
}
.section-accordion-with-image .section-content-wrapper::after{
    background-color: #3D3D3E;
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 40px;
    height: 100%;
}
.section-accordion-with-image .section-title{
    color: #4db848;
    margin-bottom: 78px;
}
.section-accordion-with-image .section-content{
    color: #fff;
    padding-right: 3.125rem;
    margin-bottom: 2.125rem;
}
.section-accordion-with-image .section-image{
    width: 53.6%;
    padding-left: 0;
    padding-right: 0;
}
.section-accordion-with-image .section-image img{
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}
.section-accordion-with-image .accordion{
    padding-right: 3.75rem;
}
.section-accordion-with-image .accordion-item{
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
}
.section-accordion-with-image .accordion-item:first-child{
    border-top: 1px solid #fff;
}
.section-accordion-with-image .accordion-button{
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 25px;
    line-height: 1.1em;
    padding-left: 0;
    font-weight: 900;
}
.section-accordion-with-image .accordion-button:focus{
    box-shadow: none;
}
.section-accordion-with-image .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.091' height='6.124' viewBox='0 0 10.091 6.124'%3E%3Cpath id='Icon_awesome-chevron-down' data-name='Icon awesome-chevron-down' d='M5.051,14.645.56,10.154a.555.555,0,0,1,0-.784l.524-.524a.555.555,0,0,1,.783,0L5.443,12.4,9.019,8.845a.555.555,0,0,1,.783,0l.524.524a.555.555,0,0,1,0,.784L5.835,14.645A.555.555,0,0,1,5.051,14.645Z' transform='translate(-0.398 -8.683)' fill='%234db848'/%3E%3C/svg%3E%0A");
    background-size: 0.75rem;
    width: 0.75rem;
    height: 0.75rem
}
.section-accordion-with-image .accordion-body{
    padding-left: 0;
    color: #fff;
}
.section-accordion-with-image .section-button-wrapper{
    margin-top: 4rem !important;
}
@media (max-width: 1599px){
    .section-accordion-with-image .section-content-wrapper{
        padding-left: 46px;
        padding-top: 60px;
        padding-right: 0;
    }
    .section-accordion-with-image .section-title{
        margin-bottom: 30px;
    }
    .section-accordion-with-image .accordion-button{
        font-size: 20px;
    }
    .section-accordion-with-image .section-button-wrapper{
        margin-top: 40px !important;
    }
}
@media (max-width: 991px){
    .section-accordion-with-image {
        padding-top: 0;
        padding-bottom: 3.25rem;
    }
    .section-accordion-with-image .section-content-wrapper{
        width: 100%;
        padding: 60px 20px 30px;
    }
    .section-accordion-with-image .section-content-wrapper::before,
    .section-accordion-with-image .section-content-wrapper::after{
        display: none;
    }
    .section-accordion-with-image .section-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .section-accordion-with-image .accordion {
        padding-right: 0;
    }
    .section-accordion-with-image .accordion-button{
        font-size: 20px;
    }
    .section-accordion-with-image .section-button-wrapper {
        margin-top: 30px !important;
    }
    .section-accordion-with-image .section-image {
        width: 100%;
    }
}

.section-step-process{
    padding-top: 0;
}
.section-step-process .section-subtitle{
    color: #4DB848;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 1.5625rem;
}
.section-step-process .section-title{
    margin-bottom: 1.875rem;
}
.section-step-process .section-content{
    max-width: 926px;
    margin: 0 auto;
}
.section-step-process .item-num{
    color: #4DB848;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0.3125rem;
    padding-left: 0.75rem;
}
.section-step-process .item-title{
    font-size: 30px;
    padding-left: 0.75rem;
    font-weight: 900;
}
.section-step-process .section-button-wrapper{
    margin-top: 2.625rem;
}
@media (max-width: 1599px){
    .section-step-process .item-title {
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .section-step-process .section-steps{
        flex-wrap: wrap;
    }
    .section-step-process .section-steps .step-item{
        width: calc(50% - 1.5rem);
    }
}

.section-left-content-right-tiles{
    padding-top: 0.75rem;
}
.section-left-content-right-tiles .section-content-wrapper{
    width: 37%;
    padding-right: 6.25rem;
}
.section-left-content-right-tiles .section-title{
    margin-bottom: 2.5rem;
}
.section-left-content-right-tiles .section-content{
    margin-bottom: 4.625rem;
}
.section-left-content-right-tiles .section-tiles{
    width: 63%;
    gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.section-left-content-right-tiles .tile-item{
    background-color: #4DB848;
    color: #fff;
    padding: 4.75rem 2.375rem 4.3125rem;
}
.section-left-content-right-tiles .tile-item-image{
    background-color: transparent;
    padding: 0;
}
.section-left-content-right-tiles .tile-item-image img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.section-left-content-right-tiles .item-title{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 25px;
}
.section-left-content-right-tiles .item-content{
    margin-top: 0.75rem;
}
@media (max-width: 1599px){
    .section-left-content-right-tiles .section-content-wrapper{
        padding-left: 46px;
    }
    .section-left-content-right-tiles .section-title {
        margin-bottom: 30px;
    }
    .section-left-content-right-tiles .section-content {
        margin-bottom: 30px;
    }
    .section-left-content-right-tiles .section-tiles{
        gap: 20px;
    }
    .section-left-content-right-tiles .item-title{
        font-size: 20px;
        margin-top: 20px;
    }
    .section-left-content-right-tiles .tile-item:not(.tile-item-image){
        padding: 30px;
    }
    .section-left-content-right-tiles .item-content{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .section-left-content-right-tiles .section-content-wrapper{
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 60px;
        padding-left: 20px;
    }
    .section-left-content-right-tiles .section-tiles{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }
    .section-left-content-right-tiles .tile-item:not(.tile-item-image){
        padding: 30px 20px;
    }
}

.section-image-grid-text-overlay{
    background-color: #F9F9F9;
    margin-bottom: 6.6875rem;
}
.section-image-grid-text-overlay .container{
    max-width: 1454px;
}
.section-image-grid-text-overlay .small-title *, 
.section-image-grid-text-overlay .small-title {
    color: #4DB848;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-image-grid-text-overlay .section-title{
    margin-bottom: 2rem;
}
.section-image-grid-text-overlay .section-content{
    max-width: 956px;
    margin: 0 auto;
}
.section-image-grid-text-overlay .row{
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.section-image-grid-text-overlay .grid-item{
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.section-image-grid-text-overlay .item-image{
    height: 582px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}
.section-image-grid-text-overlay .item-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-image-grid-text-overlay .item-title{
    background-color: #3D3D3E;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 18px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}
.section-image-grid-text-overlay .grid-item:hover .item-title {
    /*padding: 26px 18px;*/
    background: #4db848;
    bottom: 0;
    /*position: absolute;*/
    width: 100%;
}
.section-image-grid-text-overlay .item-title::before {
    content: "";
    height: 24px;
    width: 1px;
    background: #646464;
    position: absolute;
    right: 72px;
}
.section-image-grid-text-overlay .grid-item:hover .item-title::before { background: #74c670; }
.section-image-grid-text-overlay .item-title::after {
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    background-repeat: no-repeat;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 38%;
    background-position: 95% center;
}
.section-image-grid-text-overlay .item-overlay{
    background-color: #3D3D3E;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    padding: 2rem 2.0625rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.section-image-grid-text-overlay .grid-item-overlay-active .item-overlay{
    top: 0;
}
.section-image-grid-text-overlay .overlay-item-title{
    color: #4DB848;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 900;
}
.section-image-grid-text-overlay .overlay-item-content{
    font-size: 18px;
    line-height: 1.5em;
}
.section-image-grid-text-overlay .overlay-item-content p{
    margin-bottom: 1em;
}
.section-image-grid-text-overlay .overlay-item-content ul{
    list-style-type: none;
    font-size: 16px;
    padding-left: 0;
}
.section-image-grid-text-overlay .overlay-item-content ul li{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.951' height='9.949' viewBox='0 0 9.951 9.949'%3E%3Cpath id='Shape_1' data-name='Shape 1' d='M284.411,5326.34a.18.18,0,0,1-.18-.18v-1.06a.179.179,0,0,1,.18-.179h4.609a.179.179,0,0,1,.18.179v1.06a.18.18,0,0,1-.18.18Zm.172-1.775v-1.778a1.78,1.78,0,0,0-1.777-1.775h-1.778v-4.264h1.778a6.048,6.048,0,0,1,6.041,6.04v1.778Zm-2.132-7.284a.177.177,0,0,0,.178.177h.178a5.349,5.349,0,0,1,3.934,1.739.177.177,0,0,0,.262-.239,5.7,5.7,0,0,0-4.2-1.854h-.178A.177.177,0,0,0,282.451,5317.281Zm-1.067,0a.178.178,0,0,0,.178.177h.356a.177.177,0,1,0,0-.354h-.356A.178.178,0,0,0,281.384,5317.281Zm-1.954,4.08a.181.181,0,0,1-.18-.181v-4.61a.18.18,0,0,1,.18-.179h1.06a.18.18,0,0,1,.18.179v4.61a.181.181,0,0,1-.18.181Z' transform='translate(-279.249 -5316.391)' fill='%234db848'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 28px;
    background-position: 0 7px;
}
.section-image-grid-text-overlay .item-overlay .section-button-wrapper{
    margin-top: auto;
}
.section-image-grid-text-overlay .item-overlay .btn-plain{
    font-size: 15px;
    padding: 0.6875rem 1.3125rem;
    display: flex;
    align-items: center;
    min-width: 160px;
    justify-content: center;
}
@media (max-width: 1599px){
    .section-image-grid-text-overlay .overlay-item-content {
        font-size: 16px;
    }
    .section-image-grid-text-overlay .overlay-item-content ul{
        font-size: 16px;
    }
    .section-image-grid-text-overlay .item-title{
        font-size: 20px;
        padding: 20px;
    }
    .section-image-grid-text-overlay .item-image {
        height: 424px;
    }
    .section-image-grid-text-overlay .overlay-item-title{
        font-size: 20px;
    }
    .section-image-grid-text-overlay .item-overlay{
        padding: 30px;
    }
}
@media (max-width: 991px){
    .section-image-grid-text-overlay{
        margin-bottom: 0;
    }
    .section-image-grid-text-overlay .row{
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .section-image-grid-text-overlay .item-overlay{
        padding: 30px 20px;
        position: static;
    }
    .section-image-grid-text-overlay .item-title{
        font-size: 24px;
        bottom: 0;
        position: absolute;
        width: 100%;
        
    }
    .section-image-grid-text-overlay .item-title::after{
        width: 28px;
        height: 18px;
        right: 20px;
    }
    .section-image-grid-text-overlay .overlay-item-content p {
        margin-bottom: 15px;
    }
    .section-image-grid-text-overlay .overlay-item-content ul{
        font-size: 16px;
    }
    .section-image-grid-text-overlay .item-overlay .btn-plain{
        min-width: 140px;
    }
    .section-image-grid-text-overlay .item-image {
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .section-image-grid-text-overlay .grid-item-overlay-active .item-title{
        display: none;
    }
     .section-image-grid-text-overlay .grid-item-overlay-active .item-image {
         opacity: 0;
        visibility: hidden;
     }
}

.section-faqs{
    padding-top: 0;
}
.section-faqs .container{
    border-top: 1px solid #3D3D3E;
    padding-top: 6.25rem;
    max-width: 1434px;
}
.section-faqs .accordion{
    margin-top: 3.75rem;
}
.section-faqs .accordion-item{
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.section-faqs .accordion-item:first-child{
    border-top: 1px solid #BFBFBF;
}
.section-faqs .accordion-button{
    background-color: transparent;
    border-radius: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1em;
    padding: 1.75rem 1.5625rem;
	box-shadow: none;
}
.section-faqs .accordion-button:focus{
    box-shadow: none;
}
.section-faqs .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.091' height='6.124' viewBox='0 0 10.091 6.124'%3E%3Cpath id='Icon_awesome-chevron-down' data-name='Icon awesome-chevron-down' d='M5.051,14.645.56,10.154a.555.555,0,0,1,0-.784l.524-.524a.555.555,0,0,1,.783,0L5.443,12.4,9.019,8.845a.555.555,0,0,1,.783,0l.524.524a.555.555,0,0,1,0,.784L5.835,14.645A.555.555,0,0,1,5.051,14.645Z' transform='translate(-0.398 -8.683)' fill='%234db848'/%3E%3C/svg%3E%0A");
    background-size: 0.75rem;
    width: 0.75rem;
    height: 0.75rem
}
.section-faqs .accordion-body{
    padding-left: 1.5625rem;
    font-size: 16px;
    line-height: 1.5em;
}
@media (max-width: 1599px){
    .section-faqs .accordion-button{
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .section-faqs {
        padding-top: 60px;
    }
    .section-faqs .container{
        padding-top: 60px;
    }
    .section-faqs .accordion-button{
        font-size: 20px;
    }
}

.section-request-a-quote{
    padding-top: 3.125rem;
}
.section-request-a-quote .section-image{
    padding-left: 0;
    padding-right: 0;
    width: 62%;
}
.section-request-a-quote .section-image img{
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}
.section-request-a-quote .section-content-wrapper{
    background-color: #4db848;
    width: 38%;
    padding: 2.1875rem 2.875rem;
}
.section-request-a-quote .section-title{
    font-size: 35px;

}
.section-request-a-quote .gform_heading{
    display: none;
}
.section-request-a-quote form input[type="text"],
.section-request-a-quote form input[type="email"],
.section-request-a-quote form input[type="tel"],
.section-request-a-quote form select,
.section-request-a-quote form textarea{
    border: none;
    border-radius: 0.3125rem;
}
.section-request-a-quote form input[type="submit"]{
    background-color: #222222;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease-in-out all;
    border: none;
    font-weight: 700;
    padding: 1.0625rem 3.125rem;
    min-width: 214px;
}
.section-request-a-quote .gfield_required{
	position: relative;
}
.section-request-a-quote .gfield_required_text{
	display: none !important;
}
.section-request-a-quote .gfield_required::after {
    position: absolute;
    content: "*";
    color: #fff !important;
    top: -20px;
    left: 5px;
}
@media (max-width: 991px){
    .section-request-a-quote .section-image{
        width: 100%;
    }
    .section-request-a-quote .section-content-wrapper{
        width: 100%;
        padding: 30px 20px;
    }
    .section-request-a-quote .section-title {
        font-size: 30px;
    }
}

.category-description-bottom{
    margin-top: 60px;
    border-top: 1px solid #e3e3e3;
    padding-top: 60px;
    font-size: 20px;
    line-height: 1.5em;
}
.category-description-bottom h2,
.category-description-bottom h3{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 1.6875rem;
}
.category-description-bottom h3{
    font-size: 28px;
}
.category-description-bottom p{
    margin-bottom: 1.875rem !important;
}
.product_cat_description .iframe-video{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 991px){
    .category-description-bottom{
        margin-top: 30px;
        padding-top: 30px;
        font-size: 18px;
    }
    .category-description-bottom h2{
        font-size: 30px;
    }
    .category-description-bottom h3{
        font-size: 24px;
    }
}


.single-product .product .product-right .product-func .yith-ywraq-add-to-quote{
    display: inline-block;
    margin-right: 10px !important;
    margin-left: -10px !important;
}
.single-product .product .product-right .product-func .yith-ywraq-add-to-quote .add-request-quote-button{
    margin-top: 0;
    border: none !important;
    text-transform: uppercase;
}
.single-product .product .product-right .product-func .yith-wcwl-add-to-wishlist + .yith-ywraq-add-to-quote{
    margin-left: 10px !important;
}
.single-product .add-to-cart-butt button{
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png) !important;
}
.yith-quick-view .product .woocommerce-variation-add-to-cart{
    display: inline-block;
}
.yith-quick-view .product.product-type-simple .add-to-cart-butt{
    width: fit-content;
    display: inline-flex;
    margin-right: 15px;
}
.yith-quick-view .product .yith-ywraq-add-to-quote{
    margin-right: 10px !important;
    margin-top: 0 !important;
}
.yith-quick-view .product .yith-ywraq-add-to-quote .add-request-quote-button{
    margin-top: 0;
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848 !important;
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png) !important;
    font-weight: 400;
    border: none !important;
    height: 44px;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    display: block !important;
}
.yith-quick-view .product .add-to-cart-butt button:not(.single_add_to_cart_button){
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png) !important;
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
}
.yith-quick-view .product .add-to-cart-butt button{
    background-color: #4db848;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}
.yith-quick-view .product .add-to-cart-butt button.single_add_to_cart_button.disabled,
.yith-quick-view .product .yith-ywraq-add-to-quote .add-request-quote-button.disabled{
    background-color: #222 !important;
    opacity: .65 !important;
    border-color: #222;
}
.yith-quick-view .product .yith_ywraq_add_item_response_message,
.yith-quick-view .product .yith_ywraq_add_item_product_message{
    margin-top: 15px;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper{
    padding-top: 8px;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper > h3{
    padding-top: 0 !important;
}
body .yith-quick-view.yith-modal .input-text.qty{
    height: 44px;
}
body .yith-quick-view.yith-modal .single-product > .product .summary {
    display: flex;
    flex-direction: column;
}
.yith-quick-view.yith-modal .single-product > .product .summary .woocommerce-notices-wrapper{
    order: 5;
}
.yith-quick-view div.woocommerce-message{
    margin-top: 0 !important;
}
.yith-quick-view div.woocommerce-message .wc-forward{
    float: right;
}
.yith-quick-view-content.woocommerce div.summary form.cart{
    margin-bottom: 0;
}
.yith-quick-view-content.woocommerce .add-to-cart-butt .added_to_cart{
    display: none;
}
.yith_ywraq_add_item_product-response-wrapper{
    color: #2e6e2b;
    background-color: #dbf1da;
    border-color: #caeac8;
    font-size: 14px;
    margin-top: 15px;
    border-radius: .25rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    padding: 0;
}
.yith_ywraq_add_item_product-response-wrapper.active{
    opacity: 1;
    max-height: 999px;
    visibility: visible;
    padding: 1em 2em 1em 3.5em;
    min-height: 49px;
}
.yith_ywraq_add_item_product-response-wrapper.active .yith_ywraq_add_item_product_message:not(:empty){
    display: block !important;
}
.yith_ywraq_add_item_product-response-wrapper::before{
    content: "\e015";
    color: #8fae1b;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.yith-quick-view .product .yith_ywraq_add_item_product-response-wrapper .yith_ywraq_add_item_product_message,
.yith-quick-view .product .yith_ywraq_add_item_product-response-wrapper .yith_ywraq_add_item_response_message{
    margin-top: 0;
}
@media (min-width: 992px) {
    .page-id-275 .full_width_title_and_content .content-container{
        max-width: 1575px;
    }
}

/* .woocommerce-checkout .woocommerce-checkout-payment{
    display: block;
} */
.woocommerce-checkout .wc_payment_methods .woocommerce_error li{
    display: block;
}
.woocommerce-shop .products li.product .add-to-cart-container .view_product_button, .woocommerce.archive .products li.product .add-to-cart-container .view_product_button{
    background-color: #4db848;
    padding: 20px 8px;
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.woocommerce-shop .products li.product .add-to-cart-container .view_product_button + .yith-ywraq-add-to-quote, .woocommerce.archive .products li.product .add-to-cart-container + .yith-ywraq-add-to-quote{
    display: none !important;
}
.single-product .product .product-right .product-func .cart button.btn{
    background-color: #4db848;
    text-transform: uppercase;
}
.single-product .product .product-right .product-func .cart button.btn.disabled,
.single-product .product-right .yith-ywraq-add-to-quote a.button.disabled{
    background-color: #222 !important;
    opacity: .65 !important;
    border-color: #222;
}
.single-product .product-right .yith-ywraq-add-to-quote a.button{
    background-color: #4db848 !important;
}
.single-product .product-type-simple .add-to-cart-butt{
    width: fit-content;
    display: inline-flex;
}
.yith-request-a-quote-page .ywraq-with-form .yith-ywraq-before-table-wc-backward{
    font-size: 12px;
    color: #222;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    background-color: transparent;
    background-image: url(/wp-content/themes/ibex-theme/images/icons/small-arrow-left.png);
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    padding: 0 20px;
    border-radius: 0;
    text-transform: uppercase;
}
.yith-request-a-quote-page .ywraq-with-form .yith-ywraq-before-table-wc-backward:hover{
    background-color: transparent;
    background-image: url(/wp-content/themes/ibex-theme/images/icons/small-arrow-left.png);
}
#yith-ywraq-form .update-list-wrapper .after-table-right .button,
#yith-ywraq-form .update-list-wrapper input[type="submit"],
#yith-ywraq-default-form .raq-send-request{
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
} 
#yith-ywraq-form .update-list-wrapper .after-table-right .button:hover{
    filter: none;
}
#yith-ywraq-form .update-list-wrapper input[type="submit"]{
    margin-top: 0;
    display: none;
}
.yith-ywraq-mail-form-wrapper label{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-body-color);
    font-family: "Red Hat Display", sans-serif;
}
.yith-ywraq-mail-form-wrapper .input-text{
    border-color: rgb(118, 118, 118);
    padding: 8px;
}
.woocommerce .ywraq-before-form .return-to-shop a{
    background-color: transparent;
}
.yith-ywraq-before-table{
    margin-bottom: 20px;
}
.yith-ywraq-content-before-table{
    margin-bottom: 20px;
}
.ywraq-form-table-wrapper.wide form#yith-ywraq-form{
    display: flex;
    flex-direction: column;
}
#yith-ywraq-form .update-list-wrapper{
    order: 5;
}
.yith-ywraq-content-after-table{
    margin-bottom: 10px;
}
.ywraq-status-ywraq-new .ywraq-admin-message{
    background: transparent;
    color: inherit;
}
.ywraq-status-ywraq-new .ywraq-admin-message .message-content{
    padding: 10px 0 20px;
}
header#wrapper-navbar .navbar-desktop--icons a {
    padding: 7px 10px;
    margin-right: 2px;
}
header#wrapper-navbar .navbar-desktop--icons .navbar-desktop--icons__quote a.raq_label,
.nav-icons a.raq_label{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='%23fff'%3E%3Cpath d='M 7 2 L 7 48 L 43 48 L 43 14.59375 L 42.71875 14.28125 L 30.71875 2.28125 L 30.40625 2 Z M 9 4 L 29 4 L 29 16 L 41 16 L 41 46 L 9 46 Z M 31 5.4375 L 39.5625 14 L 31 14 Z M 15 22 L 15 24 L 35 24 L 35 22 Z M 15 28 L 15 30 L 31 30 L 31 28 Z M 15 34 L 15 36 L 35 36 L 35 34 Z'/%3E%3C/svg%3E");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #979797;
    border-radius: 100%;
    width: 38px;
    display: list-item;
    height: 37px;
}
header#wrapper-navbar .navbar-desktop--icons .navbar-desktop--icons__quote a.raq_label:hover{
    background-color: #4db848;
}
header#wrapper-navbar .navbar-desktop--icons .navbar-desktop--icons__quote .raq-info,
.nav-icons .raq-info {
    margin: 0;
    padding: 0;
    border: none;
}
.navbar-desktop--icons__quote .widget_ywraq_mini_list_quote,
.nav-icons .widget_ywraq_mini_list_quote{
    margin: 0;
    display: block;
}
.navbar-desktop--icons__quote .raq-items-number,
.nav-icons .raq-items-number{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    justify-content: center;
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8px;
    line-height: 10px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #4db848;
    display: flex;
    align-items: center;
}
.navbar-desktop--icons__quote .widget_ywraq_mini_list_quote ul.yith-ywraq-list{
    padding: 0;
}
header#wrapper-navbar .navbar-desktop--icons__quote .yith-ywraq-item-remove{
    padding: 0;
    top: 9px;
}
.navbar-desktop--icons__quote .yith-ywraq-list-item-product-info{
    text-decoration: none;
    line-height: 1.2;
}
header#wrapper-navbar .navbar-desktop--icons__quote .yith-ywraq-list-content .button{
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
}
.navbar-mobile--icons__quote .widget_ywraq_mini_list_quote{
    margin: 0;
}
.navbar-mobile--icons__quote .widget_ywraq_mini_list_quote .raq-info{
    margin: 0;
    padding: 0;
    border: none;
}
.navbar-mobile--icons__quote  a.raq_label{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='%23fff'%3E%3Cpath d='M 7 2 L 7 48 L 43 48 L 43 14.59375 L 42.71875 14.28125 L 30.71875 2.28125 L 30.40625 2 Z M 9 4 L 29 4 L 29 16 L 41 16 L 41 46 L 9 46 Z M 31 5.4375 L 39.5625 14 L 31 14 Z M 15 22 L 15 24 L 35 24 L 35 22 Z M 15 28 L 15 30 L 31 30 L 31 28 Z M 15 34 L 15 36 L 35 36 L 35 34 Z'/%3E%3C/svg%3E");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    display: list-item;
}
.navbar-mobile--icons__quote .raq-items-number{
    background-color: #fff;
    color: #222;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8px;
    line-height: 10px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.products .product > .yith_ywraq_add_item_product-response-wrapper{
    display: none !important;
}

@media (min-width: 769px) {
    .widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
        top: 100%;
    }
}
@media (max-width: 991px) {
    .woocommerce-shop .products li.product .add-to-cart-container .view_product_button, .woocommerce.archive .products li.product .add-to-cart-container .view_product_button{
        font-size: 10px;
    }
}

header#wrapper-navbar{
    background-color: #222;
    top: 0 !important;
}
header#wrapper-navbar .navbar--branding{
    width: 26% !important;
}
header#wrapper-navbar .navbar-desktop{
    width: auto !important;
    flex: 1;
}
.navbar-nav .mega-menu > .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.2s ease-in-out all;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    margin-top: 24px;
}
.navbar-nav .mega-menu:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.navbar-nav .mega-menu > .dropdown-menu::before{
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    top: -30px;
}
.navbar-nav .mega-menu > .dropdown-menu > li{
    padding: 50px 30px;
    min-width: 160px;
    border-right: 1px solid #EEEEEE;
    border-top: 5px solid #4DB848;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(2){
    border-top-color: #E6332B;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(3){
    border-top-color: #3D71A8;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(4){
    border-top-color: #F5821F;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(5){
    border-top-color: #635FAA;
}
.navbar-nav .mega-menu > .dropdown-menu > li:last-of-type{
    flex: 1;
}
.navbar-nav .mega-menu > .dropdown-menu > li > a,
.navbar-nav .mega-menu > .sub-menu > li > a{
    /* pointer-events: none;
    cursor: default; */
    padding: 0;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    position: relative;
    padding-left: 20px;
}
.navbar-nav .mega-menu > .dropdown-menu > li > a:hover,
.navbar-nav .mega-menu > .sub-menu > li > a:hover{
    background-color: transparent;
}
.navbar-nav .mega-menu > .dropdown-menu > li > a::before,
.navbar-nav .mega-menu > .sub-menu > li > a::before{
    content: '';
    background-color:#4db848;
    height:10px;
    width:10px;
    position: absolute;
    left: 0;
    top: 4px;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(2) > a::before,
.navbar-nav .mega-menu > .sub-menu > li:nth-of-type(2) > a::before{
    background-color:#E6332B;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(3) > a::before,
.navbar-nav .mega-menu > .sub-menu > li:nth-of-type(3) > a::before{
    background-color:#3D71A8;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(4) > a::before,
.navbar-nav .mega-menu > .sub-menu > li:nth-of-type(4) > a::before{
    background-color:#F5821F;
}
.navbar-nav .mega-menu > .dropdown-menu > li:nth-of-type(5) > a::before,
.navbar-nav .mega-menu > .sub-menu > li:nth-of-type(5) > a::before{
    background-color:#635FAA;
}
.navbar-nav .mega-menu > .dropdown-menu > li > .dropdown-menu{
    position: relative;
    display: block;
    width: 100% !important;
    min-width: auto;
    border: none;
    padding: 0;
    margin-top: 25px;
}
.navbar-nav .mega-menu > .dropdown-menu > li > .dropdown-menu .dropdown-item{
    font-size: 16px;
    font-weight: 500;
    padding: .2rem 0 .2rem 16px;
    color: #222;
}
.navbar-nav .mega-menu > .dropdown-menu > li > .dropdown-menu .dropdown-item:hover{
    background-color: transparent;
}
.navbar-nav .mega-menu .dropdown-menu .two-column-grid > .dropdown-menu{
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
    column-gap: 50px;
    width: max-content !important;
}
header#wrapper-navbar .search-bar{
    z-index: 99;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 0 6px;
    width: 16.66666666666667%;
}
.single-product .product .woocommerce-product-gallery .flex-viewport{
    margin-bottom: 20px;
    background-color: #F6F6F6;
}
.single-product .product .woocommerce-product-gallery .flex-control-nav img{
    border: 1px solid rgba(34,34,34,0.3);
}
.single-product .product .woocommerce-product-gallery .flex-control-nav img.flex-active{
    border-color: #4DB848;
}
.single-product div.product .product_title{
    margin-bottom: 23px;
}
.single-product .product .product-right .variations_form .variations .value select{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.61478 8.87915L13.2295 2.26675L11.8442 0.881947L6.61478 6.10957L1.38536 0.881946L6.82892e-05 2.26675L6.61478 8.87915Z' fill='%23222222'/%3E%3C/svg%3E%0A") !important;
    background-position: calc(100% - 10px) center !important;
    border-color: #CED4DA;
    border-radius: 4px;
    text-indent: 0;
    letter-spacing: 0;
}
.single-product .part-number{
    margin-bottom: 3px;
    margin-top: -8px;
}
.single-product .part-number b{
    font-size: 20px;
    color: #4DB848;
    font-weight: 700;
}
.single-product:not(.yith-quick-view-content) .add-to-cart-butt{
    margin-top: 42px;
}
.single-product .product .product-right .product-func .cart button.btn,
.single-product .product .product-right .product-func .yith-ywraq-add-to-quote .add-request-quote-button{
    background-image: none !important;
    padding-right: 20px;
}
.single-product .product .product-right .product-func .cart button.btn{
    background-color: #222222;
}
.single-product .product .custom-qty{
    font-weight: 700;
    padding-bottom: 8px;
}
.single-product .product .product-right .variations_form .single_variation_wrap{
    position: relative;
}
/* .single-product .product-right .yith-wcwl-add-to-wishlist{
    position: absolute;
    left: 80px;
    bottom: 91px;
    margin-top: 0 !important;
} */
.single-product #producttabs .accordion-item{
    border-bottom: 1px solid #EEEEEE;
    max-width: 430px;
}
.single-product .product .product-right .product-func {
    margin-bottom: 0;
}
.single-product .product-right .variations_form{
    margin-bottom: 0 !important;
}
.single-product .product-right .accordion .accordion-item button{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 14px;
}
.single-product .product .product-right .accordion .accordion-item .shop_attributes{
    border: none;
}
.single-product .product .product-right .accordion .accordion-item ul{
    padding-left: 0;
    list-style-type: none;
}
.single-product .product .product-right .accordion .accordion-item ul li{
    position: relative;
    padding-left: 15px;
}
.single-product .product .product-right .accordion .accordion-item ul li::before{
    background-color: #4DB848;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 9px;
}
.single-product .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.61478 8.70068L13.2295 2.08828L11.8442 0.703481L6.61478 5.93111L1.38536 0.70348L6.82892e-05 2.08828L6.61478 8.70068Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 14px;
    height: 9px;
}
.single-product .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.61478 0.74585L13.2295 7.35825L11.8442 8.74305L6.61478 3.51543L1.38536 8.74305L6.82892e-05 7.35825L6.61478 0.74585Z' fill='%234DB848'/%3E%3C/svg%3E%0A");
    transform: none;
}
.single-product .related-prod{
    background-color: #fff;
}
.related-prod .products .product .product-image{
    background-color: #D9D9D9;
}
.single-product .related-prod .related .products .slick-slide {
    padding: 0 10px;
}
.single-product .related-prod .related .products .add-to-cart-container a{
    padding: 14px 8px;
    background-color: #fff;
    color: #222;
    border: 2px solid #222;
    border-radius: 0;
}
.single-product .related-prod .related .products .add-to-cart-container a:hover{
    background-color: #222;
    color: #fff;
}
.single-product .related-prod .related .products .view-all{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.28572 0L5.10715 1.12499L7.85716 3.75001H0V5.25H7.85714L5.10715 7.87504L6.28572 9L11 4.50002L6.28572 0Z' fill='%234DB848'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    right: calc(0% + 367px) !important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background-position: 100% center;
    padding-right: 22px;
}
.single-product .product-right .yith-wcwl-add-to-wishlist ~ .yith-wcwl-add-to-wishlist{
    display: none !important;
}
.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button::before{
    border-color: #4db848;
    width: 46px;
    height: 46px
}
.single-product .yith-wcwl-add-to-wishlist {
    margin-top: 12px !important;
}
.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
    padding-left: 13px;
}
.single-product .product .product-right .woocommerce-variation-price{
    margin-bottom: 15px;
}
.add-to-cart-butt .btn-create-account{
    text-transform: uppercase;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: unset;
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}
.single-product .product-right .cart:not(.variations_form) .yith-wcwl-add-to-wishlist{
    margin-right: 10px;
    transform: translateY(3px);
}
.single-product .cross-sells{
    margin-top: 50px;
}
.single-product .cross-sells h2{
    font-size: 16px;
    font-weight: 700;
}
.not-loggedin-message{
    margin-top: 1rem;
    max-width: 430px;
    font-size: 14px;
}
.single-product div.product form.cart.cart:not(.variations_form){
    margin-bottom: 0;
}
.woocommerce-account a.ywraq-big-button.ywraq-pdf-file{
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
    margin-bottom: 40px;
}
.ywraq-buttons a.ywraq-button.ywraq-accept{
    background-position: 88%;
    background-repeat: no-repeat;
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    color: #fff;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
    border-color: #4db848 !important;
    width: auto;
}
.ywraq-buttons a.ywraq-button.ywraq-accept:hover{
    background-color: #4db848;
    background-image: url(/wp-content/themes/ibex-theme/images/arrow-white.png);
    background-position: 88%;
    background-repeat: no-repeat;
    border-color: #4db848 !important;
}
.ywraq-view-quote-wrapper .ywraq-buttons{
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
}
.ywraq-buttons a.ywraq-button.ywraq-reject{
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
    width: auto;
    background-color: var(--ywraq_reject_button_border_color);
    color: #fff;
}
.payment-options #billing_purchase_order_field{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: 20px;
}
.payment-options #billing_purchase_order_field label{
    font-family: "Red Hat Display", sans-serif;
    font-size: 10px;
    color: #222;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.payment-options #billing_purchase_order_field .input-text{
    font-size: 12px;
    color: #646464;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px;
}

.nav-icons{
    margin-top: 20px;
    margin-left: 10px;
    display: flex;
    column-gap: 10px;
}
.nav-icons a,
.nav-icons a.raq_label{
    padding: 7px 10px;
    margin-right: 2px;
    border: solid 1px #979797;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}
.nav-icons .yith-ywraq-list-wrapper{
    display: none;
}
.nav-icons .cart-contents .cart-contents-count{
    background-color: #4db848;
}
.nav-icons .overlay-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    z-index: 11;
}
@media (max-width: 1699px) {
    header#wrapper-navbar .navbar--branding{
        width: 17% !important;
    }
    .navbar-nav .mega-menu > .dropdown-menu > li,
    .navbar-nav .mega-menu > .dropdown-menu > li:last-of-type{
        flex: auto;
        padding: 30px 16px;
        min-width: 140px;
    }
}
@media (max-width: 1440px) {
    header#wrapper-navbar .navbar-desktop .navbar-nav>.menu-item.mega-menu{
        position: static;
    }
    .navbar-nav .mega-menu > .dropdown-menu{
        left: 0;
        width: 100% !important;
    }
    header#wrapper-navbar .navbar-desktop .navbar-nav>.menu-item.mega-menu.active::after, header#wrapper-navbar .navbar-desktop .navbar-nav>.menu-item.mega-menu:hover::after{
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .single-product .product {
        padding-top: 98px;
    }
    .single-product .product .product-left{
        width: 44.18%;
    }
    .single-product .product .product-right{
        width: 55.82%;
        padding-left: 123px;
        padding-top: 3px;
    }
    .single-product .product .product-left .woocommerce-product-gallery {
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        max-width: 86.2%;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    header#wrapper-navbar .navbar--branding{
        width: fit-content !important;
    }
    header#wrapper-navbar .navbar {
        padding-left: 20px !important;
    }
    .navbar-brand{
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1365px) {
    .navbar-nav .mega-menu > .dropdown-menu > li > .dropdown-menu .dropdown-item{
        padding: 0.2rem 0;
        font-size: 14px;
    }
    .navbar-nav .mega-menu > .dropdown-menu > li > a{
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    header#wrapper-navbar{
        background-color: transparent;
    }
    header#wrapper-navbar #navbarNavDropdown{
        overflow-y: auto;
    }
    header#wrapper-navbar .navbar {
        padding-left: 0 !important;
    }
    .navbar-nav .mega-menu > .sub-menu > li > a{
        color: #fff;
    }
    .navbar-nav .mega-menu > .sub-menu > li > .sub-menu a{
        padding-left: 20px;
        font-size: 15px !important;
        display: block;
    }
    .single-product .product-left{
        padding-bottom: 0 !important;
    }
    .single-product .product-left .woocommerce-product-gallery{
        display: block;
    }
    .single-product .product .woocommerce-product-gallery .flex-viewport{
        width: 100%;
    }
    .single-product .related-prod .related .products .view-all{
        display: none;
    }
}
@media (min-width: 1600px) and (max-width: 1865px) {
	header#wrapper-navbar .navbar--branding {
		width: 20% !important;
	}
	header#wrapper-navbar .navbar-desktop {
		width: 80% !important;
	}
}
@media (min-width: 1100px) and (max-width: 1599px) {
	.navbar--branding {
		width: auto !important;
	}
	header#wrapper-navbar .navbar-desktop {
		flex: 1;
	}
}
@media (max-width: 767px){
    .product_cat_summary.section-usps{
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
    .product_cat_summary.section-usps .usp-item img {
        margin-bottom: 16px;
    }
    .product_cat_description .cat_btns{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .product_cat_description .cat_btns a{
        max-width: 280px;
    }
    .product_cat_description .iframe-video{
        height: 190px;
    }
    .single-product .product-right .cart button{
        width: auto;
    }
    .single-product .product .product-right .product-func .yith-ywraq-add-to-quote .add-request-quote-button{
        width: auto;
    }
    .single-product .product .product-right .product-func .variations_form .yith-ywraq-add-to-quote,
    .single-product .product .product-right .product-func .yith-ywraq-add-to-quote {
        width: auto;
    }
    .single-product .product .product-right .product-func .cart button.btn {
        margin-right: 15px;
    }
}
@media (max-width: 575.98px) {
    .navbar-mobile--icons__quote{
        display: none !important;
    }
}

/* Stainless Steel Page */
.page-id-15205 div#section-image-grid-text-4 {
    margin-bottom: 0;
}
.page-id-15205 div#section-image-grid-text-5 {
    background: transparent;
    margin-bottom: 0;
}
/* end Stainless Steel Page */

/* Impress Page */
.page-id-15211 #fullwidth-image-content-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.page-id-15211 #fullwidth-image-content-3 .table_component {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table thead th {
    padding: 12px 20px;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table tbody tr td {
    padding: 10px 20px;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table tbody tr td:nth-child(1) {
   background: #f4f4f4;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table tbody tr td:nth-child(2) {
    font-weight: normal;
}
.page-id-15211 #fullwidth-image-content-3 .custom-table thead th:nth-child(1) {
    background-color: #e1e1e1 !important;
}
.page-id-15211 .logo_carousel  {
    padding-top: 0 !important;
}
.page-id-15211 .content_products {
    padding-bottom: 110px !important;
}
.page-id-15211 .flexible-full-image {
    padding-left: 20px;
    padding-right: 20px;
}
.page-id-15211 .flexible-full-image .custom-container-thin .table_component {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-id-15211 .flexible-full-image .custom-container-thin .custom-table thead th {
    padding: 12px;
    color: #fff;
    text-align: center;
}
.page-id-15211 .flexible-full-image .custom-container-thin .custom-table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}
.page-id-15211 .flexible-full-image .custom-container-thin .custom-table tbody tr td {
    padding: 10px 20px;
}
.page-id-15211 .flexible-full-image .custom-container-thin .custom-table tbody tr td {
    font-weight: normal;
}
.page-id-15211 .flexible-full-image .custom-container-thin {
    padding-bottom: 30px;
}
 /* Labels */
.label-blue {
    background: #e3e9ff;
    color: #4b5eff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.label-red {
    background: #ffdfdf;
    color: #ff3b30;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.label-yellow {
    background: #ffeaa7;
    color: #d39e00;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
  
.page-id-15211 .section-step-process {
    padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .page-id-15211 .content_products {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* end Impress Page */

/* Content Left Item slider Right */
@media only screen and (max-width: 660px) {
    .content-w-slider__right-col {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
     .content-w-slider__slide {
        min-height: 468px !important;
    }
    .content-w-slider__slide-title {
        font-size: 25px !important;
    }
}
/* end Content Left Item slider Right */

/* Fullwidth CTA w/ Overlay */
.fullwidth-w-overlay {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 128px;
    padding-bottom: 128px;
    position: relative;
}
.fullwidth-w-overlay__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.fullwidth-w-overlay__bg:before {
    content: '';
    background: #4DB848;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.65;
}
.fullwidth-w-overlay__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fullwidth-w-overlay__row {
    max-width: 1109px;
    margin: 0 auto;
    text-align: center;
}
.fullwidth-w-overlay__title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
}
.fullwidth-w-overlay__content {
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
    .fullwidth-w-overlay {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .fullwidth-w-overlay {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .fullwidth-w-overlay__title br {
        display: none;
    }
}
/* Fullwidth CTA w/ Overlay */

/* Basic Shop The Range */
.basic-shop-range {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 67px;
}
.basic-shop-range__headline-row {
    max-width: 1015px;
    margin: 0 auto 80px;
}
.basic-shop-range__items {
    max-width: 1690px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.basic-shop-range__item {
    width: calc((100% / 4) - 26px + (26px / 4));
}
.basic-shop-range__img-wrap {
    height: 512px;
}
.basic-shop-range__img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.basic-shop-range__info {
    background: #222;
    padding: 22px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.basic-shop-range__title {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 19.006px;
    margin: 0;
}
.basic-shop-range__btn-row {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}
@media only screen and (max-width: 1366px) {
    .basic-shop-range__item {
        width: calc((100% / 2) - 30px + (30px / 2));
    }
}
@media only screen and (max-width: 767px) {
    .basic-shop-range {
        padding-left: 30px;
        padding-right: 0;
        padding-bottom: 62px;
    }
    .basic-shop-range__headline-row {
        padding-right: 30px;
    }
    .basic-shop-range {
        flex-direction: column;
    }
    .basic-shop-range__item {
        width: 100%;
        height: 100%;
    }
    .basic-shop-range {
        display: block;
    }
    .basic-shop-range .slick-list {
        padding-right: 10%;
        margin: 0 -12px;
    }
    .basic-shop-range .slick-track {
        display: flex !important;
    }
    .basic-shop-range__info-wrap {
        justify-content: space-between;
    }
    .basic-shop-range .slick-slide {
        margin: 0 12px;
        height: inherit;
    }
    .basic-shop-range .slick-slide > div {
        height: 100%;
    }
}
/* Basic Shop The Range */

/* Case Study */
.case-study {
  padding-top: 107px;
  padding-bottom: 112px;  
  padding-left: 60px;
  padding-right: 0;
}
.case-study__info-row {
    max-width: 1690px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 95px;
    padding-right: 60px;
    gap: 20px;
}
.case-study__info-wrap {
    display: flex;
    gap: 14px;
    flex: 1;
    align-items: center;
}
.case-study__arrows {
    width: auto;
    display: flex;
    gap: 10px;
}
.case-study__arrows a,
.case-study__arrows a svg {
    display: flex;
}
.case-study__headline {
    width: 359px;
    margin: 0;
}
.case-study__content {
    max-width: 718px;
}
.case-study__slider .slick-list {
    padding-right: 20%;
    margin: 0 -31px;
}
.case-study__slider .slick-slide {
    margin: 0 31px;
}
.case-study__slide {
    height: 772px;
    display: flex !important;
    align-items: flex-end;
}
.case-study__slide-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #fff;
}
.case-study__slide-title-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 75px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.case-study__title {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    max-width: 498px;
    margin: 0;
}
.case-study__link-box {
    padding: 20px;
    border-left: 1px solid #fff;
    width: 183px;
    height: 183px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1366px) {
    .case-study__content {
        max-width: 100%;
        flex: 1;
    }
}
@media only screen and (max-width: 1024px) {
    .case-study__slider .slick-list {
        margin: 0 -15px;
    }
    .case-study__slider .slick-slide {
        margin: 0 15px;
    }
    .case-study__link-box {
        width: 100px;
        height: 100px;
    }
    .case-study__link-box svg {
        width: 30px;
        height: 30px;
    }
    .case-study__slide-title-wrap {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
    }
    .case-study__title {
        font-size: 20px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 991px) {
    .case-study {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .case-study__info-row {
        margin-bottom: 30px;
    }
    .case-study__info-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .case-study__slide-title-wrap {
        padding: 20px;
    }
    .case-study__slide {
        height: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .case-study {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .case-study__info-row {
        padding-right: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .case-study__slide {
        height: 480px;
    }
}
@media only screen and (max-width: 480px) {
    .case-study {
        padding-right: 30px;
    }
    .case-study__info-row {
        padding-right: 0;
    }
    .case-study__slide-title-wrap {
        padding: 0 0 0 20px;
    }
    .case-study__title {
        font-size: 13px;
        line-height: 14px;
    }
    .case-study__link-box {
        width: 45px;
        height: 45px;
    }
    .case-study__link-box svg {
        width: 14px;
        height: 14px;
    }
    .case-study__slide {
        height: 191px;
    }
    .case-study__slider .slick-slide {
        margin: 0;
    }
    .case-study .slick-list {
        padding-right: 0;
        margin: 0;
    }
}
/* Case Study */


/* Fullwidth Slider Bottom */
@media only screen and (max-width: 660px) {
    .fullwidth-w-slider__title {
        font-size: 25px !important;
    }
    .fullwidth-w-slider__btnwrap svg {
        display: flex;
        width: 53px;
        height: 53px;
    }
}
/* end Fullwidth Slider Bottom */

/* Fullwidth Image Content */
@media only screen and (max-width: 660px) {
    .page-id-15287 #fullwidth-image-content-6 .img-col, 
    .page-id-15287 #fullwidth-image-content-7 .img-col, 
    .page-id-15287 #fullwidth-image-content-8 .img-col {
        min-height: 301px !important;
    }
}
/* end Fullwidth Image Content */

/* Supplementary Products */
.content-top-col-bottom__item-img-wrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 660px) {
    .content-top-col-bottom__item-img-wrap {
        height: 337px !important;
    }
}
/* end Supplementary Products */

/* Basic Range */
@media only screen and (max-width: 660px) {
    .basic-shop-range__img-wrap {
        height: 406px !important;
    }
}
/* end Basic Range */