@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face {
    font-family: 'Courgette-Regular';
    src: url("../fonts/Courgette-Regular.ttf");
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}

.hide {
    display: none;
}

a:active,
a:focus,
input:focus,
.input-text:focus,
button,
textarea:focus,
select:focus {
    outline: none;
}

.header-language-background .televendas {
    font-size: 27px;
    color: #fff;
    text-transform: none;
    background: url("../images/ico-tel1.png") no-repeat left center;
    width: 385px;
    margin: 0 auto;
    padding-left: 35px;
    font-family: 'OpenSans-Semibold';
    text-align: center;
}

.page-header {
    width: 100%;
    height: 270px;
    max-width: 100%;
    padding: 0;
}

.page-header .page-header-container {
    height: 205px;
}

.page-header .page-header-container .skip-links {
    display: none;
}

.page-header .account-search-wrapper {
    float: left;
    width: 35%;
    padding: 85px 40px 45px 40px;
}

.page-header .account-search-wrapper .header-account {
    padding-left: 50px;
    float: left;
    background: url("../images/ico-user.png") no-repeat 10px 18px;
    width: 55%;
    height: 75px;
    padding: 17px 20px 17px 60px;
}

.page-header .account-search-wrapper .header-account a,
.page-header .account-search-wrapper .header-account a:hover {
    position: relative;
    display: block;
    padding: 0;
    line-height: 18px;
    color: #000;
    text-transform: none;
    font-size: 15px;
    font-family: 'OpenSans-Semibold';
    letter-spacing: 1px;
    text-decoration: none;
}

.page-header .account-search-wrapper .header-search {
    display: block;
    padding: 0 20px;
    width: 45%;
    float: left;
    position: initial;
    top: 0;
    right: 0;
    height: 75px;
    padding: 15px 0;
}

.page-header .account-search-wrapper .header-search .form {
    display: none;
}

.page-header .account-search-wrapper .header-search .search {
    width: 40px;
    height: 40px;
    background: url("../images/ico-busca.png") no-repeat center;
    margin: 0 20px;
    color: transparent;
    display: inline-block;
    cursor: pointer;
}

#search {
    width: 100%;
    height: 40px;
    padding: 3px 0 0 5px;
    border: 2px solid #F08261;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Poppins-Light';
}

#search_mini_form .search-button {
    text-indent: -9999px;
    position: absolute;
    top: 3px;
    right: 0;
    width: 50px;
    height: 35px;
    border: 0;
    background: none;
}

#search_mini_form .search-button:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 5px;
    width: 32px;
    height: 33px;
    background: url("../images/ico-busca.png") no-repeat #fff;
}

.page-header .logo-wrapper {
    float: left;
    width: 30%;
}

.page-header .logo-wrapper .logo {
    width: 100%;
    max-width: 100%;
}

.page-header .logo-wrapper .logo img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.page-header .info-cart-wrapper {
    float: left;
    width: 35%;
    padding: 85px 0 45px 80px;
}

.page-header .info-cart-wrapper .header-info-entrega {
    float: left;
}

.page-header .info-cart-wrapper .header-minicart {
    float: left;
    height: 75px;
    padding: 17px 20px;
}

.page-header .info-cart-wrapper .header-minicart a {
    text-decoration: none;
}

.page-header .info-cart-wrapper .header-minicart .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url("../images/ico-cesta.png");
    background-position: 0 !important;
    background-size: 40px;
}

.page-header .info-cart-wrapper .header-minicart .label {
    color: #000;
    text-transform: none;
    font-size: 15px;
    font-family: 'OpenSans-Semibold';
    letter-spacing: 1px;
    padding-left: 15px;
    display: inline-block;
}

.page-header .info-cart-wrapper .header-minicart .count {
    position: static;
    background: none;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    min-width: 20px;
    height: 20px;
    background: #bc3a18;
    padding: 0 6px;
    margin-left: 5px;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
}

.page-header .info-cart-wrapper .header-minicart .count:before,
.page-header .info-cart-wrapper .header-minicart .count:after {
    content: "";
}

.page-header .header-nav-container {
    float: left;
    width: 100%;
    height: 65px;
    border-top: 1px solid #E8EAE9;
    border-bottom: 1px solid #E8EAE9;
}

.page-header .header-nav-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.page-header .header-nav-wrapper .nav-primary {
    margin: 16px 0;
    text-align: center;
}

.page-header .header-nav-wrapper .nav-primary a {
    font-size: 17px;
    color: #78272d;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
}

.nav-primary .menu-active>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
    display: none !important;
}

#main-banner,
#sec-banner,
#footer-banner {
    display: block;
    margin-bottom: 50px;
}

#main-banner-mobile,
#sec-banner-mobile,
#footer-banner-mobile {
    display: none;
    margin-bottom: 50px;
}

.home-sec-banner,
.home-footer-banner {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

#sec-banner,
#footer-banner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.home-main-banner img,
.home-sec-banner img,
.home-footer-banner img {
    max-width: 100%;
    width: 100%;
}

#sec-banner .banner,
#footer-banner .banner {
    float: left;
    margin: 0 10px 0 10px;
    max-width: 610px;
}

#sec-banner .banner img,
#footer-banner .banner img {
    max-width: 100%;
}

.home-product-block {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto 50px auto;
}

.home-product-block h2 {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #000000;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 10px;
    max-width: 75%;
    margin-left: 10px;
}

.catalog-category-view .col2-left-layout .category-products .products-grid {
    border-left: 0.5px solid #F08261;
    padding: 0 30px 0 50px;
}

.block-layered-nav .block-title {
    display: none;
}

.block-layered-nav .block-content>dl>dt,
.block-layered-nav .block-content>dl>dt:hover {
    background: none;
    border: none;
    text-transform: none;
    font-size: 19px;
    color: #363636;
}

.block-layered-nav .block-content>dl>dd {
    border: none;
}

.block-layered-nav .block-content dl dd ol>li>a {
    color: #363636;
    font-family: 'Poppins-Light';
    padding: 0 0 0 25px;
    display: block;
    outline: 0;
    font-size: 16px;
    text-decoration: none;
}

.block-layered-nav .sort {
    display: none;
}

.sidebar .left_content img {
    margin: 40px auto;
}

.sidebar .left_content h2 {
    color: #bc3a18;
    font-family: 'Poppins-Regular';
    margin-top: 0;
}

.block-layered-nav dd {
    max-height: 280px;
    overflow: auto;
    padding: 0 0 10px 10px !important;
}

.block-layered-nav dd::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.block-layered-nav dd::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.block-layered-nav dd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bc3a18;
}

.block-layered-nav dt {
    margin: 0 0 0 10px;
    animation: 0;
    font-weight: bold;
    font-size: 17px;
}

.block-layered-nav #narrow-by-list li {
    height: 20px;
    margin: 10px;
}

.block-layered-nav #narrow-by-list li a {
    color: #363636;
    text-decoration: none;
    font-family: 'Poppins-Light';
    font-size: 16px;
}

.block-layered-nav #narrow-by-list .actions,
.block-layered-nav .filter-close {
    display: none;
}

.filter-price {
    padding: 10px;
}

.filter-price li {
    border: 1px solid #bc3a18;
    padding: 5px;
    width: 48%;
    float: left;
    margin: 1% !important;
    text-align: center;
    height: 33px !important;
}

.filter-price li.full {
    width: 98%;
    margin: 1%;
}

.filter-price li a {
    color: #363636;
    text-decoration: none;
}

.category-search #search {
    border: none !important;
    border-bottom: 1px solid #bc3a18 !important;
    border-radius: 0;
    color: #363636;
    font-size: 16px;
    font-family: 'Poppins-Light';
    padding: 0 0;
    height: 35px;
}

.category-search #search::placeholder {
    color: #363636;
}

.category-search #search_mini_form .search-button:before {
    height: 25px;
    width: 40px;
    background-size: contain;
    background-position: right;
}

.products-grid--max-2-col .line li.item {
    width: 50%;
    float: left;
}

.products-slider {
    margin: 50px 0 10px 0;
}

.products-grid .product-image {
    border: none;
}

.products-grid .product-info {
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
}

.products-grid .product-info .product-name {
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 15px 0 5px 0;
}

.products-grid .product-info .product-name a {
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #363636;
    text-decoration: none;
}

.products-grid .product-info .price {
    font-size: 23px;
    font-family: 'Poppins-Medium';
    color: #363636;
}

.products-grid .price-box span {
    width: 100%;
    float: left;
    font-family: 'Poppins-Regular';
    color: #363636;
    font-size: 14px;
    line-height: 1.5;
}

.products-grid .price-box span span {
    width: initial;
    float: none;
}

.products-grid .price-box .parcelamento span {
    color: #bc3a18;
}

.products-grid .un,
.products-grid .price-box .un {
    color: #bc3a18;
}

.products-slider .products-grid .product-info .product-name a {
    font-size: 17px;
}

.products-slider .products-grid .product-info .price {
    font-size: 25px;
}

.products-slider ul {
    margin: 0 auto;
    width: 1090px;
    max-width: 100%;
    float: none;
    max-height: 410px;
}

.products-slider ul li {
    margin: 0 !important;
    padding: 0 20px 0 0;
    list-style: none;
}

.slick-custom-arrow,
.slick-custom-arrow:hover {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    color: #585858;
}

.slick-custom-arrow.prev-arrow {
    left: -75px;
    background-image: url("../images/arrow-left.jpg");
}

.slick-custom-arrow.next-arrow {
    right: -75px;
    background-image: url("../images/arrow-right.jpg");
}

.block-info {
    width: 90%;
    margin: 0 5% 50px 5%;
    float: left;
}

.block-info div {
    width: 33.333%;
    float: left;
    height: 200px;
}

.block-info span {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 30px;
}

.block-info img {
    margin: 5px auto;
    height: 34px;
}

.block-info div.block-info2 {
    border-left: 2px solid #FF855F;
    border-right: 2px solid #FF855F;
    padding: 0 20px;
}

.block-info span.title {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    font-family: 'Poppins-Regular';
}

.block-info span.text {
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: #000;
}

.category-image {
    margin: 0;
    padding: 0;
    border: none;
    position: inherit !important;
}

.category-image-mobile {
    display: none;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs strong {
    font-family: 'Poppins-Light';
    color: #000;
    font-size: 14px;
    text-transform: none;
    border-bottom: 1px solid #919191;
    display: block;
    padding: 0;
    text-decoration: none;
}

.breadcrumbs span {
    padding: 0 5px;
    font-size: 15px;
}

.toolbar {
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    background: none;
}

.toolbar-mobile {
    display: none;
}

.toolbar-mobile-pager {
    display: none;
}

.toolbar .sorter {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.toolbar .pager {
    float: left;
    width: 100%;
    display: none;
}

.toolbar .filter {
    display: none;
}

.toolbar-bottom .toolbar .sorter {
    display: none;
}

.toolbar-bottom .toolbar .pager {
    display: block;
}

.pager .pages {
    text-align: center;
    float: none !important;
}

.pager .pages ol {
    display: inline-block;
}

.pager .pages ol li a,
.pager .pages ol li.current {
    color: #919191;
    font-size: 11px;
    text-decoration: none;
    border: none;
    line-height: 50px;
    vertical-align: text-bottom;
    height: 50px;
    padding: 0;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    display: inline-block;
    width: 50px;
    border: 1px solid #ccc;
    border-left: none;
}

.pager .pages ol li.current {
    color: #bc3a18;
    background-color: #f8f8f8;
}

.pager .pages ol li:first-child a,
.pager .pages ol li:first-child.current {
    border-left: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pager .pages .next,
.pager .pages .next:hover {
    color: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url("../images/seta-direita.png") no-repeat center;
    padding: 0;
    border: 1px solid #ccc;
    border-left: none;
}

.pager .pages .previous,
.pager .pages .previous:hover {
    color: transparent;
    background: url("../images/seta-esquerda.png") no-repeat center;
    padding: 0;
    border: 1px solid #ccc;
}

.pager .pages .previous:before,
.pager .pages .next:before {
    border: none;
}

.toolbar .sorter>.sort-by {
    float: right;
    margin-left: 30px;
}

.toolbar .sorter .sort-by select {
    height: 30px;
    width: 120px;
    border: 1px solid #bc3a18;
    font-size: 13px;
    background: url("../images/seta-select.png") no-repeat right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 5px;
}

.toolbar .sorter .sort-by select::-ms-expand {
    display: none;
}

.toolbar .sorter>.view-mode .list {
    background-image: url("../images/bolinhas.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: 0 -2px;
    width: 35px;
    height: 20px;
    margin: 5px;
}

.toolbar .sorter>.view-mode strong.list,
.toolbar .sorter>.view-mode a.list:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

.toolbar .sorter>.view-mode .grid {
    background-image: url("../images/bolinhas.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: -40px -2px;
    width: 60px;
    height: 20px;
    margin: 5px;
    float: right;
}

.toolbar .sorter>.view-mode strong.grid,
.toolbar .sorter>.view-mode a.grid:hover {
    background-position: -40px -21px;
    cursor: pointer;
}

.toolbar label,
.pager-no-toolbar label {
    font-family: 'Poppins-Light';
    text-transform: none;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.catalog-product-view .breadcrumbs {
    display: none;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    font-size: 36px;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
}

.product-view .product-img-box .product-image,
.product-view .product-img-box .product-image:not(.zoom-available):hover {
    margin: 0;
    border: 1px solid #E8EAE9;
    padding: 0;
}

.no-touch .product-image-thumbs a,
.no-touch .product-image-thumbs a:hover {
    border: 1px solid #E8EAE9;
}

.more-views {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.more-views .slick-arrow,
.more-views .slick-arrow:hover {
    border: none !important;
    position: initial;
    float: left;
    transform: none;
    margin: 60px 0;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 30px;
    color: transparent;
    height: 50px;
    width: 10%;
}

.more-views .slick-arrow.slick-prev {
    background-image: url("../images/arrow-left.jpg");
    background-position: left;
}

.more-views .slick-arrow.slick-next {
    background-image: url("../images/arrow-right.jpg");
    background-position: right;
}

.more-views .slick-list {
    width: 80%;
    float: left;
    padding: 20px 0;
}

.product-view .product-shop {
    padding-left: 30px;
}

.product-view .add-to-cart-wrapper {
    padding-left: 0;
}

.product-view .add-to-cart-wrapper .add-to-cart-buttons {
    width: 80%;
    margin: 0 auto;
    float: none;
    height: 60px;
}

.product-view .add-to-cart-wrapper .add-to-cart-buttons .button {
    height: 60px;
    border-radius: 10px;
    font-size: 19px;
}

.product-view .product-shop div {
    width: 100%;
    max-width: 100%;
    float: left;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #000000;
}

.product-view .product-shop .description {
    margin-bottom: 75px;
}

.product-view .product-img-box .cesta-itens-numero,
.product-view .product-img-box .cesta-itens-lista {
    display: none;
}

.product-view .product-shop .cesta-itens-numero {
    font-size: 21px;
    cursor: pointer;
    display: none;
}

.product-view .product-shop .cesta-itens-lista ul {
    width: 50%;
    float: left;
}

.product-view .product-shop .cesta-itens-lista {
    margin-left: 50px;
    max-width: 550px;
}

.product-view .product-shop .price-info {
    float: left;
    padding-left: 0;
    text-align: left;
}

.product-view .product-shop .price-info .price-box {
    margin: 20px 0;
}

.product-view .product-shop .price-unit-info .price-box .regular-price .price {
    font-size: 38px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
}

.product-view .product-shop .price-unit-info .price-box .regular-price .un {
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
}

.product-view .product-shop .min-sale-qty {
    margin: 30px 0;
}

.product-view .product-shop div span {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    font-size: 21px;
    color: #000;
}

.product-view .product-shop div span span {
    width: initial;
    float: none;
    color: #bc3a18;
}

.product-view .product-shop .category-list span {
    float: left;
    color: #000;
    margin-right: 5px;
    font-size: 18px;
    text-align: left;
}

.product-view .product-shop .category-list a {
    color: #000;
    text-decoration: underline;
}

.product-view .product-shop span.regular-min-price .price {
    font-size: 38px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
}

.product-view .product-shop .min-sale-qty span.regular-min-price .price {
    color: #FF855F;
}

.product-view .product-shop span.regular-min-price {
    margin: 0;
}

.product-view .product-shop .price-box span {
    margin: 0;
}

.product-view .product-shop .price-box .parcelamento,
.product-view .product-shop .price-box .parcelamento span {
    font-size: 17px;
    line-height: 20px;
}

.product-view .add-to-cart {
    border: none;
}

.product-view .product-detailed-info {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.product-view .product-detailed-info h2 {
    border-bottom: 2px solid #bc3a18;
    padding-bottom: 5px;
    font-family: 'Poppins-Medium';
    font-size: 25px;
    margin-bottom: 25px;
}

.product-view .product-detailed-info h2 a {
    color: #363636;
    text-decoration: underline;
}

.product-view .product-detailed-info .text-content {
    padding: 10px 30px;
    font-size: 21px;
    text-align: justify;
}

.product-view .product-detailed-info .text-content p {
    font-size: 21px;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.adicionais .item {
    width: 18%;
    margin-right: 0 !important;
}

.adicionais .item img {
    max-width: 190px;
    margin: 35px auto 20px auto;
}

.adicionais .item.cesta {
    padding-right: 55px;
    width: 26%;
    margin-right: 0;
}

.adicionais .item.cesta img {
    max-width: 100%;
    margin: 0 auto;
}

.adicionais .item.ver-todos {
    width: 20%;
}

.adicionais .button {
    border-radius: 5px;
    padding: 6px 20px;
    margin-bottom: 15px;
}

.adicionais .btn-remove-adicional,
.adicionais-grid .btn-remove-adicional {
    background: #bbb;
}

.adicionais .item.ver-todos .button {
    display: flex;
    flex-wrap: wrap;
    max-width: 170px;
    white-space: initial;
    margin: 120px auto;
    font-size: 18px;
    line-height: 22px;
    padding: 15px !important;
}

.adicionais .mais {
    background-image: url("../images/ico-mais.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 35%;
    right: 0;
}

.adicionais .product-info .product-name {
    padding: 0;
    line-height: 22px;
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #363636;
    text-decoration: none;
}

.product-view .product-detailed-info .dimensoes {
    background: #bc3a18;
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    margin: 30px auto;
    padding: 10px 30px;
    display: table;
    min-width: 30%;
    text-align: center;
}

.product-view .product-detailed-info .dimensoes ul li {
    margin: 10px 15px;
    min-height: 60px;
    padding: 15px 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}

.product-view .product-detailed-info .dimensoes ul li.altura {
    background-image: url("../images/pag-produto/ico-altura.png");
    padding-left: 30px;
}

.product-view .product-detailed-info .dimensoes ul li.largura {
    background-image: url("../images/pag-produto/ico-largura.png");
    padding-left: 74px;
}

.product-view .product-detailed-info .dimensoes ul li.profundidade {
    background-image: url("../images/pag-produto/ico-profundidade.png");
    padding-left: 59px;
}

.product-view .product-detailed-info .box-reviews .reviews-list {
    float: left;
    width: 55%;
    padding: 0 30px;
}

.product-view .product-detailed-info .box-reviews .reviews-form {
    float: left;
    width: 45%;
    padding: 0 30px;
}

.product-view .product-detailed-info .box-reviews .reviews-form .rating-block h2 {
    color: #000;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Regular';
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-view .box-reviews .reviews-form .rating {
    border: none;
    width: 160px;
    height: 40px;
    margin: 10px auto 30px auto;
}

.product-view .box-reviews .reviews-form .rating>input {
    display: none;
}

.product-view .box-reviews .reviews-form .rating>label:before {
    margin: 5px 3px;
    font-size: 27px;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f006";
}

.product-view .box-reviews .reviews-form .fieldset .form-list input {
    border-radius: 8px;
    border: 1px solid #919191;
    margin: 5px 0;
    height: 40px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
}

.product-view .box-reviews .reviews-form .fieldset .form-list textarea {
    border-radius: 8px;
    border: 1px solid #919191;
    margin: 5px 0;
    height: 120px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
}

.product-view .box-reviews .reviews-form .fieldset .form-list .validation-advice {
    display: none;
}

.product-view .box-reviews .reviews-form .fieldset .form-list .validation-failed {
    border: 1px solid #f00;
}

.product-view .box-reviews .reviews-form .rating>label:hover:before,
.product-view .box-reviews .reviews-form .rating:not(:checked)>label:hover~label:before,
.product-view .box-reviews .reviews-form .rating>input:checked~label:before,
.product-view .box-reviews .reviews-form .rating:not(:checked)>label:hover:before,
.product-view .box-reviews .reviews-form .rating:not(:checked)>label:hover~label:before {
    content: "\f005";
    color: #FFD700;
}

.product-view .box-reviews .reviews-form .rating>label {
    color: #000;
    float: right;
}

.product-view .box-reviews .reviews-form .rating>input:checked~label,
.product-view .box-reviews .reviews-form .rating:not(:checked)>label:hover,
.product-view .box-reviews .reviews-form.rating:not(:checked)>label:hover~label,
.product-view .box-reviews .reviews-form .rating>input:checked+label:hover,
.product-view .box-reviews .reviews-form .rating>input:checked~label:hover,
.product-view .box-reviews .reviews-form .rating>label:hover~input:checked~label,
.product-view .box-reviews .reviews-form .rating>input:checked~label:hover~label {
    color: #FFD700;
}

.product-view .box-reviews .reviews-form .buttons-set {
    border: none;
    width: 100%;
    clear: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.product-view .box-reviews .reviews-form .buttons-set button.button {
    float: none;
    max-width: 100%;
    width: 300px;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0;
}

.product-view .box-reviews .reviews-list .review-body {
    float: left;
    width: 90%;
    margin: 10px 0;
    font-size: 17px;
}

.product-view .box-reviews .reviews-list .show-all {
    float: left;
    width: 100%;
    margin: 10px 0 60px 0;
}

.product-view .box-reviews .reviews-list .no-rating {
    color: #000;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    display: block;
}

.product-view .box-reviews .reviews-list .show-all a {
    color: #000;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.product-view .box-reviews .reviews-list .review-body.hide {
    display: none;
}

.product-view .box-reviews .reviews-list .title {
    width: 100%;
    float: left;
    margin: 5px 0;
    font-size: 21px;
    color: #000;
}

.product-view .box-reviews .reviews-list .title .nickname {
    font-size: 27px;
    font-family: 'Poppins-Medium';
    line-height: 44px;
}

.product-view .box-reviews .reviews-list .title .date {
    float: right;
    padding: 0;
    font-size: 19px;
    line-height: 44px;
}

.product-view .box-reviews .reviews-list .title .rating-vote {
    padding: 0 30px 0 10px;
    float: right;
}

.product-view .box-reviews .reviews-list .title .rating-vote .rating-star:before {
    margin: 5px 3px;
    font-size: 23px;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f006";
}

.product-view .box-reviews .reviews-list .title .rating-vote .rating-star.full:before {
    color: #FFD700;
    content: "\f005";
}

.product-view .box-reviews .reviews-list .review-heading .title .reviews-count {
    font-size: 24px;
    float: left;
    line-height: 50px;
    margin-right: 5px;
}

.product-view .box-reviews .reviews-list .review-heading .title .rating-vote {
    float: left;
    padding: 0;
}

.product-view .box-reviews .reviews-list .review-heading .title {
    width: 76%;
    margin: 0 12% 30px;
}

.product-view .box-reviews .reviews-list .review-heading .title .rating-vote .rating-star:before {
    font-size: 27px;
}

.product-view .box-reviews .reviews-list .review-body .detail {
    width: 100%;
    float: left;
    margin: 5px 0;
    margin: 10px 0;
    font-size: 15px;
    color: #363636;
}

.block-shipping-estimate .block-content li label {
    display: none;
}

.product-view .product-link,
.product-view .product-link:focus {
    font-size: 17px;
    text-decoration: underline;
    color: #C96246;
    text-align: center;
    display: block;
}

.product-view .product-link:hover {
    color: #bc3a18;
}

.product-block-shipping {
    margin: 0 0 20px 0;
}

.product-block-shipping-content {
    max-width: 485px;
    width: 100%;
    margin: 0px auto 15px;
    border: 1px solid #C96246;
    padding: 10px;
}

.block-shipping-results {
    margin: 0;
}

.product-block-shipping-cestas .block-shipping-results .block-content {
    display: none;
}

.product-block-shipping-cestas .shipping-error-message {
    display: none;
}

.block-shipping-estimate .actions {
    float: left;
    margin: 5px 0;
}

.block-shipping-estimate ul {
    float: left;
    max-width: 230px;
}

.block-shipping-estimate .actions button {
    border-radius: 5px;
    padding: 6px 10px;
}

.block-shipping-estimate .input-text {
    border-radius: 5px;
    padding: 10px;
    background: #eee;
    border: 1px solid #eee !important;
}

.block-shipping-estimate .input-text.postcode-error {
    border: 1px solid #f00 !important;
}

.block-shipping-estimate .postcode-error-message {
    color: #f00;
}

.block-shipping-estimate .block-subtitle {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    padding: 0 20px;
}

.block-shipping-results .block-content dl dd ul {
    width: 100%;
    float: none;
    max-width: 100%;
}

.block-shipping-zip .block-content {
    height: 95px;
    margin: 0;
    background: url("../images/pag-produto/ico-frete.png") no-repeat 15px center;
    padding-left: 100px;
}

.block-shipping-zip .please-wait {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.adicionais-popup-fundo {
    width: 100%;
    background: #fff;
    opacity: 0.5;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
}

.adicionais-popup {
    border-radius: 10px;
    background: #fff;
    font-size: 18px;
    position: absolute;
    width: 1000px;
    max-width: 100%;
    z-index: 100000;
    top: 0;
    left: 50%;
    margin-top: 20px;
    margin-left: -500px;
    font-family: 'Poppins-Medium';
}

.checkout-cart-index .adicionais-popup {
    margin-top: -200px;
}

.adicionais-popup .title {
    width: 100%;
    background: #F08261;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #F08261;
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    float: left;
    color: #fff;
}

.adicionais-popup .content {
    padding: 0;
    border: 1px solid #B7B7B7;
    border-top: none;
    float: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.adicionais-popup .cesta .product-image {
    width: 25%;
    float: left;
    border: none;
}

.adicionais-popup .cesta .product-info {
    width: 75%;
    float: left;
}

.adicionais-popup .cesta .product-image img {
    max-width: 130px;
    border: none;
    width: 100%;
    margin: 0 auto;
    position: inherit;
}

.adicionais-popup .cesta {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
}

.adicionais-popup .filtro {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
}

.adicionais-popup .filtro span {
    margin: 10px 10px 10px 30px;
    float: left;
}

.adicionais-popup .filtro ul {
    margin: 0 20px;
}

.adicionais-popup .filtro ul li {
    float: left;
    padding: 10px;
    color: #333;
}

.adicionais-popup .filtro ul li input[type='checkbox'] {
    margin-right: 5px;
}

.adicionais-popup .adicionais-grid {
    float: left;
    padding: 25px 25px 0 25px;
    overflow-y: scroll;
    height: 560px;
    margin: 0 5px;
    width: 99%;
}

.adicionais-popup .cesta .product-info .product-name {
    border-bottom: none;
    padding: 35px 0 0 0;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 0;
}

.adicionais-popup .button {
    border-radius: 5px;
    padding: 6px 20px;
    margin: 15px 0;
}

.adicionais-popup .btn-cart {
    width: 450px;
    max-width: 100%;
    display: block;
    padding: 0px 30px;
    height: 45px;
    border-radius: 10px;
    font-size: 19px;
    margin: 15px auto;
}

.adicionais-popup .adicionais-grid .product-name {
    padding: 0;
    line-height: 18px;
    font-size: 12px !important;
    font-family: 'Poppins-SemiBold';
    color: #363636;
    margin: 0 !important;
    text-decoration: none;
}

.adicionais-popup .adicionais-grid img {
    max-width: 130px;
    margin: 0 auto;
}

.adicionais-popup .adicionais-grid::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.adicionais-popup .adicionais-grid::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.adicionais-popup .adicionais-grid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}

.adicionais-popup .price {
    font-size: 20px !important;
}

.adicionais-popup .products-grid>li {
    clear: none;
    margin: 0;
    min-width: 0;
    min-height: 305px;
}

.agenda-fundo {
    width: 100%;
    background: #fff;
    opacity: 0.5;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
}

.agenda {
    border-radius: 10px;
    background: #fff;
    font-size: 17px;
    position: absolute;
    width: 700px;
    max-width: 100%;
    z-index: 100000;
    top: 0;
    left: 50%;
    margin-top: 80px;
    margin-left: -350px;
    font-family: 'Poppins-Medium';
}

.agenda .title {
    width: 100%;
    background: #F08261;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #F08261;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    float: left;
    color: #fff;
}

.agenda .content {
    padding: 0 25px 25px 25px;
    border: 1px solid #B7B7B7;
    border-top: none;
    float: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.agenda .note {
    font-size: 11.5px;
    padding: 0 0 10px 0;
    font-family: 'Poppins-Regular';
    text-align: center;
}

.agenda .dia,
.agenda .mes,
.agenda .ano,
.agenda .dia-semana {
    color: #F08261;
}

.agenda ul li {
    padding: 10px 0;
}

.agenda ul li ul li {
    padding: 0 0 10px 10px;
    font-family: 'Poppins-Regular';
}

.agenda ul li ul li span {
    margin: 0 10px;
}

.agenda ul li input[type="text"] {
    max-width: 340px;
    border: 1px solid #fff !important;
    font-size: 18px;
    color: #F08261;
    padding: 0 0 0 5px;
}

.agenda ul li img {
    float: right;
    padding: 5px 0;
}

.agenda ul li.shipping-results {
    height: 45px;
    padding: 20px 0 0 0;
}

.agenda ul li.shipping-results ul li {
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    float: left;
    text-align: center;
}

.agenda ul li.shipping-results ul li.cep {
    width: 35%;
}

.agenda ul li.shipping-results ul li.delivery_type {
    width: 65%;
}

.agenda .disponivel {
    float: left;
    margin: 0 20px 0 10px;
}

.agenda .legenda {
    display: block;
    width: 25px;
    border: 1px solid #b7b7b7;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.agenda .disponivel .legenda {
    background: #73FB6D;
}

.agenda .indisponivel .legenda {
    background: #F35F5F;
}

.agenda .calendar {
    position: inherit;
    margin: 10px 0;
    width: 100%;
    max-width: 580px;
    height: 250px;
}

.agenda .btn-cart {
    margin: 0 auto;
    width: 210px;
    max-width: 100%;
    display: block;
    padding: 0px 30px;
    height: 45px;
    border-radius: 10px;
    font-size: 19px;
}

.checkout-onepage-index .agenda .timeslot ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.product-view .agenda .timeslot ul {
    list-style: circle;
    list-style-position: inside;
}

.product-view .agenda ul li ul li span.turno {
    margin-left: 0;
}

.box-up-sell h2 {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #000000;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 10px;
    max-width: 90%;
}

.footer {
    clear: both;
    border: none;
    padding: 40px 0 0 0;
    max-width: 1260px;
    margin: 0 auto;
}

.footer .links .block-title {
    border: 0;
}

.footer .links .block-title strong span {
    border-bottom: 1px solid #FF855F;
    padding-bottom: 5px;
    padding-right: 20px;
}

.footer-container-before {
    width: 100%;
    float: left;
    height: 50px;
    background: url("../images/onda-rodape.png") repeat-x bottom;
}

.footer-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    float: left;
    background: url("../images/fundo-rodape.jpg");
}

.footer-container .footer {
    display: block;
    min-height: 650px;
}

.footer-container .footer.footer-mobile {
    display: none;
}

.footer-container .footer .col {
    float: left;
    width: 25%;
    height: auto;
    min-height: 370px;
    padding: 0 25px;
}

.footer-container .footer .col ul li.cel {
    background: url("../images/ico-celular.png") no-repeat 0 1px;
    padding-left: 20px;
    padding-top: 5px;
}

.footer-container .footer .col3 {
    width: 23%;
}

.footer-container .footer .col4 {
    width: 27%;
}

.footer-container .footer .col4 ul li a,
.footer-container .footer .col4 ul li a:hover {
    max-width: 100% !important;
}

.footer-container .footer .col5 {
    min-height: 160px;
}

.footer-container .footer .col ul li {
    padding: 0 0 10px 0;
    background: url("../images/seta.png") no-repeat 0 7px;
}

.footer-container .footer .col ul li.title {
    background: none;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
}

.footer-container .footer .col ul li.address {
    background: url("../images/ico-localizacao.png") no-repeat 0 5px;
    padding-left: 20px;
}

.footer-container .footer .col ul li.phone {
    background: url("../images/ico-tel2.png") no-repeat 0 0;
    padding-left: 20px;
}

.footer-container .footer .col ul li.whats {
    background: url("../images/ico-whatsapp.png") no-repeat 0 0;
    padding-left: 20px;
}

.footer-container .footer .col ul li.mail {
    background: url("../images/ico-email.png") no-repeat 0 5px;
    padding-left: 20px;
}

.footer-container .footer .col ul li.skype {
    background: url("../images/ico-skype.png") no-repeat 0 0;
    padding-left: 20px;
}

.footer-container .footer .col ul li.social {
    background: none;
    height: 40px;
    padding-left: 5px;
}

.footer-container .footer .col ul li.social a,
.footer-container .footer .col ul li.social a:hover {
    float: left;
    padding: 0 10px 0 0;
    height: 25px;
    width: 36px;
    color: transparent;
}

.footer-container .footer .col ul li.social .facebook {
    background: url("../images/ico-facebook.png") no-repeat 0 0;
}

.footer-container .footer .col ul li.social .instagram {
    background: url("../images/ico-instagram.png") no-repeat 0 0;
}

.footer-container .footer .col ul li.title span {
    border-bottom: 1px solid #bc3a18;
    padding-right: 30px;
    padding-bottom: 5px;
    color: #000;
    font-size: 20px;
    float: none;
    background-image: none;
    padding-left: 0;
}

.footer-container .footer .col ul li span,
.footer-container .footer .col ul li a,
.footer-container .footer .col ul li a:hover {
    color: #363636;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    display: block;
    padding-left: 15px;
    text-decoration: none;
    max-width: 210px;
    line-height: 25px;
}

.footer-container .payment-info {
    width: 100%;
    float: left;
    display: block;
}

.footer-container .payment-info.payment-info-mob {
    display: none;
}

.footer-container .payment-info img {
    margin: 0 auto;
    max-width: 100%;
}

.footer-container .store-info {
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin-top: 40px;
}

.footer-container .copyright {
    width: 100%;
    float: left;
    padding: 12px;
    background: #bc3a18;
    text-align: center;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 11px;
}

.footer-container .cupcake {
    background-image: url("../images/cupcake-rodape.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 309px;
    height: 285px;
    float: left;
    bottom: 40px;
}

.footer-container .cesta {
    background-image: url("../images/cesta-rodape.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 218px;
    height: 516px;
    float: left;
    bottom: 40px;
    right: 0;
}

.cms-home .std .messages,
.messages li li {
    margin-bottom: 0;
}

.cms-page-view .std {
    font-style: normal;
    line-height: 28px;
    font-size: 17px;
    list-style: none;
    text-align: justify;
    min-height: 0;
}

.cms-page-view .std p,
.cms-page-view .std li {
    font-style: normal;
    line-height: 28px;
    margin: 5px 0;
    font-size: 17px;
    list-style: none;
    text-align: justify;
    min-height: 0;
    width: 100%;
    float: left;
}

.cms-page-view h2 {
    font-family: 'Poppins-Medium';
    font-size: 33px;
    color: #000000;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 10px;
    max-width: 75%;
}

.main-container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 15px;
}

.cms-home .main-container,
.cms-quem-somos .main-container,
.cms-monte-sua-cesta .main-container,
.cms-mensagem .main-container,
.cms-contato .main-container {
    max-width: 100%;
    padding: 0 !important;
}

.cms-quem-somos .main-container .std,
.cms-monte-sua-cesta .main-container .std,
.cms-mensagem .main-container .std,
.cms-contato .main-container .std {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}

.cms-home #main-banner img,
.cms-quem-somos .quemsomos-banner img,
.cms-monte-sua-cesta .montesuacesta-banner img,
.cms-mensagem .mensagem-banner img,
.cms-contato .contact-banner img {
    width: 100%;
    display: block;
}

.cms-monte-sua-cesta .montesuacesta-banner-mobile,
.cms-mensagem .mensagem-banner-mobile,
.cms-quem-somos .quemsomos-banner-mobile,
.cms-contato .contact-banner-mobile {
    display: none;
}

.cms-monte-sua-cesta .breadcrumbs,
.cms-mensagem .breadcrumbs,
.cms-quem-somos .breadcrumbs,
.cms-contato .breadcrumbs {
    display: none;
}

.cms-quem-somos .quemsomos-head {
    width: 100%;
    max-width: 1260px;
    height: 180px;
    margin: 30px auto 60px auto;
    border: 2px solid #FF855F;
}

.cms-quem-somos .quemsomos-head div {
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
    padding: 25px 0;
}

.cms-quem-somos .quemsomos-head div img {
    margin: 15px auto;
    height: 50px;
}

.cms-quem-somos .quemsomos-head div span.title {
    text-transform: uppercase;
    font-size: 21px;
}

.cms-monte-sua-cesta .text-content,
.cms-mensagem .text-content,
.cms-quem-somos .text-content {
    padding: 0 0 75px 0;
    float: left;
}

.cms-mensagem .text-content {
    width: 100%;
}

.cms-quem-somos .text-content .image,
.cms-quem-somos .text-content .text {
    width: 50%;
    float: left;
}

.cms-quem-somos .text-content .text p {
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}

.cms-contato .maps {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.mensagem-para-cartoes {
    border-radius: 15px 15px 0 0;
    margin: 0;
    padding: 0;
    border: 1px solid #B8BBBD;
    border-top: none;
    width: 100%;
    float: left;
}

.mensagem-para-cartoes ul {
    margin: 0;
    padding: 0;
}

.mensagem-para-cartoes ul li {
    margin: 0 0 !important;
    padding: 0;
    width: 100%;
    min-height: 30px !important;
    background: #EECEC5;
    border-top: 1px solid #B8BBBD;
}

.mensagem-para-cartoes ul li:first-child {
    border: none;
}

.mensagem-para-cartoes ul li:nth-child(2) {
    border-top: none;
}

.mensagem-para-cartoes ul li:nth-child(odd) {
    background: #fff;
}

.mensagem-para-cartoes ul li .title {
    background: #bc3a18;
    border: 1px solid #bc3a18;
    width: 100%;
    padding: 2px 0;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
}

.mensagem-para-cartoes ul li .ocasiao {
    width: 100%;
    padding: 8px 0;
    display: block;
    text-align: center;
    color: #363636;
    cursor: pointer;
}

.mensagem-para-cartoes ul li .mensagens {
    padding: 15px 50px;
    background: #fff;
    display: none;
}

.mensagem-para-cartoes ul li.active .mensagens {
    display: block;
    float: left;
    width: 100%;
}

.mensagem-para-cartoes ul li.active:last-child .mensagens {
    border: none;
}

.mensagem-para-cartoes ul li .mensagens ul li {
    padding-bottom: 30px;
    background: #fff;
    border: none;
    min-height: 50px !important;
    float: left;
}

.mensagem-para-cartoes ul li .mensagens .number {
    float: left;
    font-size: 24px;
    color: #F08261;
    width: 5%;
    padding: 5px 0;
}

.mensagem-para-cartoes ul li .mensagens .texto {
    float: left;
    width: 95%;
    padding: 0 10px;
}

.block-form {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.block-form .contact-form {
    width: 55%;
    float: left;
}

.block-form .contact-info {
    width: 45%;
    float: left;
}

.block-form .contact-form input {
    width: 100%;
    max-width: 550px;
    height: 50px;
    border: 2px solid #bc3a18 !important;
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-family: 'Poppins-Light';
}

.block-form .contact-form textarea {
    width: 100%;
    max-width: 550px;
    border: 2px solid #bc3a18 !important;
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-family: 'Poppins-Light';
    height: 275px;
}

.block-form .contact-form .buttons-set {
    width: 100%;
    max-width: 550px;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
}

.block-form .contact-form .buttons-set button.button {
    float: none;
    width: 75%;
    margin: 10px auto;
    padding: 12px;
    border-radius: 10px;
    font-size: 19px;
}

.block-form .contact-info a {
    color: #363636;
    text-decoration: none;
}

.block-form .contact-info li {
    padding-left: 30px;
    line-height: 34px;
    margin: 20px 0;
}

.block-form .contact-info li.phone {
    background: url("../images/ico-tel2.png") no-repeat 0 5px;
}

.block-form .contact-info li.whats {
    background: url("../images/ico-whatsapp.png") no-repeat 0 5px;
}

.block-form .contact-info li.cel {
    background: url("../images/ico-celular.png") no-repeat;
}

.block-form .contact-info li.mail {
    background: url("../images/ico-email.png") no-repeat 0 10px;
}

.block-form .contact-info li.skype {
    background: url("../images/ico-skype.png") no-repeat 0 5px;
}

.contact-text {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.block-form .contact-monte-sua-cesta-form {
    width: 85%;
    max-width: 900px;
    margin: 0 auto;
    float: none;
}

.block-form .contact-monte-sua-cesta-form input,
.block-form .contact-monte-sua-cesta-form textarea {
    max-width: 100%;
    max-height: 130px;
}

.block-form .contact-monte-sua-cesta-form .fields div {
    width: 48%;
    float: left;
}

.block-form .contact-monte-sua-cesta-form .fields div:first-child {
    margin-right: 4%;
}

.block-form .contact-monte-sua-cesta-form .buttons-set {
    max-width: 100%;
    padding: 15px 0;
}

.block-form .contact-monte-sua-cesta-form .buttons-set button.button {
    max-width: 400px;
}

.block-form .contact-monte-sua-cesta-form #entrega {
    background: url("../images/pag-monte-sua-cesta/bto-calendario.png") no-repeat 98%;
}

.block-form .contact-monte-sua-cesta-form .product-fields select,
.block-form .contact-monte-sua-cesta-form .product-fields input {
    width: 25%;
    margin: 0;
    float: left;
    height: 35px;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 15px;
    font-family: 'Poppins-Light';
    color: #919191;
}

.block-form .contact-form select.validation-failed,
.block-form .contact-form input.validation-failed,
.block-form .contact-form textarea.validation-failed {
    border: 2px solid #FF0000 !important;
}

.block-form .contact-form .product .validation-advice {
    display: none;
}

#re_captcha div {
    margin: 0 auto;
}

.block-form .contact-monte-sua-cesta-form .product-fields select {
    background: url("../images/seta-select.png") no-repeat right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.block-form .contact-monte-sua-cesta-form .product-fields span {
    float: left;
    margin: 5px;
    color: #919191;
    font-family: 'Poppins-Light';
}

.block-form .contact-monte-sua-cesta-form .product-fields .product {
    width: 100%;
    float: left;
    border-bottom: 2px solid #bc3a18;
    padding: 15px 0;
}

.block-form .contact-monte-sua-cesta-form .product-fields .product:last-child {
    border: none;
}

.block-form .contact-monte-sua-cesta-form .product-fields {
    border: 2px solid #bc3a18;
    padding: 10px 15px;
    width: 100%;
    float: left;
    margin: 10px 0;
    border-radius: 10px;
}

.block-form .contact-monte-sua-cesta-form .product-fields input.qtd {
    width: 35px;
    text-align: center;
    margin: 0;
}

.block-form .contact-monte-sua-cesta-form .product-fields .qtd-block .menos {
    background: url("../images/pag-monte-sua-cesta/bto-menos.png") no-repeat;
    width: 18px;
    height: 17px;
    margin: 10px;
    cursor: pointer;
}

.block-form .contact-monte-sua-cesta-form .product-fields .qtd-block .mais {
    background: url("../images/pag-monte-sua-cesta/bto-mais.png") no-repeat;
    width: 18px;
    height: 17px;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}

.block-form .contact-monte-sua-cesta-form .product-fields .qtd-block {
    float: left;
    width: 20%;
}

.block-form .contact-monte-sua-cesta-form .product-fields .title {
    width: 15%;
}

.block-form .contact-monte-sua-cesta-form .product-fields .tipo {
    width: 25%;
    margin: 0;
}

.block-form .contact-monte-sua-cesta-form .product-fields .nome {
    width: 30%;
    margin: 0 5% 0 3%;
    padding-right: 25px;
}

.block-form .contact-monte-sua-cesta-form .adicione {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    color: #bc3a18;
    cursor: pointer;
}

.shipping .form-list label,
#discount-coupon-form label,
.cart .giftcard label {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 5px;
}

.shipping .form-list .shipping-country,
.shipping .form-list .shipping-region {
    display: none;
}

.shipping .form-list .shipping-postcode {
    width: 100%;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #fff;
    border: none;
}

.shipping #co-shipping-method-form .sp-methods dd label,
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    border: none;
    background: #fff;
}

.method-shipping-result a,
.method-shipping-result a:hover,
.method-shipping-result a:focus {
    color: #F08261;
}

.cart .cart-totals table tfoot {
    border: none;
}

.cart .top .btn-checkout {
    display: none;
}

.cart-totals .checkout-types .btn-checkout {
    background-color: #37af2d;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 25px;
}

.cart .btn-empty {
    display: none !important;
}

.cart .button2 {
    background: #C96246;
    display: inline-block;
    padding: 1px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.cart .button2 span {
    background: #C96246;
    color: #FFFFFF;
    text-decoration: none;
}

.cart-table .product-cart-image .product-image {
    border: none;
}

.cart-table .product-cart-image .product-image img {
    max-width: 50px;
    width: 100%;
    border: none;
    margin-left: 5px;
}

.input-text {
    border: 1px solid #919191 !important;
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    color: #363636;
    padding-bottom: 5px;
    font-family: 'Poppins-Medium';
    font-size: 25px;
}

.cart .crosssell h2 {
    color: #bc3a18;
    border-bottom: 2px solid #F08261;
    padding-bottom: 5px;
    font-family: 'Poppins-Medium';
    font-size: 25px;
    margin-bottom: 30px;
}

.cart .products-grid .actions {
    padding-top: 35px;
    position: inherit;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.delivery_checkout {
    padding-right: 15px;
    padding-left: 15px;
}

.delivery_checkout button,
.btn-new-address button {
    margin: 0 0 20px 0;
    background: #bc3a18;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #bc3a18;
    padding: 10px 10px;
    width: 100%;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    white-space: normal;
}

.shipping_arrival_comments {
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 100%;
    max-width: 92%;
    margin: 0 4%;
    height: 170px;
}

.checkout-agreements .agreement-content .hide-on-checkout {
    display: none;
}

#endereco-de-cobranca {
    display: none;
}

#embalagem .row {
    padding: 10px 0;
}

#embalagem .row ul {
    width: 100%;
    max-width: 92%;
    margin: 0 4%;
}

#embalagem .row ul li {
    float: left;
    width: 50%;
}

#embalagem .row ul li label {
    font-family: 'Poppins-Regular';
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin-left: 1%;
    width: 89%;
}

#embalagem .row ul li input {
    float: left;
    width: 10%;
}

#embalagem .gift-messages-form .fields .field {
    width: 48%;
    float: left;
    margin-right: 2%;
}

#embalagem .gift-messages-form .fields .field label {
    float: left;
    text-transform: uppercase;
    color: #bc3a18;
    margin: 3px 0;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

#embalagem .gift-messages-form .fields .field .input-box {
    float: left;
    margin-left: 5px;
}

#embalagem .gift-messages-form .fields .field .input-box input {
    height: 25px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    color: #363636;
}

#embalagem .gift-messages-form .wide label {
    text-transform: uppercase;
    color: #bc3a18;
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

#embalagem .gift-messages-form .wide textarea {
    border: 1px solid #ccc !important;
    border-radius: 25px;
    color: #363636;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 10px;
    overflow: hidden;
}

#embalagem .allow-gift-messages-for-order-container {
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    border: 1px solid #AEAEAE;
    position: fixed;
    top: 5%;
    left: 10%;
    width: 80%;
    z-index: 100;
    height: 555px;
    overflow: auto;
}

#embalagem .allow-gift-messages-for-order-container .close {
    color: #747474;
    opacity: 1;
    font-size: 18px;
}

#embalagem .allow-gift-messages-for-order-container .message-container .block {
    width: 50%;
    float: left;
    padding: 25px 25px 0 25px;
}

#embalagem .allow-gift-messages-for-order-container .message-container {
    float: left;
    font-family: 'Poppins-Regular';
}

#embalagem .allow-gift-messages-for-order-container .message-container .block h2 {
    text-transform: uppercase;
    color: #bc3a18 !important;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    font-weight: 700;
    text-align: center;
}

#embalagem .allow-gift-messages-for-order-container .message-container .block li {
    margin: 0;
}

#embalagem .allow-gift-messages-for-order-container .message-container .block li button {
    margin: 30px auto 0 auto;
    width: 210px;
    max-width: 100%;
    display: block;
    padding: 0 30px;
    height: 45px;
    border-radius: 10px;
    font-size: 19px;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 15px 5px 15px 15px;
    border-radius: 30px;
    float: left;
    height: 390px;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens label {
    font-weight: normal;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    float: left;
    margin-right: 5px;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens select {
    float: left;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens span {
    float: left;
    width: 100%;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens ul {
    width: 100%;
    float: left;
    height: 285px;
    overflow: auto;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F2F3F5;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens ul::-webkit-scrollbar {
    width: 10px;
    background-color: #F2F3F5;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FF8D6B;
}

#embalagem .allow-gift-messages-for-order-container .message-container .mensagens ul li {
    background: #FF8C6D;
    margin: 10px 10px 10px 0;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}

#embalagem h2,
.page-title-observacoes h2,
.agendamento-doces .campo .page-title h2 {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.agendamento-doces .campo {
    width: 50%;
    float: left;
}

.agendamento-doces .data-entrega input {
    width: 130px !important;
    max-width: 60% !important;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin: 0 8%;
    background: transparent;
}

.agendamento-doces .turno-entrega ul {
    margin: 0 8%;
}

.agendamento-doces .turno-entrega ul li {
    font-family: 'Poppins-Regular';
    color: #363636;
    font-size: 14px;
    padding: 0 0 5px 0;
}

.agendamento-doces .turno-entrega ul li input {
    margin-right: 5px;
}

.agendamento-doces .mensagem-prazo {
    float: left;
    margin: 10px 0 20px 0;
    width: 100%;
    background: #FF4301;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.agendamento-doces .mensagem-prazo span {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Poppins-Semibold';
}

#meio-de-envio .doces .btn-default {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 30px 0;
    font-size: 15px;
    color: #333;
}

#meio-de-envio .doces .btn-default input {
    float: left;
    margin: 5px 5px 5px 0;
}

#meio-de-envio .doces .btn-default .badge {
    float: right;
    border: none;
    width: 100%;
    text-transform: none;
    text-align: left;
    color: #F08261;
    font-weight: normal;
    background: none;
    font-size: 15px;
    top: 0 !important;
    font-family: 'Poppins-Light';
    padding-left: 20px;
}

#meio-de-envio .doces .btn-default::before {
    display: none;
}

#meio-de-envio .doces .btn-default span {
    font-family: 'Poppins-Regular';
}

.checkout-onepage-success .mensagem {
    position: fixed;
    background: #fff;
    top: 15%;
    left: 32%;
    width: 36%;
    z-index: 1000;
    padding: 25px 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-family: 'Poppins-Regular';
}

.checkout-onepage-success .mensagem .close {
    opacity: 1;
    color: #888;
    font-size: 16px;
}

.checkout-onepage-success .mensagem .title {
    color: #F08261;
    font-family: 'Poppins-Semibold';
    text-transform: uppercase;
}

.checkout-onepage-success .mensagem .texto-mensagem {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 30px;
}

.checkout-onepage-success .mensagem-block .block-content {
    margin-top: 0;
}

.checkout-onepage-success .mensagem-block .block-content a {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.checkout-onepage-success .mensagem-block .block-content a:hover {
    text-decoration: underline;
}

.dashboard .welcome-msg .hello a {
    font-family: 'Poppins-Regular';
    color: #363636;
    font-style: normal;
    text-decoration: none;
    padding: 0 2px;
}

@media (min-width: 1261px) {
    .cart-table {
        float: left;
        width: 100%;
    }
    .cart-forms {
        float: left;
        clear: none;
        width: 66%;
        padding-left: 0;
    }
    .cart-forms .discount,
    .cart-forms .shipping {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .cart-totals-wrapper {
        float: left;
        clear: none;
        width: 33%;
        padding-left: 0;
    }
    .crosssell {
        float: left;
        clear: none;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1260px) {
    .header-language-background {
        display: block;
        font-size: 12px;
    }
    .header-language-background .televendas {
        font-size: 20px;
        max-width: 100%;
        padding-left: 0;
    }
    .nav-primary li.parent>a:after {
        content: none;
    }
    .page-header {
        height: 182px;
        float: left;
    }
    .page-header .page-header-container {
        height: 100%;
    }
    .page-header .page-header-container .skip-links {
        display: block;
    }
    .page-header .page-header-container .header-search {
        width: 70%;
        float: left;
    }
    .page-header .page-header-container .header-account {
        width: 10%;
        float: left;
    }
    .page-header .page-header-container .header-account a {
        display: block;
        width: 100%;
        background: url("../images/ico-user.png") no-repeat center;
        height: 80px;
    }
    .page-header .page-header-container .header-cart {
        width: 20%;
        float: left;
    }
    .page-header .page-header-container .header-cart a {
        display: block;
        width: 100%;
        background: url("../images/ico-cesta.png") no-repeat center;
        height: 80px;
    }
    .page-header .page-header-container .header-cart .icon {
        text-align: center;
        float: right;
        background: #feb27f;
        border-radius: 40px;
        margin-top: 10px;
        margin-right: 8px;
        color: #000;
        font-family: 'Poppins-SemiBold';
        width: 20px;
    }
    .page-header .account-search-wrapper,
    .page-header .info-cart-wrapper {
        display: none;
    }
    .page-header .logo-wrapper {
        width: 100%;
    }
    .page-header .logo-wrapper .logo {
        float: left;
        width: 80%;
        margin: 0;
    }
    .page-header .logo-wrapper .menu {
        float: left;
        width: 20%;
        margin: 0;
        clear: none;
        border: none;
    }
    .page-header .logo-wrapper .menu a,
    .page-header .logo-wrapper .menu a.skip-active {
        width: 100%;
        padding: 30px 0 0 0;
        background: none;
        height: 100%;
    }
    .page-header .logo-wrapper .menu a .icon {
        background: url("../images/menu-hamburguer.png") no-repeat center;
    }
    #header-nav.skip-active {
        display: block;
        z-index: 1000;
        position: relative;
        top: -95px;
        background: #fff;
    }
    .page-header .header-nav-container {
        border: none;
    }
    .page-header .header-nav-wrapper .nav-primary {
        border-top: 0.5px solid #F08261;
        border-bottom: 0.5px solid #F08261;
    }
    .page-header .header-nav-wrapper .nav-primary a {
        border-bottom: 0.5px solid #F08261;
        text-align: right;
    }
    #search {
        width: 90%;
        height: 40px;
        padding: 3px 0 0 45px;
        border: 2px solid #F08261;
        border-radius: 18px;
        font-size: 14px;
        font-family: 'Poppins-Light';
        margin: 20px 10px;
    }
    #search::placeholder {
        color: transparent;
    }
    #search_mini_form .search-button {
        text-indent: -9999px;
        position: absolute;
        top: 24px;
        left: 10px;
        width: 50px;
        height: 35px;
        border: 0;
        background: none;
    }
    .category-search #search_mini_form .search-button {
        right: 30px;
        left: inherit;
    }
    .sidebar .left_content img {
        margin: 20px auto;
    }
    .sidebar .left_content .nao-encontrou-tema {
        display: none;
    }
    .main-container {
        float: left;
        padding: 30px 15px;
    }
    .catalog-category-view .main-container {
        padding: 30px 0;
    }
    .catalog-category-view .main-container .breadcrumbs,
    .catalog-category-view .main-container .products-grid {
        padding: 0 15px !important;
    }
    .home-product-block h2,
    .cms-page-view h2 {
        max-width: 100%;
        font-size: 21px;
        padding: 0 10px;
        margin-right: 40px;
        border-bottom: 1px solid #CCCCCC;
    }
    .cms-page-view .std table {
        width: 100% !important;
    }
    #main-banner,
    #sec-banner,
    #footer-banner {
        display: none;
    }
    #main-banner-mobile,
    #sec-banner-mobile,
    #footer-banner-mobile {
        display: block;
    }
    .home-sec-banner {
        display: none;
    }
    .home-sec-banner .banner {
        margin-bottom: 50px;
    }
    .home-footer-banner {
        margin-bottom: 0;
    }
    .home-footer-banner #sec-banner-mobile {
        margin-bottom: 30px;
    }
    .home-footer-banner #sec-banner-mobile .banner {
        margin: 30px;
    }
    .catalog-category-view .col2-left-layout .category-products .products-grid {
        border: none;
        padding: 0;
    }
    .category-image {
        position: inherit !important;
    }
    .products-slider {
        margin: 10px 0;
    }
    .slick-custom-arrow.prev-arrow {
        left: 10px;
        top: 135px;
    }
    .slick-custom-arrow.next-arrow {
        right: 10px;
        top: 135px;
    }
    .products-slider ul li {
        padding: 0 50px;
    }
    .product-view .product-detailed-info .box-reviews .reviews-list,
    .product-view .product-detailed-info .box-reviews .reviews-form {
        width: 100%;
    }
    .block-info {
        width: 100%;
        float: left;
        margin: 0;
        display: none;
    }
    .block-info div {
        width: 100%;
        padding: 0;
    }
    .block-info div.block-info2 {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
    }
    .cms-mensagem .mensagem-banner,
    .cms-monte-sua-cesta .montesuacesta-banner,
    .cms-quem-somos .quemsomos-banner,
    .cms-contato .contact-banner {
        display: none;
    }
    .cms-mensagem .mensagem-banner-mobile,
    .cms-monte-sua-cesta .montesuacesta-banner-mobile,
    .cms-quem-somos .quemsomos-banner-mobile,
    .cms-contato .contact-banner-mobile {
        display: block;
    }
    .footer-container {
        width: 100%;
        float: left;
    }
    .footer-container .footer .col {
        width: 100%;
        min-height: 0;
        margin-bottom: 30px;
    }
    .footer-container .footer .col ul li span,
    .footer-container .footer .col ul li a,
    .footer-container .footer .col ul li a:hover {
        max-width: 100%;
    }
    .block-form .contact-form,
    .block-form .contact-info {
        width: 100%;
    }
    .block-form .contact-monte-sua-cesta-form .fields div {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
    .cms-quem-somos .quemsomos-head {
        width: 90%;
        max-width: 1260px;
        height: 325px;
        margin: 20px auto;
        border: 2px solid #FF855F;
    }
    .cms-quem-somos .quemsomos-head div {
        float: left;
        width: 50%;
        text-align: center;
        height: 160px;
        padding: 0;
    }
    .cms-quem-somos .text-content .image,
    .cms-quem-somos .text-content .text {
        width: 100%;
    }
    .cms-quem-somos .text-content .text p {
        margin: 0;
        padding: 10px 0;
    }
    .product-view .product-shop .cesta-itens-lista ul {
        width: 100%;
        float: left;
    }
    .product-view .product-shop .cesta-itens-lista {
        margin-left: 0;
        max-width: 100%;
    }
    .block-shipping-zip .block-content {
        background-size: 30px;
        padding-left: 45px;
        background-position: 5px 0;
    }
    .block-shipping-estimate .block-subtitle {
        font-size: 14px;
        padding: 0;
    }
    .block-shipping-estimate ul {
        width: 160px;
        max-width: 65%;
    }
    .product-view .product-shop {
        padding-left: 0;
    }
    .product-view .product-shop div {
        margin: 0 0 30px 0;
    }
    .product-view .product-img-box .product-name {
        padding-left: 15px;
    }
    .product-view .product-img-box .cesta-itens-numero {
        display: none;
        font-size: 25px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #000000;
        padding-left: 15px;
    }
    .product-view .product-shop .cesta-itens-numero {
        display: none;
    }
    .adicionais .item {
        width: 50%;
        clear: none !important;
    }
    .adicionais .item.last {
        display: none;
    }
    .adicionais .item.cesta {
        width: 100%;
        padding: 0;
    }
    .adicionais .item.ver-todos {
        width: 100%;
    }
    .adicionais .item.ver-todos .button {
        margin: 0 auto;
        max-width: 100%;
        padding: 6px 20px !important;
    }
    .adicionais .item img {
        max-width: 120px;
        margin: 0 auto;
    }
    .adicionais .item.cesta img {
        max-width: 180px;
        margin: 0 auto;
    }
    .adicionais .item .product-info .product-name,
    .adicionais .item .product-info .price-box {
        display: block;
    }
    .adicionais .item.cesta .product-info .product-name,
    .adicionais .item.cesta .product-info .price-box {
        display: block;
    }
    .adicionais .item.cesta a {
        width: 50%;
        float: left;
    }
    .adicionais .item.cesta .product-info {
        width: 50%;
        float: left;
        margin: 15px 0;
        text-align: left;
    }
    .adicionais .mais {
        left: 90px;
        top: 90px;
    }
    .adicionais-popup {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 700px;
    }
    .adicionais-popup .content {
        padding: 0 10px 30px 10px;
    }
    .adicionais-popup .cesta .product-info .product-name {
        padding: 15px 0 0 0;
        font-size: 18px;
    }
    .agenda {
        margin: 0;
        position: absolute;
        left: 0;
        top: 20%;
        width: 100%;
        min-height: 700px;
    }
    .agenda .content {
        padding: 0 10px 30px 10px;
    }
    .agenda .disponivel,
    .agenda .indisponivel {
        float: left;
        width: 100%;
        margin: 0 20px 10px 10px;
    }
    .agenda ul li ul li span {
        margin: 0 3px;
    }
    .agenda ul li.shipping-results {
        height: 60px;
    }
    .footer {
        display: none;
    }
    .footer.footer-mobile {
        padding: 0 30px;
        display: block;
    }
    .footer-container-before {
        background-size: 25px;
    }
    .footer-container .footer .col ul li.title {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .footer-container .cesta {
        background-image: url("../images/cesta-mob.png");
        width: 100px;
        height: 105px;
        bottom: 365px;
        right: 5px;
    }
    .footer-container .cupcake {
        background-image: url("../images/cupcake-mob.png");
        width: 85px;
        height: 95px;
        top: 40px;
        left: 5px;
    }
    .footer-container .footer {
        display: none;
    }
    .footer-container .footer.footer-mobile {
        display: block;
    }
    .footer-container .footer-mobile .col ul ul li span,
    .footer-container .footer-mobile .col ul ul li a {
        padding-left: 10px;
    }
    .footer-container .footer-mobile .col ul ul li.address,
    .footer-container .footer-mobile .col ul ul li.phone {
        max-width: 155px;
        margin: 0 auto;
    }
    .footer-container .footer-mobile .col ul ul li.mail {
        max-width: 100%;
        margin: 0 auto;
    }
    .footer-container .footer-mobile .col ul ul li.skype {
        max-width: 120px;
        margin: 0 auto;
    }
    .footer-container .footer-mobile .col ul ul li.social {
        max-width: 77px;
        margin: 0 auto;
    }
    .footer-container .footer .col ul li.title span,
    .footer-container .footer .col ul li.title a {
        border-bottom: 1px solid #FF855F;
        padding-right: 0;
        padding-bottom: 0px;
        margin: 30px auto 15px auto;
        color: #000;
        font-size: 20px;
        float: none;
        background-image: none;
        padding-left: 0;
        width: fit-content;
    }
    .footer-container .payment-info {
        display: none;
    }
    .footer-container .payment-info.payment-info-mob {
        display: block;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .title {
        width: 100%;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .tipo {
        width: 28%;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .nome {
        width: 40%;
        margin: 0 1%;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .qtd-block {
        width: 30%;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .qtd-block .menos,
    .block-form .contact-monte-sua-cesta-form .product-fields .qtd-block .mais {
        margin: 5px;
        display: block;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields .qtd-block span {
        display: none;
    }
    .block-form .contact-monte-sua-cesta-form .product-fields select,
    .block-form .contact-monte-sua-cesta-form .product-fields input {
        height: 30px;
    }
    .mensagem-para-cartoes ul li .mensagens {
        padding: 15px;
    }
    .breadcrumbs {
        display: block;
    }
    .sidebar .category-search {
        display: none;
    }
    .block-layered-nav .filter-background {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 99;
    }
    .block-layered-nav .content-area {
        position: relative;
        background: #fff;
        z-index: 100;
        left: 0;
        top: 0;
        margin: 0;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 10px;
    }
    .block-layered-nav .block-content>dl>dd {
        display: block;
    }
    .block-layered-nav dt,
    .block-layered-nav .block-content>dl>dt,
    .block-layered-nav .block-content>dl>dt:hover {
        font-size: 14px;
        padding-left: 10px;
        text-transform: uppercase;
        border-top: 1px solid #E0E0E0;
        padding-top: 15px;
        font-weight: bold;
    }
    .block-layered-nav .block-content>dl#narrow-by-list>dt:first-of-type {
        border-top: none;
        padding-top: 0;
    }
    .block-layered-nav .block-content>dl>dt:after {
        border: none;
    }
    .block-layered-nav .filter-price {
        display: none;
    }
    .block-layered-nav dd {
        max-height: 1000px;
        overflow: auto;
    }
    .block-layered-nav #narrow-by-list li .checkbox label::before {
        content: none;
    }
    .block-layered-nav #narrow-by-list li .checkbox.checkbox input:checked~.box:after,
    .block-layered-nav #narrow-by-list li .checkbox.checkbox input:checked~label:after {
        content: none;
    }
    .block-layered-nav #narrow-by-list li .checkbox label {
        padding: 0;
        font-size: 13px;
    }
    .block-layered-nav #narrow-by-list li {
        float: left;
        margin: 5px 5px 2px 0;
        padding: 5px 0 0 5px;
    }
    .block-layered-nav #narrow-by-list li .checkbox {
        border: 1px solid #ccc;
        height: 22px;
        padding: 3px 8px;
        border-radius: 10px;
    }
    .block-layered-nav #narrow-by-list li .checkbox.checked {
        border: 1px solid #F08261;
    }
    .block-layered-nav #narrow-by-list li .checkbox.checked label {
        color: #F08261;
    }
    .block-layered-nav #narrow-by-list li a {
        border: 1px solid #ccc;
        height: 22px;
        padding: 2px 8px;
        border-radius: 10px;
        display: block;
        font-size: 13px;
    }
    .block-layered-nav .block-subtitle--filter,
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #fff;
        color: #363636;
        border: 1px solid #F08261;
        text-transform: none;
        font-size: 14px;
        font-family: 'Poppins-Regular';
        background: url("../images/seta-direita.png") no-repeat 5px;
    }
    .block-layered-nav .block-subtitle--filter {
        display: none;
    }
    .block-layered-nav .block-subtitle.active {
        background: url("../images/seta-select.png") no-repeat left;
    }
    .block-layered-nav .block-subtitle--filter:after,
    .block-layered-nav .block-subtitle--filter.active:after {
        content: none;
    }
    .block-layered-nav .currently {
        display: none;
    }
    .block-layered-nav .block-content .actions a {
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 0 2px 0;
        text-align: left;
        margin-left: 5px;
        font-size: 14px;
    }
    .block-layered-nav .block-content .actions {
        border-bottom: 1px solid #E0E0E0;
        margin-left: 5px;
        display: none;
        z-index: 100;
    }
    .block-layered-nav #narrow-by-list,
    .block-layered-nav #narrow-by-list2 {
        position: absolute;
        left: 0;
        top: 0;
        border: none;
        padding: 10px;
    }
    .block-layered-nav #narrow-by-list .actions {
        display: block;
    }
    .block-layered-nav .filter-close {
        display: block;
        float: right;
        font-weight: bold;
        color: #999;
    }
    .block-layered-nav .sort {
        display: block;
        border-top: none;
    }
    .block-layered-nav .sort li {
        padding: 0 5px;
        text-align: center;
    }
    .block-layered-nav .sort div {
        border: 1px solid #ccc;
        height: 22px;
        padding: 0 8px;
        border-radius: 10px;
    }
    .block-layered-nav .sort div label {
        padding: 0;
        font-size: 13px;
        color: #363636;
        font-family: 'Poppins-Light';
    }
    .products-grid--max-2-col .line li.item {
        width: 100%;
        margin-bottom: 30px;
    }
    .toolbar {
        display: none;
    }
    .toolbar-mobile {
        display: block;
    }
    .toolbar-bottom .toolbar-mobile {
        display: none;
    }
    .toolbar-bottom .toolbar-mobile-pager {
        display: block;
        margin: 0 10px;
    }
    .toolbar-mobile {
        margin: 0 0 30px 0;
        border-top: 1px solid #FF855F;
        border-bottom: 1px solid #FF855F;
        min-height: 62px;
    }
    .toolbar-mobile .sorter .sort-by select {
        width: 60%;
        margin: 0 20%;
        height: 30px;
        border: none;
        font-size: 13px;
        background: url(../images/seta-select.png) no-repeat right;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 0 5px;
    }
    .category-image {
        display: none;
    }
    .category-image-mobile {
        display: block;
    }
    .toolbar-mobile .sorter {
        width: 50%;
        float: left;
        margin: 0;
    }
    .toolbar-mobile .sorter>.sort-by {
        float: left;
        margin-left: 0;
    }
    .toolbar-mobile .sorter .sort-by {
        width: 100%;
        height: 30px;
        border: none;
        border-right: 1px solid #FF855F;
    }
    .toolbar-mobile .filter {
        display: block;
        float: left;
        width: 50%;
        border: none;
        height: 30px;
        border-left: none;
        padding: 4px 10px;
        text-align: center;
        line-height: 1.5;
    }
    .toolbar-bottom .toolbar .filter {
        display: none;
    }
    .toolbar-mobile .filter a {
        font-size: 13px;
        font-family: 'Poppins-Regular';
        color: #363636;
        padding: 0;
        text-decoration: none;
    }
    .toolbar-mobile .view-mode {
        border-top: 1px solid #FF855F;
        float: left;
        height: 30px;
        width: 100%;
    }
    .toolbar-mobile .view-mode ul li {
        width: 50%;
        float: left;
    }
    .toolbar-mobile .view-mode .grid,
    .toolbar-mobile .view-mode .list {
        text-align: center;
        padding: 0;
        text-indent: -99999px;
        width: 28px;
        height: 28px;
        background-image: url("../images/mobile-view-mode.png");
        background-repeat: no-repeat;
        margin: 0 42%;
        float: left;
    }
    .toolbar-mobile .view-mode a.grid {
        background-position: -22px -22px;
        margin-top: 1px;
    }
    .toolbar-mobile .view-mode a.grid:hover,
    .toolbar-mobile .view-mode strong.grid {
        background-position: -22px 1px;
    }
    .toolbar-mobile .view-mode a.list {
        background-position: -270px -22px;
        margin-top: 1px;
    }
    .toolbar-mobile .view-mode a.list:hover,
    .toolbar-mobile .view-mode strong.list {
        background-position: -270px 1px;
    }
    .footer-container .footer .col ul li.title .widget-category-link,
    .footer-container .footer .col ul li.title .widget-category-link a {
        border: none !important;
    }
    #embalagem .allow-gift-messages-for-order-container {
        padding: 30px 10px;
        top: 5%;
        left: 0;
        width: 100%;
        position: absolute;
        height: 490px;
        overflow: auto;
    }
    #embalagem .allow-gift-messages-for-order-container .message-container .block {
        width: 100%;
        padding: 0 5px;
    }
    .checkout-onepage-success .mensagem {
        width: 90%;
        left: 5%;
        top: 30px;
    }
}

.cesta-itens-numero {
    display: none;
}

.footer-whatsapp {
    width: 81px;
    height: 81px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    background-image: url("../images/bt-whatsapp.png");
    background-repeat: no-repeat;
}