   @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap');
*:not([class^="icon"]) {font-family: 'Nunito', sans-serif !important;}

/* EstilizaÃ§Ã£o do menu */

#header-main {
    position: 0;
    top:0 ;
    z-index: 0;
    width: 100%;
    height: 0;
	color :#ef5361;
}
.header-1 {
	text-transform: uppercase;
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 700;
	
}
.header-1 .element-menu-top .menu-top-list li {
	margin: 0 !important;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    
}
.header-1 .element-menu-top .menu-top-list li:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#header-main .user-login{padding: 15px 0;position: relative}#header-main .user-login:before{border-bottom: 3px solid #000;bottom: -10px;content: "";position: absolute;left: 0;right: 0;visibility: hidden;-webkit-opacity: 0;-moz-opacity: 0;opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;-ms-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out}#header-main .user-login:hover:before{bottom: 0;visibility: visible;-webkit-opacity: 1;-moz-opacity: 1;opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)}#header-main .user-login:hover .user-actions{display: block}#header-main .user-login .link-login{font-size: 13px}#header-main .user-login .title-login{display: inline-block;font-family: 'roboto_condensed_bold';line-height: 30px;margin-left: 5px;max-width: 80px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}#header-main .user-login .user-actions{background: #fff;border: 1px solid #000;display: none;padding: 23px 30px;left: 50%;margin-left: -80px;position: absolute;top: 100%;width: 160px;z-index: 2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.header-1 .element-menu-top .menu-top-list li a, .header-1 .grid-welcome-message 
#header-main .user-login .user-actions li a{display: block;font-size: 13px;line-height: 22px}#header-main .list-shopping-cart{align-items: center;display: -webkit-flex;display: flex;justify-content: flex-end;margin-left: -15px;margin-right: -15px}#header-main .list-shopping-cart > li{padding-left: 15px;padding-right: 15px}#header-main .shopping-cart-inner{margin-left: -60px}#header-main .element-shopping-cart .link-shopping-cart{align-items: center;cursor: pointer;display: -webkit-flex;display: flex;padding: 15px 0;position: relative}#header-main .element-shopping-cart .link-shopping-cart:hover:before{bottom: 0;visibility: visible;-webkit-opacity: 1;-moz-opacity: 1;opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)}{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
}
.header-1 .element-menu-top .menu-top-list li:hover a, .header-1 .grid-welcome-message:hover {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}
#header-main .header-2 {	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;    
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
#header-main .header-2.fixed {
	padding: 10px 0 !important;
}
.menu-category-list {
	display: flex !important;
}
.menu-category-list>li {
	padding: 5px 10px !important;
    position: relative;
}
.menu-category-list>li:after {
    content: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0px;
    display: block;
    background-color: #171515;
    margin-left: 10px;
    transition: 0.3s width;
}
.menu-category-list>li:hover:after {
    width: calc(100% - 20px);	
}
.menu-category-list>li:first-of-type {
	padding-left:  0 !important;
}
.menu-category-list>li:first-of-type:after {
	margin-left:  0 !important;
}
.menu-category-list>li:first-of-type:hover:after, .menu-category-list>li:last-of-type:hover:after {
    width: calc(100% - 10px);
}
.menu-category-list>li:last-of-type {
	padding-right: 0 !important;
}
.menu-category-list>li a {
    text-transform: uppercase;
    color: 
}
.menu-category-list li:hover>ul {
	display: none !important;
}
.element-search .welcome-message {
	display: none !important;
}
.search-inner input {
	border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}
.search-inner input:focus {
	box-shadow: none !important;
}
.search-inner input::-webkit-input-placeholder {
  color: #000;
}
.search-inner input::-moz-placeholder {
  color: #000;
}
.search-inner input:-ms-input-placeholder {
  color: #000;
}
.search-inner input:-moz-placeholder {
  color: #000;
}
.search-inner .btn-search {
    background-color: #fff !important;
    right: -1px !important;
    padding: 5px 5px 9px !important;
}
.search-inner .btn-search .btn-icon {
    color: #000 !important;
}
.element-shopping-cart .grid-shopping-cart {
	float: none !important;
}
#header-main .element-shopping-cart .element-menu-top {
	display: none !important;
}
.link-shopping-cart {
	color: #000 !important;
    background: none !important;
    padding: 0 !important;
    cursor: pointer;
}
.link-shopping-cart .icon-shopping-cart {
	position: static !important;
}
.shopping-cart-total-price{
    display: none !important;
}

section:first-of-type {
    margin-top: 156px;
}

/* PRODUTOS */
#product-list .product-list-item, #product-list-sidebar .product-list-item {
    box-shadow: none;
    position: relative;
}
#product-list .product-image {
    z-index: 1;
}
#product-list .product-info {
    z-index: 2;
    position: relative;
}
#product-list .product-list-item .product-image a:not(.label-unavailable) img.image-main, #product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) img.image-main {
    transition: 0.5s all;
}
#product-list .product-list-item:hover .product-image a:not(.label-unavailable) img.image-main, #product-list-sidebar .product-list-item:hover .product-image a:not(.label-unavailable) img.image-main {
    margin-top: -70px;
    opacity: 0;
}
#product-list .product-list-item:hover .product-image a:not(.label-unavailable) img.image-over, #product-list-sidebar .product-list-item:hover .product-image a:not(.label-unavailable) img.image-over {
    margin-top: 0px;
    opacity: 1;
}
#product-list .product-list-item .wrapper-product-combination,
#product-list-sidebar .product-list-item .wrapper-product-combination {
    display: none !important;
}
#product-list .product-list-item .product-image a:not(.label-unavailable) img.image-over, #product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) img.image-over {
    display: block!important;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 70px;
    opacity: 0;
    transition: 0.5s all;
}

/* ESTILIZAÃ‡ÃƒO DO RODAPÃ‰ */
#footer-main {
    background-color: #fff;
    color: #1E2022;
    margin-top: 0;
}
#footer-main .footer-main-inner {
    position: relative;
}

#footer-main .footer-main-inner .footer-1 .container-12 {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}

}
#footer-main .footer-3 .element-phone .grid-phone{
    position: absolute;
    top: 120px;
}

#footer-main .title-footer, #footer-main .element-menu-footer .menu-footer-list > li ul li a, #footer-main .element-menu-footer .menu-footer-list > li > a {
    color: #1E2022;
}
#footer-main .title-footer, #footer-main .element-menu-footer .menu-footer-list > li > a {
    font-weight: bold;
}
#footer-main .newsletter-input input {
	border-bottom: 2px solid #1E2022 !important;
    border-radius: 0;
    color: #1E2022;
}

#footer-main .newsletter-submit button {
    color: #1E2022;
    background-color: #fff;
    border: 2px solid #1E2022;
    cursor: pointer;
    border-radius: 0;
}
#footer-main .newsletter-submit button .btn-text {
    color: #1E2022;
    font-weight: 700;
}

#footer-main .newsletter-submit:hover button {background-color: #1E2022}
#footer-main .newsletter-submit:hover button .btn-text {color: #fff;}

#footer-main .newsletter-input input::-webkit-input-placeholder {color: #1E2022;}
#footer-main .newsletter-input input::-moz-placeholder {color: #1E2022;}
#footer-main .newsletter-input input:-ms-input-placeholder {color: #1E2022;}
#footer-main .newsletter-input input:-moz-placeholder {color: #1E2022;}
.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary {
    font-weight: 700;
    font-size: 2.3rem;
}
/*
#banner-stripe {
    padding: 50px 0;
}
#banner-stripe li {
    transition: 0.5s all;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
#banner-stripe li:not(:first-child):not(:last-child) {
    padding: 0 25px;
}
#banner-stripe li:first-child {
    padding-right: 25px;
}

#banner-stripe li:last-child {
    padding-left: 25px;
}

#banner-stripe li img {
    border-radius: 50%;
    box-shadow: 0px 0px 26px rgba(0,0,0,0.15);
}

#banner-stripe li:hover {
    transform: scale(1.2);
}

#banner-stripe li a:hover {
    text-decoration: none;
}
#banner-stripe li p {
    padding-top: 10px;
}
*/
/*#nav-bottom {
    display: none;
}*/
#footer-main .element-menu-footer .menu-footer-list > li ul li a:before {
    content: '';
}
.modal .modal-header-title, .label-block {
    color: #1E2022 !important;
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], input[type="creditcard"], input[type="cpf"], select, textarea,
.box-cart-final,
.box-cart-final .box-cart-edit,
.box-cart-final.final-active,
.element-menu-painel,
ul.dashboard li a,
.table-primary thead th,
.table-primary thead th:first-child,
.table-primary thead th:last-child,
.table-primary tbody tr:last-child td:first-child,
.table-primary tbody tr:last-child td:last-child,
.table-primary tbody td, .table-primary tbody th {
    border-radius: 0;
    border-color: #1E2022;
}
.modal-rating .row .grid-3, .modal-rating .row .grid-4  {
    width: 49% !important;
}
.modal-rating .row:last-child .grid-3.alpha {
    width: calc(98% + 20px) !important;
}
.element-product-detail .label-stamp-wrapper .label-stamp.label-promo,
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch,
#cart-products-table .label-promo,
._2tga,
.box-order-summary .box-order-summary-content .list-order-summary li .final-product-image .final-product-amount {
    background: #1E2022;
    font-weight: bold;
}
.element-breadcrumb .breadcrumb ul.breadcrumb-list li,
.element-product-detail .product-info .product-name,
.btn .btn-text {
    font-weight: bold;
}
.element-product-detail div[class^="box-"] .box-title,
ul.dashboard li a {
    color: #1E2022;
}

.element-product-detail .box-shipping #product-shipping th,
.wrapper-btn-actions .btn .btn-text,
#cart-products-table .cart-products-header > div,
.label-block,
#cart-data .cart-data-price-holder p,
#cart-data .cart-data-gift-holder p,
#cart-data .cart-data-discount-holder p,
#cart-data .cart-data-payment-holder p,
#cart-data .cart-data-total p,
#cart-data .cart-info b,
#cart-email h3,
#cart-email h4,
.list-shipping .list-shipping-item .list-shipping-row .list-shipping-name,
.box-order-summary .box-order-summary-header .box-order-summary-title,
.box-order-summary #final-cart-value .table-final-cart tr td,
.box-cart-final .box-cart-header .box-cart-title,
.box-cart-final .box-cart-edit,
.box-order-summary #final-cart-value .table-final-cart tr.final-cart-total-value td,
.box-order-summary #final-cart-value .table-final-cart tr.final-cart-total-value strong,
.box-order-summary #final-cart-value .table-final-cart tr td strong,
ul.dashboard li a .dashboard-title,
.table-primary thead th {
    color: #1E2022 !important;
    font-weight: bold;
}
.wrapper-form-login h2 {
    line-height: 3rem;
}
.list-shipping .list-shipping-item {
    border-radius: 0;
}
.element-menu-painel {
    padding: 0;
}
ul.dashboard li a span[class^="icon"] {
    filter: brightness(0);
}
#footer-main .element-menu-footer .menu-footer-list > li {
    margin: 0 !important;
}
p.product-price.product-sell-price {
    margin: 0 !important;
}
.pagina-produto .box-shipping {
    padding: 0 !important;
}
[class^='product-combination-'] {
    color: #1E2022 !important;
}

/* CombinaÃ§Ãµes */

.wrapper-product-combination .product-combination-list .product-combination-item label {
	border-width: 2px;
	font-size: 16px;
	padding: 1px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div {
	line-height: 32px;
	min-height: 32px;
	top: 0;
	min-width: 32px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div span {
	border-width: 16px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div.combination-image {
	font-size: 0;
	line-height: %VALOR%;
	height: %VALOR%;
	text-align: center;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div.combination-image img {
	max-height: 100%;
	max-width: 100%;
}

/* Fim CombinaÃ§Ãµes */

@media (min-width:768px) {	
		/* MINHA CONTA */
		.my_account {
		    position: relative;
		    display: flex;
		    float: left;
		    align-items: center;
		    text-align: left;
		    border-radius: 50px;
		    letter-spacing: .09px;
		    width: 160px;
		    margin: 0 10px;
		    /* padding-right: 1%; */
		    height: 40px;
		    left: 0;
		    line-height: 15px;
		    top: 8px;
		    cursor: pointer;
			color : #ef5361;
		}
		
		.my_account .user-icon {
		    fill: var(--txt-global);
		    transition: all .2s;
		    position: relative;
		    top: 3px;
		}
		
		.my_account>a {
		    text-align: left;
		    align-items: center;
		    font-weight: 400;
		    line-height: 17px;
		    font-size: 15px;
		    color: var(txt-global);
		    letter-spacing: -.3px;
		}
		
		.my_account .icon-down {
		    margin-left: 8px;
		    fill: #b4b4b4;
		    width: 8px;
		    font-size: 13px;
		    margin-top: 18px;
		    color: #ef5361;
		    transform: rotate(0);
		    display: inline-block;
		    transition: all .2s;
		}
		
		.my_account:hover .icon-down {
		    transform: rotate(-180deg);
		    display: inline-block
		}
		
		.my_account .user-icon {
		    padding-right: 10px;
		    width: 31px;
		    height: 33px;
		    fill: var(primary-color);
		    /* position: absolute; */
		    top: 1px;
		}
		
		.my_account .arrow-icon {
		    margin: 3px 0 0 12px;
		    -webkit-transition: -webkit-transform .2s ease-in-out;
		    transition: -webkit-transform .2s ease-in-out;
		    -o-transition: transform .2s ease-in-out;
		    transition: transform .2s ease-in-out;
		    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
		}
		
		.my_account:hover ul {
		    will-change: opacity,transform;
		    animation: Ab .3s cubic-bezier(.18,.89,.32,1.28);
		    -ms-transform-origin: top center;
		    transform-origin: top center
		}
		
		.my_account:hover ul {
		    visibility: visible;
		    opacity: 1;
		    transition: all .2s ease-in-out
		}
		
		.my_account ul {
		    position: absolute;
		    visibility: hidden;
		    opacity: 0;
		    padding: 6px;
		    left: -11px;
		    background: #ef5361;
		    width: 184px;
		    margin: 0;
		    top: 44px;
		    border: 1.2px solid #e8e8e8;
		    border-radius: 4px;
		    box-shadow: 0 1px 4px #0000000f;
		    -webkit-transition: all .3s ease-in-out;
		    -o-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;
		    z-index: 10;
		}
		
		.my_account li {
		    position: relative;
		    display: block;
		}
		
		.my_account li:hover a {
		    backgroundcolor: #000;
		    transition: all .2s ease-in-out
		}
		
		.my_account li a {
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-box-align: center;
		    text-transform: uppercase;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    font-weight: 400;
		    font-size: 13px;
		    color: var(--txt-global);
		    margin: 4px;
		    border-radius: 4px;
		    letter-spacing: -.5px;
		    line-height: 6px;
		    padding: 7px 15px;
		    text-align: center!important;
		    -webkit-transition: all .2s ease-in-out;
		    -o-transition: all .2s ease-in-out;
		    transition: all .2s ease-in-out;
		}
		
		li.registerAccount a {
		    text-align: center;
		    display: flex;
		    font-size: 14px;
		    margin-bottom: 10px;
		    margin-top: 8px;
		    text-transform: inherit;
		    justify-content: center;
		    text-decoration: underline !important; */
		    padding: 4px 0;
		}
		
		.my_account .login a:after {
		    content: '\f054';
		    font-family: fontawesome;
		    position: absolute;
		    opacity: 0;
		    font-size: 12px;
		    top: 19px;
		    right: 26px;
		    transition: .15s;
		}
		
		.my_account li:hover a:after {
		    opacity: 1;
		    right: 20px
		}
		
		.my_account .login a:after {
		    opacity: 1;
		    right: 20px
		}
		
		.my_account .login:hover a {
		    background: #ef5361;
		    color: #ef5361 ;
		    border: 1px solid var(--primary-color);
		    text-decoration: none;
		    font-weight: 600;
		    transition: all .1s ease-in-out
		}
		
		.my_account .login a {
		    background: #ef5361;
		    color: #ef5361);
		    border: 1px solid var(--primary-color);
		    text-decoration: none;
		    font-weight: 500;
		    padding: 17px;
		    transition: all .1s ease-in-out;
		}
		


   @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap');
*:not([class^="icon"]) {font-family: 'Nunito', sans-serif !important;}

/* EstilizaÃ§Ã£o do menu */

#header-main {
    position: 0;
    top:0 ;
    z-index: 0;
    width: 100%;
    height: 0;
	color :#ef5361;
}
.header-1 {
	text-transform: uppercase;
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 700;
	
}
.header-1 .element-menu-top .menu-top-list li {
	margin: 0 !important;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-1 .element-menu-top .menu-top-list li:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-1 .element-menu-top .menu-top-list li a, .header-1 .grid-welcome-message {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
}
.header-1 .element-menu-top .menu-top-list li:hover a, .header-1 .grid-welcome-message:hover {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}
#header-main .header-2 {	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;    
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
#header-main .header-2.fixed {
	padding: 10px 0 !important;
}
.menu-category-list {
	display: flex !important;
}
.menu-category-list>li {
	padding: 5px 10px !important;
    position: relative;
}
.menu-category-list>li:after {
    content: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0px;
    display: block;
    background-color: #171515;
    margin-left: 10px;
    transition: 0.3s width;
}
.menu-category-list>li:hover:after {
    width: calc(100% - 20px);	
}
.menu-category-list>li:first-of-type {
	padding-left:  0 !important;
}
.menu-category-list>li:first-of-type:after {
	margin-left:  0 !important;
}
.menu-category-list>li:first-of-type:hover:after, .menu-category-list>li:last-of-type:hover:after {
    width: calc(100% - 10px);
}
.menu-category-list>li:last-of-type {
	padding-right: 0 !important;
}
.menu-category-list>li a {
    text-transform: uppercase;
    color: 
}
.menu-category-list li:hover>ul {
	display: none !important;
}
.element-search .welcome-message {
	display: none !important;
}
.search-inner input {
	border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}
.search-inner input:focus {
	box-shadow: none !important;
}
.search-inner input::-webkit-input-placeholder {
  color: #000;
}
.search-inner input::-moz-placeholder {
  color: #000;
}
.search-inner input:-ms-input-placeholder {
  color: #000;
}
.search-inner input:-moz-placeholder {
  color: #000;
}
.search-inner .btn-search {
    background-color: #fff !important;
    right: -1px !important;
    padding: 5px 5px 9px !important;
}
.search-inner .btn-search .btn-icon {
    color: #000 !important;
}
.element-shopping-cart .grid-shopping-cart {
	float: none !important;
}
#header-main .element-shopping-cart .element-menu-top {
	display: none !important;
}
.link-shopping-cart {
	color: #000 !important;
    background: none !important;
    padding: 0 !important;
    cursor: pointer;
}
.link-shopping-cart .icon-shopping-cart {
	position: static !important;
}
.shopping-cart-total-price{
    display: none !important;
}

section:first-of-type {
    margin-top: 156px;
}

/* PRODUTOS */
#product-list .product-list-item, #product-list-sidebar .product-list-item {
    box-shadow: none;
    position: relative;
}
#product-list .product-image {
    z-index: 1;
}
#product-list .product-info {
    z-index: 2;
    position: relative;
}
#product-list .product-list-item .product-image a:not(.label-unavailable) img.image-main, #product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) img.image-main {
    transition: 0.5s all;
}
#product-list .product-list-item:hover .product-image a:not(.label-unavailable) img.image-main, #product-list-sidebar .product-list-item:hover .product-image a:not(.label-unavailable) img.image-main {
    margin-top: -70px;
    opacity: 0;
}
#product-list .product-list-item:hover .product-image a:not(.label-unavailable) img.image-over, #product-list-sidebar .product-list-item:hover .product-image a:not(.label-unavailable) img.image-over {
    margin-top: 0px;
    opacity: 1;
}
#product-list .product-list-item .wrapper-product-combination,
#product-list-sidebar .product-list-item .wrapper-product-combination {
    display: none !important;
}
#product-list .product-list-item .product-image a:not(.label-unavailable) img.image-over, #product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) img.image-over {
    display: block!important;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 70px;
    opacity: 0;
    transition: 0.5s all;
}

/* ESTILIZAÃ‡ÃƒO DO RODAPÃ‰ */
#footer-main {
    background-color: #fff;
    color: #1E2022;
    margin-top: 0;
}
#footer-main .footer-main-inner {
    position: relative;
}

#footer-main .footer-main-inner .footer-1 .container-12 {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}

}
#footer-main .footer-3 .element-phone .grid-phone{
    position: absolute;
    top: 120px;
}

#footer-main .title-footer, #footer-main .element-menu-footer .menu-footer-list > li ul li a, #footer-main .element-menu-footer .menu-footer-list > li > a {
    color: #1E2022;
}
#footer-main .title-footer, #footer-main .element-menu-footer .menu-footer-list > li > a {
    font-weight: bold;
}
#footer-main .newsletter-input input {
	border-bottom: 2px solid #1E2022 !important;
    border-radius: 0;
    color: #1E2022;
}

#footer-main .newsletter-submit button {
    color: #1E2022;
    background-color: #fff;
    border: 2px solid #1E2022;
    cursor: pointer;
    border-radius: 0;
}
#footer-main .newsletter-submit button .btn-text {
    color: #1E2022;
    font-weight: 700;
}

#footer-main .newsletter-submit:hover button {background-color: #1E2022}
#footer-main .newsletter-submit:hover button .btn-text {color: #fff;}

#footer-main .newsletter-input input::-webkit-input-placeholder {color: #1E2022;}
#footer-main .newsletter-input input::-moz-placeholder {color: #1E2022;}
#footer-main .newsletter-input input:-ms-input-placeholder {color: #1E2022;}
#footer-main .newsletter-input input:-moz-placeholder {color: #1E2022;}
.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary {
    font-weight: 700;
    font-size: 2.3rem;
}
/*
#banner-stripe {
    padding: 50px 0;
}
#banner-stripe li {
    transition: 0.5s all;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
#banner-stripe li:not(:first-child):not(:last-child) {
    padding: 0 25px;
}
#banner-stripe li:first-child {
    padding-right: 25px;
}

#banner-stripe li:last-child {
    padding-left: 25px;
}

#banner-stripe li img {
    border-radius: 50%;
    box-shadow: 0px 0px 26px rgba(0,0,0,0.15);
}

#banner-stripe li:hover {
    transform: scale(1.2);
}

#banner-stripe li a:hover {
    text-decoration: none;
}
#banner-stripe li p {
    padding-top: 10px;
}
*/
/*#nav-bottom {
    display: none;
}*/
#footer-main .element-menu-footer .menu-footer-list > li ul li a:before {
    content: '';
}
.modal .modal-header-title, .label-block {
    color: #1E2022 !important;
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], input[type="creditcard"], input[type="cpf"], select, textarea,
.box-cart-final,
.box-cart-final .box-cart-edit,
.box-cart-final.final-active,
.element-menu-painel,
ul.dashboard li a,
.table-primary thead th,
.table-primary thead th:first-child,
.table-primary thead th:last-child,
.table-primary tbody tr:last-child td:first-child,
.table-primary tbody tr:last-child td:last-child,
.table-primary tbody td, .table-primary tbody th {
    border-radius: 0;
    border-color: #1E2022;
}
.modal-rating .row .grid-3, .modal-rating .row .grid-4  {
    width: 49% !important;
}
.modal-rating .row:last-child .grid-3.alpha {
    width: calc(98% + 20px) !important;
}
.element-product-detail .label-stamp-wrapper .label-stamp.label-promo,
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch,
#cart-products-table .label-promo,
._2tga,
.box-order-summary .box-order-summary-content .list-order-summary li .final-product-image .final-product-amount {
    background: #1E2022;
    font-weight: bold;
}
.element-breadcrumb .breadcrumb ul.breadcrumb-list li,
.element-product-detail .product-info .product-name,
.btn .btn-text {
    font-weight: bold;
}
.element-product-detail div[class^="box-"] .box-title,
ul.dashboard li a {
    color: #1E2022;
}

.element-product-detail .box-shipping #product-shipping th,
.wrapper-btn-actions .btn .btn-text,
#cart-products-table .cart-products-header > div,
.label-block,
#cart-data .cart-data-price-holder p,
#cart-data .cart-data-gift-holder p,
#cart-data .cart-data-discount-holder p,
#cart-data .cart-data-payment-holder p,
#cart-data .cart-data-total p,
#cart-data .cart-info b,
#cart-email h3,
#cart-email h4,
.list-shipping .list-shipping-item .list-shipping-row .list-shipping-name,
.box-order-summary .box-order-summary-header .box-order-summary-title,
.box-order-summary #final-cart-value .table-final-cart tr td,
.box-cart-final .box-cart-header .box-cart-title,
.box-cart-final .box-cart-edit,
.box-order-summary #final-cart-value .table-final-cart tr.final-cart-total-value td,
.box-order-summary #final-cart-value .table-final-cart tr.final-cart-total-value strong,
.box-order-summary #final-cart-value .table-final-cart tr td strong,
ul.dashboard li a .dashboard-title,
.table-primary thead th {
    color: #1E2022 !important;
    font-weight: bold;
}
.wrapper-form-login h2 {
    line-height: 3rem;
}
.list-shipping .list-shipping-item {
    border-radius: 0;
}
.element-menu-painel {
    padding: 0;
}
ul.dashboard li a span[class^="icon"] {
    filter: brightness(0);
}
#footer-main .element-menu-footer .menu-footer-list > li {
    margin: 0 !important;
}
p.product-price.product-sell-price {
    margin: 0 !important;
}
.pagina-produto .box-shipping {
    padding: 0 !important;
}
[class^='product-combination-'] {
    color: #1E2022 !important;
}

/* CombinaÃ§Ãµes */

.wrapper-product-combination .product-combination-list .product-combination-item label {
	border-width: 2px;
	font-size: 16px;
	padding: 1px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div {
	line-height: 32px;
	min-height: 32px;
	top: 0;
	min-width: 32px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div span {
	border-width: 16px;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div.combination-image {
	font-size: 0;
	line-height: %VALOR%;
	height: %VALOR%;
	text-align: center;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div.combination-image img {
	max-height: 100%;
	max-width: 100%;
}

/* Fim CombinaÃ§Ãµes */

@media (min-width:768px) {	
		/* MINHA CONTA */
		.my_account {
		    position: relative;
		    display: flex;
		    float: left;
		    align-items: center;
		    text-align: left;
		    border-radius: 50px;
		    letter-spacing: .09px;
		    width: 160px;
		    margin: 0 10px;
		    /* padding-right: 1%; */
		    height: 40px;
		    left: 0;
		    line-height: 15px;
		    top: 8px;
		    cursor: pointer;
			color : #ef5361;
		}
		
		.my_account .user-icon {
		    fill: var(--txt-global);
		    transition: all .2s;
		    position: relative;
		    top: 3px;
		}
		
		.my_account>a {
		    text-align: left;
		    align-items: center;
		    font-weight: 400;
		    line-height: 17px;
		    font-size: 15px;
		    color: var(txt-global);
		    letter-spacing: -.3px;
		}
		
		.my_account .icon-down {
		    margin-left: 8px;
		    fill: #b4b4b4;
		    width: 8px;
		    font-size: 13px;
		    margin-top: 18px;
		    color: #ef5361;
		    transform: rotate(0);
		    display: inline-block;
		    transition: all .2s;
		}
		
		.my_account:hover .icon-down {
		    transform: rotate(-180deg);
		    display: inline-block
		}
		
		.my_account .user-icon {
		    padding-right: 10px;
		    width: 31px;
		    height: 33px;
		    fill: var(primary-color);
		    /* position: absolute; */
		    top: 1px;
		}
		
		.my_account .arrow-icon {
		    margin: 3px 0 0 12px;
		    -webkit-transition: -webkit-transform .2s ease-in-out;
		    transition: -webkit-transform .2s ease-in-out;
		    -o-transition: transform .2s ease-in-out;
		    transition: transform .2s ease-in-out;
		    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
		}
		
		.my_account:hover ul {
		    will-change: opacity,transform;
		    animation: Ab .3s cubic-bezier(.18,.89,.32,1.28);
		    -ms-transform-origin: top center;
		    transform-origin: top center
		}
		
		.my_account:hover ul {
		    visibility: visible;
		    opacity: 1;
		    transition: all .2s ease-in-out
		}
		
		.my_account ul {
		    position: absolute;
		    visibility: hidden;
		    opacity: 0;
		    padding: 6px;
		    left: -11px;
		    background: #ef5361;
		    width: 184px;
		    margin: 0;
		    top: 44px;
		    border: 1.2px solid #e8e8e8;
		    border-radius: 4px;
		    box-shadow: 0 1px 4px #0000000f;
		    -webkit-transition: all .3s ease-in-out;
		    -o-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;
		    z-index: 10;
		}
		
		.my_account li {
		    position: relative;
		    display: block;
		}
		
		.my_account li:hover a {
		    backgroundcolor: #000;
		    transition: all .2s ease-in-out
		}
		
		.my_account li a {
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-box-align: center;
		    text-transform: uppercase;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    font-weight: 400;
		    font-size: 13px;
		    color: var(--txt-global);
		    margin: 4px;
		    border-radius: 4px;
		    letter-spacing: -.5px;
		    line-height: 6px;
		    padding: 7px 15px;
		    text-align: center!important;
		    -webkit-transition: all .2s ease-in-out;
		    -o-transition: all .2s ease-in-out;
		    transition: all .2s ease-in-out;
		}
		
		li.registerAccount a {
		    text-align: center;
		    display: flex;
		    font-size: 14px;
		    margin-bottom: 10px;
		    margin-top: 8px;
		    text-transform: inherit;
		    justify-content: center;
		    text-decoration: underline !important; */
		    padding: 4px 0;
		}
		
		.my_account .login a:after {
		    content: '\f054';
		    font-family: fontawesome;
		    position: absolute;
		    opacity: 0;
		    font-size: 12px;
		    top: 19px;
		    right: 26px;
		    transition: .15s;
		}
		
		.my_account li:hover a:after {
		    opacity: 1;
		    right: 20px
		}
		
		.my_account .login a:after {
		    opacity: 1;
		    right: 20px
		}
		
		.my_account .login:hover a {
		    background: #ef5361;
		    color: #ef5361 ;
		    border: 1px solid var(--primary-color);
		    text-decoration: none;
		    font-weight: 600;
		    transition: all .1s ease-in-out
		}
		
		.my_account .login a {
		    background: #ef5361;
		    color: #ef5361);
		    border: 1px solid var(--primary-color);
		    text-decoration: none;
		    font-weight: 500;
		    padding: 17px;
		    transition: all .1s ease-in-out;
		}
		
#header-main .header-1 {
    background: #FFFFFF;
    color: #000000;
    font-family: 'source_sans_pro_semibold';
    font-size: 1px;
    padding: 0px 0 !important;
    text-transform: uppercase;
}

body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
margin-bottom: 0 !important;
}

.element-banner-main .container-12,
.element-banner-main .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
width: 100% !important;
}

.element-banner-main img {
width: 100%;
    }
    /* Esconder botão login*/
    
    a.esconder-categoria {
    display: none !important;
    }
/*
ul#banner-stripe li:first-child {
   display:none !important;
}
*/

/*Banner tarja 100%*/
    
    .element-banner-stripe .container-12,
.element-banner-stripe .container-12 .grid-12 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.element-banner-stripe img {
	width: 100%;
}

/*Ajuste margens do banner tarja*/
    
.element-banner-main,  .element-banner-stripe {
  margin-bottom: 0px !important;
}
 
/* Banner inferior 100%*/
    
    .element-banner-bottom .container-12,
.element-banner-bottom .container-12 .grid-12 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.element-banner-bottom img {
	width: 100%;
}


