/* ---------- Bootstrap defaults ---------- */
body {
    -ms-overflow-style: scrollbar;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    height: 50px;
    width: auto;
}

.navbar {
    border: 10px solid #3CC;
    border-width: 0px 0px 10px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-toggle {
    border-color: #666;
    background-color: #eee;
    margin-right: 0px;
}

.navbar-toggle.collapsed {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle:hover .icon-bar {
    background-color: #333;
}

.carousel-inner > .item > a > img {
    margin: 0 auto;
}

.btn-primary {
    background: transparent linear-gradient(to bottom, #ff366a 100%, #f62a5f 100%) repeat scroll 0% 0%;
    border-color: #ff5989;
    color: #fff;
    text-shadow: 1px 1px 3px #666;
}

.btn-primary:hover {
    background: transparent linear-gradient(to bottom, #e53061 100%, #db2556 100%) repeat scroll 0% 0%;
    border-color: #bf4366;
}

.btn-default {
    color: #fff;
    background-color: #4c5b83;
    border-color: #4c546b;
}

.btn-default:hover {
    color: #fff;
    background-color: #35446c;
    border-color: #2c3859;
}

.btn-default.disabled:hover {
    background-color: #35446c;
}

.text-light {
    color: #777;
}

hr {
    border-top-color: #888;
}
/* ---------- Site CSS  ---------- */

textarea {
    min-height: 100px;
}

.margin-top {
    margin-top: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.inline-block {
    display: inline-block;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

#main-menu > .active > a, #main-menu > li > a:hover {
    background-color: #3cc;
    color: #fff;
}

#account-menu > .active > a {
    background-color: #eee; 
}

#account-submenu > .active > a {
    font-weight: bold;
}

.navbar-shopping-cart {
    margin-top: 8px;
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

#title {
    background-color: #C6EBF2;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

#title > h1 {
    color: #488C8E;
}

footer {
    background-color: #222;
    border-top: 4px solid #3498db;
    margin-top: 30px;
    padding: 30px 0;
    color: #e6dede;
    font-weight: bold;
}

footer h3 {
    color: #3498db;
}

footer a {
    color: #e6dede;
    text-decoration: underline;
}

footer a:hover {
    color: #aaaaaa;
}

footer small {
    color: #aaaaaa;
    padding-right: 10px;
}

body .blueimp-gallery > .indicator > li {
    width: 32px;
    height: 32px;
}

.infobox {
    background-color: #efefe3;
    border: 1px solid #d4d3d3;
    padding: 10px 15px;
}

/* end of common elements */

.index-product-list-title {
    background-color: #C6EBF2;
    padding: 5px 10px;
    font-size: 18px;
}

.index-product-container {
    font-weight: bold;
    text-align: center;
    min-height: 260px;
    padding-top: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.index-product-container .original-price {
    font-weight: normal;
    margin-bottom: 0px;
}

.product-list {
    border-bottom: 10px solid #3cc;
    margin-bottom: 15px;
}

.product-list > div {
    min-height: 140px;
}

.product-list .image, .product-list .name {
    text-align: center;
}

.product-list .name > h1 > a, .product-list .name > h2 > a {
    color: #333;
}

.product-list .name, .product-list .price, .product-list .buy {
    padding-top: 2%;
}

.product-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-list h1, .product-list h2 {
    margin-top: 0;
}

.price, .special-price {
    color: #488C8E;
}

.product-list .price {
    font-weight: bold;
    text-align: right;
}

.original-price {
    text-decoration: line-through;
    color: #a1a1a1;
    font-weight: normal;
}

.product-list .special-price {
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-list .buy {
    color: #666;
    font-weight: bold;
}

.product-list .buy .form-inline input, .product-list .buy .form-inline .input-group-addon {
    border-color: #ff5989;
}

.product-list .buy .form-group {
    margin-bottom: 10px;
}

.product-list .buy .form-inline input {
    border-right-width: 0;
}

.product-info .sidebar > div {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 5px;
}

.product-info .sidebar h3 {
    margin: 0px;
    font-weight: bold;
    padding-bottom: 5px;
}

.product-info .sidebar > div > h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #79969E;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-info .content {
    padding: 10px 50px 10px 15px;
    background: url("../images/elements/product-feature-pipa.jpg") no-repeat center right;
}

.product-info .content h3,  .product-info .content p {
    color: #a4a4a4;
    font-weight: bold;
}

.checkout-steps > li {
    padding: 10px 15px;
}

.checkout-steps span {
    font-size: 20px;
    padding: 5px 15px;;
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.checkout-steps .active span {
    background: #ff5989;
}
.checkout-steps .active p {
    color: #ff5989;
}

.checkout-steps p {
    color: #aaa;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px;
    float: left;
}

#shopping-cart {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#shopping-cart th, #shopping-cart td {
    border-right: 1px solid #ddd;
}

#shopping-cart td {
    display: block;
    vertical-align: middle;
}

#shopping-cart form {
    display: inline-block;
}

#shopping-cart > tbody > tr > td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
}

#shopping-cart-total td {
    border-top: none;
}

#shopping-cart-total .grand-total {
    font-size: 22px;
    border-bottom: 1px solid #333;
}

#shopping-cart-total tr:nth-child(3) td {
    font-size: 22px;
}

#shopping-cart-total small {
    color: #666;
}

#shopping-cart input.quantity {
    width: 8rem;
}

.checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6 {
    margin-top: 10px;
}

.checkout label {
    font-weight: normal;
}

.checkout .selection:hover, .checkout .selected {
    cursor: pointer;
    background-color: #d7e9f7;
}
.checkout .selected {
    background-color: #FBF689;
}

.order-total-right {
    text-align: right;
}
.search-style {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.grecaptcha-badge { visibility: hidden; }

.faded {
    opacity: 0.5;
}

#cookie-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #f8f8f8;
    z-index: 9999;
    color: #555;
    transform: translate(0, 0);
    transition: all .3s;
    max-height: 0;
    border-top: 0px solid #ddd;
}

#cookie-banner > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

#cookie-banner.show {
    max-height: 100px;
    border-top: 1px solid #ddd;
}

/* img-responsive for product description images */
#description img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

@media print {
    a[href]:after {
        content: "";
    }
    
    .alert {
        display: none;
    }
    
    .avoid-page-break {
        page-break-inside: avoid;
    }

    #shopping-cart td {
        display: table-cell;
    }
    
    #shopping-cart > tbody > tr > td:before {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    body {
        padding: 0
    }
    
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    .navbar {
        min-height: 86px;
    }
    
    .navbar-brand > img {
        height: auto;
        margin-top: 9px;
    }
    
    .navbar-shopping-cart {
        border: none;
        height: 50px;
        width: 110px;
        text-align: center;
        padding-top: 5px;
        padding-right: 20px;
        display: inline-block;
        margin-top: 25px;
        padding-left: 20px;
        background-color: #53cccd;
        color: #fff;
        border-radius: 50px
    }
    
    .navbar-nav > li > a {
        margin-left: 10px;
        border-radius: 3px;
        padding: 10px;
    }
    .navbar-contact {
        margin-right: 5px
    }
    #account-menu > li > a {
        padding: 5px 10px;
        margin-bottom: 5px;
    }    
    
    #main-menu > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    #main-menu > li > a {
        font-size: 13px;
        padding: 4px;
        background-color: #999;
        color: white;
        margin-left: 5px;
        font-weight: bold;
    }
    
    #main-menu > .active {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #main-menu > .active > a {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-color: #3cc;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #title {
        padding-left: 50px;
    }
    
    .index-product-list-title {
        font-size: 24px;
        padding: 15px 30px;
    }
    
    .index-product-container {
        margin-bottom: 30px;
    }
    
    .product-list .name {
        text-align: left;
    }
    
    .product-list .buy .form-inline input {
        border-right-width: 0;
        max-width: 60px;
    }
    
    .product-list .buy .form-group {
        margin-bottom: 0px;
    }
    
    #shopping-cart td {
        display: table-cell;
    }
    
    #shopping-cart > tbody > tr > td:before {
        display: none;
    }
    
    #shopping-cart .unit-price, #shopping-cart .unit, #shopping-cart .quantity, #shopping-cart .delete {
        text-align: center;
    }

    #shopping-cart .total {
        text-align: right;
    }

    .search-style {
        display: inline-block; margin-top: 30px; margin-left: 30px;
    }
    
    #keywords {
        width: 216px
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    #main-menu > li > a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 8px;
    }
    
    #main-menu {
        margin-top: 15px;
        float:right
    }
    .navbar-contact {
        margin-right: -15px
    }

    #shopping-cart input.quantity {
        width: 5rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #keywords {
        width: 350px
    }
}

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    max-width: 100%;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}