/* Add custom CSS styles below */ 
@media (min-width: 767px){
section:nth-of-type(2) .col-md-4 {
    width: 33.3%;
}
}
section:nth-of-type(2) .row {
    overflow-x: auto;
    overflow-y: hidden;
}
section:nth-of-type(2) .col-md-4 {
    width: 33.3%;
    padding-bottom: 57px;
}
@media (min-width: 767px){
section:nth-of-type(2) .row {
    flex-wrap: nowrap !important;
}
}
@media (max-width: 767px){
.category-featured h3 {
    font-size: 16px;
}
}
section:nth-of-type(2) .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category-featured {
  overflow: visible;
}
.category-featured a:before {
    display: none;
}
.category-featured h3 {
    top: 100%;
    color: #000;
}
.category-featured a:hover h3 {
transform: translateY(30px);
}
.category-featured a:after {
    display: none;
}
section:nth-of-type(2) {
    padding-bottom: 0px;
}

@media (min-width: 767px){
section:nth-of-type(3) .col-md-4 {
    width: 25%;
}
section:nth-of-type(2) .container{
    width: 100%;
}
}
section:nth-of-type(3) .col-md-4 {
    width: 33.3%;
    padding-bottom: 57px;
}
section:nth-of-type(3) .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body .section-header h2.section--title span {
    font-size: var(--font-size-large)!important;
    margin-right: 25px;
}

.footer-title span {
    font-size: 17px!important;
    padding: 5px;
    background: #9c9791;
    color: white;
    border-radius: 10px;
}
.footer-links li a{
    transition: all 0.3s;
}
.footer-links li a:hover {
        margin-right: 5px;
}

section:nth-of-type(2){}
section:nth-of-type(2) .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-wrap: nowrap !important;
        overflow: auto;
}
section:nth-of-type(2) .col-md-4 {
    width: 33.3%;
    padding-bottom: 57px;
    flex: 0 0 auto;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.footer-main {
    text-align: center;
}
.store-contact {
    text-align: center;
}
@media (max-width: 500px){
.category-featured h3 {
    top: 80%;
    color: #000;
}
}