﻿.custom-products {
  position: relative;
  margin-top: 20px; }
  .custom-products h6 {
    display: inline-block;
    font-size: 14px;
    color: #858585;
    margin: 8px 0 4px; }
  .custom-products .custom-products__ul {
    display: block;
    margin-top: 6px; }
    .custom-products .custom-products__ul li {
      display: inline-block; }
      .custom-products .custom-products__ul li input[type="radio"] {
        display: none; }
        .custom-products .custom-products__ul li input[type="radio"]:checked + label:after {
          content: '\f058';
          color: #333; }
        .custom-products .custom-products__ul li input[type="radio"] + label {
          border-radius: 2px;
          cursor: pointer;
          display: block;
          line-height: 28px;
          height: 30px;
          position: relative;
          text-align: center;
          top: 2px;
          font-weight: normal;
          padding-right: 20px;
          padding-left: 10px;
          margin: 0; }
          .custom-products .custom-products__ul li input[type="radio"] + label:after {
            content: '\f1db';
            color: #a0a0a0;
            font-size: 16px;
            position: absolute;
            right: 0;
            font-family: FontAwesome; }
  .custom-products .custom-products__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    display: none; }
    .custom-products .custom-products__overlay .loading-wrap.active {
      display: block;
      margin-right: -8px;
      margin-top: -8px;
      right: 50%;
      top: 50%; }
  .custom-products .custom-products__select {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px; }
  .custom-products .dropdown-menu {
    background-color: #fff; }
    .custom-products .dropdown-menu span {
      color: #111; }
  .custom-products .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right; }
  .custom-products .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 12px; }
  .custom-products .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .custom-products .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 20px; }
  .custom-products .glyphicon-ok.check-mark {
    margin-top: 9px; }
    .custom-products .glyphicon-ok.check-mark:before {
      font-family: FontAwesome;
      content: '\f00c'; }

.product-details__gallery .product-gallery__small {
  width: 360px;
  margin: auto; }
  @media screen and (max-width: 1279px) {
    .product-details__gallery .product-gallery__small {
      width: 220px; } }
  .product-details__gallery .product-gallery__small .slick-list {
    margin: 0 -15px; }
  .product-details__gallery .product-gallery__small .slick-slide {
    margin: 0 15px;
    min-height: 70px; }
  .product-details__gallery .product-gallery__small .slick-next,
  .product-details__gallery .product-gallery__small .slick-prev {
    top: 37px;
    height: 40px; }
    .product-details__gallery .product-gallery__small .slick-next:before,
    .product-details__gallery .product-gallery__small .slick-prev:before {
      font-size: 40px;
      font-family: FontAwesome !important; }
  .product-details__gallery .product-gallery__small .slick-next {
    left: -45px; }
    .product-details__gallery .product-gallery__small .slick-next:before {
      content: '\f104' !important; }
  .product-details__gallery .product-gallery__small .slick-prev {
    right: -45px; }
    .product-details__gallery .product-gallery__small .slick-prev:before {
      content: '\f105' !important; }

.product-details__gallery .product-gallery__big {
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .product-details__gallery .product-gallery__big .slick-slide img {
    margin: auto; }

.product-comment-wrap {
  padding: 0 10px 10px; }
  .product-comment-wrap .product-comment__comment-box {
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin: 14px;
    padding-bottom: 10px; }
  .product-comment-wrap .comment-box__header {
    background-color: #f4f4f4;
    padding: 12px 0;
    text-indent: 10px;
    position: relative; }
  .product-comment-wrap .comment-box__body {
    padding: 0 10px; }
  .product-comment-wrap p {
    margin: 10px 0 14px; }
  .product-comment-wrap textarea.product-comment__answer-box {
    height: 34px; }
  .product-comment-wrap .product-comment__vote {
    position: absolute;
    left: 10px; }
    @media screen and (max-width: 767px) {
      .product-comment-wrap .product-comment__vote {
        position: relative; } }
    .product-comment-wrap .product-comment__vote i {
      cursor: pointer;
      font-size: 16px;
      left: 5px;
      position: relative;
      top: 3px; }
    .product-comment-wrap .product-comment__vote .badge {
      background-color: #aaa; }
  .product-comment-wrap .comment-box__answers {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: auto auto 10px;
    padding: 10px;
    width: 94%; }
    .product-comment-wrap .comment-box__answers > div:first-child {
      border-bottom: 1px solid #f0f0f0;
      margin-bottom: 8px;
      padding-bottom: 6px;
      color: #777; }
    .product-comment-wrap .comment-box__answers .answers__answer {
      margin-bottom: 20px; }
  .product-comment-wrap .product-comment__captcha-wrap {
    margin-bottom: 6px; }
    .product-comment-wrap .product-comment__captcha-wrap input {
      width: 60px;
      border: 1px solid #ddd;
      border-radius: 4px;
      line-height: 28px;
      margin-left: 8px; }
    .product-comment-wrap .product-comment__captcha-wrap i {
      color: #777;
      cursor: pointer;
      font-size: 20px;
      margin-right: 6px;
      position: relative;
      top: 4px; }
      .product-comment-wrap .product-comment__captcha-wrap i:hover {
        color: #111; }
  .product-comment-wrap .loading-wrap.active {
    bottom: 0;
    left: auto;
    padding-left: 16px;
    padding-right: 16px;
    right: 0;
    display: block; }
  .product-comment-wrap .loading-wrap .loading-wheel {
    height: 28px !important;
    width: 28px !important; }
