@charset "utf-8";
    .dialog-box {
    width: 945px;
    left: 50%;
    margin-left: -475px;
    height: 560px;
    top: 50%;
    margin-top: -280px;
    position: absolute;
    z-index: 999999;
    text-align: center;
}
.close, .close_reg {
    float: right;
    height: 25px;
    width: 25px;
    background-image: url(../../images/cliente/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
}
.close {
    margin-top: -15px;
    margin-right: -35px;
}
.dest_big {
    width: 910px;
    height: 280px;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border: 1px solid #5B3D6F;
}
.dest_big2 {
    width: 900px;
    height: 560px;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border: 1px solid #5B3D6F;
}
.dest_big2 .image {
    max-width: 900px;
    height: 460px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 900px;
    height: 460px;
    float: left;
    position: relative;
}
.dest_big .image_prod {
    max-width: 660px;
    height: auto;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 600px;
    max-height: 80px;
    float: left;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    padding-top: 10px;
}
.dest_big2 .heading {
    width: 250px;
    height: 80px;
    float: left;
    position: relative;
    padding-top: 10px;
}
.dest_big2 .h1 {
    width: 250px;
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #5B3D6F;
    height: auto;
    font-weight: 700;
}
.dest_big2 .h2 {
    width: 250px;
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    color: #333;
}
#overlay_block {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    z-index: 999;
    top: 0;
    left: 0;
    position: fixed;
    background-attachment: fixed;
}
.form_login {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: transparent;
    height: 154px;
    top: 50%;
    margin-top: -77px;
    position: absolute;
    z-index: 1001;
}
.form_login .box_form {
    width: 200px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 153px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 20px;
}
.form_login .box_form input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 193px;
    color: #666;
    background-color: #eaeaea;
    cursor: text;
}
.form_login .box_form select {
    color: #666;
}
.form_login2 {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: transparent;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    position: absolute;
    z-index: 1001;
}
.form_login2 .box_form {
    width: 200px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 20px;
}
.form_login2 .box_form input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 193px;
    color: #5b3d6f;
    background-color: #eaeaea;
    cursor: text;
}
#termos, #termos2 {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: transparent;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    z-index: 1001;
}
#termos .box_termos, #termos2 .box_termos {
    width: 400px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 390px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 15px;
}
#portes {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: transparent;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    z-index: 1001;
}
#portes .box_portes {
    width: 400px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 15px;
}
.port_value {
    color: #5B3D6F;
    font-weight: 700;
}
#lost_pass {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: transparent;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 1001;
}
#lost_pass .box_pass {
    width: 400px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 15px;
}
#lost_pass .box_pass input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 193px;
    color: #5b3d6f;
    background-color: #eaeaea;
    cursor: text;
}
.product_detail {
    width: 950px;
    left: 50%;
    margin-left: -475px;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    position: absolute;
    z-index: 1001;
    text-align: center;
}
.entrar {
    margin-top: 10px;
    padding: 5px;
    width: 80px;
    background-color: #78CABC;
    height: 15px;
    float: right;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    font-size: 12px;
}
#form_registo {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: transparent;
    height: 350px;
    position: absolute;
    top: 50%;
    margin-top: -225px;
    z-index: 1001;
}
#form_registo .box_form {
    width: 400px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 10px;
}
#form_registo .box_form input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 150px;
    color: #5b3d6f;
    background-color: #eaeaea;
    cursor: text;
    font-size: 12px;
}
.items_form {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}
.marked {
    width: 400px;
    height: 15px;
    padding-bottom: 15px;
    float: left;
    position: relative;
}
.morada {
    width: 300px;
}
.read_terms {
    width: 326px;
    height: 15px;
    padding-bottom: 15px;
    float: left;
    position: relative;
}
.check {
    width: 15px;
    float: left;
    position: relative;
}
#added {
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background-color: transparent;
    height: 250px;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    z-index: 1001;
}
#added .box_added {
    width: 500px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 15px;
}
#new_address {
    width: 470px;
    left: 50%;
    margin-left: -235px;
    background-color: transparent;
    height: 180px;
    top: 50%;
    margin-top: -90px;
    position: absolute;
    z-index: 1001;
}
#new_address .box_address {
    width: 470px;
    background-color: #fff;
    border: 1px solid #5B3D6F;
    height: 180px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5B3D6F;
    padding: 20px;
}
#new_address .box_address input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 193px;
    color: #5b3d6f;
    background-color: #eaeaea;
    cursor: text;
}
.shareface img {
    width: 100px;
    height: 24px;
    padding-top: 10px;
}
.shareface img{width:100px; height:34px;}

.morada{width:325px;}



@media screen and (width:900px) {
	.dest_big{margin-left:25px;}
	.close{margin-right:35px;}
	.product_detail{width:800px;}
	
	.dialog-box {
    width: 743px;
    left: 50%;
    margin-left: 340px;
    height: 430px;
    top: 50%;
    margin-top: -235px;
}
.dest_big2 {
    width: 743px;
    height: 470px;
	margin-left:-10px;
}
.dest_big2 .image {
    max-width: 743px;
    height: 380px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 743px;
    height: 380px;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 450px;
}

.bag_detail{margin-top:-160px;}
.dest_big {margin-left: 20px;width: 650px; height:340px;}
.product_detail{width:700px;}
.dest_big .image_prod img{width:200px; height:auto; margin-right:10px;}
.close{margin-right:-35px;}
.shareface img{width:100px; height:34px;}

#form_registo{width:465px;}
	
}


@media (max-height:540px) and (max-width:960px) {
    .dialog-box {
    width: 830px;
    left: 50%;
    margin-left: -415px;
    height: 480px;
    top: 50%;
    margin-top: -260px;
}
.dest_big2 {
    width: 783px;
    height: 480px;
}
.dest_big2 .image {
    max-width: 783px;
    height: 400px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 783px;
    height: 400px;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 500px;
}
.shareface img{width:100px; height:34px;}
}



@media (max-height:480px) and (max-width:854px) {
 .dialog-box {
    width: 743px;
    left: 50%;
    margin-left: 340px;
    height: 430px;
    top: 50%;
    margin-top: -235px;
}
.dest_big2 {
    width: 743px;
    height: 470px;
}
.dest_big2 .image {
    max-width: 743px;
    height: 380px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 743px;
    height: 380px;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 450px;
}

.shareface img{width:100px; height:34px;}

#form_registo{width:465px;}
}

@media (min-width:800px) and (max-width:854px) {
  .dest_big {
    width: 750px;
    margin-left: 90px;
}
.close {
    margin-top: -15px;
    margin-right: -205px;
}
.product_detail {
    width: 867px;
    left: 50%;
    margin-left: -475px;
}

.shareface img{width:100px; height:34px;}
}

@media screen and (width:854px) {
	.dest_big{margin-left:25px;}
	.close{margin-right:35px;}
	.product_detail{width:800px;}
	
}

@media (max-height:480px) and (max-width:800px) {
    .dialog-box {
    width: 700px;
    left: 50%;
    margin-left: -360px;
    height: 430px;
    top: 50%;
    margin-top: -235px;
}

.dest_big2 {
    width: 685px;
    height: 460px;
}
.dest_big2 .image {
    max-width: 685px;
    height: 350px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 685px;
    height: 350px;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 400px;
}
.shareface img{width:100px; height:34px;}

}


@media screen and (width:800px) {
.dest_big {margin-left: 20px;width: 650px;}
.product_detail{width:700px;}
.dest_big .image_prod img{width:200px; height:auto; margin-right:10px;}
.close{margin-right:-35px;}
.shareface img{width:100px; height:34px;}

}

@media (min-width:640px) and (max-width:768px) {
.dialog-box {
    width: 640px;
    left: 50%;
    margin-left: -320px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
}
.dest_big2 {
    width: 585px;
    height: 400px;
}
.dest_big2 .image {
    max-width: 585px;
    height: 299px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 585px;
    height: 299px;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 20px;
    width: 315px;
}
.dest_big2 .heading {
    width: 150px;
    margin-top: -10px;
}
.dest_big2 .h1 {
    width: 120px;
    margin-top: 10px;
}
.dest_big2 .h2 {
    width: 120px;
}
.product_detail {
    width: 600px;
    left: 50%;
    margin-left: -300px;
}
.dest_big {
    width: 560px;
    margin-left: 10px;
}

.shareface img{width:100px; height:34px;}
}


@media screen and (width:768px) {
	
	.dest_big2{height:420px;}
	
}



@media screen (min-width:640px) and (max-width:640px) {
    .dest_big2 .heading {
    width: 150px;
    margin-top: -10px;
}
#form_registo {
    left: 45%;
    top: 47%}
.close_reg {
    margin-top: -12px;
    margin-right: -35px;
}
.dest_big2 .text {
    width: 415px;
}
.dest_big2 .h1 {
    width: 150px;
    margin-top: 10px;
}
.dest_big2 .h2 {
    width: 150px;
}
.shareface img{width:100px; height:34px;}

}

@media screen and (width:600px) {

.product_detail{width:400px; margin-left:-200px;}
.dest_big{width:365px; height:510px;}
.shareface img{width:100px; height:34px;}
.dest_big .image_prod img{width:150px; height:auto;}
.shareface img{width:100px; height:34px;}
	
	}


@media screen and (max-width:540px) {
    .dialog-box {
    width: 480px;
    left: 50%;
    margin-left: -240px;
    height: 350px;
    top: 50%;
    margin-top: -175px;
}

.dest_big2 {
    width: 440px;
    height: 350px;
}
.dest_big2 .image {
    max-width: 480px;
    height: 245px;
    float: left;
    position: relative;
}
.dest_big2 img {
    width: 440px;
    height: auto;
    float: left;
    position: relative;
}
.dest_big2 .text {
    padding-left: 0px;
}
.product_detail {
    width: 485px;
    left: 50%;
    margin-left: -250px;
}
.dest_big {width: 450px; height:530px;margin-left: 10px;padding-left:0px;padding-top:0px;}
	
.dest_big2 .heading {
    width: 150px;
    margin-top: -10px;
}
#form_registo {
    left: 45%;
    top: 47%}
.close_reg {
    margin-top: -12px;
    margin-right: -35px;
}
.dest_big2 .text {
    width: 250px;
}
.dest_big2 .h1 {
    width: 150px;
    margin-top: 10px;
}
.dest_big2 .h2 {
    width: 150px;
}

.dest_big .image_prod{max-width:280px; max-height:280px;margin-left:120px; }
.shareface img{width:100px; height:34px;}

}

@media screen and (max-width:480px) {
    .dialog-box {
    width: 470px;
    height: 380px;
    left: 50%;
    margin-left: -210px;
}
.dest_big2 {
    width: 420px;
    height: 380px;
}
.dest_big2 .image, .dest_big2 img {
    width: 420px;
    height: 215px;
}
.dest_big2 .heading {
    width: 400px;
    height: 40px;
}
.dest_big2 .text {
    width: 400px;
}
.dest_big2 .h1 {
    width: 400px;
    margin-top: 10px;
}
.dest_big2 .h2 {
    width: 400px;
}

.dest_big{height:570px;}

.dest_big .image_prod {margin-left: 10px;}

.shareface img{width:100px; height:34px; margin-top:90px;}

}

@media screen and (max-width:360px) {
    .dialog-box {
    width: 370px;
    left: 50%;
    margin-left: -185px;
    height: 350px;
    top: 50%;
    margin-top: -250px;
}
.dest_big2 {
    width: 310px;
    height: 350px;
}
.dest_big2 .image, .dest_big2 img {
    width: 310px;
    height: 159px;
}
.dest_big2 .text {
    width: 300px;
    padding-left: 0;
}
.dest_big2 .h1 {
    width: 300px;
    margin-top: 10px;
}
.dest_big2 .h2 {
    width: 300px;
}

.shareface img{width:100px; height:34px;}

}

@media (min-width:360px) and (max-width:480px) {
    .form_login {
    left: 45%}
}


@media screen and (max-width:360px) {
    #form_registo {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%}
#form_registo .box_form {
    width: 300px;
    height: 750px;
    font-size: 11px;
    padding: 5px;
}
#form_registo .box_form input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 140px;
    font-size: 11px;
}
.marked {
    width: 280px;
    padding: 5px;
}
.morada {
    width: 260px;
}
.close_reg {
    margin-top: -12px;
    margin-right: -25px;
}
.read_terms {
    width: 250px;
    padding-top: 10px;
}
.check {
    padding-top: 10px;
}
}

@media screen and (max-height:360px) {
    #form_registo {
    position: absolute;
    margin-top: -110px;
}
}

@media screen and (max-width:320px) {
    .dialog-box {
    width: 320px;
    left: 50%;
    margin-left: -160px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
}
.dest_big2 {
    width: 270px;
    height: 400px;
}
.dest_big2 .image, .dest_big2 img {
    width: 270px;
    height: 138px;
}
.dest_big2 .heading {
    height: 40px;
    margin: 0;
    padding-top: 10px;
}
.dest_big2 .text {
    width: 260px;
    padding-left: 0;
    margin-left: 0;
}
.dest_big2 .h1 {
    width: 260px;
    margin-top: 0;
}
.dest_big2 .h2 {
    width: 260px;
    padding-left: 0;
    margin-left: 0;
}
#form_registo {
    position: absolute;
    width: 260px;
    margin-left: -150px;
    left: 50%;
    height: 750px;
    margin-top: -200px;
    top: 50%}
#form_registo .box_form {
    width: 260px;
    height: 750px;
    font-size: 11px;
    padding: 5px;
}
#form_registo .box_form input {
    border: 0;
    height: 15px;
    padding: 3px;
    width: 130px;
    font-size: 11px;
}
.marked {
    width: 260px;
    padding: 5px;
}
.morada {
    width: 260px;
}
.close_reg {
    margin-top: -12px;
    margin-right: -25px;
}
.read_terms {
    width: 250px;
    padding-top: 10px;
}
.check {
    padding-top: 10px;
}
.shareface img{width:100px; height:34px;}

}

@media (max-height:320px) and (max-width:480px) {
    .dialog-box {
    width: 320px;
    height: 400px;
    top: 30%;
    position: absolute;
}



}

@media (min-width:360px) and (max-width:480px) {
    .product_detail {
    width: 340px;
    left: 50%;
    margin-left: -170px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
}
.dest_big {
    width: 300px;
    margin-left: 10px;
    height: 500px;
}
.dest_big .image_prod img {
    max-width: 180px;
    height: 223px;
    float: left;
    position: relative;
    margin-left: 0;
}
}

@media (max-height:320px) and (max-width:480px) {
    .product_detail {
    width: 478px;
    left: 50%;
    margin-left: -240px;
    height: 290px;
    top: 50%;
    margin-top: -160px;
}
.dest_big {
    width: 440px;
    margin-left: 10px;
    height: 270px;
}
.dest_big .image_prod img {
    max-width: 130px;
    height: 161px;
    float: left;
    position: relative;
    margin-left: 0;
}
}

@media screen and (max-width:480px) {
	
	.dest_big{
		width:350px;
		margin-left:-15px; height:550px;}
	.close{margin-right:-28px;}
	
	.product_detail{width:360px;}

	
}

@media screen and (max-width:360px) {
    .product_detail {

    width: 310px;
    left: 50%;
    margin-left: -170px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
}
.dest_big {
    width: 250px;
    margin-left: 40px;
    height: 700px;
}
.dest_big .image_prod img {
    max-width: 180px;
    height: 223px;
    float: left;
    position: relative;
    margin-left: 0;
}

.dest_big .image_prod{margin-left:45px;}
.shareface img{margin-top:80px;}
.dest_big2{height:320px;}

#new_address .box_address{width:235px; height:350px; margin-left:100px;} 
#new_address .box_address input {width:225px;}


}

@media (max-width:320px) {
    .product_detail {
    width: 290px;
    left: 50%;
    margin-left: -155px;
    height: 460px;
    top: 50%;
    margin-top: -230px;
}
.dest_big {
    width: 260px;
    margin-left: 10px;
    height: 460px;
}
.dest_big .image_prod img {
    max-width: 120px;
    height: 161px;
    float: left;
    position: relative;
    margin-left: 0;
}
}