body {
    min-height: 100vh;
    padding-bottom: 80px;
}

.shopper-info>input, .form-two>select, .form-two>input, .form-one>input {
    border: 1px solid rgba(0, 0, 0, 0);
}

input:invalid, textarea:invalid, select:invalid {
    border: 1px solid rgba(0, 0, 0, 0.5)!important;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.7)!important;
}

.table {
    margin-bottom: unset;
}

.view-product::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.view-product::-webkit-scrollbar {
    width: 6px;
    background: rgba(0, 0, 0, 0);
}

.view-product::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.clearfix {
    clear: both;
    width: 100%;
}

.linkDetalhes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.navbar-toggle {
    margin-top: 18px;
    border-radius: 0px;
}

.contactinfo ul li:first-child {
    margin-left: unset;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-bottom {
    padding-bottom: 11px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .mainmenu ul li {
        background: #F0F0F0!important;
    }
    .mainmenu ul li a {
        color: #B2B2B2;
    }
}

.campoDados {
    background: #F0F0F0;
    padding: 7px;
    font-size: 16px!important;
}

.mainmenu ul li:first-child {
    padding-left: unset;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
    padding-left: 0px;
}

.search_box {
    min-width: 200px;
}

.search_box button {
    vertical-align: top;
    border-radius: 0;
    color: #FFFFFF;
    border: none;
    padding: 7.5px 15px;
    position: relative;
    left: -4px;
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.item {
    padding-left: unset;
}

.carousel-inner {
    height: 34.9vw;
    /*max-height: unset;*/
}

.item .imagemFundo {
    position: absolute;
    min-height: unset;
    width: 100%!important;
}

.carousel-indicators {
    bottom: 0px!important;
}

.carousel-indicators li {
    border: none!important;
}

.textosSlide {
    padding-left: 5vw;
}

@media (min-width: 1200px) {
    .textosSlide {
        padding-left: 50px;
    }
}

.item h1 {
    color: #FFF;
    font-size: 4vw;
    margin-top: 4vw;
}

@media (min-width: 1200px) {
    .item h1 {
        font-size: 40px!important;
        margin-top: 40px!important;
    }
}

.item h2 {
    font-size: 2.8vw;
    font-weight: 700;
    margin-bottom: 2.2vw;
    margin-top: 1vw;
}

@media (min-width: 1200px) {
    .item h2 {
        font-size: 28px;
        margin-bottom: 22px;
        margin-top: 10px;
    }
}

.carousel .item p {
    font-size: 1.6vw;
    margin: 0 0 1vw;
}

@media (min-width: 1200px) {
    .carousel .item p {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.get {
    font-size: 1.6vw;
    margin-top: 2.3vw;
    padding: 0.6vw 1.2vw;
}

@media (min-width: 1200px) {
    .get {
        font-size: 16px;
        margin-top: 23px;
        padding: 6px 12px;
    }
}

.single-products {
    min-height: 350px;
}

.productinfo .image{
    max-width: 230px; 
    max-height: 252px; 
    overflow:hidden;
}

.product-overlay {
    transition: all 300ms ease 0s;
}

.single-products:hover .someTexto {
    transition: all 300ms ease 0s;
}

.single-products:hover .someTexto {
    opacity: 0;
}

.quantity, .cart_quantity {
    min-width: 160px;
}

.cart_description {
    word-wrap: break-word;
    max-width: 200px;
    white-space: normal;
}

table td {
    min-width: 65px;
    padding-left: 10px!important;
    padding-right: 20px!important;
    white-space: normal!important;
}

.product-overlay p {
    padding-left: 10px;
    padding-right: 10px;
}

.view-product {
    max-height: 380px;
}

.view-product img {
    border: 1px solid #F7F7F0;
    max-width: 100%;
    height: unset;
    width: unset;
}

.reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

.reviews ul li {
    display: inline-block;
}

.reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

.reviews ul li a i {
    padding-right: 8px;
}

.reviews ul li a:hover {
    background: #fff;
}

.reviews p {
    color: #363432;
}

.reviews span {
    display: block;
}

.reviews span input {
    background: #F0F0F0;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

.reviews span input:last-child {
    margin-left: 3%;
}

.reviews textarea {
    background: #F0F0F0;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

.reviews button {
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.cart_product {
    margin: unset;
}

.cart_quantity_button a {
    line-height: 1.8;
}

.cart_delete {
    margin-right: unset;
}

.product-overlay .opcoesProduto {
    padding: 10px;
}

.product-overlay .opcoesProduto select {
    background-color: #FFF;
    margin-bottom: 10px;
}

#grupoParcelas label {
    font-weight: normal;
    font-size: 10px;
}

/* CSS for Credit Card Payment form */

.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */

.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */

.credit-card-box .panel-heading img {
    min-width: 180px;
}

.header_top {
    background: none repeat scroll 0 0 #F0F0F0;
}

.search_box input {
    background: #F0F0F0;
}

#footer {
    background: #F0F0F0;
}

.pagination li a, .pagination li span {
    background-color: #f0f0f0;
}

#reviews span input {
    background: #F0F0F0;
}

#reviews textarea {
    background: #F0F0F0;
}

.login-form form input, .signup-form form input {
    background: #F0F0F0;
}

.cart_quantity_button a {
    background: #F0F0f0;
}

.cart_delete a {
    background: #F0F0F0;
}

.user_info .single_field.zip-field input {
    border: 1px solid#F0F0F0;
}

.user_info input, select, textarea {
    background: #F0F0f0;
}

.register-req, .step-one .heading {
    background: none repeat scroll 0 0 #F0F0F0;
}

.shopper-info>input, .form-two>select, .form-two>input, .form-one>input {
    background: #F0F0F0;
}

.blog-post-area .post-meta ul li {
    background: #F0F0F0;
}

.pagination-area .pagination li a {
    background: #F0F0F0;
}

.pager-area .pager li a {
    background: #F0F0F0;
}

.blog-socials ul li a {
    background: #F0F0F0;
}

.sinlge-post-meta li {
    background: #F0F0F0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F0F0F0 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #F0F0F0;
}

.select2-results .select2-highlighted {
    background: #F0F0F0;
}

.select2-container--default .select2-selection--single {
    background: #F0F0F0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #F0F0F0;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    background: #F0F0F0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #F0F0F0;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #F0F0F0;
}

.footer-bottom {
    background: #D6D6D6;
}