‏/* Add custom CSS styles below */ 
‏  @media screen and (max-width: 768px) {
‏    section:nth-of-type(9) img{
‏        width: 65% !important;
‏        text-align: center !important;
‏        margin: 0 auto !important;
‏        margin-bottom: 32px !important; 
}

‏section:nth-of-type(3) .row {
‏  display: grid;
‏  padding: 12px;
‏  grid-template-columns: repeat(2, minmax(0, 4fr)) !important;
}

‏section:nth-of-type(3) .section-header{
‏  margin-bottom: 5px !important;
}

‏section:nth-of-type(11) {
‏  margin-top: -12px !important;
}

‏section:nth-of-type(4) {
‏    margin-top: -25px;
}


‏section:nth-of-type(8) {
‏  margin-top: -40px;
}


‏section:nth-of-type(3) .category-featured{
‏    margin-bottom: 0px !important;
}

‏section:nth-of-type(3) .row::before,
‏section:nth-of-type(10) .row::before {
‏  display: none !important;
}

‏section:nth-of-type(3) .row .col-sm-4.col-md-4{
‏  padding: 3px;
}

‏section:nth-of-type(10) .row {
‏  grid-template-columns: repeat(3, minmax(0, 4fr)) !important;
‏  margin: 0 auto;
‏  text-align: center;
‏  display: inline-grid;
‏  column-gap: 25px;
‏  margin-bottom: 12px;
}

‏section:nth-of-type(10) .row .feature-item{
‏  padding: 0px !important;
‏  margin-bottom:0px;
}

‏.footer-item {
‏  margin-bottom: 2rem;
‏  text-align: center;
‏  padding: 0px 48px;
}

‏.footer-item .store-contact {
‏  text-align: center !important;
}

‏.main-slider.slick-dotted.slick-slider {
‏  padding: 20px 0 50px !important;
}

‏.slick-dotted.slick-slider {
‏  margin-bottom: 0px !important;
}

‏.slick-initialized .slick-slide {
‏  display: block;
‏  padding: 0px;
}

/*
‏section:nth-of-type(8) .section-header{
‏  margin-top: -76px;
}
*/

‏section:nth-of-type(8) h2.section--title{
‏  background: transparent;
}

‏section:nth-of-type(8) h2.section--title span{
‏  font-size: 20px !important;
}

‏section:nth-of-type(3) h2.section--title span{
‏  color: #31363c !important;
}

‏section:nth-of-type(5) .section-header{
‏  margin-top: -74px;
}

‏section:nth-of-type(10){
‏  padding-top: 4rem !important;
‏  padding-bottom: 4rem !important;
}

‏section:nth-of-type(5) h2.section--title{
‏  background: transparent;
}

‏section:nth-of-type(8) h2.section--title span{
‏  font-size: 20px !important;
}

‏section:nth-of-type(8) h2{
‏  display:none !important;
}

‏.testimonails-listing .slick-dots{
‏  display:none !important;
}

}