/*********************************************************
				     Product Main
**********************************************************/
.product-thumbnav {
  width: 100px;
  margin-left: 15px; }
  .product-thumbnav li a {
    border: 1px solid #e5e5e5; }
  .product-thumbnav li.uk-active a {
    border: 1px solid #fdd000; }

.colors {
  width: 70%; }

.color-item {
  margin-right: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative; }
  .color-item.selected::before, .color-item:hover::before {
    content: " ";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #fdd000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }

#order_glasses_btn {
  font-size: 1.1rem;
  padding: 6px; }

.sizes-list > .size {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 47px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #676767; }
  .sizes-list > .size.current {
    color: #fff;
    background-color: #fdd000;
    border-color: #fdd000; }

.product-together-equal {
  height: 25px;
  overflow: hidden; }

.review-photos {
  width: 12.5%; }

.readonly_review_rating {
  font-size: 1.5rem; }
  .readonly_review_rating .rate-select-layer {
    left: 0.5px; }

/*# sourceMappingURL=product.css.map */
