html {
	--box-margin: 8px;
	--box-margin-internal: 20px;
}

.ws-product-main-area{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
}

.ws-product-image-area {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--box-margin);
    padding-right: var(--box-margin);
}

.ws-product-back-image {
    border: 0;
    border-radius: 5px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.ws-thumb-image-container {
	position: absolute;
	overflow: hidden;
    margin: 5px;
    border-radius: 4px;
    border: 0;
    border-style: solid;
    border-color: #eaeaea;
    width: 10%;
    height: 14%;
    left: 5%;
	box-shadow: 0px 3px 6px #00000029;
 }

.ws-product-thumb {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    opacity: 0.75;
	transform: scale(2);
	transform-origin: center;
}

.ws-product-box {
    border: 1px;
	border-radius: 5px;
    border-style: solid;
    border-color: #f6f6f6;
    margin-left: var(--box-margin);
    margin-right: var(--box-margin);
}

.ws-product-name {
    font-family: MontserratBold;
    font-size: 22px;
    background-color: #f7f7f7;
    color: #2e2e2e;
	padding: 11px;
	text-align: center;
	margin: var(--box-margin);
	margin-top: 11px;
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-price {
    font-family: MontserratBold;
    font-size: 20px;
    margin-bottom: 0;
	margin-top: 7px;
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-credit {
    font-family: MontserratRegular;
    font-size: 16px;
	margin-top: 6px;
    margin-bottom: 0;
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-attribute {
    font-family: MontserratRegular;
    font-size: 14px;
	margin-top: 15px;
    margin-bottom: 0;    
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-rating {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #838383;
	margin-top: 25px;
    margin-bottom: 0;
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.rating .fa-star {
    color: #F77E0B;
}

.rating .fa-star-no {
    color: #bdbdbd;
}

.ws-product-addcart-button {
    font-family: MontserratBold;
    font-size: 14px;
    background-color: #ff7f02;
    color: #ffffff;
    border-radius: 0;
    border: 1px;
	border-style: solid;
	border-color: #ff7f02;
    background-image: none;
	padding: 0.5rem;
    margin: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
	height: 50px;
}

.ws-product-addcart-button:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.ws-product-cep-input {
    font-family: 'MontserratMedium';
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px;
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    background-color: #F7F7F7;
    border-image-width: 0;
    box-shadow: none;
	line-height: 30px;
	padding-left: 0.5rem;
	margin-bottom: var(--box-margin);
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-cep-button {
    font-family: MontserratBold;
    font-size: 12px;
    background-color: #ffffff;
    color: #727272;
    border-radius: 0;
    border: 1px;
    border-color: #727272;
    border-style: solid;
    background-image: none;
	padding: 0.5rem;
	margin-bottom: var(--box-margin);
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-cep-button:hover {
    background-color: #727272;
    color: #ffffff;
    border-color: #727272;
}

.ws-product-cep-result {
    padding: 10;
    font-family: MontserratRegular;
    font-size: 14px;
    color: #2e2e2e;
	border: 1px;
	border-style: solid;
	border-color: #eeeeee;
    margin-left: var(--box-margin-internal);
	margin-right: var(--box-margin-internal);
    width: calc(100% - (var(--box-margin-internal) * 2));
}

.ws-product-review-title-area {	
    background-color: #eaeaea;
	margin-bottom: 20px;
    margin-left: var(--box-margin);
	margin-right: var(--box-margin);
    width: calc(100% - var(--box-margin) * 2);
}

.ws-product-review-title-text {
    font-family: MontserratBold;
    font-size: 20px;
    color: #727272;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: var(--box-margin);
	margin-right: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-title-rating {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #2e2e2e;   
    padding: 0;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-button {
    font-family: MontserratBold;
    font-size: 12px;
    background-image: none;
    background-color: #ff7f02;
    color: #ffffff;
    border-radius: 0;
    border: 1px;
	border-style: solid;
	border-color: #ff7f02;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-button:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.ws-product-review-photo {
    -webkit-user-drag: none;
    -webkit-user-select: none;
	border-radius: 100%;
	width: 100px;
	height: auto;
	text-align: center;
}

.ws-product-review-author {
    font-family: MontserratBold;
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 0;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-player {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #727272;
    margin-bottom: 0;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-rating {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #838383;   
    margin-top: 0;
    margin-bottom: 0;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-date {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #727272;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-edit {
    font-family: MontserratBold;
    font-size: 12px;
    color: #727272;
	background-color: #ffffff;
	border: 0px;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-delete {
    font-family: MontserratBold;
    font-size: 12px;
    color: #ff0000;
	background-color: #ffffff;
	border: 0px;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-text {
    font-family: MontserratRegular;
    font-size: 16px;
    color: #2e2e2e;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-review-separator {
    color: #ECEFF1;
    width: auto;
    padding: 0;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.pagination {
	display: inline-flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.pagination>.active>span, .pagination>.active>span:hover {
    font-family: MontserratBold;
    font-size: 14px;
	border: 1px;
    border-color: #ff7f02;
	border-style: none;
    background-color: #ffffff;
    color: #ff7f02;
	padding: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.pagination>li>a, .pagination>li>a:hover {
    font-family: MontserratBold;
    font-size: 14px;
	border: 1px;
	border-style: none;
    border-color: #ff7f02;
    background-color: #ffffff;
    color: #727272;
	padding: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.ws-product-description {
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-description-header {
    font-family: MontserratBold;
    font-size: 20px;
    color: #2e2e2e;
    margin-top: 15px;
}

.ws-product-description-title {
    font-family: MontserratBold;
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 15px;
    margin-bottom: 0;
}

.ws-product-description-text {
    font-family: MontserratRegular;
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 0;
    margin-bottom: 0;
	line-height: 30px;
}

.ws-product-related-title {
    font-family: MontserratBold;
    font-size: 20px;
    background-color: #f7f7f7;
    color: #2e2e2e;
	padding: 11px;
	text-align: center;
    margin: var(--box-margin);
    width: calc(100% - (var(--box-margin) * 2));
}

.ws-product-related-image-box {
	position: relative;
	width: 121px;
	height: 121px;
	left: 5%;
    border: 1px;
    border-radius: 5px;
	border-color: #eaeaea;
	border-style: solid;
	overflow: hidden;
}

.ws-product-related-image {
	transform: scale(1.9);
	transform-origin: 40% 30%;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.ws-product-related-name {
    font-family: MontserratBold;
    font-size: 16px;
    color: #2e2e2e;
    margin-bottom: 10px;
	margin-left: var(--box-margin);
    width: calc(100% - var(--box-margin));
}

.ws-product-related-rating {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #838383;   
    padding: 0;
    margin-bottom: 10px;
	margin-left: var(--box-margin);
    width: calc(100% - var(--box-margin));
}

.ws-product-related-price {
    font-family: MontserratBold;
    font-size: 16px;
    color: #2e2e2e;
    margin-bottom: 10px;
	margin-left: var(--box-margin);
    width: calc(100% - var(--box-margin));
}

.ws-product-related-credit {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #838383;
    margin-bottom: 10px;
	margin-left: var(--box-margin);
    width: calc(100% - var(--box-margin));
}

.ws-product-related-button-details {
	--related-margin: 6px;
    font-family: MontserratBold;
    font-size: 12px;
    color: #757575;
    border: 1px;
    border-color: #757575;
    border-style: solid;
    border-radius: 0;
    background-color: #ffffff;
    background-image: none;
    margin-left: var(--related-margin);
    margin-right: var(--related-margin);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - (var(--related-margin) * 2));
	height: 46px;
}

.ws-product-related-button-details:hover {
    color: #ffffff;
    border: 1px;
    border-color: #757575;
    border-style: solid;
    border-radius: 0;
    background-color: #757575;
    background-image: none;
}

.ws-product-related-button-addcart {
	--related-margin: 6px;
    font-family: MontserratBold;
    font-size: 12px;
    color: #ffffff;
    border: 1px;
    border-color: #ff7f02;
    border-style: solid;
    border-radius: 0;
    background-color: #ff7f02;
    background-image: none;
    margin-left: var(--related-margin);
    margin-right: var(--related-margin);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - (var(--related-margin) * 2));
	height: 46px;
}

.ws-product-related-button-addcart:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.ws-product-related-separator {
    color: #eaeaea;
    width: 100%;
    margin-top: 1rem;
    padding: 0;
}


/* WRITE REVIEWS */
.modal-content, .modal-header, .modal-body {
	margin: 0.2rem;
	padding: 0.2rem;
	border-color: #eaeaea;
}

.modal-dialog {
	max-width: 550px;
}

.modal-header .close {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ws-write-review-window {
	width: auto;
}

.ws-product-write-review-alert {
    font-family: MontserratRegular;
    font-size: 14px;
}

.ws-product-write-review-title {
    font-family: MontserratBold;
    font-size: 16px;
    color: #2e2e2e;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.ws-product-write-review-label {
    font-family: MontserratRegular;
    font-size: 16px;
    color: #2e2e2e;
    width: 100%;
    text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 40px;
}

.ws-product-write-review-input {
	--margin: 20px;
    font-family: MontserratRegular;
    font-size: 14px;
    color: #2e2e2e;
    width: 100%;
    text-align: left;
	margin-top: 0;
	margin-left: var(--margin);
	margin-right: var(--margin);
	margin-bottom: 0.5rem;
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-color: #eeeeee;
	width: calc(100% - (var(--margin) * 2));
}

.ws-product-write-review-button {
    font-family: MontserratRegular;
    font-size: 12px;
    color: #ffffff;
    border: 1px;
    border-color: #ff7f02;
    border-style: solid;
    border-radius: 0;
    background-color: #ff7f02;
    background-image: none;
	margin-top: 0.5rem;
	margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 112px;
	height: 40px;
}

.ws-product-write-review-button:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}


.ws-product-cancel-review-button {
    font-family: MontserratRegular;
    font-size: 12px;
    background-color: #ffffff;
    color: #727272;
    border-radius: 0;
    border: 1px;
    border-color: #727272;
    border-style: solid;
    background-image: none;
	margin-top: 0.5rem;
	margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
    width: 112px;
	height: 40px;
}


.ws-product-cancel-review-button:hover {
    background-color: #727272;
    color: #ffffff;
    border-color: #727272;
}


.container-photo {
}

.avatar-upload {
    position: relative;
    max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.avatar-edit {
	position: absolute;
	right: -20px;
	z-index: 1;
	top: 0;
}

.avatar-edit>input {
	display: none;
}

.avatar-edit>label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.avatar-edit>label:hover {
		background: #f1f1f1;
		border-color: #d6d6d6;
}

.avatar-edit>label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-delete {
	position: absolute;
	right: -20px;
	z-index: 1;
	top: 40px;
}

.avatar-delete>label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.avatar-delete>label:hover {
		background: #f1f1f1;
		border-color: #d6d6d6;
}

.avatar-delete>label:after {
	content: "\f1f8";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-preview {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rating-dinamic {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 13px;
}

.rating-dinamic label {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  font-size: 40px;
}

.rating-dinamic label:last-child {
  position: static;
}

.rating-dinamic label:nth-child(1) {
  z-index: 5;
}

.rating-dinamic label:nth-child(2) {
  z-index: 4;
}

.rating-dinamic label:nth-child(3) {
  z-index: 3;
}

.rating-dinamic label:nth-child(4) {
  z-index: 2;
}

.rating-dinamic label:nth-child(5) {
  z-index: 1;
}

.rating-dinamic label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating-dinamic label .icon {
  float: left;
  color: transparent;
}

.rating-dinamic label:last-child .icon {
  color: #bdbdbd;
}

.rating-dinamic:not(:hover) label input:checked ~ .icon,
.rating-dinamic:hover label:hover input ~ .icon {
  color: #FF7F02;
}

.rating-dinamic label input:focus:not(:checked) ~ .icon:last-child {
  color: #bdbdbd;
  text-shadow: 0 0 5px #FF7F02;
}
/* END REVIEWS */


.ws-button-yes {
	--margin: 15px;
    font-family: MontserratBold;
    font-size: 12px;
    color: #ffffff;
    border: 1px;
    border-color: #ff7f02;
    border-style: solid;
    border-radius: 0;
    background-color: #ff7f02;
    background-image: none;
    margin-left: var(--margin);
    margin-right: var(--margin);
    padding-left: 0;
    padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
    width: calc(100% - (var(--margin) * 2));
}

.ws-button-yes:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.ws-button-no {
	--margin: 15px;
    font-family: MontserratBold;
    font-size: 12px;
    color: #757575;
    border: 1px;
    border-color: #757575;
    border-style: solid;
    border-radius: 0;
    background-color: #ffffff;
    background-image: none;
    margin-left: var(--margin);
    margin-right: var(--margin);
    padding-left: 0;
    padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
    width: calc(100% - (var(--margin) * 2));
}

.ws-button-no:hover {
    background-color: #757575;
    color: #ffffff;
	border-color: #757575;
}