.cota-terms {
	color:blue;
	text-decoration:underline;
}

.close-lightbox-btn {
	color:red;
}

.cota-terms:hover {
	cursor:pointer;
}

.container-terms-cota {
	display:none;
}

.sedex {
	display:flex;
	justify-content:space-between;
	/* background-color:#CCC; */
	/* padding:5px; */
	border-radius:5px;
	margin-bottom:5px;
	background-color:#F2F2F5;
}

.pac {
	display:flex;
	justify-content:space-between;
	/* background-color:#AAA; */
	/* padding:5px; */
	border-radius:5px;
}

.local {
	display:flex;
	justify-content:space-between;
	/* background-color:#CCC; */
	/* padding:5px; */
	border-radius:5px;
	margin-bottom:5px;
	border-bottom:1px solid, #CCC
}

.error {
	background-color:red;
	color:white;
	border-radius:7px;
}

#dlv-options {
	padding:10px;
	border-radius:7px;
}

#calculate-frete:hover {
	cursor:pointer;
}

.product-page {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: var(--site-width);
	margin-top: 30px;
}

.product-page > header {
	padding: 20px;
	display: flex;
	width:98%;
	justify-content: space-between;
}

.product-gallery {
	width: 360px;
	margin-right: 40px;
	position: relative;
}

.product-expand {
	background: none;
	font-size: 25px;
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	color: var(--dark-grey-color);
	transition: 0.3s;
}

.product-expand:hover {
	color: var(--orange-color);
}

.product-gallery > img {
	width: 320px;
	max-height: 320px;
	padding: 20px;
}

.product-gallery-extra {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-gallery-extra img {
	width: 50px;
	height: 50px;
	padding: 10px;

	border: 1px solid #EEF1F4;
	border-radius: 5px;
}

.product-gallery-extra img + img {
	margin-left: 10px;
}

.product-info {
	max-width: 560px;
	margin-right: 40px;
}

.product-info  h1 {
	font-size: 26px;
	color: var(--dark-gray-strong);
	font-weight: 500;
	margin-top: 0;
}

.product-info b {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 500;
}

.product-info p {
	font-size: 12px;
	line-height: 21px;
	color: #858585;
}

.product-info .compartilhe a {
	font-size: 18px;
	display: inline-block !important;
	text-transform: uppercase;
	color: var(--orange-color);
	display: flex;
	align-items: center;
	font-weight: bold;
}

.product-info a i {
	margin-right: 5px;
}

.show-de-premios {
	color:#064feb !important;
	font-size:15px;
	font-weight: 800;
	margin-bottom:30px;
}

.show-btn {
	font-size:16px;
	font-weight: 800;
	color:#0e2f79 !important;
	-webkit-transition: color 1s;
	transition: color 1s;
	border:none;
}

.show-btn:hover {
	color:#ff8800 !important;
}

a.disabled {
	pointer-events: none;
}
.close-prize-show-box {
	color: red;
	float: right;
	margin-top: -10px;
}

.mb-buy-now{
width: 100%; height: 40px; border-radius: 5px; font-size: 10px; letter-spacing: 1px; color: #fff; display: flex; justify-content: center; align-items: center; border: 0; background: #ff7600; margin-top: 10px; text-transform: uppercase; font-weight: bold;
}
.disabled{
	background-color: #ccc!important;
}
.container_contato{
	margin-top: 15px;
	padding: 15px;
	border: 1px solid white;
	background: linear-gradient(96.4deg, #FF7A00 0%, #FF4F02 100%);
	box-sizing: border-box;
	border-radius: 7px;
	color: white;
	display: flex;
	flex-direction: column;
}

table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
 .address-container {
	 display: block;
	 position: relative;
	 padding-left: 35px;
	 margin-top: 6px;
	 cursor: pointer;
	 font-weight: bold;
	 font-size: 12px;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
 }

 .address-container input {
	 position: absolute;
	 opacity: 0;
	 cursor: pointer;
	 height: 0;
	 width: 0;
 }

 .checkmark {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 20px;
	 width: 20px;
	 background-color: #eee;
	 border-radius: 50%;
 }

 .address-container:hover input ~ .checkmark {
	 background-color: #ccc;
 }

 .address-container input:checked ~ .checkmark {
	 background-color: #ff7a00;
 }

 .checkmark:after {
	 content: "";
	 position: absolute;
	 display: none;
 }

 .address-container input:checked ~ .checkmark:after {
	 display: block;
 }

 .address-container .checkmark:after {
	 top: 6px;
	 left: 6px;
	 width: 8px;
	 height: 8px;
	 border-radius: 50%;
	 background: white;
 }

.product-offer {
	width: 260px;
}

.product-offer h2 {
	font-size: 26px;
	color: var(--green-color);
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}

.product-offer small {
	font-size: 16px;
	margin-left: 5px;
}

.product__stars {
    display: flex;
	align-items: center;
	color: #C4C4C4;
}

.product__stars i.active {
    color: var(--orange-color);
}

.product__stars i + i {
    margin-left: 5px;
}

.product__stars i + i {
	margin-left: 5px;
}

.product__stars p {
	margin: 0;
	color: var(--orange-color);
	margin-left: 5px;
}

.product-input {
	background: #F2F2F2;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}

.product-input + .product-input {
	margin-top: 10px;
}

.product-input b {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.product-input b i{
	margin-right: 5px;
	color: var(--orange-color);
}

.product-input input,
.product-input select {
	width: 100px;
	color: var(--dark-grey-color);
	background: none;
	padding: 5px;
	height: 30px;
	border: 0;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.product-input select {
	width: auto !important;
}

.product-input input:focus,
.product-input select:focus {
	outline: 0;
	border: 0;
}

.product-offer button {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background: var(--orange-gradient);
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.btnWishlist{
	background: red !important;
}

.product-offer button i {
	margin-right: 5px;
}

.product-offer .parcelamento {
	font-size: 12px;
	color: var(--dark-grey-color);
}

.product-offer .parcelamento small {
	font-size: 12px;
	display: block;
	color: rgba(71, 71, 71, 0.5);
	margin: 0;
}

/* PRODUCT-DESCIPTION */
.product-description {
	margin-top: 30px;
}

.products-similares {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	padding: 20px;
}

.products-similares article {
	width: 180px;
	padding: 20px;
	border: 1px solid #EEF1F4;
	border-radius: 5px;
}

.breadcrumb-wrapper {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.breadcrumb {
    display: flex;
    align-items: center;
    overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb-button {
    position: absolute;
    z-index: 1;
	background: linear-gradient(to left, rgba(255,255,255,1) 0% ,rgba(255,255,255,0) 100%);
    width: 60px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size: 25px;
	padding: 0 10px;
    cursor: pointer;
}

.breadcrumb-button.hidden {
    display: none;
}

.breadcrumb-button.left {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0% ,rgba(255,255,255,0) 100%);
	justify-content: flex-start;
}

.breadcrumb-button.right {
    right: 0;
}

.products-similares a + a {
	margin-left: 20px;
}

.products-similares img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.products-similares h1 {
	margin: 0;
	font-size: 12px;
	color: #858585;
	width: 100%;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
    overflow: hidden;
}

.products-similares p {
	margin: 10px 0 0;
	font-size: 18px;
	color: var(--green-color);
	font-weight: bold;
}

.products-similares small {
	font-size: 12px;
	color: var(--green-color);
	text-transform: uppercase;
}

.product-description__content {
	padding: 20px;
	width: 1824px;
}

.product-description__desc p,
.product-description__desc li{
	font-size: 12px;
	line-height: 21px;
	color: #858585;
}

.product-description__desc h1 {
	font-size: 18px;
	letter-spacing: 1px;
	color: var(--dark-grey-color);
	font-weight: 400;
	text-transform: uppercase;
}

.product-description__desc ul{
	margin-left: 15px;
}

.product-description__desc li {
	list-style: decimal;
}

.product-description__desc li + li {
	margin-top: 5px;
}

.desc__image {
	display: flex;
	margin-top: 15px;
}

.desc__image img {
	width: 150px;
	height: 150px;
	margin-right: 20px;
}

.desc__image b {
	color: var(--dark-grey-color);
	text-transform: uppercase;
	font-size: 14px;
}

/* PRODUCT-AWNSERS */
.product-anwsers {
	margin-top: 30px;
}

.product-anwsers form {
	padding: 20px;
}

.product-anwsers textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: var(--dark-gray-strong);
	height: 150px;
	resize: none;
}

.product-anwsers__list {
	padding: 20px;
}

.anwser-box + .anwser-box {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.anwser-box .question,
.anwser-box .anwser {
	position: relative;
	border: 1px solid #F0F2F6;
	padding: 10px;
	border-radius: 2px;
	display: flex;
	align-items: center;
}

.anwser-box .anwser {
	margin-top: 20px;
	border-color: var(--orange-color);
}

.anwser-box .anwser p {
	font-size: 12px;
	line-height: 18px;
	color: var(--dark-grey-strong);
}

.anwser-box .anwser::after {
	content: '';
	position: absolute;
	left: 20px;
	top: -8px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-bottom: 8px solid #fff;
	filter: drop-shadow(0px -1px 0px var(--orange-color));
}

.anwser-box .question::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -8px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-top: 8px solid #fff;
	filter: drop-shadow(0px 1px 0px #f0f2f6);
}

.anwser-box .question p {
	font-size: 14px;
}

.anwser-box .question div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	font-size: 12px;
	margin-right: 15px;
}

.anwser-box .question button {
	border: 0;
	background: none;
	padding: 0;
}

.anwser-box .question button.active,
.anwser-box .question b.active{
	color: var(--orange-color);
}

.anwser-box .question button:hover {
	color: var(--orange-color);
}

.anwser-box .question i {
	font-size: 16px;
}

.seemore {
	display: block;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

/* PRODUCT EVALUATION */
.product-evaluation {
	margin-top: 30px;
}

.product-evaluation__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-evaluation__header button {
	font-size: 14px;
	text-transform: uppercase;
	color: #3f3f3f;
	font-weight: bold;
	padding: 8px 12px;
	border: 0;
	background: #EEF1F4;
	border-radius: 5px;
}

.product-evaluation__header,
.product-evaluation__list {
	padding: 20px;
}

.product-evaluation__header .product__stars {
	font-size: 20px;
}

.product-evaluation__header p {
	margin-bottom: 0;
}

.evaluation h1{
	font-size: 16px;
	margin: 0 0 10px;
}

.evaluation + .evaluation {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.evaluation b {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
}

.evaluation p {
	font-size: 12px;
	line-height: 18px;
	color: var(--dark-grey-strong);
}

.evaluation-buttons {
	display: flex;
	align-items: center;
}

.evaluation-buttons button {
	padding: 0;
	background: none;
	border: 0;
	margin-right: 10px;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: var(--dark-grey-strong);
}

.evaluation-buttons button:hover,
.evaluation-buttons button.active,
.evaluation-buttons p.active {
	color: var(--orange-color);
}

.evaluation-buttons button i {
	margin-right: 5px;
}

.evaluation-buttons p{
	margin: 0 10px 0 0;
}

/* GALERIA */
.product-galery {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: fixed; top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.product-galery{
    border-radius: var(--border-radius-sm);
}

.product-galery__content {
	padding: 20px;
}

.product-galery .product-galery__content{
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
 }
 .product-galery .product-galery__content > .galery-img{
	display: flex;
    padding: 10px;
	justify-content: space-around;
 }
.product-galery .product-galery__content > .galery-img > img{
    margin: 0 10px;
    padding: 0 10px;
    width: 230px;
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
}
.product-galery .product-galery__content > .galery-img > button{
    color: var(--dark-gray-strong);
    font-size: 22px;
 } 
.product-galery .galery-img-list{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
 }
.product-galery .galery-img-list > img{
    background: white;
    border: 1px solid #f0f2f6;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    height: 42px;
    width: 42px;
    -o-object-fit: contain;
       object-fit: contain;
 }
 
 .product-galery .galery-img-list img[current]{
    border: 1px solid var(--orange-color)
}

/* MODAL: CONVIDAR */
.gift-modal,
.mention-modal,
.buy-modal,
.evaluation-modal,
.share-modal{
    display: none;
}

.gift-modal > div,
.mention-modal > div {
    width: 800px;
    min-height: 300px;
}

.gift-modal-content {
    /* padding: 20px; */
    padding: 0 20px 10px;
}

.gift-modal-content > p {
    /* font-size: 18px; */ 
    font-size: var(--fsize-normal);
    /* margin: 0; */
    margin: 5px 0 7px;

}

.gift-modal-list {
    max-height: 200px;
    height: 100%;
    overflow: auto;
    /* margin-top: 20px; */
}

.gift-modal-user {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.gift-modal-user + div {
    /* margin-top: 10px;
    padding-top: 10px; */
    border-top: 1px solid rgba(0,0,0,.1);
}

.gift-modal-user img {
    /* width: 40px;
    height: 40px; */
    border-radius: 50%;
    /* margin-right: 7px; */
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.gift-modal-user p {
    font-size: 16px;
    /* letter-spacing: 1px; */
    margin: 0;
}

.gift-modal-new {
    background: #EEEEEE;
    padding: 20px;
}

.gift-modal-new p {
    /* font-size: 16px; */
    font-size: var(--fsize-normal);
    color: #3F3F3F;
    margin: 0 0 15px;
}

.gift-new-form form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.gift-new-form label {
    width: 100%;
}

.gift-new-form span {
    display: block;
    color: #3F3F3F;
    margin-bottom: 5px;
}

.gift-new-form input{
    margin: 0;
    width: 100%;
}

.gift-new-form button {
    /* margin-top: auto; */
    /* height: 40px; */
    /**/
    height: 35px;
    margin: auto 0 6px;
    line-height: 12px;
}

/* BUY MODAL */
.buy-modal > div {
	width: 800px;
	min-height: 400px;
}

.buy-modal form {
	display: flex;
	flex-direction: column;
}

.buy-modal form textarea {
	width: 100%;
	resize: none;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}

.buy-modal form p {
	margin: 0;
	margin-bottom: 5px;
}

.buy-modal label {
	margin-top: 5px;
}

.buy-modal .end-label {
	display: flex;
	align-items: center;
	position: relative;
}

.buy-modal .end {
	padding: 5px;
	display: flex;
	align-items: center;
	background: #F0F2F6;
	border-radius: 3px;
	width: 100%;
	margin-left: 10px;
	height: 40px;
	align-self: flex-end;
}

.buy-modal .end input {
	height: 20px;
	width: 120px;
	margin: 0 5px;
}

.buy-modal .end p {
	margin: 0;
}

.buy-modal select {
	width: 152px;
}

.buy-modal span {
	color: #3F3F3F;
	margin-left: 5px;
	font-size: 12px;
}

.buy-modal span.hidden{
	display: none;
}

.buy-modal__buttons {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.buy-modal__buttons button {
	min-width: 280px; 
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background: var(--orange-gradient);
	border: 0;
	color: #fff;
	border-radius: 4px;
	height: 35px;
}

.buy-modal .gift-modal-user {
	padding: 0;
}

/* SHARE MODAL */
.share-modal .wc-child h3{
	text-transform: uppercase;
	font-weight: 500;
}

.share-modal-content > p {
	font-size: 12px;
	margin: 0;
	padding: 0 20px 10px;
	color: var(--dark-grey-color);
}

.share-modal-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
	border-top: 1px solid rgba(0,0,0,.05);
    padding: 20px;
}

.share-modal-list a {
    width: 100%;
    display: inline-block;
}

.share-modal-list i {
    display: block;
    font-size: 30px;
}

.share-modal-list a.facebook i { color: #1966AE;}
.share-modal-list a.instagram i { color: #3F3F3F;}
.share-modal-list a.whatsapp i { color: #26CB68;}
.share-modal-list a.twitter i { color: #55ACEE;}

.share-modal-list span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.share-link {
    display: flex;
    align-items: center;
	padding: 10px 20px;
	border-top: 1px solid rgba(0,0,0,.05);
}

.share-link p {
    font-size: 12px;
    color: #3f3f3f;
}

.share-link input {
    width: 180px;
    height: 30px;
    margin-left: 8px;
    color: var(--orange-color);
}

.share-link button {
    color: #3f3f3f;
    font-size: 10px;
    padding: 5px 10px;
    height: 30px;
    border: 0;
    background: #EEF1F4;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: 8px;
    transition: 0.2s;
}

.share-link button:focus {
    color: #fff;
    background: var(--orange-color);
}

/* EVALUATION MODAL */
.evaluation-modal-content {
	padding: 0 20px 20px;
}

.evaluation-modal-content p {
	margin-top: 0;
}

.evaluation-modal-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.evaluation-modal-list b {
	font-size: 16px;
	color: var(--dark-grey-color);
}

.evaluation-modal__stars {
	font-size: 20px;
}

.evaluation-modal__stars i {
	cursor: pointer;
	color: var(--dark-grey-color);
}

.evaluation-modal__stars i.active {
	color: var(--orange-color);
}

.evaluation-modal-content form > button {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.go-to-store{
	width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: #ff7600;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.wc-modal {
	width:700px;
	height:500px;
	padding:15px;
	overflow: scroll;
}

.content-show {
	width:100%;
	margin:5px;
	padding:5px;
	border:1px solid #ff7600;
	border-radius:5px;
}

.show-title {
	font-size:16px;
	font-weight: 800;
	margin-bottom:15px;
}

.pdf-download {
	font-size:14px;
	color:blue;
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (max-width: 1366px){
	.product-description__content {
		width:1283px;
	}

	.product-galery {
		margin-top:30px;
	}

	.sedex {
		font-size:10px;
		display:flex;
		justify-content:space-between;
		/* background-color:#CCC; */
		/* padding:5px; */
		border-radius:5px;
		margin-bottom:5px;
		background-color:#F2F2F5;
	}
	
	.pac {
		font-size:10px;
		display:flex;
		justify-content:space-between;
		/* background-color:#AAA; */
		/* padding:5px; */
		border-radius:5px;
	}
	
	.local {
		font-size:10px;
		display:flex;
		justify-content:space-between;
		/* background-color:#CCC; */
		/* padding:5px; */
		border-radius:5px;
		margin-bottom:5px;
		border-bottom:1px solid, #CCC
	}
	
	.error {
		font-size:10px;
		background-color:red;
		color:white;
		border-radius:7px;
	}
	.product-info  h1 {
		font-size: 26px;
		color: var(--dark-gray-strong);
		font-weight: 500;
		margin-top: 0;
		max-width:400px;
		word-wrap: break-word;
	}

	.show-btn {
		font-size:13px;
		font-weight: 800;
		color:#0e2f79 !important;
		-webkit-transition: color 1s;
		transition: color 1s;
		border:none;
	}

	.lightbox-container {
		margin-top:25px;
	}
	
	.show-btn:hover {
		color:#ff8800 !important;
	}
}

@media screen and (max-width: 1280px){
	.product-info  h1 {
		font-size: 26px;
		color: var(--dark-gray-strong);
		font-weight: 500;
		margin-top: 0;
		max-width:330px;
		word-wrap: break-word;
	}
}

@media screen and (max-width: 768px){
	.product-page > header {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.product-gallery {
		margin: 0;
	}

	.product-offer {
		width: 100%;
		margin-top: 15px;
	}

	.product-info h1 {
		margin-top: 10px;
	}

	.product-offer h2 {
		justify-content: center;
	}

	.product-offer .product__stars {
		justify-content: center;
	}

    .gift-new-form form {
        grid-template-columns: repeat(2, 1fr);
    }

    .gift-new-form button {
        grid-column: 1 / 3;
    }

	.buy-modal span {
		display: block;
		margin-top: 5px;
	}

	.buy-modal .end-label {
		align-items: flex-start;
	}

	.buy-modal .end {
		padding: 10px;
		position: absolute;
		margin-left: 5px;
		margin-top: 5px;
		flex-direction: column;
		height: auto;
		width: calc(100% - 170px);
		right: 0;
		top: 0;
	}

	.buy-modal .end input {
		margin: 5px 0;
	}
}

.lightbox-container {
	display:none;
}

@media screen and (max-width: 520px) {
	.product-description__content {
		width:414px;
	}

	.product-galery {
		margin-top:60px;
	}

	.sedex {
		font-size:12px;
		display:flex;
		justify-content:space-between;
		/* background-color:#CCC; */
		/* padding:5px; */
		border-radius:5px;
		margin-bottom:5px;
		background-color:#F2F2F5;
	}
	
	.pac {
		font-size:12px;
		display:flex;
		justify-content:space-between;
		/* background-color:#AAA; */
		/* padding:5px; */
		border-radius:5px;
	}
	
	.local {
		font-size:12px;
		display:flex;
		justify-content:space-between;
		/* background-color:#CCC; */
		/* padding:5px; */
		border-radius:5px;
		margin-bottom:5px;
		border-bottom:1px solid, #CCC
	}
	
	.error {
		font-size:12px;
		background-color:red;
		color:white;
		border-radius:7px;
	}

	.product-info {
		max-width: 560px;
		margin-right: 40px;
		width: 90%;
	}

	.iframe-video {
		width:320 !important;
		height:180 !important;
	}
}

@media screen and (max-width: 375px) {
	.product-description__content {
		width:363px;
	}
}

@media screen and (max-width: 320px) {
	.product-description__content {
		width:312px;
	}
}