/***************HEADER*****************/

.header {
    background-color: #242323;
}

.is-sticky .header {
    position: unset !important;
}

body.is-sticky {
    margin-top: 50px !important;
}
.header-bottom {
    margin: 10px 0;
    text-align: unset;
}
.top-bar {
    background-color: #dc143c;
    text-align: right;
    padding: 4px 250px 1px;
}
.top-bar .fab {
    padding-left: 15px;
    color: #fff;
    font-size: 18px;
}
.header .top-container {
    padding: 0 250px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.header .top-container .navPages-container .navPages-list-desktop .text-menu {
	font-family: "Inter";
	color: #fff;
	font-size: 14px;
    letter-spacing: 0;
}
.header .top-container .navPages-container nav ul.navPages-list > li:hover > a {
	color: #fff;
}
.header .top-container .top-search > form {
    margin: 0;
	min-width: 300px;
}
.header .top-container .top-search > form .form-field {
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 486px;
    height: 41px;
}
.header .top-container .top-search  > form .form-field button {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    transition: none;
}
.header .top-container .top-search > form .form-field button svg {
    width: 18px;
    padding: 1px;
    height: 100%;
    fill: #dc143c;
}

.header .top-container .top-links {
    text-align: center;
    display: flex;
}
.header .top-container .top-links .top-links-item {
    padding: 0 15px;
}
.header .top-container .top-links .icon {
    fill: #fff;
    width: 30px;
    height: 30px;
}
.header .top-container .top-links .icon svg {
    fill: #fff;
}
.header .top-container .top-links .text {
    font-family: "Inter";
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
#top-cart.is-open #cart-preview-dropdown {
    top: 149px;
}
@media (max-width: 1500px){
    .header .top-container {
        padding: 0 150px;
    }
}
@media (max-width: 1300px){
    .header .top-container {
        padding: 0 50px;
    }
}
@media (max-width: 1025px){
    .search-toggle svg {
        display: none;
    }
    .header .top-container {
        padding: 0 50px;
    }
    .header .top-container .top-links .icon svg {
        width: 90%;
    }
    .header .top-container .top-links .text {
        font-size: 12px;
    }
    .header .top-container .navPages-container .navPages-list-desktop .text-menu {
        font-size: 12px;
    }
}
@media (max-width: 770px){
    
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo .header-logo-image {
        max-height: 30px;
    }    
    .search-toggle svg {
        display: none;
    }

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 20px;
        justify-content: space-evenly;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }
    .header .top-container .top-search > form .form-field {
        margin: auto;
        position: relative;
        width: 165px;
        max-width: 486px;
        height: 38px;
    }
    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
}
@media (max-width: 600px){
    
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo .header-logo-image {
        max-height: 30px;
    }    
    .search-toggle svg {
        display: none;
    }

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 20px;
        justify-content: space-evenly;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }
    .header .top-container .top-search > form .form-field {
        margin: auto;
        position: relative;
        width: 165px;
        max-width: 486px;
        height: 38px;
    }
    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
}
@media (max-width: 400px){
    
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo .header-logo-image {
        max-height: 30px;
    }    
    .search-toggle svg {
        display: none;
    }

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 20px;
        justify-content: space-evenly;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }
    .header .top-container .top-search > form .form-field {
        margin: auto;
        position: relative;
        width: 165px;
        max-width: 486px;
        height: 38px;
    }
    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
    .header .top-container .top-links .top-links-item {
        padding: 0 8px;
    }
}

/***************BENEFICIOS*****************/

.beneficios{
	display: flex;
    justify-content: space-evenly;
    margin: 3rem 0;
}

@media (max-width: 770px){
    .beneficios {
        display: flex;
        margin: 0 0 1rem 0;
        flex-direction: column;
        align-items: center;
    }
    .beneficios .foto{
        margin: 0 0 15px 0;
    }
}

@media (max-width: 600px){
    .beneficios {
        display: flex;
        margin: 0 0 1rem 0;
        flex-direction: column;
        align-items: center;
    }
    .beneficios .foto{
        margin: 0 0 15px 0;
    }
}

/****************MEDIDAS*****************/

.medidas{
    font-family: 'Inter';
    text-align: center;
}
.medidas h1{
    font-family: 'Inter';
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
.medidas p{
    font-family: 'Inter';
    color: #ffffff !important;
}
.medidas .imagem {
    margin-top: 60px;
    margin-bottom: 100px;
}
.medidas .imagem img{
    padding-left: 120px;
}
.medidas #tab-description-panel ul li {
color: #ffffff !important;
}

/***************DESTAQUES*****************/

#homeTopSellersProducts {
	background-color: #242323;
}

#homeTopSellersProducts .container h2{
	font-family: 'Inter';
	font-size: 36px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 6rem 0;
	display: flex;
    justify-content: center;
}

.productCarousel .owl-stage { 
	width: unset !important;
}
.productCarousel .prod-image {
	height: 382px !important;
}
.prod-item .prod-image {
    margin-bottom: 10px;
}
.productCarousel .card-img-container {
	background-color: #fff;
}
.productCarousel .sale-badge {
	display: none !important;
}
.prod-item .prod-desc {
	text-align: left;
}
.prod-item .prod-desc h4.prod-name {
	font-family: 'Inter';	
	font-size: 14px;
	margin: 0;
}
.prod-item .prod-desc h4.description-name a {
	color: #fff;
	text-transform: uppercase;
}
.prod-item .prod-desc .prod-price {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 600;
    color: #fff;
}
.prod-item .prod-desc .prod-price .price--rrp ~ .description-value {
    color: #fff;
	margin-bottom: 0;
}
.prod-item .card-img-container .actions i {
    display: none;
}
.module-wrapper:not(.productList) .prod-item a.btnATC {
	display: none;
}
.buy-button {
    padding: 30px 0 80px;
}
.btn-buy {
	font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #dc143c !important;
    font-weight: 600;
	height: unset;
    width: 100%;
	border: none !important;
	padding: 7px 25px 7px !important;
}
.btn-buy:hover {
	background-color: #B61414 !important;
	color: #fff !important;
}
.star-rating {
	display:none;
}

@media (max-width: 600px){
    #homeTopSellersProducts .container h2 {
        font-size: 30px;
        margin: 3rem 0;
    }
}

/***************NEWS*****************/

.news {
	background-position: center;
	background-color: #ffffff;
	color: #000000;
	font-family: "Inter";
	text-align: center;
    letter-spacing: 0px;
	padding: 5rem;
}

.news .texto h1{
    font-size: 47px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.news .texto p{
    margin: 7px 0 5px 0;
    font-weight: 400;
    font-size: 19px;
}

.news .form{
	margin: 2.5rem 0 1.5rem;
}

.news .form input[type=email] {
	width: 425px;
    height: 50px;
    font-size: 14px;
    color: #ababab;
    padding: 1px 0 0 20px;
    border: solid 1px #ababab;
}

.news .form input[type=email]::placeholder {
	color: #ababab;
	font-family: "Inter" !important;
}

.news .form button {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #dc143c;
    color: #ffffff;
    font-weight: 700;
    height: 50px;
    width: 180px;
}

.news .form button:hover {
	background-color: #B61414;
}

@media (max-width: 600px){
    .news {
        padding: 2rem;
    }
    .news .texto h1 {
        font-size: 35px;
    }
    .news .texto p {
        font-size: 15px;
    }
    .news .form input[type=email] {
        width: 325px;
        height: 45px;
        font-size: 12px;
        padding: 1px 0 0 0;
        text-align: center;
    }
    .news .form button {
        font-size: 16px;
        height: 45px;
        width: 170px;
    }
}


/***************INSTAGRAM*****************/

.instagram{
	background-color: #242323;
	text-align: center;
	padding: 10rem;
	font-family: "Inter";
}

.instagram .detail{
	color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}

.instagram .detail .texto {
	font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.instagram .detail .imagem {
    font-size: 40px;
    margin-right: 15px;
}

.instagram h4{
	color: #ffffff !important;
	margin: 7px 0 35px 0 !important;
	font-family: "Inter" !important;
	font-weight: 400 !important;
	font-size: 19px !important;
	letter-spacing: 0 !important;
}

.instagram .botao button{
	width: 360px;
    height: 45px;
    background-color: #dc143c;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.instagram .botao button:hover {
	background-color: #B61414;
}

@media (max-width: 600px){
    .instagram {
        padding: 3rem;
    }
    .instagram .detail .imagem {
        font-size: 25px;
        margin-right: 10px;
    }
    .instagram .detail .texto {
        font-size: 25px;
    }
    .instagram h4 {
        margin: 2px 0 25px 0 !important;
        font-size: 14px !important;
    }
    .instagram .botao button {
        width: 170px;
        height: 45px;
        font-size: 16px;
        line-height: 30px;
    }

}


/***************FOOTER*****************/

#footer-wrapper{
	padding: 77px 0 0;
	background-color: #302F2F;
}
#bottom-footer {
    padding: 10px 0;
    border-top: solid thin;
}
#bottom-footer .container .col-center {
	text-align: unset;
}

#main-footer h3 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Inter";
    text-transform: unset;
    margin-bottom: 7px;
}
#main-footer .container {
    max-width: unset;
    width: unset;
    padding: 0px 60px 0px 240px;
}
.footer-columns .column-item {
    width: 25%;
}
.footer-columns .column-item .footer-info-heading {
    padding: 0;
    border: 0;
}
.footer-columns .column-item ul li a{
    color: #C3C3C3;
}
.footer-columns .column-item ul li a i{
    font-size: 20px;
    padding: 0 3px;
}

.footer-columns .column-item .upper-text{
    margin-top: 20px;
}
.footer-columns .column-item .upper-sec{
    margin-top: 40px !important;
}
.footer-columns .column-item .img-pagamento {
    margin-top: 15px;
}
@media (max-width: 1300px){
    #main-footer .container {
        max-width: unset;
        width: unset;
        padding: 0px 60px 0px 120px;
    }
}
@media (max-width: 1050px){
    #main-footer .container {
        max-width: unset;
        width: unset;
        padding: 0px 20px 0px 100px;
    }
}
@media (max-width: 770px){
    #main-footer .container {
        padding: 0;
    }
    #main-footer h3 {
        font-size: 12px;
    }
    .footer-columns .column-item ul.footer-info-list {
        display: flex !important;
        flex-direction: column;
    }
    .footer-info-list li {
        font-size: 8px;
    }
    #footer-wrapper {
        padding-top: 25px;
    }
    .footer-columns .column-item ul li {
        padding: 0px 0 0 0;
    }    
    .footer-columns .column-item ul li a {
        font-size: 10px;
    }
    
    .footer-columns .column-item .upper-sec {
        margin-top: 20px !important;
    }
    .footer-columns .column-item ul li a i {
        font-size: 10px;
        padding: 0 3px 0 0;
    }
    #bottom-footer .footer-copyright p{
        font-size: 11px;
    }
}
@media (max-width: 600px){
    #main-footer .container {
        padding: 0;
    }
    #main-footer h3 {
        font-size: 12px;
    }
    .footer-columns .column-item ul.footer-info-list {
        display: flex !important;
        flex-direction: column;
    }
    .footer-info-list li {
        font-size: 8px;
    }
    #footer-wrapper {
        padding-top: 25px;
    }
    .footer-columns .column-item ul li {
        padding: 0px 0 0 0;
    }    
    .footer-columns .column-item ul li a {
        font-size: 10px;
        overflow-wrap: break-word;
    }
    
    .footer-columns .column-item .upper-sec {
        margin-top: 20px !important;
    }
    .footer-columns .column-item ul li a i {
        font-size: 10px;
        padding: 0 3px 0 0;
    }
    #bottom-footer .footer-copyright p{
        font-size: 11px;
    }
}

/***************PRODUCT*****************/

.productView-image-wrap .productView-nav {
	display: inline-flex;
	align-items: center;
    justify-content: center;
	min-height: 830px;
    background-color: #fff;
    min-width: 590px;
}

.productView-for .productView-thumbnail > a img {
	height: unset;
	max-height: 100%;
}
.page-type-product .container_page {
    padding-bottom: 70px;
    padding-top: 5rem;
    background-color: #242323;
}
.productView-title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 10px 10px 0;
    line-height: 35px;
    color: #fff;
}
.productView-price {
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
}
.productView-price .price.price--rrp ~ .price--withoutTax {
    color: #fff;
}
.productView-images .sale-badge {
    display: none !important;
}
.form-label--alternate,.text-frete {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    font-family: Inter;
}
.form-option-variant {
    font-size: 1.2rem;
    color: #fff;
}
[data-product-attribute="set-rectangle"] .form-option {
    min-width: 41px;
    height: 41px;
    text-align: center;
    border-style: solid;
}
.productView-options .form-field--increments .form-input {
    background-color: #242323;
    color: #fff;
    font-family: Inter;
    font-size: 1.2rem;
    min-width: 40px;
    border-color: #fff;
}
.productView-options .form-field--increments button {
    width: 42px;
    height: 42px;
    border-color: #fff;
    font-size: 8px;
    color: #fff;
    font-family: Inter;
}
.productView-options .form-field--increments .btnMinus{
    border-style: solid none solid solid;
}
.productView-options .form-field--increments .btnPlus{
    border-style: solid solid solid none;
}
.btnCalcular{
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff !important;
    font-weight: 700;
    color: #000 !important;
    border: none !important;
    margin-left: 3px;
}

.btnBuy {
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #dc143c !important;
    font-weight: 600;
    height: unset;
    width: 100%;
    border: none !important;
    padding: 7px 25px 7px !important;
}
.btnBuy:hover,.btnCalcular:hover {
    background-color: #B61414 !important;
    color: #fff !important;
}
[data-product-attribute="set-rectangle"] .form-option:hover {
    background-color: #dc143c !important;
    color: #fff !important;
}

label.estimator-form-label-text.form-label {
    font-family: 'Inter';
    color: #fff;
}
.estimator-form-input--price {
    font-family: 'Inter';
    color: #fff;
}

.form-prefixPostfix .form-inlineMessage {
    margin-top: 45px;
    margin-left: 12px;
    position: absolute;
}

@media (max-width: 1250px){
    .slick-slide.slick-current.slick-active{
        width: 400px;
    }
    .slick-slider .slick-track {
        width: 400px;
    }
    .productView-image-wrap .productView-nav {
        min-height: 330px;
        background-color: #fff;
        min-width: 290px;
    }
    .productView-title {
        font-size: 27px;
    }
    .medidas h1 {
        font-size: 30px;
        margin-top: 0 !important;
    }
    .medidas .imagem img {
        padding-left: 0;
        max-width: 75%;
    }
        [data-cart-item-add] > button#form-action-addToCart {
        max-width: 275px;
    }
    .productView-image img:hover {
        cursor: auto;
    }
}
}

@media (max-width: 1000px){
    .slick-slide.slick-current.slick-active{
        width: 400px;
    }
    .slick-slider .slick-track {
        width: 400px;
    }
    .productView-image-wrap .productView-nav {
        min-height: 330px;
        background-color: #fff;
        min-width: 290px;
    }
    .productView-title {
        font-size: 27px;
    }
    .productView-price .price.price--rrp {
        font-size: 14px;
    }
    .form-label--alternate,.text-frete {
        font-size: 15px;
    }
    .medidas h1 {
        font-size: 30px;
        margin-top: 0 !important;
    }
    .medidas .imagem img {
        padding-left: 0;
        max-width: 75%;
    }
        [data-cart-item-add] > button#form-action-addToCart {
        max-width: 275px;
    }
    .productView-image img:hover {
        cursor: auto;
    }
}

@media (max-width: 700px){
    .slick-slide.slick-current.slick-active{
        width: 250px;
    }
    .productView-image-wrap .productView-nav {
        min-height: 330px;
        background-color: #fff;
        min-width: 290px;
    }
    .productView-title {
        font-size: 23px;
    }
    .productView-price .price.price--rrp {
        font-size: 14px;
    }
    .form-label--alternate,.text-frete {
        font-size: 15px;
    }
    .medidas h1 {
        font-size: 30px;
        margin-top: 0 !important;
    }
    .medidas .imagem img {
        padding-left: 0;
        max-width: 75%;
    }
        [data-cart-item-add] > button#form-action-addToCart {
        max-width: 275px;
    }
    .productView-image img:hover {
        cursor: auto;
    }
}

.fix-image
{
    width: 350px;
    height: 510px;
}