﻿
body{
padding:0px; margin:0px;
font-family:'OpenSans', sans-serif;
}
.holder{
    width: 100%;
    position:relative;
}
.frame{
    width: 100%;
    height:100%;
}
.bar{
    width:100%;
    height:40px;
    background-color:black;
    line-height:40px;
    color:white;
    text-align:center;
    font-family: 'Abel', sans-serif;
    font-size:18px;
}
.bar img{
padding:3px; float:left; height:30px;
}
.bar a {
text-decoration:none;
font-weight:bold;
color:white;
}
.startsaving
{
	font-weight:bold;
	color: #ee3324 !important;
}
.subheading
{
	margin-top: -50px;
    font-weight: 500;
    font-family: 'Abel', sans-serif !important;
}
.gallery-title
{
    font-size: 36px;
    color: #5a5a5a;
    text-align: center;
    font-weight: 500;
    font-family: 'Abel', sans-serif !important;
    margin-bottom: 15px;
}
.gallery-description
{
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 30px;
    max-width:80%;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ee3324;
    border-radius: 5px;
    text-align: center;
    color: #ee3324;
    margin-bottom: 30px;
            font-family: 'Abel', sans-serif !important;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #ee3324;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #ee3324;
}
.btn-default:active .filter-button:active
{
    background-color: #ee3324 !important;
    color: white !important;
}

.port-image
{
    width: 100%;
}

.gallery_product_container
{
	height:230px;
}

.gallery_product
{
    margin-bottom: 30px;
    max-width:200px;
}

.pdflist
{
	list-style-type:none;
	text-align:center;
}
.pdflist li
{
	display:inline;
}


.pdflink img
{
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
  width:170px;
  margin-right:10px;
	margin-bottom:10px;
}

.tab-pane
{
	background-color:white;
}

.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; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; 
  text-align:center;
  }
  .tab-content img {
    max-height:400px;
    max-width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.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; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart 
{
	white-space: normal;
	word-wrap: break-word;
}
.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.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); } }

/*# sourceMappingURL=style.css.map */