body {
    overflow-x: hidden;
}

.carousel-inner{
    width:100%;
    height: 406px !important;
}
.carousel-control.left,
.carousel-control.right{
    background: transparent;
}
/* .carousel-control.left{
    left: 40%;
}
.carousel-control.right{
    right: 40%;
} */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    left: 40%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    right: 40%;
}

.ps-section__title {
    min-width: 70%;
}
.ps-section__title:before {
    font-size: 80px;
}

.ps-shoe .ps-shoe__price {
    top: 38px;
}

@media (max-width: 479px) {
    .ps-section__title {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .ps-section__title:before {
        font-size: 45px;
    }
    .ps-masonry__filter {
        margin-top: 0 !important;
        margin-bottom: 15px;
        text-align: center;
    }
    html .bg--parallax {
        margin-bottom: 0 !important;  
    }
    /* .ps-products-wrap .ps-products {

    } */
}

@media (max-width: 575.98px) {
    .carousel-indicators {
        display: none;
    }
    .carousel-inner{
        width:100%;
        height: 120px !important;
    }

    .ps-shoe .ps-shoe__price {
        top: 20px;
    }

    .ps-products-wrap {
        padding: 0 !important;
    }
    .ps-products-wrap .ps-products {
        padding: 0 !important;
    }
    .ps-product__columns {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ps-widget--sidebar .ps-widget__header h3 {
        margin-top: 0px;
    }
    .ps-products-wrap .ps-sidebar {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-inner{
        width:100%;
        height: 300px !important;
    }
}

@media (max-width: 991px) {
    .header .header__top p {
        display: block;
        font-size: 12px;
        line-height: 17px;
    }
}

.ps-section--features-product .ps-masonry__filter li {
    margin-right: 10px;
}

.header .ps-logo {
    padding-top: 10px;
}
.menu>li>a {
    line-height: 55px;
}
.navigation .navigation__column.right .ps-search--header {
    top: 12px;
}
.ps-cart {
    line-height: 40px;
}
.menu-toggle {
    top: 11px;
}

.tab-content ul {
    list-style: circle;
    padding: 0 0 0 15px;
    line-height: 1.5em;
}
.panel .panel-title a,
.panel .panel-title a h1,
.panel .panel-title a h2,
.panel .panel-title a h3,
.panel .panel-title a h4,
.panel .panel-title a h5,
.panel .panel-title a h6{
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 0.5s ease;
}
.panel .panel-title a h1,
.panel .panel-title a h2,
.panel .panel-title a h3,
.panel .panel-title a h4,
.panel .panel-title a h5,
.panel .panel-title a h6{
    margin-top: 0;
}
.panel .panel-title a:hover, .panel .panel-title a:focus,
.panel .panel-title a h1:hover, .panel .panel-title a h1:focus,
.panel .panel-title a h2:hover, .panel .panel-title a h2:focus,
.panel .panel-title a h3:hover, .panel .panel-title a h3:focus,
.panel .panel-title a h4:hover, .panel .panel-title a h4:focus,
.panel .panel-title a h5:hover, .panel .panel-title a h5:focus,
.panel .panel-title a h6:hover, .panel .panel-title a h6:focus{
    font-size: 16px;
    color: #2ac37d;
    transition: all 0.5s ease;
}
.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3,
.panel .panel-body h4,
.panel .panel-body h5,
.panel .panel-body h6 {
    font-size: 16px;
}
