@charset "UTF-8";

.model-title {
	color: #BC9C6B;
    font-size: 24px;
}

[v-cloak] {
  visibility: hidden;
}

.form-control:focus {
	border-color: #BC9C6B;
	box-shadow: 0 0 0 0.2rem rgba(188,156,107,.25);
}
.btn {
	color: #BC9C6B;
}
.btn:hover {
	color: #BC9C6B;
	background-color: #FFF;
}
.btn:active {
	background-color: #E7E7E7;
}
.nav-link small {
	color: #BC9C6B;
}

.nav-link small:hover {
	color: #FFF;
}
.page-item.active .page-link {
	background-color: #BC9C6B;
    border-color: #BC9C6B;
    cursor: default;
}

.page-link {
	cursor: pointer;
	color: #BC9C6B;
}

@media screen and (max-width: 349px) {
	.product-img {
		width: 118px;
		height: 118px;
	}
}

@media screen and (min-width: 350px) {
	.product-img {
		width: 140px;
		height: 140px;
	}
}

@media screen and (min-width: 370px) {
	.product-img {
		width: 157px;
		height: 157px;
	}
}

@media screen and (min-width: 558px) {
	.product-img {
		width: 238px;
		height: 238px;
	}
}

@media screen and (min-width: 768px) {
	.product-img {
		width: 208px;
		height: 208px;
	}
}

@media screen and (min-width: 992px) {
	.product-img {
		width: 208px;
		height: 208px;
	}
}

@media screen and (min-width: 1200px) {
	.product-img {
		width: 253px;
		height: 253px;
	}
}