@import url("../../../rwd/default/css/styles.css");
@import url("icons.css");

body {
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
img {
    max-width: 100%;
}
.header-container {
    height: 50px;
    border-bottom: solid 1px #e1e1e1;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(255,255,255,0.9);
}
.top-bar {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
}
.top-bar .logo {
    min-height: 50px;
    padding: 9px 0;
    float: right;
    width: auto;
    margin: 0px 20px;
}
.top-bar .logo img {
    height: 32px;
}
.main-container .frontpage-banner {
    margin-bottom: 20px;
}
.block-title {
    border-top: 0;
}
.block-title h1, .block-title h2, .block-title h3, .block-title strong {
    color: #333;
}
.footer {
    border-top:solid 1px #e1e1e1;
}
address.copyright {
    text-transform: uppercase;
    color: #636363;
}
.visible-over {
    width: 100%;
    top: 50%;
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-right: 35px;
}
.visible-over h1, .visible-over h2 {
    font-size: 1.5em;
}
.visible-over h1 span.shopnow, .visible-over h2 span.shopnow {
    font-size: 11px;
}
.visible-over span.shopnow::after {
    content: '';
    margin-top: 10px;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 4.5px;
    border-left-color: black;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 10px;
}
.visible-over a,
.visible-over a:hover,
.visible-over a:visited,
.visible-over a:focus{
    color:#333;
    text-decoration: none;
}
.titled:hover .visible-over {
    opacity: 1;
}
.titled::before {
    content: '';
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.titled:hover::before {
    opacity: 1;
}
.page {
    padding-top: 50px;
}
.footer address {
    border-top: solid 1px #e1e1e1;
}
.uppercase {
    text-transform: uppercase;
}
.catalog-product-list-item {
    padding: 10px;
}
.catalog-product-list-item a,
.catalog-product-list-item a:hover,
.catalog-product-list-item a:visited,
.catalog-product-list-item a:active{
    color: #333;
    text-decoration: none;
    display: block;
}
.catalog-product-list-item .visible-over {
    padding: 0 40px 0 10px;
}
.store-switch {
    float: left;
    padding: 18px 10px 15px;
    font-size: 12px;
    border-right: solid 1px #ddd;
}
.store-switch a,
.store-switch a:hover,
.store-switch a:visited,
.store-switch a:active{
    color: #333;
    text-decoration: none;
}
.store-switch img {
    height:12px;
}
.store-switch > a {
    display: inline-block;
}
.cms-page-view .std p, .cms-no-route .std p {
    color: #636363;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
}
.product-shop.shopnow{
    font-size: 11px;
}
.visible-over .product-shop.shopnow::after{
    margin-top: 6px;
}
.social{
    float:left;
}
.social a,
.social a:hover,
.social a:visited,
.social a:active{
    padding: 17px 0px 15px 10px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 1;
}