/* =========================== RESPONSIVO ============================== */
/* large desktop :1400px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
@media (max-width: 767px) {
  .responsive .social-topbar .social {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .responsive .top-seach {
    display: table;
    height: 80px;
    width: 100%;
  }
  .responsive .typo-icon-ajaxcart .typo-cart-label .print,
  .responsive .typo-icon-ajaxcart .icon-dropdown {
    display: none;
  }
  .typo-top-cart {
    text-align: right;
    display: table;
    height: 80px;
    width: 100%;
  }
  .responsive .main-content .pattern > .container,
  .responsive .standard-body .main-content .pattern > .container {
    padding-bottom: 53px;
  }
  .responsive .standard-body .full-width .container {
    width: auto;
  }
  .responsive .standard-body .full-width .container {
    padding: 0px 15px;
  }
  .responsive .block-sidebar {
    text-align: center;
  }
  .responsive .sale {
    right: 30px;
  }
  .responsive .new-label {
    left: 30px;
  }
  .responsive #column-left {
    display: none;
  }
  .responsive .subscribe .title {
    margin-bottom: 25px;
  }
  .responsive .subscribe .text {
    display: none;
  }
  .responsive .footer .pattern {
    text-align: center;
    padding-top: 27px;
  }
  .responsive .footer h4 {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .responsive .footer ul li a {
    display: inline-block;
  }
  .responsive .footer ul li a i {
    display: none;
  }
  .responsive .footer ul.information-links {
    padding: 0px;
  }
  .responsive .footer h4.information-box {
    padding: 0px;
  }
  .responsive .footer .pattern-bottom {
    padding: 0px 0px 25px;
  }
  .responsive .desenvolvedor {
    text-align: center;
    margin-top: 25px;
  }
  .responsive .desenvolvedor span {
    position: relative;
    right: auto;
    top: auto;
  }
  .responsive .product-filter .sort {
    display: inline-block;
    font-size: 12px;
  }
  .responsive .cart-info table {
    margin-bottom: 10px;
  }
  .responsive .cart-info .cartProductDelete .qtd {
    padding: 12px 8px;
  }
  .responsive .cart-info .cartProductInfo_mobile {
    padding: 5px;
    border-bottom: 0px;
  }
  .responsive .btn-cart {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .responsive .cartDesconto label {
    width: 100%;
    text-align: center;
  }
  .responsive .cartDesconto input {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .responsive .main-slide-sidebar .row > div,
  .responsive .col-tiny {
    width: 100%;
    left: auto;
    right: auto;
  }
}
