/*TYPOGRAPHY*/
/*font-family: 'nunito-sans', sans-serif;*/

/*MAKING ADMIN BAR ABSOLUTE SO IT DOESNT BREAK HEADER FOR THOSE LOGGED IN*/
.admin-header-links {
    position: fixed;
    bottom: 0;
    z-index: 499;
    width: 100%;
}

body, H1, H2, h3, h4, h5, p, a, input, textarea, select, button {
    font-family:'nunito-sans', sans-serif;
    font-weight:300;
    color: #0A161D;
}

img {
    width: auto;
    max-width: 100%;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
}

h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

h5 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: left;
}

p {
    color: #666B71;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
    text-align: left;
}

p a{
        font-weight:bold;
}

.master-column-wrapper ul{
    list-style-type:initial;
    margin: 20px 10px 20px 30px;
}

.master-column-wrapper ul li{
    padding: 0px 5px 10px 5px;
}

.dark{
    color:#0A161D;
}

.bar-notification-container {
     -webkit-backface-visibility: hidden;
}

.bar-notification .close {
    background: transparent url(../images/close.png) center no-repeat;
}

.bar-notification .content{
     color:white;
}

.bar-notification.success p{
    color:white;
}

.eyebrow {
    color: #E03A3E;
    display: block;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: left;
}

.footer h5 {
    color: white;
    text-align: center;
}

.footer a, .footer a:active, .footer a:visited{
    color:white;
}

.footer a:hover {
   color: #E0393E;
}

.login-page .returning-wrapper .inputs.reversed a:hover, .login-page .returning-wrapper .inputs.reversed a:focus {
    color: #E03A3E;
}

.cart .product a:hover, .cart .product a:focus, .data-table .product a:hover, .data-table .product a:focus, .data-table .info a:hover, .data-table .info a:focus {
    color: #E03A3E;
}

.cart td {
    min-width: 125px;
}

/*RED BUTTONS*/
.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, 
.password-recovery-page .button-1, .email-revalidation-page .button-1, .account-activation-page .button-1, 
.account-page .button-1, .return-request-page .button-1,
.butn, .search-input .button-1, .shopping-cart-page .common-buttons button:first-child, 
.cart-footer .checkout-button, .checkout-page .button-1, .wishlist-content .update-wishlist-button, 
.wishlist-content .wishlist-add-to-cart-button, .product-line-add-to-cart-button
    {
    background-color: #E03A3E;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family:'nunito-sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 50px;
    text-align: center;
    text-transform: none;
    width: auto;
}

/*RED BUTTONS BLACK ON HOVER*/
.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, 
.password-recovery-page .button-1:hover, .email-revalidation-page .button-1:hover, .account-activation-page .button-1:hover, 
.account-page .button-1:hover, .return-request-page .button-1:hover,
.butn:hover, .search-box .search-box-button:hover, .search-box .search-box-button:focus, 
.search-input .button-1:hover, .shopping-cart-page .common-buttons button:first-child:hover, 
.shopping-cart-page .common-buttons .estimate-shipping-button:hover, .cart-footer .checkout-button:hover, 
.shopping-cart-page .common-buttons button:hover, .checkout-page .button-1:hover, .cart-collaterals .button-2:hover, 
.wishlist-content .update-wishlist-button:hover, 
.wishlist-content .wishlist-add-to-cart-button:hover, .email-a-friend-page .button-1:hover, .email-a-friend-button:hover, 
.overview .button-2:hover, .variant-overview .button-2:hover, .product-line-add-to-cart-button:hover{
        background-color: #0A161D;
}

/*GREY BUTTONS*/
.shopping-cart-page .common-buttons button, .shopping-cart-page .common-buttons .estimate-shipping-button,
.wishlist-content .email-a-friend-wishlist-button, .email-a-friend-page .button-1, .email-a-friend-button, 
.overview .button-2, .variant-overview .button-2{
    background-color:#666B71;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family:'nunito-sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 50px;
    text-align: center;
    text-transform: none;
    width: auto;
}

.overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
    float: none;
}

.overview .email-a-friend-button {
    background-image:none;
    min-width:200px;
    line-height: 40px;
}

.product-share-button{
    display:block;
}

.cart a, .data-table a, .forum-table a {
    color: #E03A3E;
}

.product-line-add-to-cart-button{
    line-height: 40px;
    margin:10px;
    min-width:200px;
    display:block;
}

.product-line-add-to-cart-button:active{
    background-color:green;
}

.add-to-wishlist{
    display:none !important;
}

/*COUPON BUTTON*/
.cart-collaterals .button-2 {
    background-color: #666B71;
}

.topic-block {
    margin: 0;
}

    .topic-block a, .topic-page a {
        text-decoration: none;
    }

    .topic-block p {
        text-align: left;
    }

.red-underline {
    border-bottom: 1px solid #E03A3E;
    color: #0A161D;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 20px 0;
    text-align: left;
    text-decoration: none;
}

.apply-shipping-button {
    background-color: #E03A3E;
}

.estimate-shipping-radio:checked + label {
    background-color: #E03A3E;
    color: #E03A3E;
    border: 1px solid #E03A3E;
    border-color: #E03A3E;
}

.cart-total .order-total {
    color: #E03A3E;
}

.opc .allow .step-title {
    background-color: #282F34;
}

.opc .allow .step-title .number {
    background-color: #E03A3E;
}

/*GLOBAL STRUCTURE*/
.table-wrapper {
    overflow-x: unset;
}

.login-page .customer-blocks {
    margin: 50px 0 30px;
}

.side-2 {
    padding-top: 100px;
}

.shopping-cart-page, .login-page{
    padding-top:100px;
}

.clear {
    clear: both;
}

.master-wrapper-content, .spin-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: initial;
}

.master-column-wrapper {
    z-index: initial;
}

.grey-row {
    background-color: #F1F3F3;
    margin: 0 0 100px 0;
    padding: 100px 0;
}

.dark-grey-row {
    background-color: #282F34;
    padding: 80px 0;
}

.fixed-body {
    position: fixed;
    width:100%;
}

.html-home-page .center-1 {
    margin: 0;
}

.no-top-margin{
    margin-top:0;
}

.show-on-desk{
    display:none !important;
}

.show-on-mobile{
    display:block !important;
}

/* HEADER*/
.header {
    position: absolute;
    width: 100%;
}

.inside-page .header {
    background-color: #0A161D;
}

.product-details-page {
    padding: 100px 0 0 0;
}

.header-selectors-wrapper {
    border-bottom: none;
    padding: 0;
}

.header-links-wrapper {
    padding: 0;
}

.header-upper {
    display: none;
    background-color: #0A161D;
    border-bottom: none;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 500;
}

.header-upper .help-box{
    display:none;
}

.help-box {
    display:none;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;    
}

.help-box p{
    margin: 0;
}

.help-box p a{
    margin: 0 5px;
}
.help-box p a:hover, .help-box p a:focus{
    color:#4ab2f1
}

.mobile-help-box{
    display:block;
    background-color:black;
    margin:0;
    padding:3px;   
}

.mobile-help-box p, .mobile-help-box a{
    color:white;
    font-weight:400;
    text-align:center;
    margin:0;
}

.header-links span,
.header-links a,
.help-box p, 
.help-box p a{
    color: #CFCCC8;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}

.header-links li {
    margin: 0 12px;
}

.header-links #topcartlink span, .header-links #topcartlink a {
    color: white;
}

#topcartlink {
    display: none;
}

.ico-login {
    background: url('../images/login-icon.png') right center no-repeat;
    padding: 0 25px 0 0;
}

#topcartlink a {
    background: url('../images/shopping-bag.png') right center no-repeat;
    padding: 0 25px 0 0;
}

.header-lower {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.header-logo {
    float: left;
    display: inline;
    font-size: 0;
    margin: 20px 0;
    text-align: left;
    vertical-align: middle;
    width: 100px;
}

.mob-logo {
    display: block;
    width: 100px;
}

.desk-logo {
    display: none;
    width: 100px;
}

.mobile-icon-buttons {
    float: right;
    display: inline;
    margin: 10px;
}

.mobile-icon-search {
    float: left;
    display: inline;
    margin: 20px 15px 20px 0;
    width: 20px;
}

.mobile-icon-cart {
    float: left;
    display: inline;
    margin: 20px 3px 20px 0;
    width: 20px;
}

.mobile-qty{
    color: white;
    display: inline;
    float: left;
    font-size: 16px; 
    line-height: 20px;
    margin: 20px 15px 20px 0;
    width: 24px;
}

.mobile-icon-toggle {
    float: left;
    display: inline;
    margin: 22px 0px 25px 0;
    width: 20px;
}

.mobile-nav-close {
    float: left;
    display: none;
    margin: 20px 0 0 0;
    width: 20px;
}

.search-box {
    display: none;
    text-align: right;
    vertical-align: middle;
}

.ui-autocomplete {
    overflow-y: scroll;
}

/*** NAVIGATION ***/
.sub-holder {
    display: none;
    background: #CFCCC8;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 75px;
    width: 100%;
    z-index: 10;
}

.desk-search-icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 45px;
    width: 18px;
}

.header.nav-open {
    background: #CFCCC8;
}

.head-menu {
    background: #CFCCC8;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 75px;
    width: 100%;
    z-index: 10;
}

.mobile-window .top-menu {
    display: block;
}

.mob-nav-logo {
    display: none;
    margin: 20px 10px 40px 10px;
    width: 100px;
}

.mob-search-logo {
    display: block;
    margin: 20px 10px 40px 10px;
    width: 100px;
}

.head-menu > ul > li {
    border: none;
}

.custom-top-menu li, .sub-holder li {
    background-color: #CFCCC8;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.custom-top-menu li a, .sub-holder li a {
        color: #0A161D;
        display: inline-block;
        font-size: 20px;
        line-height:40px;
        padding: 5px 10px;
        text-align: left;
        width: auto;
}

.sub-holder li a.red-underline {
        margin:0;
        border-bottom:0px;
        font-weight:normal;
}


.mob-arrow {
    position: absolute;
    right: 10px;
    top: 12px;
    
}

.sub-holder-cont {
    position: relative;
}

.sixty {
    display: block;
    width: 100%;
}

.custom-img {
    display: none;
}

/*.sub-holder-list {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
}*/

.sub-holder-list {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    height: 75vh;
    overflow-y: scroll;
    padding-bottom: 25vh;
}


.sub-category-list {
    background: #CFCCC8;
    height: 75vh;
    overflow-y: scroll;
    padding-bottom: 25vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.sub-category-list > a {
        display: block !important;
}

.mobile-bk-arrow, .sub-bk-arrow {
    margin: 0 0 10px 13px;
}


/* SEARCH BOX*/
.search-box {
    background: #FFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 10;
}

.search-nav-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
}

.search-box .spin-container {
    margin: 0;
}

.search-box h3 {
    margin: 10px;
}

#small-search-box-form {
    border-bottom: 1px solid #CFCCC8;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 70px 0 0 20px;
    max-width: 90%;
    width: 90%;
}

.search-box input.search-box-text {
    border: none;
    float: left;
    height: 36px;
    margin: 10px;
    width: 50%;
}

.search-box .search-box-button {
    color: #fff;
    float: right;
    font-family:'nunito-sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #E03A3E;
    min-width: 120px;
    padding: 0 15px;
    text-align: center;
    text-transform: none;
}


/*********** FOOTER ***********/
.footer {
    background-color: #0A161D;
    color: white;
    text-align: center;
}

    .footer p {
        color: white;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .footer ul {
        display: inline;
        float: none;
        margin-top: 30px;
        margin-right: 10%;
        text-align: center;
        width: 100%;
    }

        .footer ul li {
            font-size: 16px;
            line-height: 36px;
        }

.footer-upper {
    border: none;
    font-size: 0;
    margin: auto;
    overflow: hidden;
    padding: 70px 0 40px 0;
}

.footer-lower {
    padding: 0;
}

.footer-logo {
    padding-bottom: 40px;
    display: block;
    margin: 0 auto;
    width: 150px;
}

.soc-icons {
    margin-top: 30px;
    margin: 30px auto;
    width: 240px;
}

    .soc-icons svg {
        display: inline;
        margin: 0 10px;
    }

.footer-privacy {
    float: none;
    text-align: center;
    width: 100%;
}

    .footer-privacy a {
        color: white;
    }

        .footer-privacy a:first-child {
            border-right: 1px solid white;
            line-height: 32px;
            margin-right: 10px;
            padding-right: 12px;
        }

.footer-divide {
    border-top: 1px solid #2A2F33;
    padding: 20px 0;
}

.footer-lower {
    margin: auto;
    overflow: hidden;
    font-size: 12px;
}

.footer-info {
    float: none;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

/*HOME SLIDER*/
.home-slide h1 {
    color: white;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    max-width: 80%;
}

.home-slide p {
    color: white;
    margin-bottom: 40px;
    max-width: 70%;
}

.ems-home-slider-cont {
    position: relative;
}

.ems-home-slider {
    max-width: 100%;
    width: 100%;
}

.slick-vertical .slick-slide {
    display: block;
    height: 600px;
}

.home-slide .slide-bg {
    background-size: cover;
    height: 100%;
    overflow: hidden;
    padding: 140px 0 180px 0;
    position: relative;
}

.ems-home-slider-cont svg {
    bottom: -2px;
    height: auto;
    position: absolute;   
    width: 100%;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    background-color: transparent;
    background-image: url(../images/home-next-arrow.png);
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    height: 33px;
    position: absolute;
    right: 4.6%;
    top: 75%;
    width: 30px;
}

.slick-dots {
    position: absolute;
    right: 5%;
    top: 40%;
}

    .slick-dots li {
        border: 1px solid transparent;
        border-radius: 60%;
        height: 20px;
        margin: 10px 0;
        width: 20px;
    }

        .slick-dots li.slick-active {
            border: 1px solid #CFCCC8;
        }

        .slick-dots li button {
            color: transparent;
            background-color: #CFCCC8;
            border: none;
            border-radius: 50%;
            height: 5px;
            width: 5px;
            margin: 7px;
        }

/*WHO WE ARE*/
.who-we-are {
    overflow: auto;
    padding: 100px 0;
}

    .who-we-are .img-col {
        display: none;
    }

/*AFFILIATES*/
.affil-title {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.affil-item {
    display: inline-block;
    height: 85px;
    margin: 20px 10px;
    text-align: center;
    white-space: nowrap;
    width: 43%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.affil-item img {
    max-height: 85px;
    vertical-align: middle;
    width: auto;
}

.affil-item p {
    display:none;
}

/*ACADEMY*/
.link-row {
    padding: 15% 0 5% 0;
    position: relative;
}

    .link-row .white-curve {
        position: absolute;
        top: 0;
    }

    .link-row h3, .link-row .eyebrow {
        text-align: center;
    }

.link-list {
    display: block;
    margin-top: 40px;
}

.arrow-link-item {
    border-bottom: 1px solid #CFCCC8;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 4% 20px 0;
    padding-bottom: 40px;
    width: 45%;
}

.link-list a .red-arrow {
    display: inline-block;
    opacity: 0;
}

.arrow-link-item:hover {
    color: #E03A3E;
    border-bottom: 1px solid #E03A3E;
}

/*FEATURED PRODUCTS CARO*/
.fpc-cont {
    display: block;
    margin: 100px 0;
    position: relative;
}

.fpc-content {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.fpc-cont h2.product-title {
    font-size: 18px;
    line-height: 30px;
}

.fpc-cont .description {
    font-size: 16px;
    line-height: 26px;
}

.fpc-cont .slick-list {
    padding: 0 20% 0 0 !important;
}

.fpc-slide {
    margin: 0 10px;
}

.fpc-slide img{
   margin-bottom:20px
}

.fpc-slide .arrow-link-item {
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
    width: auto;
}

.fpc-slide .red-arrow{
    display:none
}

.fpc-slide .arrow-link-text{
   font-size:18px;
   line-height: 24px;
}

.fpc-slide p{
   font-size:16px;
   line-height: 20px;
   margin-top:10px;
}

.fpc-cont .add-info {
    display: none;
}

.fpc-cont .drag {
    position: absolute;
    top: 53%;
    right: 10%;
}

#DRAG{
    font-family: 'nunito-sans',sans-serif;
}

.fpc-cont .product-toggle, .fpc-cont .document-links, .fpc-cont .description{
    display:none;

}

.fpc-cont .custom-item-box{
    border:none;
}

.fpc-cont .picture{
    width:100%
}

/*NEW PRODUCT CARO*/
.new-prod-caro .fpc-content {
    display: block;
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
}

    .new-prod-caro .fpc-content h3 {
        float: left;
    }

    .new-prod-caro .fpc-content h3 {
        float: left;
    }

    .new-prod-caro .fpc-content a {
        float: right;
        margin: 0;
    }

    .new-prod-caro .fpc-content:after {
        clear: both;
        display: block;
        content: '';
    }

.new-prod-caro .drag, .new-prod-caro .description {
    display: none;
}


/*NEWSLETTER*/
.sign-up{
    padding-top:150px;
}

.html-home-page .sign-up{
    padding-top:80px;
}

.sign-up h2, .sign-up p, .sign-up label {
    color: white;
}

.sign-up input {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.sign-up .butn {
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
    width: auto;
}

.sign-up label {
    display: inline-block;
}

#CaptchaDiv {
    color: #E03A3E;
    display: inline-block;
    padding: 0 10px;
}

/*FEATURED NEWS SLIDER*/
.feat-news-slider {
    padding: 100px 0;
}

    .feat-news-slider .img-col {
        margin-bottom: 40px;
    }

    .feat-news-slider .slick-dots {
        position: relative;
        right: auto;
        top: auto;
    }

        .feat-news-slider .slick-dots li {
            float: left;
            margin: 10px 15px 0 0;
        }

            .feat-news-slider .slick-dots li.slick-active button {
                background-color: #E03A3E;
                color: transparent;
            }

.white-grey-row {
    background-image: linear-gradient(white 40%, #F1F3F3 40%);
    padding-bottom: 65px;
}

.dark-grey-indent {
    background-color: #CFCCC8;
    display: block;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .dark-grey-indent .cata-content h2 {
        margin: 40px 0;
        text-align: center;
    }

    .dark-grey-indent .butn {
        display: block;
        margin: 20px auto;
        max-width: 80%;
    }

.mobile-cata {
    display: block;
    margin: 0 auto;
}

/**INSIDE PAGES */
.banner-and-breadcrumb {
    display: block;
    position: relative;
}

.breadcrumb {
    display: none;
    margin: 0;
}

.bread-row {
    background-color: #f6f6f6;
    bottom: 0px;
    position: absolute;
    width: 100%;  
    z-index: 5;
}

    .bread-row ul li a {
        color: #0A161D;
    }

        .bread-row ul li a:hover {
            color: #0A161D;
        }

        .breadcrumb a:hover, .breadcrumb a:focus {
    color: #0A161D;
}


    .bread-row ul li .current-item {
        color: #0A161D;
        font-weight: bold;
    }

.inside-banner-row {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 75px;
    padding: 200px 0 100px 0;
    position: relative;
}

.inside-banner-row h1{
    color:white;
}

.inside-banner-row h1.dark{
     color:#0A161D;
}

.inside-banner-row svg{
    bottom: -2px;
    position:absolute;
}

    .inside-banner-row .inside-swoop {
        bottom: 0;
        height: auto;
        position: absolute;
        width: 100%;    
    }
  
.page-title {
    min-height: auto;
    margin: 0;
    border-bottom: none;
    padding: 0;
}

/*TOPIC PAGES*/
.html-topic-page body{
    background-color: #f5f4f3; 
}

.html-topic-page .inside-banner-row{
    background-color:white;
}

.html-topic-page #Shape{
    fill:#f5f4f3 !important; 
}

.html-topic-page .grey-row {
    background-color: #f5f4f3;
    margin: 0 0 100px 0;
    padding: 0;
}


.staff-item{
    padding:20px;
}

.histology-topic .affil-title {
    display: none;
}

.affil-item-topic{
    display:none;
}

.histology-topic .affil-item{
    display:none;
}

.histology-topic .affil-item-topic{
    display:block;
}

.histology-topic .affil-item-topic {
    background-color: white;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.affil-item-topic .parent{    
    height:400px;     
    text-align: center;
    font: 0/0 a;        
}

.affil-item-topic .parent:before{   
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.affil-item-topic .content {
    display: inline-block;
    vertical-align: middle;          
    padding: 0 20px 0 20px;   
}

.affil-item-topic .content p{
     text-align:center;
}

.affil-item-topic .content img{
    margin:0 0 40px 0;
}

.fourth.brochure-item{
    margin-bottom:55px;
}

.brochure-item img{
    display:block;
    margin:0 auto 20px auto;
}

.brochure-item strong{
    display:block;
    font-size: 18px;
    margin: 0 10px 5px 10px;
}

.brochure-item p{
    display:block;
    margin: 0 10px 5px 10px;
}

.virtual-butn{
    background-color: #E03A3E;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family:'nunito-sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    margin-left:10px;
    min-width: 120px;
    padding: 0 20px;
    text-align: center;
    text-transform: none;
    width: auto;
}

.pdf-butn{
    background-color: #F5F4F3;
    border: none;
    border-radius: 5px;
    color: #1C161D;
    cursor: pointer;
    display: inline-block;
    font-family:'nunito-sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 20px;
    text-align: center;
    text-decoration:underline;
    text-transform: none;
    width: auto;
}

/*LANDING PAGE GRID*/

.mobile-nav-spacer{
    padding-top: 120px;
}

p.large-p{
    font-size:24px;
    line-height:30px;
}

.row{
    display:block;
    margin: 0;
    width:100%;
}

.row:after{
    clear: both;
    content: "";
    display: table; 
}

.row.small-bottom-margin{
    margin: 20px 0 0 0;
}

.row.small-top-margin{
    margin: 0px 0 2px 0;
}

.centered, .centered p, .centered h1, .centered h2, .centered h3{
    text-align:center;
}

.half, .third, .fourth{
    display:block;
    margin-bottom:30px;
    width:100%;
}

.row.full-screen {   
    margin: 0;
    padding: 0;   
}

    .row.full-screen .half {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .white-bg{
        background-color:white;
        margin: 100px 0;
        padding: 50px 0;
    }

.row.cntr{
    background-color:white;
}

.row.cntr .parent {  
    height: auto;   
}

.row.cntr.short .parent {   
    height: auto;   
}

.row.full-screen .parent {
    height: auto;
}

.row.full-screen .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.row.cntr .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.row.cntr.short .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.row .content-left {
    display: block;
    vertical-align:auto;
    padding: 0;
}

.row .content-right {
    display: block;
    vertical-align:auto;
    padding: 0;
}

.row.full-screen .half.full-background{
    background-repeat:no-repeat;
    background-size:cover;
}

.row.full-screen .bg-fill{
    display:none;
    height:100%;
}

.master-column-wrapper .red-underline-list, .product-filter .group{
    list-style-type:none;
}


.red-underline-list li{
        margin: 20px 0;
}

.red-underline-list a {
    border-bottom: 1px solid #E03A3E;
    color: #0A161D;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    text-align: left;
    text-decoration: none;
}

/*PRODUCTS*/

/*HIDE PAGING BUTTONS WITH LAZY LOAD IN PLACE*/
.products-container .pager, .product-selectors .product-page-size{
    display:none;
}

.lazy-load{
    color:#E03A3E;
    display:block;
    margin-top:10px;
}

.product-list .item-box .picture {
    margin: 10px auto;
    background-color: transparent;
}

.gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
    bottom: initial;
}

.gallery .picture-thumbs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #333;
}

.gallery .picture-thumbs .thumb-item {
    margin: 10px;
}

.product-list .item-box .picture + .details {
    margin: 10px;
}

.item-box .product-title, .item-box .product-title a:hover, .item-box .product-title a:focus {
    color: #0A161D;
}

.custom-item-box {
    border-bottom: 1px solid #CFCCC8;
    padding: 0;
    position: relative;
    text-align: left;
}

.item-box .picture a img {
  margin:0;
}

.product-item {
    position: relative;
    padding: 10px;
    transition: background .5s linear;
}

    .product-item.active, .drawer-item {
        background: #F1F3F3;
    }


.product-essential {
    margin: 50px 0 0 0;
    border-bottom: none;
    padding: 0;
}

.picture, .details {
    display: block;
    width: 100%
}

.details {
    padding-bottom: 20px;
}

.detail-align {
    display: block;
    height: auto;
}

.details .product-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

.document-links, .document-links h3{
    text-align:center;
}

.document-links a {
    border-bottom: 1px solid #E03A3E;
    color: #0A161D;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    text-decoration: none;
}

    .document-links a:hover {
        border-bottom: 1px solid #E03A3E;
        color: #0A161D;        
        font-weight: bold;
        text-decoration: none;
    }

.product-toggle {
    background-color: #E03A3E;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-toggle svg {
        fill: white;
        transform: rotate(90deg);
    }

    .product-toggle.up svg {
        transform: rotate(-90deg);
    }

.drawer {
    background: #F1F3F3;
    border-bottom: 1px solid #282F34;
    display: none;
    position: relative;
    width: 100%;
}

.product-lines .data-table thead {
    display: none;
}

.product-lines .data-table tbody tr {
    border-top: 1px solid #CFCCC8;
    border-bottom: 1px solid #CFCCC8;
}

.product-lines .data-table tbody td {
    background-color: inherit !important;
    border-width: 0;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: transparent;
    padding: 10px 15px 0 15px;    
    color: #0A161D;
    width: 100%;
    display: block;
    text-align: center;
}

.cart th, .data-table th, .forum-table th {
    border-width: 0;
    border-style: none;
    background-color: #CFCCC8;
    color: #0A161D;
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
}

.mobile-lable{
    font-weight:bold;
}

.line-sku {
    font-weight: bold;
}

.drawer-item {
    border-bottom: 1px solid #282F34;
    padding: 10px;
}

.product-selectors {
    margin: 0;
    border-top: none;
    border-bottom: none;
    padding: 20px 0;
}

.product-selectors select, .product-selectors > div {
    margin: 0;
}

.product-lines .data-table tbody tr:hover {
    background: #FFF;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}


.pager li a, .pager li span {
    display: block;
    min-width: 35px;
    height: 35px;
    border: none;
    background-color: #CFCCC8;
}

.pager li span {
    border-color: transparent;
    background-color: #E03A3E;
    color: #fff;
}

.product-specs-box table{
    overflow:hidden;
}

.product-specs-box .data-table td{
    background-color:#F1F3F3;
    border-left: 0px;
    border-right: 0px;

}

/* BLOCK LIST*/
.product-filter .filter-title {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 12px 30px 12px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    cursor: auto;
}

.product-filters ul, .breadcrumb ul{
    margin:0;
}

.breadcrumb ul li {
    padding: 0;
}

.product-filters .name{
    padding:0;
}

.master-column-wrapper .block .list{
    list-style-type:none;
    margin:0;
}

.block .list a {
    border-bottom: 1px solid #FFF;
}

.product-filter .group .item label {
    font-size: 16px;
   /*line-height: 36px;*/
}

.block .view-all a {
    color: #E03A3E;
}

.block .list .active > a {
    color: #0A161D;
    border-bottom: 1px solid #E03A3E;
    font-weight: bold;
    padding-bottom: 2px;
}

.block .list a:hover {
    color: #0A161D;
    border-bottom: 1px solid #E03A3E;
    font-weight: bold;
}

.block .list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #fff;
}

.blk-row {
    display: none;
}

.prd-name, .prd-info {
    display: inline-block;
}

.prd-info {
    float: right;
}

/*.add-to-cart {
    float: right;
    margin: 10px;
}*/

.add-sub-wrap {
    margin: 10px auto;
    width: 100px;
}

input.count {
    background-color: transparent;
    border: none;
    color: #0A161D;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 42px;
}

button.sub {
    background-color: #666B71;
    border: none;
    border-radius: 5px 0 0 5px;
    color: white;
    height: 40px;
    width: 25px;
}

button.sub svg {
    margin: 0 0 5px 0;
}

.add-column {
    position: relative;
}

button.add {
    background-color: #0A161D;
    border: none;
    border-radius: 0 5px 5px 0;
    color: white;
    height: 40px;
    width: 25px;
}

/* SINGLE PRODUCTS*/

.overview .short-description {    
    line-height: 22px;
    color: #666B71;
}

.full-description {
    background-color: #F1F3F3;
    padding: 100px 0
}

.overview .value a, .variant-overview .value a {
    color: #E03A3E;
}

.product-details-page .product-lines {
    padding: 40px 0 0;
}

.product-details-page .product-lines p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    margin-left: 7px;
}

.product-details-page .grey-row {
    background-color: #F1F3F3;
    margin: 0;
    padding: 50px 0 50px 0;
}

.product-details-page .document-links {
    padding: 40px 0 60px 0;
}

/*RELATED PRODUCTS*/

.product-grid .title {
    margin: 0 0 30px;
    border-bottom: 0px solid #ddd;
    padding: 0 0 15px;
    font-size: 40px;
    font-weight: normal;
    color: #0A161D;
}

.related-products-grid {
    margin: 100px 0;
}

.related-products-grid .custom-item-box {
    border-bottom: none;
    padding: 0;
    position: relative;
    text-align: left;
}

.related-products-grid .detail-align {
    border-bottom:1px solid #CFCCC8;
    transition: 0.5s;
}

.related-products-grid .detail-align.hovered {
    border-bottom:1px solid #E03A3E;
   
}

.related-products-grid .details .product-title {
    font-size: 18px;
    font-weight:bold;
    line-height: 30px;
    margin-bottom:40px;
}

.related-products-grid .product-toggle, .related-products-grid .document-links{
    display:none;
}



/******
    MEDIA QUERIES
    ******
    ******
    ************/


@media all and (min-width: 768px) {
    .brochure-item img {
        display: block;
        margin: 0 0 20px 0;
    }
}

@media all and (min-width: 769px) {
    .master-wrapper-content, .spin-container {
        width: 94%;
    }

    .footer-block {
        padding-right: 40px;
        width: 33%;
    }

    .fixed-body {
        padding-right: 15px;
        position: fixed;
    }

    .product-selectors .product-viewmode {
        display: none;
    }

    .product-sorting {
        float: right;
    }

    .product-list .item-box {
        margin: 0;
    }
   
}

@media all and (min-width: 1001px) {
    /*TYPOGRAPHY*/
    h1 {
        font-size: 64px;
        line-height: 74px;
    }

    h2 {
        font-size: 40px;
        line-height: 55px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 25px;
    }

    h5 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    p {
        color: #666B71;
        font-size: 18px;
        line-height: 31px;
    }

    .eyebrow {
        font-size: 24px;
        line-height: 33px;
    }

    /*PAGE STRUCTURE*/
    .show-on-desk{
    display:block !important;
}

.show-on-mobile{
    display:none !important;
}

.side-2 {
    padding-top: 0;
}

.shopping-cart-page, .login-page{
    padding-top:50px;
}

    .header {
        background: white;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .inside-page .header {
        background-color: #FFF;
    }

    .product-details-page {
        padding: 0;
    }

    .one-half {
        display: inline;
        float: left;
        width: 50%;
    }

    .last-col:after {
        clear: both;
        content: '';
        display: block;
    }

    .header-selectors-wrapper {
        padding: 10px 0;
    }

    .header-upper {
        background-color: #0A161D;
        display: block;
        position: relative;
        text-align: left;
        z-index: 1;
    }

    #topcartlink {
        display: inline-block;
        background-color: #E03A3E;
        padding: 0 20px;
    }

    .mobile-icon-buttons {
        display: none;
    }

    .mob-logo {
        display: none;
    }

    .header-logo {
        display: inline;
        width: 15%;
    }

        .header-logo a {
            display: block;
        }

    .desk-logo {
        display: block;
        margin-top: 4px;
        width: 160px;
    }

    .header-lower {
        position: relative;
        top: auto;
    }

    .head-menu {
        background: white;
        border: none;
        display: block;
        float: right;
        height: auto;
        left: auto;
        margin: 0 auto 0 auto;
        padding: 0;
        position: relative;
        text-align: center;
        top: auto;
        width: 85%;
        z-index: 5;
    }


    /* TOP LEVEL LINKS*/
    .custom-top-menu {
        display: block;
    }

    .head-menu > ul > li {
        border-bottom: 2px solid white;
    }


    .mobile-bk-arrow, .sub-bk-arrow {
        display: none;
    }

    .custom-top-menu li a, .sub-holder li a {
        font-size: 15px;
    }

    .custom-top-menu > li {
        display: inline-block;
        border-left: none;
        padding: 0 15px;
        vertical-align: middle;
        background-color: white;
        width: auto;
        border-bottom: 2px solid white;
        border-left: 1px solid #ddd;
        display: inline-block;
        padding: 0 8px;
        vertical-align: middle;
    }

    ul.custom-top-menu > li > a {
        color: #0A161D;
        line-height: 95px;
        display: inline-block;
        padding: 5px 0px 5px 0;
        
    }

    ul.custom-top-menu > li > a:hover {
            color: #0A161D;
    }
 
    ul.custom-top-menu > li.opened {
        border-bottom: 2px solid #E03A3E;
        color: #0A161D;
    }

    .mob-arrow {
         cursor:pointer;
         padding: 5px;
         position: relative;
         right: auto; 
         top:0;
         transition: all 0.25s linear;
    }

     ul.custom-top-menu  .mob-arrow svg {
        transform: rotate(90deg);
    }

      ul.custom-top-menu > li.opened  .mob-arrow svg {
        transform: rotate(270deg);
    }

    /*SUBMENU*/
    .sub-holder {
        display: none;
        height: 500px;
        position: absolute;
        left: 0;       
        text-align: left;
        width: 100vw;
        z-index: 5;
        top:107px;
        background-color: white;
    }

        .sub-holder.aboutus-sub-holder {
            background: white;
            height: auto;
            left: auto;
            padding-top: 0;
            position: absolute;
            right: 0;
            top: 0;
            text-align: left;
            width: auto;
            z-index: 5;
        }

    .sub-holder-cont {
        position: relative;
    }

    .custom-img {
        background-position: right;
        background-repeat: no-repeat;
        display: block;
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        width: 530px;
    }

    .forty {
        background-size: cover !important;
        display: block;
        float: left;
        height: 100vh;
        width: 40%;
    }

    .sub-holder-list {
        padding-top: 50px;
        height:100%;
        width: 300px;
        overflow-y: hidden;
        padding-bottom: 50px;
    }

    .sub-holder.aboutus-sub-holder .sub-holder-list {
        margin: 0;
        padding: 50px 30px 50px 30px;
        width: 350px;
    }

    .sub-holder-list li {
        background-color: #fff;
        width: 100%;
    }

    .sub-holder-list > ul > li > a {
        border-bottom: 1px solid white;
        color: #0A161D;
        display: inline-block;
        font-size: 20px;
        line-height: 40px;
        margin: 0;
        padding: 3px 0;
        width: auto;
    }

    .sub-holder li a.red-underline {
        border-bottom: 1px solid white;
    }


   .sub-holder li a.red-underline:hover, .sub-holder-list ul > li:hover > a {
        border-bottom: 1px solid #E03A3E;
    }

    .sub-holder li a {
        border-bottom: 1px solid #fff;
        display: inline-block;
        color: #0A161D;
        font-size: 17px;
        line-height: 40px;
        padding: 6px 0 0 0;
        width: auto;
    }

    .sub-category-list {
        background: white;
        height:auto;
        left: 300px;       
        padding-top: 45px;
        padding-bottom: 45px;
        overflow-y: hidden;
        position: absolute;
    }

    .mult-column{
        display:inline;
        float:left;
        position:relative;      
        margin-right: 50px;
        max-width: 350px;
    }

        .sub-category-list li {
            background-color: #fff;
            margin: 0;
            position: relative;
            width: 100%;
            text-align: left;
        }

        .sub-category-list a {
            border-bottom: 1px solid white;
            color: #0A161D;
            display: inline-block;
            font-size: 20px;
            line-height: 40px;
            margin: 0;
            padding: 3px 0;
            width: auto;
        }

            .sub-category-list a:hover {
                border-bottom: 1px solid #E03A3E;
            }

    .about-nav {
        background: white;
        display: none;
        padding: 50px 50px 50px 30px;
        position: absolute;
        right: 0;
        top: 108px;
        width: 300px;
    }

        .about-nav li {
            background: white;
        }

            .about-nav li a {
                border-bottom: 1px solid #fff;
                color: #0A161D;
                display: inline-block;
                font-size: 17px;
                padding: 5px 10px;
                text-align: left;
                width: auto;
            }

                .about-nav li a:hover {
                    border-bottom: 1px solid #CF4845;
                }


    /*SEARCH*/
    .search-box input.search-box-text {
        width: 80%;
    }

    .desk-search-icon {
        display: block;
        right: 0px;
    }

    .search-box .spin-container {
        margin: 0 auto;
    }

    .mob-nav-logo, .mob-search-logo {
        display: none;
    }

    .search-box {
        height: 50vh;
        padding-top: 50px;
        position: absolute;
        top: 144px;
        width: 100%;
    }

    .search-nav-close {
        display: none;
    }

    #small-search-box-form {
        border-bottom: 1px solid #CFCCC8;
        border-left: none;
        border-right: none;
        border-top: none;
        display: block;
        margin: 0 auto 0 auto;
        max-width: 65%;
        width: 80%;
    }


    /*FOOTER*/
    .footer-upper {
        padding: 70px 0px;
    }

    .footer-logo {
        margin: 0;
    }

    .soc-icons {
        margin: 30px 0;
    }

    .footer h5 {
        text-align: left;
    }

    .footer p {
        text-align: left;
    }

    .footer ul {
        display: inline;
        float: left;
        text-align: left;
        width: 50%;
    }

    .footer-info {
        float: left;
        line-height: 32px;
        text-align: left;
        width: 50%;
    }

    .footer-privacy {
        float: left;
        text-align: right;
        width: 50%;
    }

    /*SLIDER*/
    .home-slide h1 {
        max-width: 40%;
    }

    .home-slide p {
        max-width: 30%;
    }

    /*WHO WE ARE*/
    .who-we-are .last-col {
        padding-left: 100px;
    }

    .who-we-are .img-col {
        display: block;
    }

    /*AFFILIATES*/
    .affil-wrap h2 {
        float: left;
    }

    .affil-title .red-underline {
        float: right;
    }

    .affil-item {
        margin: 20px 0;
        width: 19%;
    }

    .white-grey-row {
        padding-bottom: 125px;
    }

    /*FEATURED PRODUCTS SLIDER*/
    .fpc-content {
        display: inline;
        float: left;
        padding-left: 7.5%;
        width: 33%;
    }

    .feat-prod-caro {
        display: inline;
        float: left;
        width: 66%;
    }

    .fpc-cont .slick-list {
        padding: 0 0 0 0 !important;
    }

    .fpc-cont .drag {
        position: absolute;
        right: 42%;
        top: 18%;
    }

    .fpc-slide p {
        max-width:280px;
    }

    .fpc-slide a .red-arrow {
        display: inline-block;
        opacity: 0;
        width: 20px;
        transition: 1s;
    }

    .fpc-slide a:hover {
        color:#E03A3E
    }

    .fpc-slide a:hover .red-arrow {
        left: 0;
        margin-left: 20px;
        opacity: 1;
        transition: 1s;
        width: 20px;
    }

    /*NEW PROD CARO*/
    .new-prod-caro .feat-prod-caro {
        display: inline;
        float: none;
        width: 100%;
    }

    .new-prod-caro .slick-list {
        padding: 0 30% 0 0 !important;
    }

    /* ACADEMY*/
    .link-list {
        display: flex;
    }

        .link-list a {
            margin-right: 20px;
            position: relative;
            width: 25%;
        }

            .link-list a .arrow-link-text {
                display: inline-block;
                width: auto;
            }

    .arrow-link-item {
        width: 100%;
    }

    .link-list a .red-arrow {
        opacity: 0;
        width: 20px;
        transition: 1s;
    }

    .link-list .arrow-link-item:hover .red-arrow {
        display: inline-block;
        left: 0;
        margin-left: 20px;
        opacity: 1;
        transition: 1s;
        width: 20px;
    }

    /*BROWSE CATALOG*/
    .cata-content {
        display: table-cell;
        height: 400px;
        padding-left: 70px;
        vertical-align: middle;
    }

    .dark-grey-indent .butn {
        display: inline-block;
    }

    .dark-grey-indent .cata-content h2 {
        margin: 0 0 30px 0;
        max-width: 75%;
        text-align: left;
    }

    .dark-grey-indent .images .mobile-cata {
        display: none;
    }

    .cata-scroll-1 {
        background-image: url(../images/catalog-scroll-1.png);
        background-size: initial;
        background-position: 0% 0%;
        display: inline-block;
        height: 1000px;
        margin-left: 20%;
        width: 222px;
    }

    .cata-scroll-2 {
        background-image: url(../images/catalog-scroll-1.png);
        background-size: initial;
        background-position: 0% 100%;
        display: inline-block;
        height: 1000px;
        width: 222px;
    }

    /*FEATURED NEWS CARO*/
    .news-content {
        display: table-cell;
        height: 500px;
        padding-left: 100px;
        vertical-align: middle;
    }

    .feat-news-slider .slick-dots {
        bottom: 30%;
        left: 58%;
        position: absolute;
    }

    /*NEWSLETTER*/
    .sign-up p {
        padding-right: 100px;
    }

    .sign-up input {
        display: block;
        margin: 10px 0;
        width: 80%;
    }

    .sign-up .butn {
        border-radius: 5px;
        display: inline-block;
        margin: 10px 0 0 0;
        width: auto;
    }

    #CaptchaDiv {
        color: #E03A3E;
        display: inline-block;
        padding: 0 10px;
    }

    /* INSIDE PAGES*/

    .inside-banner-row svg{
        bottom: -2px;
        position:absolute;
        width:auto;
        max-width:none;
    }

    .breadcrumb {
        display: block;
    }

    .bread-row {
        position: relative;
    }

    .inside-banner-row {
        padding: 100px 0 100px 0;
    }

    .side-2 {
        float: left;
        width: 18%;
    }

    .center-2 {
        float: right;
        width: 80%;
    }

    /*TOPIC PAGES*/
    .histology-topic .affil-item-topic {
        margin: 0 10px 20px 10px;
        width: 45%;
    }

    .affil-item-topic .parent{    
        height:400px;            
    }

    /*LANDING PAGE GRID*/
    .mobile-nav-spacer{
        padding-top: 0;
    }

    .row{  
        margin: 100px 0;
    }

    .full {
        display:block;
        margin: 1%;
        width:98%;
    }
    .half {
        display:inline;
        float:left;
        margin: 1%;
        width:48%;
    }
    .third {
        display:inline;
        float:left;
        margin: 1%;
        width:31%;
    }
    .fourth {
        display:inline;
        float:left;
        margin: 1%;
        width:23%;
    }
    
    .row.full-screen .half {
        height: 75vh;
        margin: 0;
        width: 50%;
    }
 
    .row .content-left {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px 0 20px;
}

.row .content-right {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 40px;
}

    .row.full-screen .bg-fill{
    display:block;
    height:100%;
}

.row.cntr .parent {
    font: 0/0 a;
    height: 500px;   
}

.row.cntr.short .parent {
    font: 0/0 a;
    height: 300px;   
}

.row.full-screen .parent {
    height: 15vh;
}

.row.full-screen .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.row.cntr .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 500px;
}

.row.cntr.short .parent:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 300px;
}

    /*PRODUCT LIST*/
    .product-item {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .picture, .details {
/*        display: inline-block;*/
    }

    .product-list .item-box .picture + .details {
/*        display: inline-block;
        max-width: 70% !important;*/

    }

    .product-list .item-box .picture {
        margin: 10px 40px 10px 10px;
        width: 100px;
    }

    .details {
/*        max-width: 70%; */
        padding-bottom: 0;
    }

    .order-completed .details {
        max-width: 100%;
    }

    .document-links, .document-links h3{
        text-align:left;
}

    .document-links a {
        display: inline-block;
        margin-right:40px;
    }

    .blk-row {
        background-color: #282F34;
        color: white;
        display: block;
        padding: 10px
    }

    .product-toggle {
        background-color: transparent;
        cursor: pointer;
        width: 40px;
    }

        .product-toggle svg {
            fill: #0A161D;
        }

    .product-lines .data-table thead {
        display: table-header-group;
    }

    .product-lines .data-table tbody td {
        display: table-cell;
        padding: 10px 10px 10px 10px;
        text-align: left;
        width: auto;
    }

    .line-desc{
       max-width:400px;
    }

    .line-columna, .line-columnb, .line-columnc, .line-columnd, .line-columne {
        min-width:75px;
    }

    .product-lines .data-table tbody td.line-add-to-cart {
        width: 60px;
    }

    .product-lines .data-table tbody td.line-add-subtract {
        width: 100px;
    }

    .drawer-headers {
        background-color: #CFCCC8;
        display: block;
        position: relative;
        padding: 10px;
    }

    .product-line-add-to-cart-button {
        margin:0 10px;
        min-width: 110px;
        padding: 0 10px;
    }

    .line-add-to-cart .product-line-add-to-cart-button {
        /*max-width: 60px;*/
    }

    .overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
        margin-bottom: 20px;
    }

    .overview-buttons div {
        margin: 0 10px 2px 0;
    }

    .overview-buttons {
        display: inline-block;
        vertical-align: top;
    }

    .mobile-lable{
        display:none;
    }

    .drawer-item {
        display: block;
        margin: 0;
        position: relative;
    }

        .drawer-item .drwr-title {
            padding-top: 10px;
        }

    .drwr-title .mph {
        display: none;
    }

    .add-sub-wrap {
        margin: 0;
    }

    .add-column {
        float: left;
        display: inline;
        padding: 0;
        margin-left: 10px;
        min-width: auto;
        width: 100px;
    }

        .add-column .butn {
            margin-top: 0;
        }

    /*SINGLE PRODUCT PAGE*/
    .overview {
        float: left;
        width: 60%;
    }

    .gallery {
        float: left;
        width: 40%;
    }

        .overview .product-name {
            margin: 0 0 25px;
            border-bottom: 0px solid #ddd;
            padding: 0;
        }

            .overview .product-name h1 {
                font-size: 24px;
                line-height: 34px;
            }

            .overview .short-description {
                margin: 0 60px 20px 0;
    
            } 
      
     
     .add-to-cart-custom{
         display:inline-block;
     }

    .overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
        float: left;
        margin-right: 5px;
    }
    .overview .email-a-friend-button {
        margin-left: 5px;
        min-width:110px;
        padding:0 10px;
    }
}


@media all and (min-width: 1025px) {
    .custom-top-menu li a, .sub-holder li a {
        font-size:19px;
    }
}

@media all and (min-width: 1367px) {

    .bread-row {
        z-index: 1;
    }

    .master-wrapper-content, .spin-container {
        width: 1200px;
    }

    .header-menu > ul > li {
        padding: 0 10px;
    }
}

