.bottom-footer .social-actions/** Buttons */
.btn {
    font-size: 13px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border: 0;
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.btn-primary {
    color: white !important;
    background: #42b6e3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white !important;
    background: #46c2f2;
}

select {
    height: auto;
}


/******* Header *******/
.header-container {
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}

.header-container a:hover,
.header-container a:focus,
.header-container a:active {
    text-decoration: none;
}

/* Top Section */
.top-header {
    line-height: 35px;

    height: auto !important;
    min-height: 40px;

    background: #333;
}

.top-header > ul {
    font-size: 14px;
    line-height: 35px;

    height: 30px;
    padding: 0;

    color: #ddd;
}
.top-header ul li {
    line-height: 1.2em;

    display: inline-block;

    margin-right: 15px;

    list-style-type: none;
}
.top-header a {
    color: #fafafa;
}
.top-header ul span i {
    font-size: 1.2em;

    color: #fff;
}

.top-header .header-menu {
    line-height: 45px;

    text-transform: uppercase;
}

.top-header .header-menu-home {
    display: none;
}

@media screen and (min-width: 768px) {
    .top-header .header-menu-home {
        display: inline-block;
    }
}

.top-header .header-menu ul {
    margin-bottom: 0;
}

.top-header #langswitch {
    position: relative;
}

.top-header .header-cart {
    font-size: 14px;
    line-height: 35px;
}

@media screen and (min-width: 992px) {
    .top-header .header-cart {
        text-align: right;
    }
}

.top-header .fa {
    font-size: 20px;

    margin-right: 5px;

    color: #fff;
}
.top-header .cart-counter {
    display: inline-block;

    margin: 0 10px;
    padding: 5px 10px;

    background: #42b6e3;
}


/* Branding */
.branding-container {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
.branding-container .container {
    position: relative;
}
.branding-container .logo {
    float: left;

    margin: 15px;

    background-color: #fff;
}
.branding-container .logo h2 {
    width: 200px;
    height: 200px;
    margin: 0;
    padding: 10px;

    text-indent: -99999px;

    background-position: center center;
    background-origin: content-box;
    background-size: contain !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.branding-container .searchbox {
    clear: both;

    padding: 7px;

    background: #333;
}

@media screen and (min-width: 992px) {
    .branding-container .searchbox {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}



.welcome .social {
    position: absolute;
    top: 90px;
    right: 15px;
}
.welcome .social ul {
    font-size: 22px;
    line-height: inherit;
}
.welcome .social a {
    color: #444;
}

/* Main Menu */
.container-menu.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}

.container-menu {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0;

    transition: all .4s ease;

    background: #42b6e3;
}

@media screen and (min-width: 768px) {
    .container-menu {
        margin-right: 0;
        margin-left: 0;
    }
}

.container-menu .navbar-brand {
    color: white;
}

.container-menu .icon-bar {
    background: white;
}
.container-menu .navbar-nav > li > a {
    font-size: 15px;

    padding: 18px 10px;

    color: #fafafa;
}
.container-menu .navbar-nav > li > a:hover {
    color: currentColor;
}

.container-menu .navbar-nav ul li:hover > a {
    color: white;
    background: #42b6e3;
}


/* Search */
#searchform {
    position: relative;

    min-width: 290px;
}
#searchform input {
    font-size: 18px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 38px;
    padding-right: 65px;
}

#searchform button {
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;

    height: 40px;
    padding: 0 10px 0 15px;

    color: #fff;
    border: none;
    background: #333;
}
#searchResults .banner img {
    width: 50px !important;
}
#searchResults .list {
    display: block !important;
}
#searchResults a {
    color: #333;
}

/* Extra Info */
.container-extras {
    font-size: 13px;
    line-height: 32px;

    padding: 5px 0;

    text-transform: uppercase;

    color: #716e6d;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
}

.container-extras i {
    font-size: 16px;

    margin-right: 5px;
}


/******* Content *******/
.content h3 {
    font-size: 28px;

    margin: 0 0 20px;
    padding: 0 14px 5px 0;

    text-transform: uppercase;

    color: #5e626b;
}
.content h3 span {
    font-size: 16px;
    font-weight: normal;

    display: inline-block;

    margin: 0 10px;
    padding-bottom: 9px;

    vertical-align: middle;
    text-transform: none;

    color: #96979d;
}

/* Breadcrumbs */
#breadcrumbs {
    font-size: 12px;

    margin-bottom: 15px;
    padding: 8px 15px;

    border: 1px solid #efefef;
    background: #fafafa;
}

/* Item Block - Thumbnail */
.item-block {
    margin-bottom: 10px;
}
.item-block .block {
    border: 1px solid #ccc;
}
.item-block .view-thumb {
    border-bottom: 1px solid #ccc;
}

.item-block .price {
    max-width: 100%;

    color: #fff;
    background: #42b6e3;
}
.item-block .original-price {
    font-size: 13px;

    color: #fff;
}
.item-block .product-price {
    font-size: 16px;
    font-weight: bold;
}

.item-block .name {
    font-size: 16px;
    font-weight: bold;

    max-width: 100%;

    background: #5e626b;
}
.item-block .name a {
    text-decoration: none;

    color: #fff;
}

.item-block img {
    -webkit-transition: all .8s;
       -moz-transition: all .8s;
        -ms-transition: all .8s;
         -o-transition: all .8s;
            transition: all .8s;
}
.item-block:hover img {
    -webkit-transform: scale(1.2)
    -o-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/* Sidebar */
.sidebar {
    padding-left: 0;
}

.sidebar-widget {
    margin-bottom: 25px;
}



.sidebar-widget .filter-body {
    padding-top: 10px;
}

/* Attributes Filter */
.sidebar .btn-toggleoptions:hover,
.sidebar .btn-toggleoptions:focus,
.sidebar .btn-toggleoptions:active {
    text-decoration: none;
}

/** Catalogtoolbar */
.catalogtoolbar .pages .active {
    background: #42b6e3;
}

.catalogtoolbar .pages a,
.catalogtoolbar .pages .next,
.catalogtoolbar .pages .next:hover,
.catalogtoolbar .pages .previous,
.catalogtoolbar .pages .previous:hover {
    color: #42b6e3;
}

.catalogtoolbar .pages a:hover {
    text-decoration: none;

    background-color: rgba(66, 182, 227, .2);
}

.catalogtoolbar .pages .previous a:hover,
.catalogtoolbar .pages .next a:hover {
    color: rgba(66, 182, 227, .2);
}

/** Store Location **/
.store-single h3{ background: #f67828; padding: 5px 14px; color: #fff; }

/** Product Page */
.single-product .product-name {
    font-size: 23px;
    text-align: left;
    text-transform: none;
}

.single-product .product-name.text-right{
    text-align: right;
}

.single-product .available {
    clear: both;
}

.single-product .variants {
    padding: 10px 20px 0 0;
}

.single-product .accordion-heading {
    font-size: 16px;

    padding: 8px 10px;

    color: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
    background: #42b6e3;
}

.single-product .accordion-heading a {
    color: #fff;
}
.single-product .accordion-body {
    padding: 5px 10px;
}

.checkout-step select {
    padding: 10px;
}

/* Footer */
.prefooter .prefooter-title-heading,
.prefooter h3 {
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 0px;
    font-size: 20px;
}

.prefooter .prefooter-content {
    margin-bottom: 25px;
}
.prefooter .prefooter-content p {
    line-height: 20px;
}
.site-footer {
    background: #333;
}
.top-footer {
    padding: 50px 0;

    text-align: center;

    color: #fff;
    background: url('../img/footer.jpg') no-repeat center center;
    background-size: cover;
}
.top-footer h3.title {
    font-size: 2.5em;
    font-weight: bold;

    margin: 30px 0 50px;

    text-transform: uppercase;

    color: white;
}
.top-footer section {
    min-height: 250px;
    margin-bottom: 10px;
    padding: 30px;

    background: rgba(0, 0, 0, .86);
}
.top-footer h3 {
    font-size: 34px;

    margin: 0 0 30px;

    text-transform: uppercase;

    color: #42b6e3;
}
.top-footer h4 {
    font-size: 20px;

    margin-bottom: 10px;

    text-transform: capitalize;
}


.top-footer h3{ height: 80px; }
.top-footer p{ height: 80px; }

.middle-footer {
    line-height: 20px;

    padding: 10px 0;

    color: #fff;
    background: #42b6e3;
}
.middle-footer .container * {
    display: inline-block;

    vertical-align: middle;
}
.middle-footer header {
    font-size: 28px;

    margin-right: 20px;

    text-transform: uppercase;
}
.middle-footer footer {
    font-size: 16px;

    margin-left: 40px;
}

.middle-footer form {
    position: relative;

    width: 300px;
}

@media screen and (min-width: 768px) {
    .middle-footer form {
        width: 400px;
    }
}
.middle-footer input[type='email'] {
    padding: 5px 10px;
}
.middle-footer input[type='submit'] {
    font-size: 14px;

    position: absolute;
    top: 3px;
    right: 3px;

    padding: 3px 7px;

    letter-spacing: .5px;
    text-transform: uppercase;
    text-transform: uppercase;

    color: #fff;
    background: #42b6e3;
}

.middle-footer input[type='submit']:hover {
    background-color: #46c2f2;
}

.bottom-footer {
    padding-top: 30px;

    color: #fff;
}

.bottom-footer img {
    max-width: 80%;
    margin-bottom: 10px;
}
.bottom-footer a:hover {
    text-decoration: none;

    color: #41b5e3;
}

.bottom-footer h4 {
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.bottom-footer .tagline {
    font-size: 14px;
}
.bottom-footer .tagline a {
    text-decoration: underline;
}

.bottom-footer .social-actions {
    margin-top: 10px;
}
.bottom-footer .social-action{ margin-top: 5px; }
.bottom-footer .social-action a {
    line-height: 18px;

    text-decoration: none;
}

.bottom-footer .social-action .fa-stack {
    float: left;

    width: 2.5em;
    height: 2.5em;
    margin-right: 10px;
}
.bottom-footer .social-action .fa-inverse {
    font-size: 1.5em;
    line-height: 1.8em;

    color: #333;
}
.bottom-footer .social-action .fa-stack-2x {
    font-size: 2.5em;
}
.bottom-footer .social-action header {
    font-weight: bold;
}

.bottom-footer a {
    color: #fff;
}

.bottom-footer .fb_iframe_widget,
footer .fb_iframe_widget span,
footer .fb_iframe_widget span iframe[style] {
    margin: 0;
}

.footer-copyright {
    margin: 30px 10px 10px;
    padding-top: 10px;

    border-top: 1px solid #555;
}

/* Base Reset */
div {
    max-width: inherit;
}
.bottom-footer .icon-box:after,
.bottom-footer .row:first-child ul li:before,
.bottom-footer .row:first-child ul li:after {
    display: none;

    content: '';
}
.bottom-footer .row:first-child ul li {
    margin-bottom: 3px;
}

.bottom-footer .icon-box {
    margin-bottom: 10px;
}
.bottom-footer .icon-box .icon {
    width: 30px;
    padding-left: 8px;
}
.bottom-footer .icon-box .fa-map-marker {
    font-size: 36px !important;
    line-height: 40px;

    width: 25px;
    padding-left: 5px;
}
