﻿.the-modal .the-modal-container .button-wrapper button {
    width: auto;
}
.dialog-buybutton-verification {
    display: grid;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.wd-widget .wd-product-associations .wd-content ul li .wd-product-line-medias .thumb, .wd-widget .wd-product-associations .wd-content ul li .wd-product-line-medias img {
    height: inherit;
}

.wd-browsing-product-carousel .wd-content .wd-product-list .list .wd-product-line {
    padding: 5px !important;
	margin-bottom: 100px;
}

.wd-browsing-product-carousel .jcarousel-control-next, .wd-browsing-product-carousel .jcarousel-control-prev {
    background: transparent;
    color: #c9aa94;
}

.wd-widget.wd-browsing-product-carousel .wd-header, .wd-widget.wd-product-featured-list .wd-header, .wd-widget.wd-product-list .wd-header {
    border: none;
    text-align: center;
}

.wd-widget .wd-header .wd-title {
    font-size: 17px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
}
.wd-product-price-description .list-price .prefix , .wd-product-price-description .sale-price .prefix , .product-detail .head .information .payment {
	display: none;
}

a.jcarousel-control-prev::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.494' height='21.494' viewBox='0 0 21.494 21.494'%3E%3Cg id='arrow-svgrepo-com' transform='translate(10.742 -0.005) rotate(45)'%3E%3Cg id='Grupo_31' data-name='Grupo 31' transform='translate(0.007)'%3E%3Cg id='Grupo_30' data-name='Grupo 30' transform='translate(0)'%3E%3Cpath id='Caminho_260' data-name='Caminho 260' d='M15.205.548,14.658,0,.783,13.874V5.438H.007V15.2h9.76v-.776H1.332Z' transform='translate(-0.007)' fill='%23010002'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

a.jcarousel-control-prev .fa-angle-left:before {
    display: none;
}

a.jcarousel-control-next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.494' height='21.494' viewBox='0 0 21.494 21.494'%3E%3Cg id='arrow-svgrepo-com' transform='translate(10.752 21.499) rotate(-135)'%3E%3Cg id='Grupo_31' data-name='Grupo 31' transform='translate(0.007)'%3E%3Cg id='Grupo_30' data-name='Grupo 30' transform='translate(0)'%3E%3Cpath id='Caminho_260' data-name='Caminho 260' d='M15.205.548,14.658,0,.783,13.874V5.438H.007V15.2h9.76v-.776H1.332Z' transform='translate(-0.007)' fill='%23010002'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

a.jcarousel-control-next i.fas.fa-angle-right {
    display: none;
}

.wd-browsing-product-carousel .jcarousel-control-next, .wd-browsing-product-carousel .jcarousel-control-prev {
    background-color: transparent !important;
}

@media only screen and (max-width:1000px) {
	
	section#middle {
		padding: 5px !important;
	}
	
	.wd-browsing-product-carousel .wd-content .wd-product-list .list li {
		width: 150px !important;
	}
	
	.wd-product-line {
		height: 315px !important;
	}
	
	
	.wd-product-line-medias .variation img.current-img, .wd-product-line-medias .variation img.showing {
		width: 35%;
		height: 50%;
	}
	
	.vitrine .medias {
		height: 260px;
	}
	
	.wd-browsing-product-carousel .wd-content .wd-product-list .list li {
		width: 175px !important;
	}
	
}


div#content {
    padding-top: 80px;
}

.product-detail .head .information {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px #f1f1f1;
    border-radius: 5px;
    height: fit-content;
}

.product-detail .head .sale-price span {
    font-size: 16px;
    color: #313131;
}

.row.buy-info {
    display: none !important;
    /* position: fixed; */
    width: 100%;
}

.type-side-by-side label.unavailable {
    background-color: #d6d6d6 !important;

}

.type-side-by-side label.unavailable b.option-text{
        color: black;
}

.product-detail .head .information .detalhes .wd-product-variations .options label.unavailable.selected {
    box-shadow: none;
}

.product-detail .head .information .detalhes .wd-product-variations .options label.selected {
    border: none;
}

.product-detail .head .information .detalhes .wd-product-variations .options label.unavailable::before {
    display: none;
}

.product-detail .head .information .detalhes .wd-product-variations {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 25px;
}

.product-detail .head .information .detalhes .wd-product-variations b.title {
    font-size: 13px;
    color: #757575;
}

.product-detail .head .information .name {
    font-size: 21px;
    color: #000000;
    margin: 0;
}

.product-detail .head .information .brand-ref .code {
    font-size: 10px;
    color: #5E5E5E;
}

.product-detail .head .information .detalhes .wd-product-variations .options label {
    /* display: block !important; */
    /* padding: 16px; */
    /* border: solid 1px #C9AA94; */
    /* background-color: white; */
    color: #C9AA94;
    box-shadow: none;
}

div#option-1 label {
    border-radius: 5px;
    border: solid 1px #C9AA94;
    background-color: white;
    height: 35px;
    width: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.product-detail .head .information .detalhes .wd-product-variations .options label span {
    /* display: block !important; */
    text-align: center;
    height: 100%;
    width: 100%;
}

.product-detail .head .information .detalhes .wd-product-variations .options label.selected {
    box-shadow: none;
    border: solid 1px gray !important;
}

.product-detail .head .information .buy .buy-box .wd-product-price-description .priceContainer .condition {
    font-size: 13px;
    color: #757575;
}

.product-detail .head .information .buy .buy-box .wd-product-price-description .priceContainer .condition {
    font-size: 13px;
    color: #757575;
}

.wd-widget .wd-header .wd-title {
    font-size: 18px;
    color: #544949;
}

.product-detail .wd-descriptions .wd-descriptions-text {
    font-size: 15px;
    color: #928888;
}

.product-detail .wd-descriptions .wd-content .wd-descriptions-panel {
    padding-top: 0;
    /* border: none; */
    /* box-shadow: none; */
}

.product-detail .wd-descriptions .wd-content {
    border: navajowhite;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li.wd-selected::before {
    display: none;
}

.product-detail .wd-descriptions.tab-style .wd-header {
    align-items: center;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li {
    height: fit-content;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li.wd-selected a {
    display: block;
}

.product-detail .head .information .buy .buy-box {
    padding: 0;
    background-color: white;
}

button.btn-buy {
    text-transform: uppercase;
    font-size: 14px !important;
    background-color: #D2B49B;
    height: 50px;
    padding: 15px !important;
    border-radius: 5px !important;
    margin: 10px 0px;
}

.btn.btn-buy:before,
#left .wd-facet-group .facets .facet-type .facet-type-range .range-wrapper .btn-buy.submit:before,
.product-detail .head .information .buy .buy-box .wd-product-oneclickbuy a.btn-buy:not(.url-read-more):before,
.wd-product-reviews .btn-buy.review-create:before,
.area-profile .wd-profile-addresses .wd-content table tbody td.action .btn-buy.main-address-label:before,
button.btn-buy:before {
    display: none;
}

.product-detail .head .medias figure.wd-product-medias.wd-widget.wd-widget-js {
    display: grid;
    grid-template-areas: "a b";
}

.product-detail .head .medias .wd-product-medias-displayer.wd-widget.wd-widget-js {
    grid-area: b;
}

.product-detail .head .medias .wd-product-media-selector {
    flex-direction: column;
}

.product-detail .head .medias .wd-product-media-selector button.abaixo,
.product-detail .head .medias .wd-product-media-selector button.acima {
    /* width: 10px; */
    /* transform: rotate(90deg); */
    display: none;
    background-color: transparent !important;
}

.wd-product-media-selector.wd-widget.wd-widget-js #scroll-media {
    display: grid;
}

.product-detail .head .information .wd-product-payment-options button {
    border: none !important;
    text-align: end;
    background-color: transparent !important;
    font-size: 13px;
}

.product-detail .head .information .wd-product-payment-options button:before {
    display: none;
}

.product-detail .head .information .wd-product-payment-options {
    margin: 0;
    background-color: transparent !important;
}

.product-detail .head .information .payment {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: transparent !important;
}

.calcule-frete p {
    margin: 0;
    border-radius: 5px;
    padding: 15px;
    border: solid 1px #C9AA94;
    color: #C9AA94;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}

button.bt-notifyme {
    border-radius: 5px;
    padding: 20px !important;
    font-size: 13px;
    margin: 10px 0px;
}

.calcule-frete {
    text-align: center;
    width: 100%;
}

.row.buy-info.active {
    display: block !important;
    /* border: solid 2px lightgray; */
}

.col.col-lg-7.col-md-12.col-12.delivery {
    width: 100%;
    max-width: 100%;
    /* top: 120px; */
}

.row.buy-info.active {
    position: fixed;
    z-index: 10;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    width: 600px;
    padding: 50px 60px;
    border: solid 1px lightgray;
}

.wd-product-deliveryfee {
    display: grid;
    gap: 10px;
}

.button-wrapper {
    position: unset !important;
    display: block !important;
    width: 100% !important;
}

.product-detail .head .information .wd-product-deliveryfee .button-wrapper button {
    width: 100%;
}

p#fecha-frete {
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: -35px;
    right: -30px;
    font-weight: 800;
    font-size: 15px;
}

.product-detail .head .medias{
	overflow: unset !important;
}

div#acima {
    /* position: absolute; */
    left: 50px;
    z-index: 2;
    top: 100px;
    background-color: transparent !important;
}

div#abaixo {
    /* position: absolute; */
    left: 550px;
    top: -60px;
    z-index: 20;
    background-color: transparent !important;
}

.product-detail .head .medias .wd-product-media-selector ul li.selected {
    border: none;
}

div#seta-esquerda {
    position: absolute;
    top: 50%;
    left: 110px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    font-size: 0;
}

div#seta-direita {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    font-size: 0;
}

div#seta-esquerda::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.494' height='21.494' viewBox='0 0 21.494 21.494'%3E%3Cg id='arrow-svgrepo-com' transform='translate(10.742 -0.005) rotate(45)'%3E%3Cg id='Grupo_31' data-name='Grupo 31' transform='translate(0.007)'%3E%3Cg id='Grupo_30' data-name='Grupo 30' transform='translate(0)'%3E%3Cpath id='Caminho_260' data-name='Caminho 260' d='M15.205.548,14.658,0,.783,13.874V5.438H.007V15.2h9.76v-.776H1.332Z' transform='translate(-0.007)' fill='%23010002'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

div#seta-direita::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.494' height='21.494' viewBox='0 0 21.494 21.494'%3E%3Cg id='arrow-svgrepo-com' transform='translate(10.752 21.499) rotate(-135)'%3E%3Cg id='Grupo_31' data-name='Grupo 31' transform='translate(0.007)'%3E%3Cg id='Grupo_30' data-name='Grupo 30' transform='translate(0)'%3E%3Cpath id='Caminho_260' data-name='Caminho 260' d='M15.205.548,14.658,0,.783,13.874V5.438H.007V15.2h9.76v-.776H1.332Z' transform='translate(-0.007)' fill='%23010002'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (max-width:1170px){
	div#seta-esquerda {
    	right: 80%;
    	left: auto;
	}
}

@media only screen and (max-width:990px){
	div#seta-esquerda {
    	right: 91%;
    	left: auto;
	}
	div#seta-direita {
    	right: 4px;
	}
}
	
@media only screen and (max-width:650px){
	div#content {
    padding-top: 25px;
}
}