.mb5 {
    margin-bottom:5px;
}

.main-content, #site-content {
    position:relative;
	margin-top: 1px;
}

#header-information > span {
    display:inline-block;
    height:50px;
}

.category-h5 {
    font-size: 18px;
}

.contact-quickinfo {
    position: fixed;
    bottom: 0;
    right: 10px;
}

.contact-quickinfo-content {
    display:none;
    width: 239px;
    padding: 20px;
    background-color: #fff;
    color: #7e7e7e;
    border:1px solid #eaeaea;
}

.contact-quickinfo-btn {
    display:block;
    width: 200px;
    padding: 5px 12px;
    font-size:16px !important;
    z-index:30;
    opacity:0.6;
    background-color:#008da8;
    color:#fff;
    cursor: pointer;
}

.contact-quickinfo-btn span {
    height:100%;
    margin-right:13px;
}

p.welcome-msg {
    margin:-15px 5px 0 0;
}

a.to-add-to-cart-btn, a.to-category-page-top {
    display:block;
    position: fixed;
    bottom: 240px;
    right: 10px;
    font-size: 2rem;
    background-color:#008da8;
    color:#fff;
    opacity:0.5;
    cursor: pointer;
    transition: none;
}

a.to-add-to-cart-btn {
    padding: 0 18px 2px 14px;
    width: 200px;
}

a.to-add-to-cart-btn .fa-angle-up  {
    margin-right: 27px;
}

a.to-category-page-top {
    padding: 0 60px 2px 14px;
}

a.to-add-to-cart-btn:hover, .contact-quickinfo-btn:hover {
    opacity:1;
}

.to-cart .to-cart-text {
    font-size: 16px;
    height:100%;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.to-cart:before {
    padding-right: 13px;
}

.header-cart .btn-iconed i.fa {
    color: #fff;
}

#tsbadge_db8d3657bdbe440c985ae127463eaad4 {
    bottom: 26%;
}

a.noScrollBottom {
    position: absolute;
    bottom: 0;
}

#slider-nav, #slider-nav li {
    display: inline;
    width:100%;
}

#slider-nav a.ico-prev {
    position: absolute;
    left: 10px;
    top: 50%;
}

#slider-nav a.ico-next {
    position: absolute;
    left:auto;
    right: 10px;
    top: 50%;
}

#slider-nav a.carousel-control {
    width: 100px;
    height: 50px;
}

.carousel-control {
    color: #3f3e3e;
}

#slider-container .pagination .swiper-pagination-switch {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #ffffff;
    border-radius: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.43);
    height: 16px;
    width: 16px;
}

#slider-container .pagination .swiper-active-switch {
    background: none repeat scroll 0 0 #008da8;
}

p.delivery-range {
    font-size: 11px;
    margin: 10px 0;
}

p.delivery-range span.delivery-status {
    display: inline-block;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

p.delivery-range span.delivery-status.delivery-status-7 {
    background-color: green;
}

p.delivery-range span.delivery-status.delivery-status-8 {
    background-color: yellow;
}

p.delivery-range span.delivery-status.delivery-status-9 {
    background-color: red;
}
.movedAway {
    position: fixed;
    left: -9999999999px;
}

#fancybox-content {
    overflow-y: auto !important;
    padding-right: 17px;
}

#fancybox-content > div {
    width:98% !important;
    height: auto !important;
}

#payment_form_banktransfer {
    display: none;
}

@media only screen and (max-width: 768px) {
    #slider-container {
        display:none!important;
    }
}

@media only screen and (max-width: 1200px) {
    #header-main .container .row .col-sm-4 p {
        display:none!important;
    }
}

/**
 * firecheckout fixups
 */
#firecheckout-form .firecheckout-set .form-list .validation-advice {
    margin-top: 3px;
}

/* language selector */
.form-language {
    margin:11px 20px 6px 0;
}

.overflow-hidden {
    overflow:hidden;
}
