.loadImage{
  text-align:center;
}
.loadImage img {
    width: 260px;
}

.footer .background h4:first-child{
    margin: 77px 0px 31px 0px;
}

.footer .background h4{
    margin-top: 25px;
    color:#f0053c;
}

.product-grid .product:hover img:nth-child(2) {
    visibility: hidden;
}

.product-info .product-image .product-image-right {
    max-width: 720px;
}

.default3-copyright .payment img {
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    max-height: 24px;
    padding:1px 0;
    border-radius:3px 3px;
}

#mobile-header-2 .top-center .open-cart-login a svg {
    width: 30px;
    height: 30px;
}

body[class^='information'] .main-content p {
    color: #484848;
}

body[class^='information'] .main-content p b {
    color: #f0053c;
}

body.checkout-cart .buttons .pull-right a {
    width: 350px;
}



@media (max-width: 767px) {
    .header-notice {
        font-size:11px;
    }
}

.header-notice strong {
    font-weight: 600;
    color: #fff;
}

.header-notice .close-notice {
    right: 0 !important;
}

header #top .top-center .right .desktop-search .open-search a svg {
    width: 24px;
    height: 24px;
}

.header-notice {
    
    text-align: center;
    color: #d8ae5b;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: none;
    padding: 15px 0px;
    z-index: 4;
}

@media (max-width: 767px) {
    .header-notice {
        overflow:scroll;
        padding: 10px 0px;
    }
}

.header-notice a {
    color: #fff;
}

.header-notice p {
    padding: 0px;
    margin: 0px;
}

.product-grid .product .name > a {
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    color: #141414;
    display: -webkit-box;
    min-block-size: 3.2rem;
    overflow: hidden;
}

.product-grid .product > .right {
    margin-bottom: 70px;
}

.product-grid .product .name label.btn-sm a {
    -webkit-box-orient: unset;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 0;
    -moz-line-clamp: 0;
    -ms-line-clamp: 0;
    line-clamp: 0;
    color: #141414;
    display: block;
    min-block-size: 0;
    overflow: unset;
}

@media (max-width: 767px) {
    .header-notice a.close-notice {
        display:none;
    }
}

.header-notice .bar4 .item {
    padding: 6px 0px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .header-notice .bar4 .item {
        padding-right:25px;
    }
}

.header-notice .bar4 .item .icon {
    min-width: 50px;
}

@media (max-width: 767px) {
    .header-notice .bar4 .item .icon {
        min-width:30px;
    }
}

.header-notice .bar4 .item .icon svg {
    width: 36px;
    height: 36px;
}

@media (max-width: 767px) {
    .header-notice .bar4 .item .icon svg {
        width:20px;
        height: 20px;
    }
}

.header-notice .bar4 .item .icon svg path,.header-notice .bar4 .item .icon svg g {
    fill: #06bec7 !important;
}

.header-notice .bar4 .item h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 767px) {
    .header-notice .bar4 .item h4 {
        font-size:13px;
    }
}

.header-notice .bar4 .item h4 span {
    text-decoration: underline;
}

.header-notice .bar4 .line {
    width: 170px;
    background: rgba(255, 255, 255, 0.4);
    height: 1px;
    margin: 0px 50px;
}

@media (max-width: 1098px) {
    .header-notice .bar4 .line {
        margin:0px 25px;
    }
}

@media (max-width: 767px) {
    .header-notice .bar4 .line {
        display:none;
    }
}

span.dataspromos {
    display: block;
    font-size: 12px;
    color: #d4961f;
    font-style: italic;
    text-wrap: balance;
}

.product-info .product-center .description {
    padding: 19px 0px 20px 0px;
}
.product-info .product-center .brand{
    border: 1px solid #000;
    padding: 5px 10px;
    background: #000;
}
.product-info .product-center .brand a{
   font-weight:600;
    color: #FFF;
}

.product-info .product-center .whythissite.bar4{
    padding-top:10px;
}

.product-info .product-center .whythissite.bar4 h4{
    font-size:12px;
    padding:10px 0 0 10px;
}

.whythissite.bar4 rect,.whythissite.bar4 polygon, .whythissite.bar4 path {
    color: #36d011;
    fill: #36d011;
}

.previsao_entrega {
    padding-top: 10px;
}

.previsao_entrega  .receber2448 {
    font-weight: 700;
    font-size: smaller;
    background: #36d011;
    display: inline-block;
    padding: 3px 15px 3px 5px;
    border-radius: 5px 50px 5px 5px;
    color: white;
    margin-bottom: 0;
}

div.previsao_entrega p {
    display: block;
    font-size: 12px;
    color: #36d011;
    font-style: italic;
}

#autocomplete-results .price {
  color: #000;
}

#autocomplete-results .price .price-old {
  color: #808080;
  text-decoration: line-through;
}

#autocomplete-results .price .price-new {
  color: #d7ad5d;
}

.portes_gratis {
    background: #439854;
    max-width: 100px;
    text-align: center;
    font-weight: 800;
    color: #FFF;
    border-radius:3px 3px;
    position: absolute;
    right: 17px;
    padding: 0 15px;
}

.portes_gratis label {
    display: inline-flex;
    vertical-align: middle;
    padding-left: 9px;
    padding-top: 2px;
    font-size: 0.9rem;
}

.portes_gratis i {
    font-size: 0.9rem;
    display: inline-flex;
    vertical-align: middle;
}

#quickview_product .price > br {
    display: none;
}

span.estado-5 {
    background: red;
    border-radius: 15px;
    padding: 1px 5px;
    color: #FFF;
}


div#notificationStock {
    margin:15px 0 0 0;
    padding-bottom: 0;
}
div#notificationStock input.email, 
div#notificationStock a.alertstock {
    display: block;
    width: 90%;
    text-align: center;
    margin:5px auto;
}   

@media only screen and (min-width: 768px) {
    div#notificationStock {
        margin: 25px auto;
    }
    div#notificationStock input.email, 
    div#notificationStock a.alertstock {
        display: block;
        width: 100%;
        max-width: 219px;
        margin:0;
    }
}

 @media (max-width: 767px) {
    #mobile-header-1 .top-center .logo img{
        max-height: none;
        margin: 0 auto;
        text-align: center;
    }
    
    #mobile-header-1 .top-center .logo{
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

.portes_gratis {
    display: block;
    width: 100%;
    right: unset;
    max-width: 100%;
    position: relative;
}

.portes_gratis br{
    display: none;
}
}

.zoomContainer:hover {
    background-color: rgb(255, 255, 255);
}

.default3-copyright .links-info ul::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.default3-copyright .links-info ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.default3-copyright .links-info ul::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.default3-copyright .links-info ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.default3-copyright .links-info ul {
overflow-y: hidden;
}

@media (max-width: 768px) {
  .mobile-addtocart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.15);
    z-index: 1050;
  }

  .mobile-addtocart-bar .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }

  .mobile-addtocart-bar .cart-icon {
    margin-right: 8px;
    font-size: 18px;
  }

  .mobile-addtocart-bar .product-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    font-weight: 600;
  }

  .mobile-addtocart-bar .product-price {
    font-weight: bold;
    color: #333333;
  }
}
.mobile-addtocart-bar {
    display:none;
}
