
/*****************globals*************/
#productsDetail{
  margin-bottom: 60px;
}
#productsDetail .pro-bnr img{
  width: 100%;
}
.preview img{width: 100%;height: auto;}
/*
#productsDetail .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

#productsDetail .preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#productsDetail .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
  margin-left: 0px;
   }
#productsDetail  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
    float: left !important; }
  #productsDetail  .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
  #productsDetail  .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
   #productsDetail .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

#productsDetail .tab-content {
  overflow: hidden; }
#productsDetail  .tab-content img {
    max-width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

*/
#productsDetail .wrapper {
  background: #f2f2f2;
  padding-top: 50px;
  }

@media screen and (min-width: 997px) {
 #productsDetail .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

#productsDetail .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#productsDetail .colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#productsDetail .product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

#productsDetail .checked, .price span {
  color: #ff9f1a; }

#productsDetail .product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

#productsDetail .product-title {
  margin-top: 0; 
  color: #16134a;
}
#productsDetail .product-model {
  margin-top: 0; 
  color: #333333;
}
#productsDetail .review-no{color: #333;}
#productsDetail .size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

#productsDetail .color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
#productsDetail  .color:first-of-type {
    margin-left: 20px; }



/*
#productsDetail .action a{
  text-align: center;
  padding: 10px 20px;
  background: transparent;
  color: #f06323;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 3px #f06323, 0 0 1px transparent;
}
#productsDetail .action a:hover{
  color: #16134a;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 3px #16134a, 0 0 1px transparent;

}
#productsDetail .action a:hover, #productsDetail .action a:focus, #productsDetail .action a:active {
  box-shadow: inset 0 0 0 3px #16134a, 0 0 1px transparent;

}
#productsDetail .action .like{
color: red;
padding: 10px;
border-radius: 0px;
border: 2px solid #ccc;
}
*/

#productsDetail .details .spec-menu ul{margin: 0px !important;}
#productsDetail .details .spec-menu ul li{}
#productsDetail .details .spec-menu{margin: 0px;text-align: left !important;border-bottom: 2px solid #16134a}
#productsDetail .details .spec-a{
  font-size: 12px !important;
  position: relative !important;
  display: block !important;
  padding: 8px 12px !important;
  border-radius: 0px;
}
#productsDetail .details .pro-det{
  padding: 10px !important;
  margin-bottom: 20px;
}
.list{list-style-type: disc;}
.line{font-size: 12px;color: #777;}

#productsDetail.not-available {
  text-align: center;
  line-height: 2em; }
 #productsDetail .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

#productsDetail .orange {
  background: #ff9f1a; }

#productsDetail .green {
  background: #85ad00; }

#productsDetail .blue {
  background: #0076ad; }

#productsDetail .tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* start product slider*/


/* end product slider*/