/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
#productDetails .whiteBg {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#productDetails .left-section {
  padding: 0 0 0 10px;
  display: block;
}
#productDetails .left-section .product {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
#productDetails .left-section .product img {
  width: 100%;
  padding: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
#productDetails .left-section .product .modal-lg {
  text-align: left;
  margin: 0px auto;
}
#productDetails .left-section .product .modal-lg .modal-content {
  padding: 20px;
}
#productDetails .left-section .test-ppr-btn {
  display: block;
  width: 100%;
  color: #333333;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #999999;
  border-color: #999999;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: default;
}
#productDetails .left-section .downloadPDF {
  background: url(../images/dwnldPDF01022018.png);
  width: 100%;
  display: block;
  height: 165px;
  padding: 10px;
  margin-bottom: 10px;
}
#productDetails .left-section .downloadPDF p {
  line-height: 22px;
}
#productDetails .left-section .downloadPDF .dwnldIcon {
  width: 40px;
  margin: auto;
  display: block;
}
#productDetails .left-section .downloadPDF .dwnldIcon img {
  width: 100%;
  max-width: 38px;
}
#productDetails .left-section .downloadPDF .downloadFile {
  display: block;
}
#productDetails .left-section .downloadPDF .downloadFile a {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
#productDetails .left-section .downloadPDF .downloadFile a:hover {
  text-decoration: none;
}
#productDetails .left-section .nav-tabs {
  border: none;
}
#productDetails .left-section .nav-tabs > li {
  display: block;
  float: none;
  margin-bottom: 10px;
}
#productDetails .left-section .nav-tabs > li:last-child {
  margin-bottom: 0px;
}
#productDetails .left-section .nav-tabs > li a {
  color: #555;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  cursor: default;
}
#productDetails .left-section .nav-tabs > li.active a {
  color: #555;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  cursor: default;
}
#productDetails .right-section {
  padding: 0px 30px 0px 10px;
}
#productDetails .right-section .productContant .pageTitle {
  font-weight: bold;
}
#productDetails .right-section .productContant p {
  line-height: 32px;
}
#productDetails .right-section .productContant .price {
  margin: 0px;
  padding: 0px;
}
#productDetails .right-section .productContant .price > li {
  list-style: none;
  display: block;
  font-size: 15px;
  text-align: left;
  padding: 7px 0px;
}
#productDetails .right-section .productContant .price > li span {
  width: 200px;
  display: inline-block;
  font-weight: bold;
}
#productDetails .tab-content {
  background: #f2f2f2;
  padding-left: 20px;
  padding-bottom: 20px;
}
#productDetails .tab-content .tab-pane {
  width: 80%;
}
#productDetails .tab-content .tab-pane h3 {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
}
#productDetails .tab-content .tab-pane:nth-child(2) p {
  padding-left: 10px;
  display: none;
}
#productDetails .tab-content .tab-pane p {
  padding: 10px 10px;
}
#productDetails .tab-content .tab-pane ul {
  padding: 0px;
  padding-left: 15px;
}
#productDetails .similarBook {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
#productDetails .similarBook .pageTitle {
  padding-left: 10px;
}
#productDetails .similarBook > li {
  display: inline-block;
  width: 47%;
  list-style: none;
  margin-right: 3px;
}
#productDetails .similarBook > li:last-child {
  margin-right: 0px;
}
#productDetails .similarBook > li a {
  display: block;
  text-align: center;
}
#productDetails .similarBook > li a img {
  width: 100%;
  max-width: 200px;
  display: block;
}
#myModal img{
    width:auto !important;
    padding:0 !important;
    border:none !important;
}
@media screen and (min-width: 992px) {
  #productDetails .similarBook li {
    width: 19.5%;
    overflow: hidden;
    height: 265px;
  }
}
