/** Shopify CDN: Minification failed

Line 40:33 Expected identifier but found whitespace
Line 40:34 Unexpected "("

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: block;
}
button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    display: block;
}
.t4s-iconbox-head.t4s-d-flex.t4s-align-items-center.t4s-justify-content-center.t4s-iconbox-icon__start {
    flex-direction: column;
}
.t4s-iconbox-icon__image img {
    width: 100%;
    margin-left: 30px;
}
.t4s-iconbox-head {
    margin-bottom: 10px;
}
.t4s-iconbox-heading {
    font-size: 17px;
}
.t4s-iconbox-des p {
    font-size: 16px;
}

.t4s-accor-title .t4s-accor-item-nav:before, .t4s-accor-title .t4s-accor-item-nav:after {
    background-color: #000000;
}
.t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav:after, .t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav:before {
    background-color: #000000;
}
a#b_accor_item_mPiEUFSpecificity: (1, 0, 1) {
  border-bottom: 1px solid;
}
.t4s-type-accordion .t4s-accor-title {
  border-bottom: solid 1px;
}
.t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav {
  background-color: white;
}
.t4s-accor-title .t4s-accor-item-nav {
  background-color: white;
}
div#b_quote_mkeNhz
 {
    height: 262px !important;
}
ol.flickityt4s-page-dots
 {
    margin-top: 40px !important;
}
span.t4s-cp {
    color: white !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}