﻿.product-detail .product-name h1 {
  font-size: 24px;
}

.product-detail .control-label {
  text-align: left;
}

.product-variant {
  margin-top: 10px;
}
.product-variant .have-stock {
  color: green;
  font-weight: bolder;
}
.product-variant .no-stock {
  color: red;
  font-weight: bolder;
}
.product-variant .price {
  color: #e46c0a;
  font-size: 18px;
  font-weight: bold;
}

.product-variant .old-price {
  color: #999999;
  font-weight: normal;
  text-decoration: line-through;
}

.product-variant .save-price {
  color: #c76200;
  font-weight: bold;
}

.product-variant .number-of-buy {
  width: 50px;
  margin-right: 10px;
  height: 35px;
}

.product-variant .add-to-cart {
  border-radius: 5px 5px 5px 5px !important;
  font-weight: bold;
}

.product-variant .add-to-cart:after {
  clear: both !important;
}

.product-variant .add-to-cart-box {
  height: auto;
  margin-top: 20px;
}

.product-variant .arrow-number {
  width: 5px;
  padding-left: 1px;
  margin: 0px;
  padding-right: 10px;
}

.product-variant .arrow-number span {
  display: block;
  height: 15px;
  padding: 0px;
  margin: 0px;
}

.product-variant .arrow-number span:hover {
  cursor: pointer;
}

.product-variant .cart-error-message {
  color: red;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 230px;
}

.product-variant .cart-add-message {
  color: green;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 235px;
}
.product-variant .variant-attribute {
  border: 1px solid indigo;
  padding-left: 10px;
}
.product-variant .variant-attribute dt {
  text-align: left !important;
  padding-right: 10px;
  width: auto;
}
.product-variant .variant-attribute dd {
  margin-left: 10px !important;
}

#slider {
  margin: 0 0 10px !important;
}
#carousel li {
  margin-right: 5px;
}
#carousel img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
#carousel img:hover {
  opacity: 1;
}
#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
.nav-tabs > li > a {
  color: #e46c0a;
}
.product-box h3 {
  text-align: center;
}

.product-price span {
  font-weight: bold;
}

.widget-wraper .nav-list .nav-list {
  margin-left: 25px;
}

.productCarousel #slider ul.flex-direction-nav {
  display: none;
}

.product-detail .short-desc {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.product-detail .short-desc h4 {
  font-weight: bolder;
}

.simpleCart_items table {
  border: 1px solid #ccc;
}

.simpleCart_items th {
  color: #333;
  text-align: left;
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
  background: #ededed;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #ededed)
  );
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
}

.simpleCart_items td {
  vertical-align: middle;
}

/* style for the product list */
.product-list .row {
  display: flex;
  flex-wrap: wrap;
}

.product-list .product-item {
  margin-bottom: 20px;
}

.product-list .product-item .thumbnail {
  margin-bottom: 0;
  height: 100%;
}

.product-list .product-item .thumbnail > a {
  display: block;
}

/*--------------------------------------------------------------
# Override Product detail
--------------------------------------------------------------*/
.product-detail .product-name h1 {
  font-weight: bold;
  color: currentColor;
}

.product-detail .short-desc {
  border: none;
}

.product-detail .form-horizontal .form-group {
  margin: 0;
}

.product-detail .form-horizontal .form-group .col-sm-3 {
  width: 100%;
  padding: 0;
}

.product-detail .product-variant .add-to-cart-box a {
  color: #fff;
  text-decoration: none;
}

.product-detail .product-variant .add-to-cart-box .btn:hover {
  background: #000;
  border-color: #000;
}
