﻿
/* #region **************************** GLOBAL ****************************/
html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    background-color: #ffffff;
    color: #231f20;
    background-image: url(Images/texture.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#body {
    height: 100%;
    background-color: #f8f8f8;
    margin: 0 auto;
    width: 1400px;
}

h1 {
    font-size: 42px;
    line-height: 46px;
}

h2 {
    font-size: 26px;
    line-height: 34px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

a {
    color: #0081c6;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

.content-inner {
    width: 1000px !important;
    margin: 0 auto !important;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -308px;
    background-color: #f8f8f8;
}

    .wrapper:after {
        content: "";
        display: block;
    }

    .footer, .wrapper:after {
        height: 308px;
    }

.footer {
    background: #231f20;
    color: #fff;
}

#body .footer-bottom {
    background: #171616;
    color: #8e8d8d;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
}

.sfPageEditor #body, .sfTemplateEditor #body {
    width: 100%;
}

.header {
    background-color: #fff;
}

.RadCaptcha.RadCaptcha_Default {
    margin-top: 10px;
    width: 90%;
}

    .RadCaptcha.RadCaptcha_Default input {
        display: block;
    }

.logo {
    position: relative;
}

    .logo img {
        position: absolute;
        top: 12px;
    }

.relative {
    position: relative;
}

.search-panel {
    background: #171616;
    color: #fff;
    min-height: 50px;
    text-align: right;
}

    .search-panel fieldset {
        position: absolute;
        right: 0;
        top: 0px;
        border: none;
        padding: 11px 0;
        margin: 0;
    }

        .search-panel fieldset input[type="text"] {
            /*width: 160px !important;*/
            display: block;
            margin: 0;
            /*height: 15px;*/
            padding: 6px 12px;
            padding-right: 30px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

        .search-panel fieldset input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
            border: 0;
            width: 35px;
            height: 29px;
            margin: 11px 0;
            outline: none;
            cursor: pointer;
            background: none;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            background-image: url(Images/ico-search.png);
            background-position: 50%;
            background-repeat: no-repeat;
        }

ul.top-buttons {
    text-align: right;
    margin: 0;
    list-style: none;
    padding: 12px 0;
    padding-right: 215px;
    background-image: url(Images/number-iso.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-left: 230px;
}

    ul.top-buttons li {
        display: inline-block;
        margin-left: 6px;
    }

        ul.top-buttons li a {
            padding: 6px 20px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: #0081c6;
            color: #ffffff;
            font-size: 12px;
            text-decoration: none;
        }

            ul.top-buttons li a em {
                margin-left: 5px;
            }

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.footer-nav {
    padding: 70px 0 20px 0;
}

.footer-logo {
    padding-top: 65px;
}

.footer-nav .sfNavWrp {
    text-align: right;
}

.footer-nav ul {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-nav ul.sfNavHorizontal {
        display: inline-block;
    }

    .footer-nav ul.footer-nav-list {
        margin-bottom: 10px;
    }

    .footer-nav ul li {
        display: inline-block;
        margin-left: 20px;
    }

        .footer-nav ul li a {
            color: #abcceb;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
        }

            .footer-nav ul li a:hover {
                text-decoration: underline;
            }

#body .footer-bottom a {
    color: #8e8d8d;
}

.footer-info p {
    margin-bottom: 0px;
}

    .footer-info p span {
        font-weight: 900;
        font-style: normal;
        color: #0081c6;
    }

    .footer-info p a {
        color: #fff;
        text-decoration: none;
    }

.purechat {
    display: none;
}

    .purechat.open {
        display: block;
    }
/* #endregion **************************** GLOBAL ****************************/

/* #region **************************** HOME ****************************/
.bxslider {
    margin: 0;
    padding: 0;
}

    .bxslider li.sfitem {
        height: 440px;
        color: #fff;
    }

        .bxslider li.sfitem .background-color {
            background-color: rgba(32, 32, 32, 0.3);
            height: 100%;
        }

.slider {
    position: relative;
    border-bottom: 5px solid #0081c6;
}

.ribbon-slider {
    width: 108px;
    height: 139px;
    background-image: url(Images/ribbon-USA.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.slider-txt {
    width: 50%;
    padding-top: 70px;
    font-size: 18px;
    line-height: 30px;
}

    .slider-txt h1 {
        font-size: 52px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .slider-txt em {
        margin-left: 5px;
    }

.btn-slider-video {
    margin-top: 10px;
}

    .btn-slider-video a {
        color: #fff;
        text-decoration: none;
    }

.btn-slider {
    margin-top: 30px;
}

    .btn-slider a.btn {
        padding: 7px 24px 7px 30px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
    }

        .btn-slider a.btn.white {
            background-color: #ffffff;
            color: #0081c6;
            margin-right: 15px;
        }

        .btn-slider a.btn.blue {
            background-color: #0081c6;
            color: #ffffff;
        }

        .btn-slider a.btn em {
            font-weight: normal;
        }
/*********************/
.category {
    padding-bottom: 25px !important;
    background-color: #fff;
}

    .category ul {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: -95px;
        position: relative;
        z-index: 3;
    }

        .category ul li {
            display: inline-block;
            text-align: center;
            margin-right: 6px;
        }

            .category ul li:last-child {
                margin-right: 0px;
            }

.category-circle {
    width: 180px;
    height: 180px;
    border: 5px solid #0081c6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #F8F8F8;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.category ul li:hover .category-circle {
    border: 5px solid #045F8F;
}

.category ul li:nth-child(1) .category-circle {
    background-image: url(Images/content/2bgSmall.jpg);
}

.category ul li:nth-child(2) .category-circle {
    background-image: url(Images/content/Varian.jpg);
}

.category ul li:nth-child(3) .category-circle {
    background-image: url(Images/content/4bgSmall.jpg);
}

.category ul li:nth-child(4) .category-circle {
    background-image: url(Images/content/3bgSmall.jpg);
}

.category ul li:nth-child(5) .category-circle {
    background-image: url(Images/content/1bgSmall.jpg);
}

.category ul li a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #231f20;
}

.blue-block {
    background-color: rgba(0, 129, 198, 0.8);
    padding-top: 80px;
    padding-bottom: 55px;
    color: #ffffff;
}

.blue-block-img {
    background-image: url(Images/blue-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.arc-block {
    background-image: url(Images/arc.png);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
}

.blue-block-txt {
    font-size: 16px;
    line-height: 30px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.gray-block-img {
    background-color: #e7e7e7;
    background-image: url(Images/resources.jpg);
    background-position: right -110px top -20px;
    background-repeat: no-repeat;
    padding-top: 90px !important;
    padding-bottom: 100px !important;
}

.gray-block-txt {
    font-size: 16px;
    line-height: 30px;
}

.btn-grey-block {
    margin-top: 30px;
}

    .btn-grey-block a.btn {
        background-color: #0081c6;
        color: #ffffff;
        padding: 7px 24px 7px 28px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
    }

        .btn-grey-block a.btn em {
            margin-left: 5px;
        }

#body .bx-controls {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
/* #endregion **************************** HOME ****************************/


/* #region **************************** INNERPAGE ****************************/
.breadcrumbs-image {
    position: relative;
    border-bottom: 6px solid #0081c6;
    background-image: url(Images/content/plan.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 140px;
}

.breadcrumbs-color {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 140px;
}

.breadcrumbs-block {
    color: #fff;
    padding: 30px 0;
}

    .breadcrumbs-block .RadSiteMap_Default .rsmOneLevel .rsmLink, .breadcrumbs-block .RadSiteMap_Default .sfBreadcrumbNodeSeparator {
        font-size: 18px;
        color: #bababa;
    }

        .breadcrumbs-block .RadSiteMap_Default .rsmOneLevel .rsmLink:hover {
            background: none;
            color: #fff;
        }

    .breadcrumbs-block .sfNoBreadcrumbNavigation a {
        background: none;
        color: #fff !important;
        font-weight: 500;
        font-style: normal;
    }

    .breadcrumbs-block h1, .breadcrumbs-block h2, .breadcrumbs-block h3, .breadcrumbs-block h4 {
        margin: 0;
    }
/*************/
#body .container {
    padding: 40px 0;
}

.bar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bar-list ul li {
        border-top: 1px solid #0081c6;
    }

        .bar-list ul li:last-child {
            border-bottom: 1px solid #0081c6;
        }

        .bar-list ul li a {
            font-size: 22px;
            font-weight: 500;
            font-style: normal;
            text-decoration: none;
            display: block;
            padding: 14px 0;
        }

#body .bar-list-top {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 48px;
    color: #0081c6;
}

#body .column-top {
    margin-bottom: 32px;
    font-size: 16px;
}

#body .column-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

#body .container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#body .container h4 {
    margin-top: 16px;
    margin-bottom: 10px;
}

.changing-content li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #0081c6;
    margin-right: 10px;
    font-size: 6px;
    vertical-align: bottom;
}

.FirstSection h1, .FirstSection h2, .FirstSection h3, .FirstSection h4,
.SecondSection h1, .SecondSection h2, .SecondSection h3, .SecondSection h4 {
    color: #0081c6;
}

#body .padding-left20 {
    padding-left: 20px;
}

#body .padding-top40 {
    padding-top: 40px;
}

.bar-section img {
    width: 100%;
}

#body h1, #body h2, #body h3, #body h4 {
    margin-top: 0px;
}

#body .SecondSection {
    margin-top: 40px;
}

#body .SecondSection-left {
    padding-top: 40px;
}

#body .top-line {
    border-top: 1px solid #0081c6;
    padding-top: 40px;
}

#body .SecondSection h4 {
    margin-top: 0px;
}

.inner-img-bg img {
    display: none;
}

.image-news img {
    width: 100%;
}


#body .mobile-bar-list {
    display: none;
    margin-top: 40px;
    margin-bottom: 10px;
}

#body .container h1, #body .container h2, #body .container h3, #body .container h4 {
    margin-bottom: 10px;
}

#body .blue-block-img.blue-img-innerpage .blue-block {
    padding-top: 50px;
    padding-bottom: 35px;
}
/* #endregion **************************** INNERPAGE ****************************/

/* #region **************************** CUSTOMMENU ****************************/
.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .navigation ul.CustomMenu {
        text-align: right;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        z-index: 9;
    }

        .navigation ul.CustomMenu > li {
            display: inline-block;
        }

            .navigation ul.CustomMenu > li:first-child {
                margin-left: 0px;
            }

            .navigation ul.CustomMenu > li > a {
                display: block;
                padding: 37px 0 27px;
                margin-left: 15px;
                border-bottom: 9px solid #fff;
            }

    .navigation ul li a {
        color: #231f20;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    .navigation ul.CustomMenu > li.dropdown {
        position: relative;
    }

        .navigation ul.CustomMenu > li.dropdown.nav-megalevel {
            position: static;
        }

.mobile-menu {
    display: none;
}

#body .k-autocomplete {
    width: auto;
    border: none;
}

.CustomMenu > li > ul {
    position: absolute;
    background: #000;
    margin: 0;
    list-style: none;
    width: auto;
    right: 0;
    padding: 12px 20px;
    border-top: 1px solid #0081c6;
    display: none;
    width: 100%;
    text-align: left;
    min-width: 150px;
}

.top-buttons-mobile, .mm-listview > li.play-btn {
    display: none;
}

.CustomMenu > li:hover > ul {
    display: block;
}

.CustomMenu > li > ul a {
    color: #fff;
    display: block;
}

.sfNavWrp.sfNavHorizontalDropDownWrp {
    text-align: right;
}

.CustomMenu > li > ul > li {
    display: inline-block;
}

.CustomMenu .colm-2 .nav-level2 {
    float: left;
    width: 50%;
    text-align: left;
}

.CustomMenu .colm-3 .nav-level2 {
    float: left;
    width: 33%;
    text-align: left;
}

.CustomMenu .colm-1 .nav-level2 {
    float: left;
    width: 100%;
    text-align: left;
}

.CustomMenu .nav-level2 > a {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    margin-left: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}

.CustomMenu .nav-level2:first-child > a {
    margin-left: 0px;
}

.CustomMenu .nav-level2 ul li a, ul > li.nav-level > a {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}


.CustomMenu .nav-level2 ul {
    margin-left: 20px;
}

.CustomMenu .nav-level2:first-child ul {
    margin-left: 0px;
}

.CustomMenu .nav-level2 ul li, .CustomMenu li.nav-level {
    border-bottom: 1px solid #686868;
    padding: 6px 0;
    display: block;
}

    .CustomMenu .nav-megalevel li.nav-level, .CustomMenu li.nav-level:last-child {
        border-bottom: none;
    }

    .CustomMenu .nav-level2 ul li:last-child {
        border-bottom: 0;
    }

.navigation ul.CustomMenu > li:hover > a {
    border-bottom: 9px solid #0081c6;
}


.navigation ul.CustomMenu > li:first-child > a {
    margin-left: 0px;
}

.navigation ul.CustomMenu > li > a.sfSel span {
    color: #fff;
    padding: 6px 20px;
    background: #706c6d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.k-popup {
    background: #fff !important;
}

    .k-popup .k-list .k-state-hover {
        border-color: #fff !important;
    }

.mm-listview > li > a.sfSel, .mm-listview > li > span.sfSel {
    color: #fff;
}
/* #endregion **************************** CUSTOMMENU ****************************/

.displayNone {
    display: none !important;
}

/******************SHOP********/
.logoutButton, .profileLinks, .accountInfo > div > div > span {
    display: inline-block;
    margin-left: 5px;
}

.accountInfo {
    text-align: right;
}

.sfprofileField div {
    display: inline-block;
}

.sfprofileField label {
    width: 168px;
    display: inline-block;
}

.sfprofileLnkWrp {
    text-align: right;
}

.sfprofileAutoEditFormWrp ul, .sfprofileAutoEditFormWrp ul li {
    list-style-type: none;
}

    .sfprofileAutoEditFormWrp ul li:before {
        content: "";
    }

.sfFirstProfileTypeForm ul, .sfFirstProfileTypeForm ul li {
    list-style-type: none;
}

    .sfFirstProfileTypeForm ul li:before {
        content: "";
    }

.sfprofileField > div:first-of-type {
    font-weight: bold;
}

ol.sfprofileFieldsList, ol.sfprofileFieldsList li {
    list-style-type: none;
}

.tableProductsList {
    display: none;
    width: 100%;
}

    .tableProductsList.visProductsList {
        display: table;
    }

    .tableProductsList li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tableProductsList .sfproductListItem > td {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }

    .tableProductsList .sfproductListItem .sfproductPricing .productPricingBlock > div {
        display: none;
    }

    .tableProductsList .sfproductPricing table, .tableProductsList {
        border-collapse: collapse;
    }

        .tableProductsList .sfproductPricing table td, .tableProductsList .sfproductPricing table th {
            border: 2px solid #eee;
        }


        .tableProductsList th, .tableProductsList td {
            padding: 5px;
            text-align: left;
        }

        .tableProductsList .sfQuantity {
            width: 55%;
            float: right;
            margin-top: 3px;
            background: #FFF;
            padding: 2px;
            border: 1px solid #eee;
        }

        .tableProductsList .sfTxtLbl {
            width: 35%;
            float: left;
        }

.sfAddToCartWidget {
    width: 80px;
    float: right;
}

    .sfAddToCartWidget .sfAddToCartBtn {
        width: 100%;
        display: inline-block;
        background: none;
        line-height: 2em;
        margin-top: 4px;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #105cb6;
        font-size: 14px;
        text-decoration: none;
        background: none;
        border: none;
        outline: none;
    }

        .sfAddToCartWidget .sfAddToCartBtn:hover {
            text-decoration: underline;
        }


.tableProductsList tbody tr:nth-child(2n-1) {
    /*background-color: #f5f5f5;*/
    transition: all .125s ease-in-out;
}

.sfproductPricing td {
    padding: 0;
    text-align: center;
}

/*.tableProductsList strong {
    font-weight: 500;
    font-style: normal;
}*/

/*.sfAddToCartBlock {
    position: relative;
}
.sfproductInStock {
    position: absolute;
    top: 0;
    right: 0px;
    background: #3DA26F;
    color: #fff;
    padding: 2px;
}*/
.sfproductInStock {
    text-align: right;
}

.sfcartSummarySimpleWrp a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.sfcartSummaryWrpTop {
    position: absolute;
    top: 0px;
    z-index: 8;
    left: 80px;
    background: #E0E4E6;
    padding: 10px;
}

    .sfcartSummaryWrpTop a:hover {
        text-decoration: underline;
    }

.sfProductsSortByWrp .sfSortByWrp {
    padding: 10px;
    overflow: auto;
    background: #ECEEEF;
    border-radius: 5px 5px 0 0;
    margin: -10px -10px 0px -10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    height: 26px;
}

.shopTableBlock .sfCatalogTotalCount {
    float: right;
}

.shopTableBlock {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 12px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 10px;
    font-style: normal;
    margin-bottom: 15px;
}

.footerCatalogTotalCount {
    padding: 10px;
    overflow: auto;
    background: #ECEEEF;
    border-radius: 0 0 5px 5px;
    margin: 0px -10px -10px;
    border-top: 1px solid #ccc;
}

.sfMessage {
    position: fixed;
    top: 45%;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 9;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
}

.sfshoppingCartWrp .RadGrid {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 10px;
    font-style: normal;
    margin-bottom: 15px;
}

.sfshoppingCartWrp th {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #D2D2D2;
    color: #20272D;
    font-weight: 500;
}

.sfshoppingCartWrp table {
    border-collapse: collapse;
    font-size: 14px;
}

    .sfshoppingCartWrp table .sfQuantity {
        width: 30px;
        font-size: 16px;
        text-align: right;
        padding: 5px 10px;
        border: 1px solid #eee;
    }

    .sfshoppingCartWrp table .sfSingleItmPriceCol {
        text-align: right;
    }

.sfcheckoutPreviewProduct .rgMasterTable tr td.sfItmTitleCol .sfItmLnksWrp a.sfItmRemove, .sfshoppingCartWrp .rgMasterTable tr td.sfItmTitleCol .sfItmLnksWrp a.sfItmRemove {
    color: #D51E1E;
}

.sfshoppingCartWrp table td {
    border-bottom: 1px solid #eee;
}

.sfshoppingCartWrp table tr:last-child td {
    border-bottom: none;
}

.sfshoppingCartWrp table tr:hover {
    background: #FBFBFB;
}

.sfItmLnksWrp {
    font-size: 12px;
}

.sfshoppingCartWrp table td strong {
    font-size: 14px;
    font-weight: 500;
}

.sfTotalRowWrp span {
    display: block;
    line-height: 24px;
    color: #4D4C4C;
}

.sfTotalRowWrp .sfPriceTotal {
    display: block;
    float: right;
    font-size: 18px;
    margin: -30px 0 0 0;
}

.sfTotalRowWrp {
    font-size: 14px;
}

.sfcheckoutPreviewProduct .rgMasterTable tr th.sfItmPriceCol, .sfshoppingCartWrp .rgMasterTable tr th.sfItmPriceCol {
    text-align: right;
}

.sfcheckoutPreviewProduct .rgMasterTable tr td.sfItmPriceCol, .sfshoppingCartWrp .rgMasterTable tr td.sfItmPriceCol, .sfItmDiscountDscCol {
    text-align: right;
}

.updateBtnShopingCart {
    text-align: right;
    clear: both;
}

.sfshoppingCartBtnsWrp {
    text-align: right;
    margin-top: 25px;
}


.customCheckout, .sfBackBtn {
    padding: 6px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.sfBackBtn {
    background-color: #646565;
}

.customCheckout {
    background-color: #0081c6;
}

.sfshoppingCartUpdateLnk {
    float: left;
    padding: 6px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #0081C6;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    line-height: 17px;
    border: 1px solid #0081C6;
}


.sfcheckoutTabstrip {
}

.RadTabStrip .rtsLI, .RadTabStripVertical .rtsLI {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
    overflow: hidden;
}

.changing-content .sfcheckoutTabstrip li:before,
.changing-content .sfcheckoutFormWrp li:before,
.changing-content .sfcheckoutMulitPage li:before {
    display: none;
}

.sfcheckoutTabstrip.RadTabStrip.sfCStep0 .sfStep1 {
    color: #fff;
    background-color: #0081c6;
}

    .sfcheckoutTabstrip.RadTabStrip.sfCStep0 .sfStep1 .sfStep,
    .sfcheckoutTabstrip.RadTabStrip.sfCStep1 .sfStep2 .sfStep,
    .sfcheckoutTabstrip.RadTabStrip.sfCStep2 .sfStep3 .sfStep,
    .sfcheckoutTabstrip.RadTabStrip.sfCStep3 .sfStep4 .sfStep,
    .sfcheckoutTabstrip.RadTabStrip.sfCStep4 .sfStep5 .sfStep {
        color: #fff;
        width: 15px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        color: #0081C6;
        vertical-align: middle;
        line-height: 15px;
        font-size: 10px;
    }

.sfcheckoutTitle {
    display: none;
}



.sfcheckoutTabstrip.RadTabStrip .rtsLink {
    color: #787878;
    background: url(Images/steps.png) no-repeat;
    background-position: 100% -9px;
    padding: 5px 0px 5px 0px;
}

.sfcheckoutTabstrip {
    /*background: #F1EEEE;*/
    font-size: 13px;
}

.sfcheckoutMulitPage .sfcheckoutFormWrp {
    padding: 0;
    border: 0;
}

.RadTabStrip.sfcheckoutTabstrip {
    margin-bottom: 20px;
}

.sfcheckoutTabstrip.sfCStep1 .sfStep1,
.sfcheckoutTabstrip.sfCStep1 .sfStep2 {
    color: #fff;
    background-color: #0081c6;
}

.sfcheckoutTabstrip.sfCStep2 .sfStep1,
.sfcheckoutTabstrip.sfCStep2 .sfStep2,
.sfcheckoutTabstrip.sfCStep2 .sfStep3,
.sfcheckoutTabstrip.sfCStep3 .sfStep1,
.sfcheckoutTabstrip.sfCStep3 .sfStep2,
.sfcheckoutTabstrip.sfCStep3 .sfStep3,
.sfcheckoutTabstrip.sfCStep3 .sfStep4,
.sfcheckoutTabstrip.sfCStep4 .sfStep1,
.sfcheckoutTabstrip.sfCStep4 .sfStep2,
.sfcheckoutTabstrip.sfCStep4 .sfStep3,
.sfcheckoutTabstrip.sfCStep4 .sfStep4,
.sfcheckoutTabstrip.sfCStep4 .sfStep5 {
    color: #fff;
    background-color: #0081c6;
}

.sfcheckoutTabstrip.sfCStep1 .sfStep1,
.sfcheckoutTabstrip.sfCStep2 .sfStep1,
.sfcheckoutTabstrip.sfCStep2 .sfStep2,
.sfcheckoutTabstrip.sfCStep3 .sfStep1,
.sfcheckoutTabstrip.sfCStep3 .sfStep2,
.sfcheckoutTabstrip.sfCStep3 .sfStep3,
.sfcheckoutTabstrip.sfCStep4 .sfStep1,
.sfcheckoutTabstrip.sfCStep4 .sfStep2,
.sfcheckoutTabstrip.sfCStep4 .sfStep3,
.sfcheckoutTabstrip.sfCStep4 .sfStep4,
.sfcheckoutTabstrip.sfCStep4 .sfStep5 {
    background-position: 100% -62px;
}

.sfcheckoutTabstrip.RadTabStrip .rtsLink.sfStep5 {
    background-position: 100% -117px;
}

.RadTabStrip .rtsLI {
    background: #F1EEEE;
}

.sfcheckoutMulitPage h2.sfcheckoutStepTitle {
    font-size: 20px;
    color: #666;
    font-weight: 500;
}

.sfcheckoutFormList {
    font-size: 13px;
    color: #777;
}

.sfcheckoutMulitPage li.sfcheckoutFormItm {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    line-height: 30px;
}

.sfcheckoutMulitPage .sfcheckoutFormItm .sfTxtLbl {
    display: block;
    width: 25%;
    /*padding: 0 10px;*/
    float: left;
}

.sfcheckoutFormWrp .sfTxt {
    padding: 5px 10px;
    border: 2px solid #eee;
    width: 250px;
}

.sfcheckoutFormWrp select {
    border: 2px solid #eee;
    border-radius: 2px;
    padding: 3px 6px;
    outline: 0;
    color: #888;
    width: 274px !important;
}

.sfUseShippingAddressAsBillingAddress {
    font-size: 13px;
}

.sfcheckoutMulitPage .sfcheckoutContinueBtn, .sfcheckoutBtnsWrp .sfPrintBtn, .sfprofileSaveLnk {
    display: inline-block;
    background: #e2e2e2;
    line-height: 2em;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #0081c6;
    border: none;
    padding: 2px 20px;
}

h3.sfcheckoutStepSubTitle {
    font-size: 20px;
    color: #666;
    font-weight: 500;
}

.sforderSummaryTable {
    text-align: left;
    font-weight: normal;
}

.sfcheckoutMulitPage .sforderSummaryTable th {
    text-align: left;
    font-weight: 500;
}

.sforderSummary {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sfcheckoutFormItmCheckboxList, .sfPaymentMethodList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sfcheckoutMulitPage, .sfcheckoutMulitPage, .orderInfoPanel {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    font-size: 14px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 20px;
}

.sfcheckoutBtnsWrp {
    padding: 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
    margin: 20px -20px -20px;
    text-align: right;
}

.sfcheckoutFormWrp .sfCreditCardExpirationMonth select, .sfcheckoutFormWrp .sfCreditCardExpirationYear select {
    width: 100% !important;
}

.sfCreditCardExpirationMonth, .sfCreditCardExpirationYear {
    display: inline-block;
}

.sfcheckoutFormList .sfErrorWrp {
    display: block;
    color: red;
    line-height: 18px;
    font-size: 12px;
}


.sfcheckoutPreviewAddressBlock, .sforderDetailsAddressBlock {
    width: 49%;
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    vertical-align: top;
}

    .sfcheckoutPreviewAddressBlock span {
        display: block;
    }

    .sfcheckoutPreviewAddressBlock .sfcheckoutStepTitle, .sforderDetailsAddressBlock .sforderDetailsTitle {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
    }

.sfcheckoutPreviewAddress, .sforderBriefInfoWrp {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 12px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 10px;
    font-style: normal;
    margin-bottom: 15px;
}

.previewAddress {
    width: 65%;
    display: inline-block;
    border-right: 1px dashed #ccc;
    margin-right: 1%;
    padding-right: 1%;
}

.previewMethod {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#body .container .previewMethod h2.sfcheckoutStepTitle, #body .container .previewMethod .sforderDetailsTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: #000;
    line-height: 27px;
}

.sfcheckoutPreviewAddress a {
    display: block;
}

.sfcheckoutPreviewProduct table, .sfordersProductTable table {
    border-collapse: collapse;
    font-size: 14px;
}

    .sfcheckoutPreviewProduct table th, .sfordersProductTable table th {
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #DCDCDC;
        color: #20272D;
        font-weight: 500;
        padding: 4px 0px;
    }

    .sfcheckoutPreviewProduct table td strong, .sfordersProductTable table td strong {
        font-size: 14px;
        font-weight: 500;
    }

.sfcheckoutPreviewProduct .sfItmQuantityCol, .sfordersProductTable .sfItmPriceCol, .sfordersProductTable .sfItmQuantityCol {
    text-align: right;
}

.sfcheckoutTotalPriceWrp {
    margin-top: 20px;
}

.sfcheckoutPreviewProduct .RadGrid, .sfordersListView .sfordersProductTable {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 10px;
    font-style: normal;
    margin-bottom: 15px;
}

.sfcheckoutPreviewProduct .sfAmount, .sfordersListView .sfAmount {
    float: right;
}

.sfcheckoutPreviewProduct .sfPrice, .sfordersListView .sfPrice {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

.changing-content .sforderBriefInfoList li:before,
.changing-content .sfcheckoutTotalPriceWrp li:before,
.changing-content .sfcurrenciesHorizontalList li:before {
    display: none;
}

.sfcurrencyLnk {
    text-decoration: none;
    position: absolute;
    z-index: 8;
    left: 10px;
    top: 10px;
}

    .sfcurrencyLnk:hover {
        text-decoration: underline;
    }

.sforderBriefInfoList {
    font-size: 12px;
}

    .sforderBriefInfoList li {
        display: inline-block;
        margin-right: 15px;
    }

.sfordersProductTable .sfItmSku {
    font-size: 12px;
}

.tableProductSelection {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 12px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 10px;
    font-style: normal;
    margin-bottom: 15px;
    text-align: center;
}

    .tableProductSelection table {
        width: 100%;
    }

        .tableProductSelection table strong {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
        }

.sfProductsSortByWrp select {
    /*border: 2px solid #eee;*/
    border-radius: 2px;
    padding: 3px 6px;
    outline: 0;
    color: #888;
}
.sfErrorSummary{
    color: red;
    font-size: x-large;
    margin-bottom: 20px;
}
.shopTableBlock table td strong {
    font-size: 14px;
    font-weight: 500;
}

.tableProductsList .sfproductListItem:last-child > td {
    border-bottom: 0;
}

.sfCatalogPager .sf_pagerNumeric a {
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    color: #0081C6;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ECEEEF;
    margin-right: 2px;
}


    .sfCatalogPager .sf_pagerNumeric .sf_PagerCurrent, .sfCatalogPager .sf_pagerNumeric a:hover {
        border: 1px solid #4E91B5;
        background: #4E91B5;
        color: #fff;
    }

.sfCatalogPager .sf_pagerNumeric {
    display: inline-block;
}

.sfCatalogPager a {
    text-decoration: none;
    display: inline-block;
}
/*.sfCatalogPager>a:first-child {
    float: left;
}
.sfCatalogPager>a:first-child {
    float: ;
}*/

.disableBtn {
    background-color: #0081c6;
    opacity: 0.4;
    cursor: not-allowed;
}

.helpBlock {
    display: none;
    text-align: right;
    font-size: 12px;
    width: 50%;
    float: right;
    background: #F7EAEA;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #FD5757;
}

.sfshoppingCartWrp .sfShoppingCartDiscountList th {
    text-align: left;
    font-size: 14px;
    text-transform: none;
    border-bottom: 0;
    font-weight: normal;
}

.sfShoppingCartDiscountList {
    width: 100%;
}

.sfshoppingCartWrp table.sfShoppingCartDiscountList td {
    text-align: right;
    border-bottom: 0;
}

.sfcheckoutPreviewProduct .RadGrid.sfDiscountsWrp {
    margin: 0;
    background: none;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    font-style: normal;
    margin-bottom: 0;
    outline: none;
}

.sfAmountCol {
    text-align: right;
}

.sfItmDiscountDscCol {
    display: none;
}

del.sfOrgPrice {
    color: #7D7D7D;
}
/*******************CALC*******************/

.srm {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    height: 8px;
    display: none;
}

.inputFieldSlider {
    margin-top: -6px;
}

.inputSlider {
    width: 40px;
    text-align: right;
    margin-right: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}

.leftCalc {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: right;
    margin-right: 10px;
}

.rightCalc {
    display: inline-block;
    width: 65%;
}

.calculatorBlock {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    font-size: 14px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
}

.leftCalc strong {
    font-weight: 500;
    font-style: normal;
}


.footerCalc {
    padding: 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
}

.materialClass, .dimension, .systemOfmeasure, .rectangleSlider, .roundSlider {
    padding: 20px;
    border-bottom: 1px dashed #D8D4D4;
}

.roundSlider, .rectangleSlider {
    border-bottom: 0;
}

.calculatorBlock .ui-slider-horizontal {
    height: 0.3em;
}

    .calculatorBlock .ui-slider-horizontal .ui-slider-handle {
        top: -.5em;
        margin-left: -.2em;
    }

.calculatorBlock .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .4em;
    height: 1.2em;
    cursor: default;
}

#weightClc {
    font-size: 30px;
}



.calculatorBlock .noUi-horizontal .noUi-handle {
    width: 10px;
    height: 24px;
    left: -5px;
    top: -10px;
}

.calculatorBlock .noUi-handle:before, .calculatorBlock .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 2px;
    top: 4px;
}

.calculatorBlock .noUi-handle:after {
    left: 5px;
}

.calculatorBlock .noUi-base {
    background: #DCDADA;
}

.calculatorBlock .noUi-origin {
    background: #FFF;
}
/* RADIO */

.regular-radio {
    display: none;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 8px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-bottom: -4px;
        margin-right: 10px;
    }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 10px;
        height: 10px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #0081c6;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}
/************/

.sfLoginWrp, .newCusomer, .sfregisterFormWrp {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 0;
    font-style: normal;
    margin-bottom: 15px;
    width: 100%;
}

    .sfLoginWrp > div, .newCusomerBlock {
        padding: 20px;
    }

    .sfregisterFormWrp > div {
        padding: 20px;
    }

    .sfLoginWrp ol, .sfLoginWrp li, .sfregisterFormWrp ol, .sfregisterFormWrp li {
        padding: 0;
        list-style: none;
        margin: 0;
        margin-bottom: 10px;
    }

.changing-content .sfLoginWrp li:before, .changing-content .sfregisterFormWrp li:before {
    display: none;
}

.sfLoginWrp li label.sfTxtLbl {
    width: 26%;
    display: inline-block;
}

.sfLoginWrp li input.sfTxt {
    padding: 5px 10px;
    border: 1px solid #D4D3D3;
    width: 62%;
    display: inline-block;
}

.sfLoginWrp li .sfValidator strong, .sfError {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: red;
}

.sfCheckBoxWrapper {
    color: #9E9E9E;
}

.sfSubmitBtn {
    /*text-align: right;
    padding: 10px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15); 
    margin: 0px -10px -10px;*/
    text-align: right;
}

    .sfSubmitBtn a {
        display: inline-block;
        background: #e2e2e2;
        line-height: 2em;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        background-color: #0081c6;
        border: none;
        padding: 2px 20px;
    }

        .sfSubmitBtn a strong {
            font-style: normal;
            font-weight: 500;
        }

.sfLoginHelp a {
    font-size: 12px;
}

.newCusomerBtn {
    margin-top: 10px;
    text-align: center;
    padding: 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    margin: 20px -20px -20px;
}

    .newCusomerBtn a {
        display: inline-block;
        background: #e2e2e2;
        line-height: 2em;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        background-color: #0081c6;
        border: none;
        padding: 2px 20px;
    }

.sfLoginHelp {
    padding: 10px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    text-align: right;
}

.sfregisterFormWrp ol li > div {
    display: inline-block;
    width: 25%;
}

    .sfregisterFormWrp ol li > div.sfFieldWrp {
        display: inline-block;
        width: 65%;
    }

        .sfregisterFormWrp ol li > div.sfFieldWrp .sfTxt {
            width: 100%;
        }

.sfregisterFormWrp > div.sfSuccess {
    padding: 0;
}

.sfregisterFormWrp .sfFieldWrp input.sfTxt {
    padding: 5px 10px;
    border: 1px solid #D4D3D3;
    display: inline-block;
}

.sfregisterLnkWrp {
    padding: 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
    margin: 20px -20px -20px;
    text-align: right;
}

    .sfregisterLnkWrp input {
        display: inline-block;
        background: #e2e2e2;
        line-height: 2em;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        background-color: #0081c6;
        border: none;
        padding: 2px 20px;
    }

.LoginShopForm {
    width: 100%;
}
/**********/



.sfFormCheckboxlist label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

    .sfFormCheckboxlist label p {
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

.sfFormCheckboxlist input {
    display: inline-block;
    margin-right: 10px;
}


.customShippingInformation .sfTxtLbl {
    display: block;
    width: 175px;
    float: left;
}

.customShippingInformation .MyAccountInputFedEx,
.customShippingInformation .MyAccountInputUPS {
    display: inline-block;
}

    .customShippingInformation .MyAccountInputFedEx input,
    .customShippingInformation .MyAccountInputUPS input {
        padding: 5px 10px;
        border: 2px solid #eee;
        width: 130px;
    }

.customShippingInformation {
    background: #F3F3F3;
    padding: 20px;
    margin: 23px -20px -20px;
    border-top: 1px solid #ddd;
}

.shippingBlock input {
    margin-left: 0;
}

.useMyBlock {
    position: absolute;
    top: 0;
    left: 100px;
    width: 75%;
}

.upsRB, .fedexRB {
    height: 30px;
    margin-top: 2px;
    width: 100%;
}

.upsRB {
    position: absolute;
    top: 30px;
}

.fedexRB {
    position: absolute;
    top: 0px;
}


.checkClass, .checkClass li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .checkClass li:before {
        display: none;
    }

    .checkClass li > label {
        display: block;
        vertical-align: top;
        padding-left: 25px;
    }

    .checkClass li {
        padding: 5px 0px;
        border-bottom: 1px solid #E2E2E2;
    }

    .checkClass input {
        float: left;
        margin-top: 6px;
    }




.sf_cols.technical-documents-forms > div {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 20px;
}

.technical-documents-forms input[type="text"] {
    padding: 5px 0;
    border: 0;
    width: 100%;
    outline: none;
    text-indent: 8px;
}

.sf_cols.technical-forms-footer {
    padding: 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
    margin: 20px -20px -20px;
    text-align: right;
}

.tecdoc-right input[type="text"], .guidClass {
    display: none;
}

.tecdoc-right h3 {
    font-size: 16px;
}

.tecdoc-right .categoryDocument {
    font-size: 12px;
    color: #9A9999;
    line-height: 16px;
}

.tecdoc-left .sfFieldWrp {
    border: 2px solid #eee;
    background: #fff;
}

.technical-forms-footer input {
    display: inline-block;
    background: #e2e2e2;
    line-height: 2em;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #0081c6;
    border: none;
    padding: 2px 20px;
}

.sfcheckoutContinueBtn:disabled {
    opacity: 0.5;
    background-color: #888;
}

.sfregisterState .RadComboBox {
    display: inline-block;
    width: 68% !important;
}

.sfregisterState .RadComboBox_Bootstrap .rcbInputCell, .sfregisterState .RadComboBox_Bootstrap .rcbArrowCell {
    border-radius: 0;
}

.RequestAccessSubmit {
    text-align: right;
}

    .RequestAccessSubmit input {
        padding: 8px 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
        background-color: #0081c6;
        border: 0;
        box-shadow: none;
        cursor: pointer;
    }

.sfsearchResultTitle a {
    font-size: 20px;
    text-decoration: none;
}

.sfsearchResultUrl, .sfsearchResultHighLighter {
    margin-left: 0;
}

    .sfsearchResultUrl a {
        color: #9E9E9E;
        font-size: 13px;
    }

.sfsearchResultHighLighter {
    margin-bottom: 25px;
}


.section-search .sf_pagerNumeric {
    margin-bottom: 40px;
}

    .section-search .sf_pagerNumeric a {
        font-size: 14px;
        color: #2f2b26;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #C7C7C7;
        border-radius: 2px;
        margin-left: 4px;
        display: inline-block;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
    }

        .section-search .sf_pagerNumeric a.sf_PagerCurrent {
            color: #fff;
            background-color: #0081c6;
            border: 1px solid #0081c6;
        }

        .section-search .sf_pagerNumeric a:hover {
            border: 1px solid #0081c6;
        }





@media print {
    .navigation, .search-panel, .breadcrumbs-image,
    .bar-section, .sfInlineEditingPageMenu, .sfcheckoutBtnsWrp {
        display: none;
    }

    .logo {
        float: none;
    }

        .logo img {
            position: static;
        }

    .sfcheckoutMulitPage, .sfcheckoutMulitPage, .orderInfoPanel, .sfcheckoutPreviewAddress, .sforderBriefInfoWrp {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .sforderBriefInfoList {
        border-bottom: 1px solid #CAC9C9;
    }

    .sfcheckoutPreviewProduct .RadGrid, .sfordersListView .sfordersProductTable {
        border-radius: 0;
        border: 1px solid #CAC9C9;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #body .mobile-bar-list, #body .blue-block-img, .blue-block, .footer-bottom, .SecondSection {
        display: none !important;
    }
}

/* Global Restyled */

strong {
    font-weight: 600;
}

.sfContentBlock {
    padding-bottom: 1em;
}

li li {
    margin-left: 20px;
}

/* Tables Styled */

#body .container .table-styles {
}

    #body .container .table-styles table {
        border: solid 1px #333;
        width: 100%;
        border-spacing: 0px;
    }

        #body .container .table-styles table tr {
        }

        #body .container .table-styles table th,
        #body .container .table-styles table .table-blue {
            background-color: #0081C6;
            color: #fff;
            padding: 0.75em;
            border: solid 1px #333;
        }

        #body .container .table-styles table tr:nth-child(even) {
            background-color: #CEDEEE;
        }

        #body .container .table-styles table td {
            padding: 0.5em;
            border: solid 1px #333;
        }

ol li {
    padding-bottom: 1em !important;
}

    ol li:before {
        content: "" !important;
        margin-right: 0px !important;
    }

/* Tungsten Alloys Chart */
.tungsten-alloys {
    display: block;
}

.tungsten-alloys-mobile {
    display: none;
}

/** Contact Form **/
.contact-form {
    margin: 0 auto !important;
    max-width: 650px;
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(2, 2, 2, 0.5);
    padding: 20px;
}

    .contact-form h4 {
        margin-top: 0px;
        padding: 0 2%;
    }

    .contact-form .sfFormBox div {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
    }

    .contact-form .sfFormBox label {
        text-align: right;
        display: block;
        font-weight: 500;
    }

    .contact-form .sfFormBox input {
        padding: 5px 0;
        border: 0;
        width: 100%;
        outline: none;
        text-indent: 8px;
    }

    .contact-form .sfFormDropdown label {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
        text-align: right;
        font-weight: 500;
    }

    .contact-form .sfFormDropdown span {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
    }

        .contact-form .sfFormDropdown span select {
            padding: 5px 0;
            border: 0;
            width: 100%;
            outline: none;
            text-indent: 8px;
        }

    .contact-form .sfFormCheckboxlist div {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
        text-align: right;
        font-weight: 500;
        vertical-align: top;
    }

    .contact-form .sfFormCheckboxlist span {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
    }

    .contact-form .sfFormCheckboxlist label {
        margin-bottom: 6px;
        font-size: 14px;
        width: 65px;
    }

    .contact-form .sfFormCheckboxlist hr {
        display: none;
    }

    .contact-form .sfFormBlock div {
        display: inline-block;
        width: 45%;
        padding: 0.5% 2%;
        vertical-align: top;
    }

    .contact-form .sfFormBlock label {
        text-align: right;
        display: block;
        font-weight: 500;
    }

    .contact-form .sfFormBlock textarea {
        padding: 5px 0;
        border: 0;
        width: 100%;
        outline: none;
        text-indent: 8px;
    }

    .contact-form .sfFormSubmit {
        padding: 20px;
        overflow: auto;
        background: #d4dedf;
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
        border-radius: 0 0 5px 5px;
        margin: 0px auto 0px;
        text-align: right;
        width: 94%;
    }

        .contact-form .sfFormSubmit input {
            display: inline-block;
            background: #e2e2e2;
            line-height: 2em;
            cursor: pointer;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            background-color: #0081c6;
            border: none;
            padding: 2px 20px;
        }

/** Request a Quote Form **/
#ContentPlaceHolderContent_T4B05BC37004_Col00 {
    position: relative;
}

.ribbon-slider {
    cursor: hand;
    cursor: pointer;
}

.hide {
    cursor: hand;
    cursor: pointer;
    float: right;
    position: relative;
    right: 40px;
}

.wrapper .content .request-container {
    float: right;
    overflow: hidden;
    background: #0081c5;
    width: 0;
    z-index: 999;
    position: absolute;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .wrapper .content .request-container .request-a-quote {
        width: 320px;
        padding: 20px;
    }

.wrapper .content .request-a-quote-form {
    color: #fff;
}

    .wrapper .content .request-a-quote-form a:link,
    .wrapper .content .request-a-quote-form a:visited {
        color: #fff;
        text-decoration: underline;
    }

    .wrapper .content .request-a-quote-form a:active,
    .wrapper .content .request-a-quote-form a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .wrapper .content .request-a-quote-form .sfFormBox input {
        padding: 5px 0;
        border: 0;
        width: 66%;
        outline: none;
        text-indent: 8px;
    }

    .wrapper .content .request-a-quote-form .sfFormBlock textarea {
        padding: 5px 0;
        border: 0;
        width: 66%;
        outline: none;
        text-indent: 8px;
    }

    .wrapper .content .request-a-quote-form .sfSubmitBtnSmall input {
        display: inline-block;
        background: #e2e2e2;
        line-height: 2em;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #0081c6;
        font-size: 14px;
        text-decoration: none;
        background-color: #fff;
        border: none;
        padding: 2px 20px;
        margin-top: 10px;
        font-weight: 600;
    }

/** Backend fixes **/

.sfPageEditor .changing-content li:before {
    content: "";
    font-family: inherit;
    color: #000000;
    margin-right: inherit;
    font-size: inherit;
    vertical-align: inherit;
}
