.ms-ctn-focus {
    box-shadow: none;
}

label,
li {
    line-height: 20px;
}

.dropdown-menu > li > a,
.nav a {
    color: #ffffff;
    font-family: "gothambook";
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
}

.nav .dropdown-menu > li > a:hover {
    color: #ffffff;
    opacity: 0.5;
}

.menu-left .dropdown-menu > li > a,
.menu-left .dropdown-menu > li > a:hover,
.menu-left .dropdown-menu > li > a:focus {
    font-family: "gotham_boldregular";
}

.menu-left a:focus {
    text-decoration: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.swiper-container {
    height: 450px;
}

.swiper-slide {
    background-color: #cccccc;
    background-repeat: no-repeat center;
    background-size: cover;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active::before {
    left: -5px;
    top: -5px;
}

.products {
    /* margin-top: -1px; */
}

.products .listagem-prod .pic {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.products .listagem-prod {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

div.pagination {
    display: block;
    font-family: "gothambook";
    margin: 35px 0 0;
}

.pagination {
    font-family: "gothambook";
}

.pagination li.active a,
.pagination li.active:hover a,
.pagination li.active span {
    background: #ea008a;
    border-color: #ea008a;
    color: #fff;
}

.ms-ctn .ms-sel-ctn {
    margin-left: 0px;
}

.container {
    /* padding: 0px; */
}

.pagination > li > a,
.pagination > li > span {
    line-height: 38px;
    padding: 0px 14px;
}

.search .ms-ctn {
    box-sizing: content-box;
}

body {
    line-height: 20px;
}

.info .prod-nome a {
    margin: 0px 0px 5px;
}

.row-fluid [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
}

.w100,
.gray_belt form input,
#form-cart textarea,
#form-cart input {
    width: 100% !important;
}

.gray_belt form textarea {
    height: 160px;
}

[type="radio"]:checked + label::after {
    left: 2px;
    top: 2px;
}

.cesta.listagem {
    margin: 30px 0 0 0;
}

.cesta-alert a {
    padding: 17px 25px;
    margin: 0 !important;
    display: inline-block !important;
}

.cesta-alert strong {
    display: block;
    margin: 10px 0 5px;
}


.ms-ctn .ms-sel-item {
    background: transparent;
    display: none;
    border: 0px;
    font-size: 0px;
    color: transparent;
}

@media all and (max-width: 767px) {
    [class*="col"],
    .row [class*="col"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }

    .contacts-footer .col-sm-4 {
        margin-bottom: 15px;
        text-align: center;
    }

    .units > div {
        margin: 0px 15px 15px;
        width: calc(100% - 30px);
    }
}

@media all and (min-width: 979px) {
    .hidden-desktop {
        display: none;
    }
}
@media all and (min-width: 978px) {
    .menu-mobile {
        display: none;
    }
}

.listagem-prod .pic {
    height: 270px;
}

.contacts-footer .col-sm-4 h2,
.contacts-footer .col-sm-4 h2 a {
    padding: 0px;
}

.container-fluid {
    max-width: 1200px;
}

.products .listagem .col-xs-4 {
    padding: 0px 10px;
}
.swiper-slide {
    background-position: center;
}

.produto .produto-img {
    display: flex;
    align-items: center;
    min-height: 180px;
    justify-content: center;
    text-align: center;
}

.blue_belt {
    margin-bottom: -40px;
}



.categories {
    padding-bottom: 60px;
}
.categories > div {
    padding-bottom: 20px;
}

.listagem .categories .btn.category {
    border-radius: 0;
    background: #ea008a;
    color: #fff;
    font-family: 'gotham_blackregular';
    position: relative;
    padding: 17px 10px;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    z-index: 1;
    transition: all 0.5s ease;
    height: 66px;
    white-space: inherit;
}