﻿@charset "utf-8";
/* CSS Document */


/* Smaller searchbox text to prevent truncation*/
.search-box-text{
    font-size:.85em!important;
}



/*Fonts*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857;
}

.cms-index-index h1 {
    color: #006da3;
    font-weight: lighter;
}

.cms-index-index h2 {
    color: #37914a;
    font-weight: 100;
}

.cms-index-index h3 {
    font-weight: normal;
}

.cms-index-index h4 {
    color: #006da3;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

H1 {
    font-size: 26px;
}

H2 {
    font-size: 22px;
    padding: 0 0 5px 0;
    margin: 0;
}

H3 {
    font-size: 16px;
    margin-top: 10px;
}

H4 {
    margin: 0 0 5px 0;
}

P {
    font-size: 15px;
    padding-right: 10px;
    margin: 0 0 10px;
}

.smallerFont {
    font-size: 13px;
	color:#5C5B5B;
}

b {
    font-weight: bold;
}

.bold {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
}

.greenBold {
    color: #37914a;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
}

.greenP {
    font-size: 15px;
    padding-right: 10px;
    margin: 0 0 10px;
}

.Left {
    float: left;
}

.capitalize {
    text-transform: capitalize;
}

.upperCase { text-transform: uppercase; }

/*.deviderLine { height:1px; background-color:#368f4f; margin:20px 0; }*/
.titleDeviderLine {
    height: 1px;
    background-color: #006da3;
    margin: 20px 0;
}

.deviderLine {
    border-style: dotted;
    border-top-width: 1px;
    border-color: #868686;
    margin: 20px 0;
}

.deviderLine2 {
    border-style: dotted;
    border-top-width: 1px;
    border-color: #868686;
    margin: 1px 0 8px 0;
}

.newProd {
    font-size: 16px;
    color: #FFF;
    margin: 10px;
}

.spacer {
    height: 7px;
}

.smaller {
    font-size: 13px;
}

a {
    color: #37914a;
}

    a:visited {
        color: #37914a;
    }

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }


.play-button {
    height: 40px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: relative;
}

    .play-button:hover {
        background-color: rgba(0, 173, 239, 0.9);
    }

    .play-button:after {
        content: "";
        display: block;
        position: absolute;
        top: 10.5px;
        left: 24px;
        margin: 0 auto;
        border-style: solid;
        border-width: 9.5px 0 9.5px 17px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    }

/* ----- home page ------ */

.product-grid .product-item .picture, #footer_higher_content .product-item .picture, #footer_higher_content .product-item .product-rating-box, .es-carousel .product-item .picture {
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.product-list .product-item .product-image-overlay
{
    width: 10%;
    max-width: 60px;
}


.product-details-page tr.product-variant-special td.variant-price .price-icon {
    background: url("/Themes/ChemGlass/Content/images/overlays/sale_itemlevel_icon.png") top right no-repeat;
    height: 34px;
    width: 34px;
    display: block;
    float: left;
}


    /*Tables*/
    .whiteCell {
        background-color: #FFF;
        padding: 8px 7px 1px 12px;
    }

.grayCell {
    background-color: #F1F1F1;
    padding: 8px 7px 0px 12px;
}

.greenCell {
    background-color: #37914a;
    padding: 9px 7px 5px 12px;
    color: #FFF;
    font-size: 18px;
}

.blueCell {
    background-color: #006da3;
    padding: 9px 7px 2px 12px;
    color: #FFF;
}

/* Top Right Bottom Left */



/* ------ Navigation ----- */

.dark_color {
    background: none repeat scroll 0 0 #368f4f;
    clear: both;
    height: auto;
}

/*.product-collateral .ui-tabs-nav li.ui-state-active a, .product-collateral .ui-tabs-nav li a:hover { 
    background: none repeat scroll 0 0 #006da3;
    border: 1px solid #006da3;
    color: #FFFFFF;
    border-radius: 0px!important;
	}*/



/* ---- Header menu ----- */

a.logo {
    background: url("images/ChemGlassLogo.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 240px;
    height: 114px;
    text-decoration: none !important;
    margin-top: -12px;
}


.header-menu {
    background: #368f4f;
    background-image: none;
    background-color: #368f4f;
    overflow: visible;
    height: 48px;
    max-height: 48px;
}

    .header-menu .top-menu {
        overflow: visible;
    }

	.top-menu .visible_on {
		 height: 500px;
		}

        .header-menu .top-menu > li {
            /*background: #7AA483;*/
            background: #368f4f;
            border-left: none;
            overflow: visible;
            height: 48px;
        }

            .header-menu .top-menu > li:hover > a {
                background: #4B8B94 !important;
            }

        .header-menu .top-menu li > a {
            color: #fff;
            /* min-height: 20px; */
            display: block;
            line-height: 16px;
            text-transform: uppercase;
            /* margin-bottom: 9px; */
            white-space: nowrap;
            /*padding: 16px 16px 16px 17px;*/
            border-left: 1px solid #3E7D35;
        }



        .header-menu .top-menu li a:hover {
            text-decoration: none;
        }



.header-selectors-wrapper .phone {
    color: #4e4e4e;
    float: left;
    font-size: 16px; /* 18px */
    line-height: 1em;
    margin: 0px 20px 0px 10px;
    padding-top: 10px;
}

.header-menu .top-menu li .sublist {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbfbfb none repeat scroll 0 0;
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #006da3 !important;
    border-image: none;
    border-style: solid none none;
    border-width: 3px medium medium;
    box-shadow: 0 10px 15px 2px #727272;
    display: none;
    left: auto;
    margin: 0 0 0 0;
    padding: 20px 5px 20px 0;
    position: absolute;
    top: 48px;
    max-width: 220px;
    min-width: 200px;
    width: auto;
    overflow: visible;
    z-index: 60000;
}



    .header-menu .top-menu li .sublist li {
        float: none;
        display: block;
        clear: both;
        min-width: 100px;
        width: auto;
        max-width: 240px;
        font-weight: 600;
        text-transform: capitalize;
    }

    /*2nd tier links, like technical resources*/
    .header-menu .top-menu li .sublist li a {
        font-weight: 600;
        text-transform: capitalize;
        border-left: 0px solid #3E7D35;
        font-size: 14px;
    }


    .header-menu .top-menu li .sublist li .subsublist {
        float: none;
        display: block !important;
        margin-left: 10px;
        margin-top: 0;
        position: relative;
    }


    .header-menu .top-menu li .sublist li .subsublist li {
        line-height: 1em;
    }


    /*3rd tier links, like history, custome glass*/
    .header-menu .top-menu li .sublist li .subsublist li a {
        font-weight: normal;
        color: #868686;
        line-height: 1em;
        padding: 2px;
        font-size: 13px;
    }


    /* Application sublist items in columns */
    .header-menu .top-menu li ul.application-sublist {
        max-width: 100%;
        overflow: hidden;
    }

    .header-menu .top-menu li .application-sublist li.col-1,
    .header-menu .top-menu li .application-sublist li.col-2,
    .header-menu .top-menu li .application-sublist li.col-3,
    .header-menu .top-menu li .application-sublist li.col-4 {
        float: left;
        font-weight: normal;
        /*width: 29%;*/
        line-height: 1.2em;
        margin: 0.2em 0.25% 0.2em 0;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    } 
	
	.application-sublist{
		-webkit-column-count: 3;
		-webkit-column-gap: 5px;
		column-count:3;

		}
	.application-sublist li{
		display: table-cell;
		width: 25%;
	}

    .header-menu .top-menu li .application-sublist li.col-2,
    .header-menu .top-menu li .application-sublist li.col-3,
    .header-menu .top-menu li .application-sublist li.col-4 {
        margin: 0.2em 0.2%;
        clear: none;
    }

    .header-menu .top-menu li .application-sublist li.col-1
    {
        margin-left: 0;
    }

    .header-menu .top-menu li .application-sublist li.col-3 {
        margin-right: 0;
    }


    .header-menu .top-menu li .application-sublist li a {
        font-weight: normal;
        display: inline;
    }
	    .header-menu .top-menu li .application-sublist_1 li a {
        font-weight: normal;
        display: inline;
    }

.header-menu .top-menu li:nth-child(6) .application-sublist li.col-1, .header-menu .top-menu li:nth-child(6) .application-sublist li.col-2, .header-menu .top-menu li:nth-child(6) .application-sublist li.col-3, .header-menu .top-menu li:nth-child(6) .application-sublist li.col-4 .product-grid .product-item .product-image-wrapper {
    text-align: left;
    clear: both;
    display: block;
    width: auto;
    margin-left: 5px;
    padding-left: 0;
}

/* Services Tools Bar */
.header-links-wrapper .nav_block_head_field {
    background-color: #E6e7e9;
    color: #868686;
}

/* Services Tools Button */
.header-links-wrapper .nav_block_head_button {
    Background: #868686 url("images/dresscode_images/select-icons1.png") no-repeat scroll 10px 15px !important;
    Color: #e6e7e9 !important;
}

#approvalcartview {
    width: 90%;
    margin: 10px auto;
}

#approvalcartview table.cart-total .cart-total-left {
    width: auto;
    text-align: left;
}
/*Select category bar*/
.header-menu .nav_block_head_field {
    Background-color: #1d5b2e !important;
    Color: #fff !important;
}


.header-menu .menu_block_head_button {
    background: #1d5b2e url("images/dresscode_images/select-icons1.png") no-repeat scroll 10px 15px !important;
}



.header-shopping-cart .cart-label {
    margin-right: 6px;
}

/* Search box */
.search-box-text {
    background: none repeat scroll 0 0 #e6e7e9;
    margin-bottom: 4px;
    padding-left: 8px;
}

.adv-search-link {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.search-page .inputs label {
    width: 180px;
}

.search-page .result ul,
.search-page .result ul li {
    list-style: disc;
    font-weight: normal;
    margin-left: 10px;
}


/*new*/

.search-page .search-text {
    width: 300px;
	margin-right: 5px;
}

.search-page .inputs {
    overflow: hidden;
    padding: 4px;
    float: left;
}

.search-page .search-input .buttons {
    text-align: center;
    /*float: left;*/
	margin-top: 1px;
}

.search-page .search-input {
    border: 1px solid #d7d7d7;
    padding: 10px;
    width: 97%;
    float: left;
}

.search-page .price-from, .search-page .price-to {
    width: 125px;
    height: 20px;
}



.main {
    margin-top: 0;
    padding-top: 20px;
    min-height: 50px;
    padding-bottom: 15px;
    text-align: left;
    display: inline-block;
}

.tabs div a:hover, .tabs div a.active_slider, #bestsellers_activate:hover, #newproducts_activate:hover, #specials_activate:hover {
    background-color: #006da3;
    color: #FFF;
}


.news-items {
    margin: 0 1px;
    padding: 0;
}

/* Applications */
.application-page .application-category-grid > div > div.application-category-item
{
    float: left;
    max-width: 100%;
    min-width: 200px;
    min-height: 2.25em;
    width: 19%;
    display: block;
    text-align: left;
}

.application-page .application-category-item h2.title {
    font-weight: bold;
    text-align: left;
    line-height: 1.25em;
    padding-bottom: 0.1em;
    margin-bottom: 0;
    min-height: 1.25em;
}

.application-page .application-category-item h2.title a {
    min-height: 1em;

}

.application-page .application-category-grid .application-sub-categories,
.application-page .application-category-grid .application-sub-categories li {
    margin-left: 0;
    padding-left: 0;
}

.application-page .application-category-grid .application-sub-categories li {
}


.application-page .application-category-grid .application-sub-categories h3.title {
    margin-bottom: 0;
    padding: 0.05em 0;
    margin-left: 0;
    margin-top: 2px;
}

.application-page .application-category-grid .application-sub-categories h3.title a {
    min-height: 1em;
    margin-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    text-align: left;
}


/*Button*/
.es-nav span {
    background: #1d5b2e url("images/dresscode_images/nav.png") no-repeat scroll left top;
}


/* Footer */
.footer-disclaimer {
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.footer-poweredby {
    color: #fff;
}

#footer_container_w {
    border-top: 5px solid #368f4f;
    height: 34px;
    width: 100%;
}



.newsletter_footer .newsletter_footer_submit #newsletter-subscribe-button {
    background: url("images/arrow1.png") no-repeat scroll 0 0;
    display: block;
    height: 36px;
    width: 21px;
    border: none;
    color: #fff;
    text-indent: -5000px;
    cursor: pointer;
}

.newsletter_footer_input .validate-email {
    background: none repeat scroll 0 0 #e6e7e9;
    border: medium none;
    color: #959595;
    display: block;
    font-family: arial;
    font-size: 12px;
    height: 25px;
    line-height: 14px;
    margin: 0;
    outline: medium none !important;
    padding: 5px 8px 5px 12px;
    text-transform: uppercase;
    width: 138px;
}

.footer-menu-wrapper .columns h3 {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #368f4f;
    padding: 0;
    margin-bottom: 8px;
    line-height: 1em;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}


#footer_higher_content h3 {
    background-color: #0070a7;
    margin-bottom: 28px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 8px;
    padding: 8px 0 8px 16px;
    text-align: left !important;
}


.featuredProducts {
    background-color: #0070a7;
    margin-bottom: 28px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 8px;
    padding: 8px 0 8px 16px;
}




/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }


.google-maps {
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/* --------- Boxes -------- */

.showsBox {
    width: 218px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    float: left;
    margin: 0 3% 35px 0;
    padding: 12px 15px;
}

.box {
    padding: 15px 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
}

.box2 {
    padding: 5px 12px;
    background-color: #f7f7f7;
    border-style: solid;
    border-top-width: 5px;
    border-top-color: #006da3;
}

.box3 {
    padding: 15px 20px;
    background-color: #f7f7f7;
    border-style: solid;
    border-top-width: 5px;
    border-top-color: #006da3;
}

.techBorder {
    width: 150px;
    height: 140px;
    padding-top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.terrColorBox {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.imgBorder {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
}

.techPageBox {
    max-width: 250px;
    height: 95px;
    margin: 8px 0;
}


/*  ---- New Lit page ----- */
.item-pad-top-bottom {
    padding: 25px 0 25px 0;
}

.salesRep {
    width: 355px;
    height: 225px;
    margin: 0 18px 12px 0;
}

.newsLitFrame {
    padding: 12px 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    float: left;
    height: 250px;
    width: 150px;
    margin: 0 2% 15px 0;
}

.techManualFrame {
    padding: 12px 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    float: left;
    height: 250px;
    width: 150px;
    margin: 0 2% 15px 0;
}

.manuals-title {
    margin-bottom: 8px;
}


a.pdflink:before {
    width: 20px;
    content: " ";
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    background: url(images/pdf.svg) bottom left no-repeat;
    background-size: cover;
	padding-top:3px;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    text-align: center;
    margin: 10px;
    width: 145px;
    height: auto;
    border: 0px solid #eee !important;
}

p.item-title {
    font-size: 15px !important;
}

.item-title a {
    color: #000;
    font-size: 15px;
    font-weight: normal !important;
}

    .item-title a:hover {
        color: #0171a3;
        font-size: 15px;
        text-decoration: underline;
    }

    .variant-sku .manufacturer-part-number {
        margin-left: 6px;
    }

.variant-sku .manufacturer-part-number > span {
    font-size: 0.8em;
    color: #666;
}


.related-product-grid .item-box,
.sub-category-grid .item-box, .manufacturer-grid .item-box {
    float: left;
    text-align: center;
    vertical-align: text-top;
}

.related-product-grid .item-box,
.sub-category-grid .item-box, .manufacturer-grid .item-box {
    float: left;
    text-align: center;
    vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    text-align: center;
    margin: 10px;
    width: 145px;
    border: 1px solid #eee;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    text-align: center;
    margin: 2px;
    width: 145px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

.productOutline {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e7e9;
}



/* ------- Sidebar -------- */

.page #main, .page .main {
    float: none;
    clear: both;
    width: 100%;
}

.page #company-highlights, .page .sidebar {
    float: left;
    clear: none;
    width: 23%;
    padding-top: 2em;
}

.home-page #main, .home-page .main {
    width: 100%;
    float: none;
}

.product-grid .product-item .prices, .es-carousel .product-item .prices, #footer_higher_content .product-item .picture img, #footer_higher_content .product-item .description, #footer_higher_content .product-item .add-info, #footer_higher_content .product-item .prices,
.es-carousel ul li a img.scale-with-grid, .product .product-image-wrapper img, .product .product-image-wrapper img.scale-with-grid {
    /*height: initial;*/
    height: auto;
    max-width: 100%;
    display: inline;
    overflow: hidden;
    text-align: center;
}


.block a, .product-spec-filter .available-items .item a {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    line-height: 8px;
}



.block li, .product-spec-filter .available-items .item, .price-range-filter .filter-content li {
    background: url("images/bkg_block-layered-dt.gif") no-repeat scroll 0 10px;
    text-transform: uppercase;
    list-style: none outside none;
    line-height: 15px;
    padding: 4px 1px 3px 13px;
}

.cms-index-index ul ul li, .cms-index-index ul ol li, .cms-index-index ol ol li, .cms-index-index ol ul li {
    margin-bottom: 1px;
}


/* ------ Bullets --------- */

.full-description ul { 
    list-style-type: disc;
}

.full-description ol li {
    padding: 5px;
    margin-left: 35px;
}

.full-description ul li {
    font-size: 15px;
    padding-right: 10px;
    margin: 0 0 10px;
}


ul.myList {
    list-style-type: disc;
}

/* ----- Categories ------ */


li.inactive.hassubs {
    background: url("images/bkg_block-layered-dt.gif") no-repeat scroll 0 10px;
}

li.active.hassubs,
li.active-children.hassubs {
    background: url("images/bkg_block-layered-down.gif") no-repeat scroll 0 10px !important;
}

li.nosubs {
    background: none;
}

#downArrow {
    background: url("images/bkg_block-layered-down.gif") no-repeat scroll 0 10px;
}

.block-category-navigation .active > a, .block-manufacturer-navigation .active a, .block-vendor-navigation .active a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background: #ccc /*url("images/bkg_block-layered-down.gif") no-repeat scroll 0 10px;*/
}


/*.block-category-navigation .listbox ul .active, .hassubs .active, .block-manufacturer-navigation .listbox ul .active, .block-vendor-navigation .listbox ul .active {
    font-weight: 700;
	background: url("images/bkg_block-layered-down.gif") no-repeat scroll 0 10px; 
}*/

.category-page .page-title h1,
.product-page .page-title h1 {
    padding: 5px 5px 5px 0;
    font-size: 22px;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #006da3;
    background: none;
}

.category-page h3.product-sku,
.search-page h3.product-sku {
    color: #333;
    font-size: 12px;
}

.search-page .product-list .details,
.category-page .product-list .details {
    float: left;
    width: 75%;
    margin-top: 40px;
    margin-bottom: 0;
}

.search-page .product-list .details h3.product-sku,
.category-page .product-list .details h3.product-sku {
    float: left;
    width: 60%;
}

.category-page .pager,
.search-page .pager {
    padding-top: 5px;
    padding-bottom: 5px;
}

.related-product-grid .product-item .buttons,
.category-page .product-item .buttons,
.es-carousel .product-item .buttons,
.search-page .product-item .buttons {
    float: none;
    width: 100%;
}

.related-product-grid .product-item .details,
.category-page .product-grid .product-item .details,
.es-carousel .product-grid .product-item .details {
    padding: 0;
}

.related-product-grid .product-item .picture,
.category-page .product-list .product-item .picture,
.search-page .product-list .product-item .picture {
    max-height: 135px;
    vertical-align: middle;
    line-height: 135px;
}

.cms-index-index .es-carousel .product-item .picture {
    max-width: 250px;
    margin-bottom: 8px;
    max-height: 250px;
    vertical-align: middle;
    line-height: 250px;
}

    .related-product-grid .product-item .picture img,
    .search-page .product-list .product-item .picture img,
    .category-page .product-list .product-item .picture img,
    .cms-index-index .es-carousel .product-item .picture img,
    .cms-index-index #carousel_newproducts .es-carousel .product-item .picture img {
        vertical-align: middle;
    }


#specials_slider .product-item .picture img.product-image-overlay,
.product-grid .product-item .product-image-overlay,
.product-list .product-item .product-image-overlay,
#carousel_newproducts .product-item .picture img.product-image-overlay {
    float: left;
    z-index: 1000;
    clear: none;
    display: block;
    width: 35%;
    position: absolute;
}

.related-product-grid.product-grid .product-item .product-image-wrapper {
    max-height: 278px;
}

.related-product-grid.product-grid .product-item .product-image-wrapper img {
    max-height: 97%;
}

.category-page .product-list .product-item h2.product-title,
.search-page .product-list .product-item h2.product-title {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 77%;
    float: left;
}

.related-product-grid .product-item h2.product-title {
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
}

.related-product-grid .product-item .prices,
.category-page .product-grid .product-item .prices,
.es-carousel .product-grid .product-item .prices {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.category-page .product-list .product-item .prices,
.search-page .product-list .product-item .prices {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.category-page .product-list .product-item .details-box,
.product-page .product-list .product-item .details-box {
    float: right;
    clear: none;
    width: 18%;
    margin-top: -30px;
}

.related-product-grid .product-item {
    max-width: 280px;
    width: 280px;
}

.search-page .product-list .product-item .add-info,
.category-page .product-list .product-item .add-info {
    float: none;
    margin-top: 0;
}

    .category-page .product-list .product-item .prices .price,
    .category-page .product-grid .product-item .prices .price,
    .category-page .product-grid .product-item .prices .actual-price,
    .search-page .product-list .product-item .prices .price,
    .search-page .product-grid .product-item .prices .price,
    .search-page .product-grid .product-item .prices .actual-price {
        font-size: 13px;
        display: inline;
        float: none;
        color: #006da3;
    }

    .category-page .product-grid .product-item .prices .old-price,
    .search-page .product-grid .product-item .prices .old-price {
        margin-right: 2px;
        float: none;
        display: inline;
    }

    .category-page .product-grid .product-item .prices .sale-price {
        color: #D80000;
        display: inline;
        float: none;
    }

.block .title, .product-spec-filter .filter-title, .price-range-filter .filter-title {
    background: none repeat scroll 0 0 #FFF;
}


    .block .title strong, .product-filters-wrapper .filter-title strong {
        color: #379166;
        display: block;
        font-size: 18px;
        line-height: 24px;
        min-height: 23px;
        padding: 4px 9px;
        text-transform: uppercase;
    }

/*font-size: 22px;
    padding: 0 0 5px 0;*/

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    height: auto;
}

.sub-category-grid a, .manufacturer-grid a {
    color: #7AA483;
    /*font-size: 1.2em;*/
    font-weight: normal;
    background: #fff;
    display: inline-block;
    min-width: 130px;
    min-height: 40px;
    vertical-align: middle;
    /*padding: 5px;*/
    text-align: left;
}

.sub-category-grid .sub-category-item .title, .manufacturer-grid .manufacturer-item .title {
    text-align: center;
    font-weight: normal;
    font-size: .9em;
    display: block;
    overflow: hidden;
    padding: 5px;
}

.sub-category-grid a:hover, .manufacturer-grid a:hover, .sub-category-grid a:active {
    color: #4B8B94;
    background: #fff !important;
}

.product-grid .product-item:hover .details, .es-carousel .product-item:hover .details, #footer_higher_content .product-item:hover .details {
    background: none;
    color: #006da3;
}

    .product-grid .product-item:hover .details .product-title a, .product-grid .product-item:hover .details .price, .es-carousel .product-item:hover .details .product-title a, .es-carousel .product-item:hover .details .price, #footer_higher_content .product-item:hover .details .product-title a, #footer_higher_content .product-item:hover .price, #footer_higher_content .product-item:hover .prices span.price {
        color: inherit;
    }

.product-grid .product-item {
    min-height: 380px;
}

    .product-grid .product-item .product-image-wrapper {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        border-width: 1px;
        border-style: solid;
        border-color: #CCC;
        max-height: 100%;
    }

        .product-grid .product-item .product-image-wrapper a {
            text-align: center;
            vertical-align: middle;
            margin: auto;
        }

            .product-grid .product-item .product-image-wrapper a img {
                text-align: center;
                display: inline;
                vertical-align: middle;
                margin: auto;
                padding-bottom: 0;
                max-height: 98%;
            }

.product-list .product-item .description {
    top: 84px;
}

.search-page .product-list .product-item .description {
    top: 110px;
}

.thereNo { padding-left:40px; font-family:'Open Sans', sans-serif; font-size:10px;
	}
	
/* ----- Contact page ------ */

.cms-index-index label, .cms-index-index legend {
    /*display: block;*/
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}

.cms-index-index select {
    width: 150px;
    margin: 9px 10px 10px 15px;
}

.contact-page .enquiry {
    width: 95%;
    height: 150px;
    margin: 5px 10px;
}

.requestMargin {
    margin-left: 143px;
}


.contact-page .fullname {
    width: 250px;
    padding: 1px;
}


.contact-page .email {
    width: 250px;
    padding: 1px;
}


input[type="text"], input[type="password"] {
    border: 1px solid #a6a6a6;
}
 
 
textarea {
    width: 100%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    border: 1px solid #a6a6a6;
} 



/* ------ Login page ------ */

.buttons .apply-button {
    float: left;
}


.descriptionType {
    margin-left: 13%;
    font-size: 12px;
}

.login-page .returning-wrapper {
    float:left;
    clear: both;
    margin-top: 1em;
}

.login-page .new-wrapper, .login-page .returning-wrapper {
    float: left;
    max-width: 48%;
	min-width:300px;
    border-color: #E9E9E9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    min-height: 290px;
    padding: 14px 0px;
    position: relative;
}

#logRegister { margin-top:8px; }

#applyForCredit { margin-top:8px; }

.contact-page .fieldset .inputs label,
.registration-page .fieldset .inputs label,
.customer-info-page .fieldset .inputs label {
    width: 160px;
}

.contact-page .fieldset .inputs input[type=text],
.contact-page .fieldset .inputs input[type=password],
.contact-page .fieldset .inputs select,
.customer-info-page .fieldset .inputs input[type=text],
.customer-info-page .fieldset .inputs input[type=password],
.customer-info-page .fieldset .inputs select,
.registration-page .fieldset .inputs input[type=text],
.registration-page .fieldset .inputs input[type=password],
.registration-page .fieldset .inputs select {
    width: 170px;
    margin-top: 0;
    margin-bottom: 0;
}


.contact-page .fieldset .inputs span.required,
.contact-page .fieldset .inputs span.not-required,
.customer-info-page .fieldset .inputs span.required,
.customer-info-page .fieldset .inputs span.not-required,
.registration-page .fieldset .inputs span.required,
.registration-page .fieldset .inputs span.not-required {
    width: 5px;
    float: left;
}

/* ------ Check out, Checkout ------ */
.required {
    color: red;
    float: left;
}

.cms-index-index textarea {
    min-height: 60px;
    margin-top: 15px;
}

.checkout-data .shipping-method .method-description {
    padding: 1px 0 5px 30px;
}

.checkout-data .payment-method .payment-details {
    float: left;
    padding-top: 8px;
    margin-left: 11px;
}


.checkout-data .order-review-data li {
    list-style: none;
    text-align: left;
    font-size: 13px;
}



/* ------------------ MY ACCOUNT - CUSTOMER / INFO ------------------ */


select#CreditCardId
{
  /* Custom styles */
}
#CountryId { margin-left:0px; }
#StateProvinceId { margin-left:0px; }
#AddCreditCardNumber { margin-top:8px; }
#save-creditcard-button { margin-left:8px; }
#CreditCardId { margin-left:0px; }
#AddCreditCardType { margin-left:0px; }
#AddCardExpirationMonth { margin-left:0px; }

#customer-info-delete-card { margin-left:8px; }
#customer-info-username { margin-left:14px; }
#account-title { margin-left:14px; }

.order-details-page .page-title a:visited,
.order-details-page .button-2:visited {
    color: #fff;
}
/* ------------------ Tech Page ------------------ */
.techText {
    max-width: 250px;
    margin: 5px 0;
}



/* ------------ New Product pages ------------ */

.NPContainer {
    width: 282px;
    float: left;
    margin: 0px 13px 15px 0px;
}

.NPContainer2 {
    width: 577px;
    float: left;
    margin: 0px 13px 15px 0px;
}


.NPBoarder {
    height: 280px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.NPTitle {
    height: 50px;
    margin-top: 10px;
	text-transform:uppercase;
}


.NPContainerV {
    height: 282px;
    width: 282px;
    float: left;
    margin: 0px 13px 15px 0px;
}

.NPContainerV2 {
    height: 282px;
    width: 577px;
    float: left;
    margin: 0px 13px 15px 0px;
}

.NPVials1 {
    height: 282px;
    width: 282px;
    float: left;
    margin: 0px 13px 15px 0px;
}

.NPVials2 {
    height: 282px;
    width: 577px;
    float: left;
    margin: 0px 13px 15px 0px;
}


.blueLearnMore { background:#006da3; color:#FFF; padding:10px 5px 3px 5px; margin:15px 0px 35px 0px; font-weight:bold; }

.margin35 { margin-left: 20px; }

.bulletTime { list-style-type:disc; margin-left: 35px; }

ul.bulletTime { list-style-type:disc; margin-left: 35px; }

/*li.bulletTime { list-style-type:disc; margin-left: 35px; color: #5C5B5B; font-family: 'Open Sans', sans-serif; line-height: 1.42857; font-size: 15px; padding-bottom:2px; }*/

li.bulletTime { list-style-type:disc; margin-left: 35px; }

/* ------------ Product pages ------------ */

/*Buttons*/
.add-to-cart-button {
    background: #006da3;
    display: block;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
    text-shadow: none;
    border-color: #999;
    border: 0 none;
    font-weight: 500;
    font-size: 11px;
    margin-top: 15px;
    margin-left: 80px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.18);
    transition: all 0.5s ease 0s;
}



.product-details-page .add-to-cart {
    background-color: #F9F9F9;
    padding: 15px 2% 15px 3%;
    text-align: left;
}


.product-grid .product-item .product-title, .es-carousel .product-item .product-title, #footer_higher_content .product-title {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    float: none;
    min-height: 45px;
    max-height: 48px;
    overflow: hidden;
}

.product-grid .product-item .details-box,
.es-carousel .product-item .details-box {
    background: #efefef;
    padding-bottom: 6px;
}

.product-sku {
    color: #333;
    text-align: center;
}


.add-to-wishlist-link {
    background: url(images/favoritos.png) center center no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    content: '';
    float: right;
    color: transparent;
    font-size: 0;
    line-height: 36px;
}

a.add-to-wishlist-link:hover,
a.add-to-wishlist-link:active,
a.add-to-wishlist-link:visited {
    color: transparent;
    font-size: 0;
    content: '';
    opacity: 0.9;
}

.button-1, .button-2 {
    background: #006da3;
    font-size: 12px;
}

.product-grid .product-item .add-info {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.category-page .product-list .product-item h3.product-sku,
.search-page .product-list .product-item h3.product-sku {
    text-align: left;
    width: 80%;
}

.category-page .product-list .product-item h2.product-title a,
.search-page .product-list .product-item h2.product-title a {
    color: #7AA483;
	font-size: 13px;
}

.search-page .product-list .product-item .prices {
    float: none;
}

.product-box-detail-button {
    position: inherit;
    right: auto;
    padding: 2px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
}

.details {
    margin-bottom: 10px;
}


.full-description {
    clear: both;
    color: #333;
    font-size: 15px;
}


.product-grid .product-item .prices .actual-price, .es-carousel .product-item .prices .actual-price, #footer_higher_content .product-item .prices .actual-price {
    color: #006da3;
    font-size: 13px;
    text-align: center;
    /*font-weight:bold;*/

}

.product-grid .product-item .product-title,
.product-grid .product-item .product-title a {
    /*max-height: 2em;*/
    height: 3.1em;
}


.product-details-page .gallery .product-img-box .more-views li a img {
    border: 1px solid #d7d7d7;
    margin-right: 5px;
}

/* .page-title h2  */
.page-title h1 {
    font-size: 26px;
    font-weight: 400;
    padding: 0 0 5px 0;
    background-color: #FFFFFF;
    color: #006da3;
    float: left;
    line-height: 23px;
    margin: 0px;
    min-height: 24px;
    min-width: 200px;
    padding: 4px 10px 4px 1px;
    text-align: left;
    text-transform: uppercase;
}


.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
    margin-left: 7px;
}


/*Bottom Tabs*/
.product-collateral .ui-tabs-nav li.ui-state-active a, .product-collateral .ui-tabs-nav li a:hover {
    background: none repeat scroll 0 0 #368f4f;
    border: 1px solid #368f4f;
    color: #fff;
    /*border-radius: 0px !important;*/
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    font-size: 13px;
}

.product-collateral .ui-tabs-nav li  {
    background: transparent;
}


.product-collateral .ui-tabs-nav li a {
    background: none repeat scroll 0 0 #a6d3af;
    color: #000;
    border: 1px solid #D7D7D7;
    cursor: pointer !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 15px 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.product-collateral .ui-tabs-nav li a, .product-collateral .ui-tabs-nav li a,
.product-collateral .ui-tabs-nav li.ui-state-active a, .product-collateral .ui-tabs-nav li.ui-state-active a:hover
{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}


.product-details-page .gallery #wrap {
    width: 355px;
    height: 355px;
    line-height: 355px;
    text-align: center;
    vertical-align: middle;
}

    .product-details-page .gallery #wrap a {
        text-align: center;
        vertical-align: middle;
        margin: auto;
    }

        .product-details-page .gallery #wrap a img {
            height: initial;
            width: initial;
            overflow: hidden;
            max-width: 355px;
            max-height: 355px;
            text-align: center;
            margin: auto;
            display: inline;
        }

.product-details-page .gallery {
    margin-top: 0;
    padding-top: 0;
}

table.product-table {
    border-collapse: collapse;
    margin-top: 5px;
}

.product-table thead tr {
    border: 1px solid #EDEDED;
    font-weight: 700;
}

    .product-table thead tr th {
        background: none repeat scroll 0 0 #CCC;
        text-align: center;
        padding: 0.2em;
    }

.product-table tbody tr td {
    text-align: center;
    padding: 0.25em 0.5em;
    border: 1px solid #EDEDED;
}

.product-table tbody tr:nth-child(2n+1) td {
    background-color: #fbfbfb;
}

.product-table tbody tr td.product-title {
    text-align: left;
}

.product-table tbody tr td.qty input {
    text-align: center;
    border: 1px #868686;
}

.product-table tbody tr td .old-price {
    text-decoration: line-through;
    color: #CCC;
}

.product-details-page .product-table .add-to-cart {
    background: #D80000;
    float: none;
    margin: auto;
}

    .product-details-page .product-table .add-to-cart:hover {
        background: #0070a7;
    }

.product-details-page .product-table .product-box-add-to-cart-button {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.related-products-grid .add-to-cart-button {
    float: none;
    margin: 5px auto;
}

div[itemscope] > .product-collateral {
    margin-left: 10px;
}

.product-variant-table {
    width: 98%;
    max-width: 1060px;
    border-collapse: collapse;
}

    .product-variant-table thead th,
    #replacement-products-table thead th {
        background-color: #368f4f;
        padding: 0.5em;
        color: #fff;
        font-weight: normal;
        text-align: left;
        font-size: 13px;
        border: 1px solid #fff;
        border-collapse: collapse;
    }


    #replacement-products-table .product-variant-line {
        border: 1px solid #fff;
    }

/*#replacement-products-table .product-replacement-line.product-replacement-special td,
.product-variant-table tbody .product-variant-line.product-variant-special td {
    background: #87adff;
}*/

/*#replacement-products-table .product-replacement-line.product-replacement-special:nth-child(2n) td,
.product-variant-table .product-variant-line.product-variant-special:nth-child(2n) td {
    background: #c7d9ff;
}*/

        #replacement-products-table th.item-number-header,
        #replacement-products-table td.product-sku,
        .product-variant-table thead th.item-number-header,
        .product-variant-table tbody td.product-sku
        {
            text-align: left;
            padding-left: 5px;
            width: 1%;/*140px;*/
			white-space: nowrap;
        }

        #replacement-products-table tbody td {
            padding: 2px;
        }

        .product-variant-table thead th.item-description-header, 
        #replacement-products-table thead th.item-number-header,
        .product-variant-table thead td.variant-description, 
        .product-variant-table tbody td.variant-sku .sku .value,
        #replacement-products-table tbody .replacement-products-header-row th.item-description-header,
        #replacement-products-table tbody .replacement-products-table td.variant-description,
        #replacement-products-table tbody td.variant-description {
            text-align: left;
            margin-left: 5px;
        }

		th.item-description-header {
			width: 50%;/*400px;*/
       	}

  		.value { font-size:13px;
			}

        #replacement-products-table tbody td.variant-description 
        {
            padding-left: 0.5em;
        }

        .product-variant-table thead th.item-description-header,
        .product-variant-table thead th, th tbody td.variant-description,
        #replacement-products-table thead th.item-description-header,
        #replacement-products-table thead th.item-number-header,
        #replacement-products-table tbody td.variant-description
         {
            text-align: left;
        }

        .product-details-page .product-variant-table tbody td.variant-price,
        .product-details-page #replacement-products-table tbody td.unit-price,
        .product-details-page #replacement-products-table tbody td.variant-price
        {
            text-align: right;
            padding-right: 5px;
        }

        .product-details-page .product-variant-table .sku {
            font-size: 1em;
        }

        .product-variant-table thead th.item-pq-header {
            text-align: left;
            width: 40px;
        }

        .product-variant-table thead th.item-price-header,
        #replacement-products-table thead th.item-price-header {
            width: 85px;
            text-align: right;
        }

        .product-variant-table .product-variant-line .sku {
            width: 1%;/*140px;*/
			white-space: nowrap;
            text-align: left;
        }

        .product-variant-table thead th.item-quantity-available-header,
        #replacement-products-table thead th.item-available-quantity-header {
            text-align: center;
            width: 70px;
        }

        #replacement-products-table thead th.item-quantity-header {
              min-width: 225px;
  			  max-width: 325px;
        }

        .product-variant-table thead th.item-quantity-header {
            min-width: 215px;
            max-width: 315px;
            text-align: left;
        }

        .product-details-page .product-variant-table tbody td.variant-quantity,
        .product-details-page  #replacement-products-table tbody td.variant-quantity,
        .product-details-page .product-variant-table tbody .variant-availablequantity,
        .product-details-page #replacement-products-table tbody .variant-availablequantity,
        .product-details-page #replacement-products-table tbody .available-quantity
        {
            text-align: center;
        }

        .product-variant-table thead th.item-number-header, 
        #replacement-products-table thead td.product-variant-line
        {

        }

        .product-details-page .gallery .more-views {
            float: left;
        }

        .product-details-page .more-videos {
            display: inline-block;
            height: 64px;
            width: 64px;
            margin-top: 17px;
			margin-left: 0px;
  		    margin-right: 5px;
        }

        .product-details-page #display-videos {
            display: inline-block;
			height: 61px;
            width: 62px;
    		border: 1px solid #d7d7d7;
   			background: url(images/video-icon.jpg) center center no-repeat;
        }


.product-details-page .product-variant-list {
    clear: both;
    padding: 1px 0;
    border: 0;
    margin-bottom: 10px;
    margin-top: 1px;
}


.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #FFFFFF!important;
    border-top: 1px solid #D7D7D7!important;
	border-bottom: 0px solid #FFFFFF!important;
	border-left: 0px solid #FFFFFF!important;
	border-right: 0px solid #FFFFFF!important;
    clear: both;
    color: #333333!important;
    line-height: 16px!important;
    margin-bottom: 10px!important;
    padding: 14px 10px 40px 1px!important;
    border-radius: 0px!important;
}

.product-details-page .product-variant-table .product-variant-line {
    padding: 0;
    margin: 0;
}

.product-variant-table tbody td,
#replacement-products-table tbody td {
    text-align: left;
    padding-left: 7px;
    background: #f9f9f9;
    font-size: 13px;
    border: 1px solid #fff;
    border-collapse: collapse;
}

.product-variant-table tbody tr:nth-child(2n) td {
    background: #fff;
}

.product-variant-table tbody tr td:last-child {
    padding: 0;
}

#replacement-products-table {
    width: 99%;
    max-width: 1060px;
}

.product-details-page .product-variant-table td.variant-description,
.product-details-page .product-variant-table td.variant-sku {
    clear: both;
    font-size: 13px;
    margin: 5px 5px 5px 5px;
    padding-left: 0;
    text-align: left;
}

.product-image .product-image-overlay {
    float: left;
    z-index: 1000;
    clear: none;
    display: block;
    position: absolute;
}

.product-details-page .prices,
.product-details-page .product-price,
.product-details-page .prices sup {
    text-wrap: avoid;
    white-space: nowrap;
    display: inline;
}

.product-details-page .non-discounted-price,
.product-details-page .old-price {
    /*text-decoration: line-through;*/
    /*color: #CCC;*/
}

.product-details-page .non-discounted-price {
    clear: both;
}

.product-details-page .product-variant-table .price-special .product-price span {
    font-weight: normal;
    color: #006da3;
}

.product-details-page .product-variant-line sup,
.product-details-page .productLineNotes sup {
    font-size: 0.8em;
    line-height: 1em;
    vertical-align: top;
    color: #006da3;
    clear: none;
    display: inline;
    max-width: 18%;
}

.product-details-page .product-variant-list .product-variant-table .add-to-cart-button {
    float: none;
    clear: none;
    display: inline-block;
    padding: 0px 8px;
    margin: 0;
    font-size: 12px;
    border-radius: 5px;
}

.product-details-page .product-variant-list .add-to-cart .add-to-cart-panel #qty-increment, .product-details-page .product-variant-list .add-to-cart .add-to-cart-panel #qty-decrement {
    margin-top: 2px;
}

.product-details-page .productLineNotes {
    margin-top: 0.5em;
    text-align: right;
    max-width: 1050px;
    width: 98%;
	font-size:12px;
	/*font-family: 'Open Sans', sans-serif;*/
}

.product-details-page h3.video-title {
    background: #368f4f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 2px;
}

.product-details-page .video-container {
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

    .product-details-page .video-container img {
        max-width: 100%;
    }

    .product-details-page .video-container:after {
        position: relative;
        margin-top: -33%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 32px;
        float: left;
        content: url(images/play.png); /* center center no-repeat; */
    }

.product-details-page #video-container,
#video-container #video-iframe {
    display: none;
}

.product-details-page #lbImage h3#video-title {
    text-align: center;
}

.product-details-page #lbImage iframe {
    display: block;
    width: 667px;
    height: 375px;
    padding: 0;
    margin: 0 auto;
}


.product-details-page .product-variant-table .add-to-cart {
    padding: 6px 3% 6px 3%;
    min-width: 200px;
    margin-bottom: 0;
    background: none;
}

.product-details-page .product-variant-list .product-variant-table /*input.add-to-cart-button*/ {
    padding: 0 13px;
}

.product-details-page .product-variant-table a.add-to-wishlist-link {
    font-size: 14px;
    float: right;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -4px;
    margin-bottom: 5px;
    content: "";
    color: transparent;
    font-size: 0;
}

.product-details-page .product-variant-table th,
.product-details-page .product-variant-table td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.1em;
}

.ui-widget-content a {
    color: #37914a;
    font-size: 15px;
}

.product-details-page .product-variant-table .add-to-wishlist {
    display: none;
    animation: ease-in-out 0.5s;
    animation-delay: 0.25s;
    z-index: 1000;
}

.product-details-page .add-to-wishlist select {
    width: 125px;
    margin-left: 5px;
}

.product-details-page .product-variant-table .add-to-wishlist-show {
    display: block;
    position: absolute;
    background: #fff;
    width: 155px;
    height: 65px;
    padding-left: 5px;
    border: 1px solid #868686;
}

.product-details-page .add-to-cart-panel .ui-widget select {
    margin-left: 0;
    margin-top: 5px;
    width: 140px;
}

.product-details-page .product-variant-table a.add-to-wishlist-button {
    padding-bottom: 5px;
}

.product-details-page .product-variant-table a.add-to-cart-button {
    color: #fff;
    background: #D80000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    margin: 16px auto;
    padding: 10px 10px;
}

.product-details-page .product-variant-table .product-variant-line .unit-price {
    vertical-align: middle;
    display: table-cell;
    color: #006da3;
    text-align: right;
    padding-left: 3%;
}

.product-details-page #replacement-products-table tr.highlight > td,
.product-details-page .product-variant-table .highlight > td {
    background: #fffecc;
}

.product-details-page .product-variant-table .product-variant-line .price,
.product-details-page .product-variant-table .product-variant-line .prices {
    padding: 0;
    margin: 0 auto;
    background: transparent;
    display: inline;
}

.product-details-page .product-variant-table .product-variant-line .prices {
    float: right;
    max-width: 80%;
}

.product-details-page .product-variant-table .product-price > label {
    display: none;
}

.product-details-page .product-variant-table .product-price span {
    font-size: 13px;
    color:#006da3;
    font-weight: normal;
}

.product-details-page .product-variant-table .product-price span.old-price,
.product-details-page .product-variant-table .old-price {
    font-size: 13px;
    color: #006da3;
    font-weight: normal;
	font-family: 'Open Sans', sans-serif;
    text-decoration: line-through;
}

.product-details-page .product-variant-table .product-price span.sale-price,
.product-details-page .product-variant-table .sale-price,
.sale-price {
    /*color: red;*/
}


.product-details-page .product-variant-list .qty-label {
    /*display: none;*/
}

.product-details-page .product-specification {
    margin-bottom: 1em;
}

    .product-details-page .product-specification table {
        margin-top: 1em;
        margin-bottom: 1em;
    }

        .product-details-page .product-specification table tr td {
            background: transparent;
            border: 1px solid #868686;
        }


.order-summary-content .tax-value {
    display: none;
}


.excludes {
    text-decoration: none;
    text-transform: none;
    font-size: 0.95em;
    color: #868686;
}


/* Order by sku page */
input.button-1.button-order-sku {
    float: right;
    clear: none;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
}

/* cookie banner */
#eu-cookie-bar-notification {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #0070a7;
    color: white;
}
#eu-cookie-bar-notification .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}
#eu-cookie-bar-notification a {
    color: #EEEEEE;
    white-space: nowrap;
}
#eu-cookie-bar-notification .text {
    font-size: 20pt;
    margin-right: 10px;
}
#eu-cookie-bar-notification .buttons-more {
    text-align: center;
}
#eu-cookie-bar-notification button {
    background-color: gold;
    display: inline-block;
    color: black;
    font-weight: bold;
}

/* Responsive CSS for Desktops / Laptops 
========================================================== */


@media only screen and (min-width: 940px) {

    .header-menu .container .sixteen.columns {
        height: inherit;
        min-width: 840px;
        max-width: 100%;
    }

}

/* Responsive CSS for less than HD Laptops */

@media only screen and (max-width: 1080px) {
    
}

/* Responsive CSS for Tablets / Mobile / Single dropdown Menu */

@media only screen and (max-width: 939px) {

    /* Select category Button */
    .header-menu .top-menu {
        Background-color: #1d5b2e;
    }

    .header-menu {
        background: #246f38 url("images/nav-container-x.jpg") repeat-x scroll center bottom;
    }

    .hidden {
        display: none;
    }

    .header-menu .top-menu li .sublist {
        max-width: 640px;
        min-width: 240px;
        position: relative;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        box-shadow: none;
        background: transparent;
        border-top: none;
    }
}

/* Responsive CSS for Screens */



@media only screen and (min-width: 1080px) {
    .product-grid .product-item .product-image-wrapper {
        height: 278px;
        vertical-align: middle;
        line-height: 278px;
    }
	.techText { height:75px; }
}

@media only screen and (min-width: 940px) and (max-width: 1080px) {

    .product-grid .product-item .product-image-wrapper {
   		 width: 220px;
  		 height: 220px;
  		 line-height: 220px; 
	}
	
	.techText { height:75px; }

}


@media only screen and (min-width: 941px) {
    .product-details-page .gallery {
        min-width: 360px;
    }

    .product-grid .product-item .product-image-wrapper {
	}

}

@media only screen and (min-width: 870px) and (max-width: 940px) {

    .product-grid .product-item .product-image-wrapper {
   		 width: 220px;
  		 height: 220px;
  		 line-height: 220px; 
	}

}

@media only screen and (min-width: 800px) and (max-width: 869px) {
    .product-grid .product-item .product-image-wrapper {
   		 width: 170px;
  		 height: 170px;
  		 line-height: 170px; 
	}
}

/* Responsive CSS for Tablets */

@media only screen and (min-width: 766px) and (max-width: 940px) {
    #footer_higher_content h3 {
        text-align: center;
        height: 2em;
    }

    .product-details-page .gallery {
        min-width: 360px;
    }

    .product-grid .product-item .product-image-wrapper {
        height: 170px;
        vertical-align: middle;
        line-height: 170px;
        max-width: 170px;
        max-height: 170px;
    }

    .product-grid .product-item .product-image-wrapper img {
    }

    .product-grid .product-item {
        min-height: 325px;
    }

}

@media only screen and (min-width: 737px) and (max-width: 766px) {
    .product-grid .product-item .product-image-wrapper {
        height: 170px;
        vertical-align: middle;
        line-height: 170px;
        max-width: 170px;
        max-height: 170px;
    }
	
	.techText { height:100px; }
}

/* Responsive CSS for Mobile only */

/*@media only screen and (max-width: 736px) {*/
@media only screen and (max-width: 768px) {
    .topcartlink{
        display:none;
    }
    .page .main, .page #main {
        width: 100%;
        float: none;
    }

    #company-highlights, .page .sidebar {
        clear: both;
        width: 100%;
        float: none;
    }

    .product-details-page .gallery {
        width: 100%;
        clear: both;
    }

        .product-details-page .gallery #wrap {
            width: auto;
        }

            .product-details-page .gallery #wrap img {
                width: auto;
                min-width: 240px;
                max-width: 100%;
            }

    .product-grid .product-item .product-image-wrapper {
        width: 170px;
        height: 170px;
        line-height: 170px;
        max-width: 170px;
        max-height: 170px;
    }

    .product-details-page .item-quantity-header {
        min-width: 240px;
        max-width: 280px;
    }

    .product-details-page .item-pq-header,
    .product-details-page .item-quantity-available-header,
    .product-details-page .variant-pq,
    .product-details-page .variant-availablequanity {
        /*display: none;*/
    }

    div[itemscope] .product-collateral,
    .product-details-page .product-collateral {
        margin-left: 0;
        padding: 0;
    }

    .product-details-page .product-variant-table th, .product-details-page .product-variant-table td,
    .product-details-page .product-collateral,
    .product-details-page .product-variant-table td,
    .product-details-page .product-variant-table .value,
    .product-details-page .product-variant-table .prices,
    .variant-description,
    .product-details-page .product-variant-table .product-price span {
        font-size: 12px;
    }
	
    .product-variant-table thead th.item-quantity-header {
        min-width: initial;
    }
	
	.product-details-page .product-variant-list .product-variant-table .add-to-cart-panel {
		text-align: center;
		width: 97px;
	}
	.product-details-page .product-variant-list .product-variant-table .add-to-cart-button {
		display: block;
		margin-top: 6px;
	}
	.product-details-page .product-variant-list .product-variant-table a.add-to-wishlist-link {
		float: left;
		margin-top: -28px;
		margin-left: 105px;
	}

    .header-menu .top-menu li {
        display: block;
        clear: both;
    }

    .header-menu .top-menu > li {
        height: auto;
    }

    .header-menu .top-menu li:after,
    .header-menu .top-menu li .sublist:after {
        clear: both;
    }

    .header-menu .top-menu ul.subsublist {
        float: none;
        display: block;
        height: auto;
        clear: both;
    }

    .header-menu .top-menu li .sublist li ul.subsublist:after {
        clear: both;
    }

    .header-menu .top-menu li .sublist li .subsublist li a {
        color: #fff;
    }
	
    .header-menu .top-menu li .application-sublist {
		-webkit-column-count: 1;
		column-count: 1;
    }
	

	.product-details-page .product-variant-table .add-to-cart {
		min-width: 130px;
	}
	.product-details-page .product-variant-table .sku,
	.product-details-page .product-variant-table thead th.item-number-header {
		width: 1%;
	}
	.product-details-page .product-variant-table thead th.item-quantity-header {
		min-width: initial !important;
		max-width: initial !important;
	}
	
}

@media only screen and (max-width: 940px) {
    .header-menu .top-menu li .application-sublist {
		-webkit-column-count: 1;
		column-count: 1;
    }

}

@media only screen and (max-width: 767px) {
	.block-category-navigation > .title {
		cursor: pointer;
	}
	.block-category-navigation > .title > strong {
		/*border-bottom: 1px dashed #379166;*/
		display: inline-block;
	}
	.block-category-navigation > .title > strong:after {
		content: " ";
		margin-left: 12px;
		display: inline-block;
		width: 8px;
		height: 8px;
		-webkit-filter: invert(1);
		filter: invert(1);
		background: url('images/dresscode_images/select-icons1.png') no-repeat scroll 0 0;
	}
	.block-category-navigation > .listbox {
		display: none;
	}

}

@media only screen and (min-width: 480px) and (max-width: 940px) {

    /*top menu*/
    .header-menu .top-menu li .sublist li a {
        color: #fff !important;
        padding-left: 20px;
        display: block;
    }

    .header-menu .top-menu li .sublist {
        max-width: 600px;
        min-width: 240px;
        height: auto;
        display: block;
    }

    .header-menu .top-menu li .application-sublist {
        display: none;
    }

    .product-grid .product-item .product-image-wrapper {
            margin: 0 auto;
            text-align: center;
    }

    .product-details-page .overview {
        clear: both;
    }
	
	.techText { height:100px; }

}



@media only screen and (max-width: 940px) and (min-width: 300px) {
    .header-menu .top-menu li .sublist {
        display: block;/* !important;*/
        height: auto;
        clear: both;
    }

    .header-menu .top-menu li .sublist li .subsublist li a {
        color: #fff;
    }

    .header-menu .top-menu li,
    .header-menu .top-menu li .sublist:after {
        clear: both;
    }


    .header-menu .top-menu li .sublist > div,
    .header-menu .top-menu li ul.application-sublist,
    .header-menu .top-menu li ul.application-sublist.active {
        display: none;/* !important;*/
    }


    .product-grid .product-item .product-image-wrapper a img {
        padding-bottom: 3px;
    }

    .product-details-page .overview {
        clear: both;
    }
	
	.techText { height:100px; }
}

@media only screen and (max-width: 479px) {
	.product-grid .product-item .product-image-wrapper {
		margin: 0 auto;
	}
	.product-selectors .view-mode.four.columns {
		width: 30%;
		margin-top: 7px;
	}
	.product-selectors .limiter.three.columns.omega {
		width: 70%;
		float: right;
	}
}
@media only screen and (max-width: 736px) {
	.product-selectors .view-mode ul li:last-child {
		display: none;
	}
}

/* Main Menu Responsive CSS (Font Size and Padding)
============================================================== */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .header-menu .top-menu li > a {
	/*Blue - #1a73be*/
    color: #fff;
	padding: 16px 12px 16px 13px; }

.header-menu a  {
		font-size:1.0em; }
} 


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .header-menu .top-menu li > a {
	/*Blue - #1a73be - #fff*/
    color: #fff;
	padding: 16px 8px 16px 9px; }

.header-menu a  {
		font-size:1.0em; }
} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 960px) and (max-width: 1190px) {

/*Yellow - #ffff00*/
	.header-menu .top-menu li > a {
    color: #fff;
	padding: 16px 12px 16px 13px; }
    
	.header-menu a  {
		font-size:1.01em; }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	/*Red - #ff0000 - fff*/
	.header-menu .top-menu li > a {
    color: #fff;
	padding: 16px 16px 16px 17px; }
    
	.header-menu a  {
		font-size:1.1em; }
  } 