@import url('/includes/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic');

.page-title {
    margin: 0 0 42px;
    padding: 5px 10px;
    border-bottom: #eee solid 3px;
    background: url(../images/bg-page-title.png) no-repeat 275px 0 #e6f5f3;
}
#header .logo a {
    display: block;
    margin-bottom: 20px;
}
.page-title .title-holder {
    display: table-cell;
    height: 113px;
    vertical-align: middle;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
body {
    color: #666;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.3333;
}
.page-title h1 {
    color: #2c4e5a;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto Slab","Times New Roman",Times,serif;
    line-height: 1.1;
}
.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #2c4e5a;
    font: 20px/23px "Roboto Slab","Times New Roman",Times,serif;
    margin: 0 0 3px;
    padding: 0;
    list-style: outside none none;
}
.breadcrumb > li {
    display: inline-block;
}
a {
    color: #9ec6d2;
    text-decoration: none;
}
.breadcrumb li a, .breadcrumb li.active {
    color: #2c4e5a;
}
.breadcrumb > li + li:before {
    color: #2c4e5a;
    padding: 0;
    content: "/ ";
}
.product-area h1 {
    color: #2c4e5a;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 0 20px;
}
.col-lg-8 {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}
.col-lg-4 {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.product-area .product-holder {
    position: relative;
}
.tag {
    background: none repeat scroll 0 0 #dc4d49;
    border-radius: 100px;
    color: #fff;
    font: bold 12px/59px "Roboto Slab","Times New Roman",Times,serif;
    height: 59px;
    position: absolute;
    right: 19px;
    text-align: center;
    text-transform: uppercase;
    top: 17px;
    width: 59px;
    z-index: 2;
}
.left {
    left: 19px;
}
.tag.sale {
    background: none repeat scroll 0 0 #99d3c0;
}
.product-area .preview {
    margin: 0 0 17px;
    position: relative;
}
.galleria-container {
    width: 330px !important;
}
.theme-classic .galleria-stage {
    bottom: 0 !important;
    /*width: 330px !important;*/
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
}
.theme-classic .galleria-image {
    width: 328px !important;
    border: 1px solid #ddd !important;
}
.theme-classic .galleria-image img {
    left: 0!important;
    max-width: 328px !important;
    height: auto !important;
}
.galleria-thumbnails-container {
    display: none;
}
.galleria-counter {
    display: none;
}
.product-area .product-info .price {
    color: #9ec6d2;
    display: block;
    font: 20px/24px "Roboto Slab","Times New Roman",Times,serif;
    margin: 0 0 12px;
}
.product-area .product-info p {
    margin: 0 0 8px;
}
h2, .Heading-2 {
    color: #467170;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-area .title {
    color: #9ec6d2;
    display: block;
    font-size: 18px;
    margin-top: 12px;
}
#main .product-area .product-info ul {
    padding: 0 0 18px;
}
.product-area .product-info p { margin: 0 0 8px; }
.product-area .title { display: block; margin-top:12px; font-size: 18px; color: #9ec6d2; }
#main .product-area .product-info ul { padding: 0 0 18px; margin: 0; list-style: none; }
#main .product-area .product-info ul li {
    padding-left: 16px;
}
#main .product-area .product-info ul li:before {
    color: #666;
    content: "\f105";
    font-size: 15px;
    line-height: 20px;
    margin: 0 4px 0 -16px;
    font-family: FontAwesome;
}
.product-area .note {
    font-size: 13px;
    line-height: 16px;
}
.pull-right {
    float: none !important;
}

