#product-config {
  clear: both;
}
#product-config .case .one-block {
  display: block;
}
#product-config .gallery-view input {
  z-index: 5;
}
#product-config:after,
#product-config:before {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}
#product-config .image {
  position: relative;
  min-height: 270px;
  margin-bottom: 50px;
  margin-top: 10px;
}
#product-config .image img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s;
  z-index: 1;
}
#product-config .image img.active {
  z-index: 3;
  opacity: 1;
}
#product-config ul,
#product-config li {
  list-style: none;
}
#product-config .radio-buttons.gallery-view.owl-carousel .owl-item {
  text-align: center;
}
#product-config .radio-buttons.gallery-view.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#product-config .radio-buttons.gallery-view .owl-controls {
  margin-top: 30px;
}
#product-config .radio-buttons.gallery-view .zoom {
  cursor: zoom;
}
#product-config .radio-buttons.gallery-view .one-row {
  border: 0;
  padding: 0;
}
#product-config .radio-buttons.gallery-view .one-row input {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  cursor: pointer;
}
#product-config .radio-buttons.gallery-view .one-row .price {
  position: static;
  display: block;
}
#product-config .radio-buttons.gallery-view .one-row .price:before {
  content: '(';
}
#product-config .radio-buttons.gallery-view .one-row .price:after {
  content: ')';
}
#product-config .radio-buttons.gallery-view .one-row .price:empty:after,
#product-config .radio-buttons.gallery-view .one-row .price:empty:before {
  display: none;
}
#product-config .radio-buttons.gallery-view .one-row .title {
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
#product-config .radio-buttons.gallery-view .one-row img {
  margin-bottom: 20px;
}
#product-config .one-block {
  overflow: hidden;
  display: none;
}
#product-config .one-block:after,
#product-config .one-block:before {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}
#product-config .one-block .price {
  position: absolute;
  right: 20px;
  top: 5px;
}
#product-config .radio-buttons {
  margin-bottom: 50px;
  margin-top: 10px;
}
#product-config .radio-buttons .one-row {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 5px 90px 5px 30px;
  position: relative;
  font-size: 14px;
}
#product-config .radio-buttons .one-row label {
  cursor: pointer;
}
#product-config .radio-buttons .one-row label:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  left: 5px;
  top: 5px;
  z-index: 2;
}
#product-config .radio-buttons .one-row input {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -5;
  outline: none;
}
#product-config .heading {
  background: #007bc1;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 40px 10px 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  font-size: 12px;
}
#product-config .heading:hover {
  background: #0096eb;
}
#product-config .heading h3 {
  color: #fff;
  font-size: 16px;
}
#product-config .heading .qty {
  font-size: 1.2em;
  margin-right: 5px;
}
#product-config .heading:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  color: #fff;
  font-size: 30px;
  right: 0px;
  top: 0px;
  display: table-cell;
  height: 100%;
  width: 55px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
}
#product-config .heading:before:hover {
  background: rgba(0, 0, 0, 0.5);
}
#product-config .heading.active {
  background: #0096eb;
}
#product-config .heading.active:before {
  content: "\f106";
}
.wcjoc_options_table td {
  background: #66B0DA;
  color: #fff;
}
.selected-info {
  margin-top: 20px;
}
.selected-info ul {
  list-style: none;
}
.selected-info ul li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}
.selected-info ul li .title {
  font-size: 15px;
  font-weight: bold;
}
.summary.entry-summary.body {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 0px) {
  .carousel-holder .owl-controls {
    position: static;
  }
  .carousel-holder .owl-controls .owl-buttons div {
    font-size: 60px;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    height: 100%;
    background: rgba(80, 61, 45, 0.1);
    background: -moz-linear-gradient(left, rgba(80, 61, 45, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80, 61, 45, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(80, 61, 45, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(80, 61, 45, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(80, 61, 45, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(80, 61, 45, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#503d2d', endColorstr='#ffffff', GradientType=1);
    border-radius: 20px 0 0 20px;
    transition: all 0.3s ease-in-out 0s;
  }
  .carousel-holder .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
    border-radius: 0 20px 20px 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(80, 61, 45, 0.1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#503d2d', GradientType=1);
  }
  .carousel-holder .owl-controls .owl-buttons div span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .carousel-holder .owl-controls .owl-buttons div:hover {
    background: rgba(80, 61, 45, 0.4);
    background: -moz-linear-gradient(left, rgba(80, 61, 45, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80, 61, 45, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(80, 61, 45, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(80, 61, 45, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(80, 61, 45, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(80, 61, 45, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#503d2d', endColorstr='#ffffff', GradientType=1);
  }
  .carousel-holder .owl-controls .owl-buttons div.owl-next:hover {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.4) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(80, 61, 45, 0.4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.4) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.4) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.4) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(80, 61, 45, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#503d2d', GradientType=1);
  }
}
.main-tiles {
  margin-top: 50px;
}
.main-tiles .wpb_column .wpb_column {
  margin-bottom: 30px;
}
.main-tiles .wpb_column .wpb_column a {
  min-height: 484px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 15px;
  cursor: pointer;
  position: relative;
  display: block;
}
.main-tiles .wpb_column .wpb_column a .wraps {
  position: absolute;
  height: 100%;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
}
.main-tiles .wpb_column .wpb_column a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-tiles .wpb_column .wpb_column a span.title {
  font-weight: bold;
  font-size: 20px;
  min-height: 87px;
  display: block;
  text-align: center;
}
.main-tiles .wpb_column .wpb_column a:after {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  content: '';
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.main-tiles .wpb_column .wpb_column a:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.product-title > a {
  line-height: 20px;
}
.product-item-wrap .product-item .product-body {
  overflow: hidden;
}
.product-item-wrap .product-item .hover-area {
  display: none!important;
}
.comment-cfg {
  margin: 30px -15px;
}
.comment-cfg label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#comment-cfg {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  height: 200px;
}
