/* AR_FID: 9 */

/* 982215.5 | 06.28.22 */
#searchbox {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#searchform > div > div > button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* 982215.9 | 06.29.22 */
.region-header h2 {
    background-position: right 5px!important;
}
#accordion > div > p > .show-contacts {
    background-position: center left !important;
}

/* 982215.11 | 07.27.22 */
@media only screen and (min-width:1280px)and (max-width:9000px){
    #main > div.container.pt-4 > div.row.mb-5 > div:nth-child(4) > a.btn.btn-sm.btn-light.product-btn{
        width: 200px;
    }
}

/* 982215.12 | 07.27.22 */
@media only screen and (min-width:1280px)and (max-width:9000px){
    #page > div.wrapper-fluid.footerfull > div.wrapper-fluid.black > div.container{
        min-width: 1360px;
    }
}

/* 1008349 | 12.21.22 */
@media only screen and (min-width:320px)and (max-width:767px){
    #slide-menu {
      right: 158px;
    }
    #home-carousel > div > a.carousel-control-next > span.carousel-control-next-icon,
    #home-carousel > div > a.carousel-control-prev > span.carousel-control-prev-icon {
      transform: scaleX(-1);
    }
  }