﻿
.edit-actions {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
}





.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #000000;
        border-color: #000000;
        color: #ffffff;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        background-color: #dc1921;
        border-color: #dc1921;
        color: #ffffff;
    }


    .btn-primary.btn-alt {
        background: none;
        border-color: #fff;
        color: #ffffff;
    }

        .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus {
            background: #444;
            border-color: #444;
            color: #ffffff;
        }

.top-menu{
    margin:0px;
    padding:0px;
    display:inline-block;
}
    .top-menu > li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left:20px;
        text-align:left;
    }
        .top-menu li > a, .top-menu li > a:hover, .top-menu li > a:focus{
            color:#ffffff;
            line-height:40px;
        }
            .top-menu li  li > a {
                color: #444;
                line-height: 20px;
            }
                .top-menu li  li > a:hover, .top-menu li  li > a:focus {
                    color: #dc1921;
                    line-height: 20px;
                    background:#ffffff;
                }

.tab-content .tab-pane{
    padding:0px !important;
}



.price-range-slider-wrapper {
    padding: 17px 8px;
    margin-top: -17px;
    overflow: hidden;
    height: 17px;
}

.price-range-slider {
    height: 7px;
    background: #f1f1f1;
}

li{list-style:none;}


.product_thumb {
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    -o-box-shadow: 0 0 10px 4px #666;*/
    overflow: hidden;
    position: relative;
}

.product-tile-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
}

.product_thumb div.lazy {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.product_thumb:hover div.lazy {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
    -moz-transform: scale(1.15); /* Firefox */
    -ms-transform: scale(1.15); /* IE 9 */
    -o-transform: scale(1.15); /* Opera */
    transform: scale(1.15);
}


.product_thumb:hover .product-tile-overlay {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    background: rgba(0,0,0,0.05);
}
.lazy{
    background-position:50% 50%;
}
.product-tile-title {
    display: block;
    position:relative;
    text-align: left;
    min-height:100px;
    overflow:hidden;
}
    .product-tile-title a, .product-tile-title a:hover, .product-tile-title a:focus {
        /*font-size: 15px;*/
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        /*margin-bottom: 15px;
          padding-bottom: 5px;
        */
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
.product-tile-title::after{
    display: inline-block;
    position: absolute;
    bottom:10px;
    content:' ';
    background:#2f99a8;

    width:50px;
    height:1px;
    left:50%;
    transform:translateX(-50%);
}

.available,
.uponorder {
    float: right;
    font-size: 12px;
    color: #757575;
}

.btn-info {
    background-color: #ffffff00;
    color: #97d3c5;
}

.fast-delivery:before{
    content: "\eee4";
}

.bone-context-menu {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}

.categories_menu {
    position: relative;
}

.categories_title {
    height: 50px;
    line-height: 53px;
    background: #359768;
    padding-left: 49px;
    position: relative;
    cursor: pointer;
}

#dl-menu{
    margin-top: 0px;
}

#mb-lg-filter-side {
    margin-top: 85px;
    margin-bottom: 30px;
    border-bottom: none;
}
/*.product_active .owl-stage {
   
    margin-right: -15px;
}
.product_active .owl-item {
    padding-right: 15px;
    padding-left: 15px;
}*/

.ui-slider .ui-slider-range {
    background-color: #2f99a8;
    background-image: linear-gradient(to bottom, #2f99a8, #2f99a8);
}

.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus,a.btn-link, a.btn-link:hover, a.btn-link:focus {
    color: #2f99a8;
}


.rest-spacer {
    background: url(skn/path.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .rest-spacer h1 {
        color: #ffffff;
        text-shadow: 2px 1px 1px #dc1921;
        font-weight: normal;
        padding-left: 10px;
    }

.breadcrumb .dropdown li:hover a, .breadcrumb .dropdown li:focus a {
    background: #004d5a;
}

.breadcrumb-text, .breadcrumb-link {
    color: #ffffff;
}
.breadcrumb {
    padding: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    display: inline-block;
}

    .breadcrumb > li + li::before {
        content: "";
        padding: 0;
        color: #ffffff;
    }

    .breadcrumb li a.active, .breadcrumb li a.active:hover, .breadcrumb li a.active:focus {
        color: #ffffff !important;
        font-size: 13px;
    }

    .breadcrumb > li.breadcrumb-link a, .breadcrumb > li.breadcrumb-link a:hover, .breadcrumb > li.breadcrumb-link a:focus {
        color: #ffffff !important;
        font-size: 13px;
    }

    .breadcrumb li a.active, .breadcrumb li a.active:hover, .breadcrumb li a.active:focus {
        color: #ffffff !important;
        font-size: 13px;
    }

.product_price.price_inside span.old_price {
    font-size: 24px;
}
    .product_price.price_inside span.current_price {
        font-size: 24px;
    }

.ui-spinner {
    border: none;
     width: initial;
}
.product_stock{display:inline-block;}
.product-tabs .tab-content{
    padding-top:50px;
}



.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    
    font-size: 16px;
}

.nav-tabs > li > a {
    padding: 10px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    font-weight: bold;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-bottom-color: transparent;
    cursor: default;
    font-size: 16px;
}

.nav-tabs{
    float: right;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-right: 10px;
}

    .article_sharing span{float:right !important;}
@media(max-width:990px){
    .header_top {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .top-menu li > a, .top-menu li > a:hover, .top-menu li > a:focus {
        color: #ffffff;
        line-height:40px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #333;
    }
    .welcome_text {
        margin-bottom: 0px;
        text-align:left;
    }
}

@media(min-width:768px) {
    .navbar-default {
        background: none;
        border-color: transparent;
        margin-bottom: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-right: 0px;
        font-size: 16px;
        color: #444 i;
        font-weight: 500;
    }
        .nav > li > a:hover, .nav > li > a:focus {
            color: #bdbdbd !important;
        }

    .navbar-collapse {
        
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(max-width:767px) {
    .navbar-default {
        background: none;
        border-color: transparent;
        margin-bottom: 0px;
    }
    .nav > li  {
      float:none;
        display: block;
    }
    .nav > li > a {
        position: relative;
        font-size: 16px;
        color: #ffffff !important;
        font-weight: 500;
        display:block;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            color: #777777 !important;
        }
    .nav > li {
        list-style: none;
        /*display: inline-block !important;*/
    }

}

.home-banner{
    text-align:center;
}
.home-banner img{
    display:inline-block;
}


/*-------------- ARTHROMED 5.aspx FINAL CUSTOM CSS ----------------------------------------------*/

.top_search_bar{
    display: none;
}



.header_two {
    background-color: #2f99a8;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.account-links {
    display: flex;
    justify-content: flex-end;
}

.left-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-area {
    display: flex;
    justify-content: center;
}

.language {
    position: relative;
}

.signup,
.login,
.language {
    margin-right: 20px
}


.facebook-link,
.instagram-link,
.top-area-email,
.top-area-email-small-screens
{
    margin-left: 20px;
}

.top-area-email,
.top-area-email-small-screens
{
    margin-left: 10px;
}

    .signup a,
    .login a,
    .language a,
    .facebook-link a,
    .instagram-link a,
    .top-area-email a,
	.top-area-email-small-screens a
{
        color: #ffffff;
    }




.header-one {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
}

.main-menu {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    color: #ffffff;
    /*border-bottom: 1px solid #e7e7e7e7;*/
    /*box-shadow: 0px 10px 10px 0px #e7e7e7e7;*/
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /*height: 75px;*/
}

.search_bar {
    width: 100%;
    /*margin-right: 40px; */
}

.products {
    width: 8%;
}


.logo img {
    width: 100%;
}

.cart_link {
    margin-left: 0px;
    position: relative;
}

.contact_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    position: relative;
}

.arthromed-logo {
        width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.whishlist a i,
.search_bar a i {
    font-size: 26px;
}

#triggerText a {
    font-size: 16px;
    color: #444444;
	margin-left: 10px;
}

.cart_link span.cart_count {
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    background: #dc4444;
    border-radius: 100%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.contact_icone span {
    color: #ffffff;
    
}

    .contact_icone span:hover {
        color: #dc1921;
    }

.whishlist a:hover {
    color: #2f99a8;
}

.cart_link a i {
    font-size: 28px;
    margin-right: 10px;
}



.search_bar input {
    height: 30px;
    line-height: 50px;
    /*padding: 0px 70px 0 20px !important;*/
    margin: auto 0;
    width: 100%;
    border: 2px solid #e7e7e7;
    background: transparent;
}


.search_bar button {
    background: #444444;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #fff;
    
    width: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    height: 30px;
}

    .search_bar button:hover {
        background: #2f99a8;;
    }

.input-group-btn-mobile {
    display: none;
}

.header-one-mobile {
    display: none;
}

.input-group-btn-mobile {
    display: none;
}


.content-area {
    margin-top: 0px;
}

ul.owl-carousel {
    padding: 0;
    text-align: center;
}

body {
    background-color: #f7f7f7;
}

.product_area {
    background-color: #ffffff;
    margin-bottom: 50px;
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.shipping_area.shipping_contact {
    background-color: #ffffff;
}

.footer_area {
    background-color: #ffffff;
    padding-top: 45px;
}


/*--- HC MENU --*/
.catMenu {
    display: none;
}

.hc-offcanvas-nav {
    display: block;
}

.hc-nav-trigger {
    display: block;
}

.hc-nav-trigger span {
    left: 300%;
    height: 2px;
}

.hc-nav-trigger span,
.hc-nav-trigger span:before,
.hc-nav-trigger span:after {
    height: 0.2vh;
}

.hc-nav-trigger {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 0px;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
}

/*End of HC Nav bar*/

/*---- MEDIA QUERIES ----*/

/* Mobile Styles */
@media only screen and (max-width: 416px) {
.header-one-mobile {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
}

.header-one {
    display: none;
}
	
.header-one-large-desktop{
	display: none;
}

.menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-menu {
    /*height: 55px;*/
}

.arthromed-logo {
    width: 40%;
}

.hc-nav-trigger span {
    left: 0%;
}

.account-links {
    justify-content: center;
}

.social-area {
    justify-content: center;
}


.left-area {
    justify-content: flex-start;
}

.right-area {
}

.top-area-email {
    display: none;
}

.search_bar,
.contact_number {
    display: none;
}

.input-group-btn-mobile {
    display: flex;
}

    .input-group-btn-mobile a i {
        font-size: 26px;
		margin-left: 26px;
    }

#productsText {
    display: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    visibility: hidden;
}

.mail-link a i {
    color: #ffffff;
}

.facebook-link,
.instagram-link,
.mail-link,
.top-area-email-small-screens,
.contact_phone{
    margin-right: 18px;
    margin-left: 18px;
    width: 10px;
}

.contact_icone span:hover {
    color: #ffffff;
}


.whishlist {
    margin-right: 10px;
}

.shipping_area.shipping_contact {
    padding: 92px 0 20px;
    margin-top: 152px;
}


.top_search_bar{
    display: none;
}

.show{
    display: block;
}

    .top_search_bar .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        height: 50px;
        padding-left: 20%;
        padding-right: 20%;
    }

    .top_search_bar .input-group-btn {
        
        font-size: 24px;
    }

    .top_search_bar .input-group-btn button {
        background: transparent;
        border: 0px;
    }

    .top_search_bar input {
        background: #eceff800;
        border: 0px solid #eee;
        height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        font-size: 14px;
        color: #626262;
        width: 100%;
    }


}


/* Tablet Styles */
@media only screen and (min-width: 416px) and (max-width: 1024px) {
    .header-one-mobile {
        display: flex;
        background-color: #ffffff;
        justify-content: center;
    }

    .header-one {
        display: none;
    }

    .header-one-large-desktop {
        display: none;
    }

    .menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .main-menu {
        /*height: 55px;*/
    }

    .arthromed-logo {
        width: 40%;
    }

    .hc-nav-trigger span {
        left: 0%;
    }

    .account-links {
        justify-content: center;
    }

    .social-area {
        justify-content: center;
    }


    .left-area {
        justify-content: flex-start;
    }

    .right-area {
    }

    .top-area-email {
        display: none;
    }

    .search_bar,
    .contact_number {
        display: none;
    }

    .input-group-btn-mobile {
        display: flex;
    }

        .input-group-btn-mobile a i {
            font-size: 26px;
            margin-left: 26px;
        }

    #productsText {
        display: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        visibility: hidden;
    }

    .mail-link a i {
        color: #ffffff;
    }

    .facebook-link,
    .instagram-link,
    .mail-link,
    .top-area-email-small-screens,
    .contact_phone {
        margin-right: 18px;
        margin-left: 18px;
        width: 10px;
    }

    .contact_icone span:hover {
        color: #ffffff;
    }


    .whishlist {
        margin-right: 10px;
    }

    .shipping_area.shipping_contact {
        padding: 92px 0 20px;
        margin-top: 152px;
    }

    .top_search_bar {
        display: none;
    }

    .show {
        display: block;
    }

    .top_search_bar .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        height: 50px;
        padding-left: 20%;
        padding-right: 20%;
    }

    .top_search_bar .input-group-btn {
        font-size: 24px;
    }

        .top_search_bar .input-group-btn button {
            background: transparent;
            border: 0px;
        }

    .top_search_bar input {
        background: #eceff800;
        border: 0px solid #eee;
        height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        font-size: 14px;
        color: #626262;
        width: 100%;
    }


}

@media (min-width:1024px) {
	.header-one-large-desktop{
		display: block;
	}
	
    #mobile-nav {
        display: none;
    }
	
	.top_search_bar {
        display: none !important;
		visibility: none;
		opacity: 0;
    }
    
	.top-area-email-small-screens{
		display:none;
	}
    
} 


@media (max-width: 992px) {
	.header-one-large-desktop{
		display: none;
	}

    #mobile-nav {
        display: block;
    }

    #main-nav {
        display: none;
    }

    #navigation{
        display: none;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
        font-size: 14px;
    }

   

}



.espa {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.8) !important;
    z-index: 13;
    text-align: center;
    margin: 0px;
    text-align: center;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

    .espa img {
        height: 55px !important;
        width: auto !important;
        margin-top: 5px;
        display: inline-block;
    }


    body {
        padding-bottom: 70px;
    }


.back-to-top {
    position: fixed;
    bottom: 80px !important;
    right: 10px !important;
    z-index: 9999;
}