.csstable:before,
.csstable:after {
  content: " ";
  display: table;
}
.csstable:after {
  clear: both;
}
.striperows {
  padding: 10px 0;
}
.striperows:before,
.striperows:after {
  content: " ";
  display: table;
}
.striperows:after {
  clear: both;
}
.striperows:nth-child(odd) {
  background-color: #efefef;
}
.csstable.responsive > [class*="col-xs"] {
  padding: 0;
  clear: right;
}
.csstable.responsive > [class*="col-xs"]:nth-child(even) {
  background-color: #efefef;
}
.csstable.responsive > [class*="col-xs"] > [class*="col-xs"]:first-child {
  padding-right: 0;
}
/* Easy Response Tabs Plugin Default Styles */
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.tab-content,
.resp-tab-content {
  margin-bottom: 5px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-content h3,
.resp-tab-content h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
}
.tab-content h3:first-child,
.resp-tab-content h3:first-child {
  margin-top: 10px;
}
.tab-content a + h3,
.resp-tab-content a + h3 {
  margin-top: 10px;
}
.tab-content li,
.resp-tab-content li {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.resp-tabs-container {
  background-color: transparent;
}
.resp-tabs-container h2.resp-accordion {
  background-color: #f5f5f5 !important;
  font-size: 18px;
  margin: 5px 0 0;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  color: #555;
}
.resp-tabs-container h2.resp-accordion:first-child {
  margin-top: 0;
}
.resp-tabs-container h2.resp-accordion .resp-arrow {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: none;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
}
.resp-tabs-container h2.resp-accordion .resp-arrow:before {
  content: "\2b";
  color: #000;
  font-size: 12px;
}
.resp-tabs-container h2.resp-tab-active {
  background-color: #f5f5f5 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.resp-tabs-container h2.resp-tab-active .resp-arrow:before {
  content: "\2212";
}
.resp-tabs-list {
  border-bottom: 3px solid #555;
}
.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  font-size: 18px;
  font-weight: normal;
  color: #555;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 10px;
  padding: 10px 15px;
}
.resp-tabs-list li:hover {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  zoom: 1;
}
.resp-tabs-list li.resp-tab-active {
  color: #fff;
  background-color: #555;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 85, 85, 0.5)), to(#555));
  background: -webkit-linear-gradient(top, rgba(85, 85, 85, 0.5), #555);
  background: -moz-linear-gradient(top, rgba(85, 85, 85, 0.5), #555);
  background: -ms-linear-gradient(top, rgba(85, 85, 85, 0.5), #555);
  background: -o-linear-gradient(top, rgba(85, 85, 85, 0.5), #555);
  border: 1px solid #555;
  padding: 10px 15px !important;
  margin-bottom: -2px;
}
.resp-tabs-list li.resp-tab-active h2 {
  color: #fff;
}
.specs-container .striperows {
  padding: 10px 0px;
}
.specs-container .csstable.responsive > [class*="col-xs"] {
  clear: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.specs-container .csstable.responsive > [class*="col-xs"]:nth-child(odd) {
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.showroom-detail .description {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
@media print {
  #specs-container .resp-tab-content {
    display: block;
  }
  #specs-container .resp-tab-item {
    display: none;
  }
}
.cp-wrapper {
  padding-top: 15px;
  position: relative;
  width: 100%;
  color: #252525;
}
.cp-product-imgs {
  position: relative;
  height: 150px;
  width: 90%;
  margin: 0 auto 40px;
  cursor: pointer;
  min-height: 165px;
}
.cp-product-imgs .text-right {
  margin-top: 10px;
}
.cp-product-img {
  box-shadow: 3px 3px 5px #252525;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  position: absolute;
  min-height: 175px;
  overflow: hidden;
  padding: 2.8em 0 0;
}
.cp-product-img > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cp-product-img > figcaption > h5 {
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 10px 15px;
}
.cp-product-img > figcaption > h5:after {
  content: "";
  height: 36px;
  width: 36px;
  background: url("../images/dropdown.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cp-img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cp-selects {
  width: 25%;
  float: left;
}
.cp-select {
  width: 100%;
  color: #252525;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #353535;
}
[data-order="1"] h5.selected:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-order="1"] h5.selected + .cp-select {
  height: 80px;
  cursor: pointer;
}
.cp-specs .cp-spec {
  display: none;
}
.cp-specs .cp-spec.cp-spec-label,
.cp-specs .cp-spec.selected {
  display: block;
}
.cp-details-wrapper {
  width: 100%;
}
.cp-details-wrapper > h2 {
  background: #ddd;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 7px 0 0;
  position: relative;
  cursor: pointer;
}
.cp-details-wrapper > h2:after {
  content: "+";
  font-size: 2em;
  position: absolute;
  right: 0.2em;
  top: -0.15em;
}
.cp-details-wrapper > h2.small-selected:after {
  content: "-";
  right: 0.28em;
  top: -0.2em;
}
.cp-details-wrapper .tab-content {
  display: none;
}
.cp-details-wrapper h3 {
  padding-left: 10px;
}
@media (min-width: 767px) {
  [data-order] h5.selected:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  [data-order] h5.selected + .cp-select {
    height: 80px;
    cursor: pointer;
  }
  .cp-specs {
    clear: both;
  }
  .cp-specs .th,
  .cp-specs .cp-spec {
    display: block;
  }
  .cp-product-imgs {
    height: 330px !important;
    float: left;
    margin-bottom: -5px;
    width: 100%;
    cursor: default;
  }
  .cp-product-img {
    float: left;
    height: 300px !important;
    left: auto !important;
    margin: 0 1% 0 0;
    position: relative;
    top: auto !important;
    width: 49% !important;
  }
  .cp-product-img:last-child {
    margin: 0 0 0 1%;
  }
  .cp-details-wrapper {
    position: static;
    width: 100%;
  }
  .cp-details-wrapper .desktop-tab-wrapper {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #808080;
    margin-bottom: 30px;
    display: block;
    float: left;
  }
  .cp-details-wrapper .desktop-tab-wrapper > h2 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px 30px;
    cursor: pointer;
  }
  .cp-details-wrapper .desktop-tab-wrapper > h2.desktop-selected {
    color: #fff;
    background: #252525;
  }
  .cp-details-wrapper .tab-content.desktop-selected {
    display: block !important;
  }
  .csstable.responsive .td {
    padding: 7px 5px;
  }
}
div.item.active.right,
div.item.active.left {
  float: none;
}
.cp-wrapper .cp-product-imgs .carousel-inner {
  height: 100%;
}
.cp-wrapper .cp-product-imgs .carousel-inner > .item {
  height: 100%;
  text-align: center;
}
.cp-wrapper .cp-product-imgs .carousel-inner > .item > img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.carousel {
  height: 100%;
}
.carousel-control {
  bottom: 40%;
  opacity: 0.8;
  top: 40%;
  width: 45px;
}
.carousel-control.left {
  left: 10px;
}
.carousel-control.right {
  right: 10px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  background: #252525;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  display: inline;
  line-height: 1.6em;
  margin: 0;
  position: static;
}
