/* Dropdown Button */
.dropdown-btn {
        color: #ccc;
        font-family: "Lato";
        font-weight: 700;
        letter-spacing: 1px;
        padding: 10px;
        font-size: 13px;
        border: none;
        cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
        position: relative;
        display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
        z-index: 999;
        display: none;
        position: absolute;
        background-color: black;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
        color: #ccc;
        padding: 0 0 0 10px;
        text-decoration: none;
        display: block;
        line-height: 26px;
        font-size: 13px;
        font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #666666}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
        display: block;
}

.header-links {
    font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  color: #222222;
  letter-spacing: 1px;
}
.top-bar-text {
    font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  color: #ccc;
  letter-spacing: 1px;
}
.sale-banner {
    background-color: #444;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height:2.2rem;
}
.sale-banner-btn {
    background-color: black;
    padding:8px 40px;
    margin:5px 0px 5px 25px;
    text-transform: uppercase;
}
a .sale-banner-btn {
    text-decoration: none;
    color: white;
}
a:hover .sale-banner-btn {
    color:#ccc;
}

.top-bar {
    background: #222222;
    color: #fff;
    padding: 0px;
    line-height: 2.5rem;
}
.top-bar a {
    transition: all 1s ease;
}
.top-bar .sociallinks {
    border-right: 1px solid #cbcbcb;
}
.top-bar .sociallinks ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: transparent;
}
.top-bar .sociallinks ul li {
    display: inline-block;
}
.top-bar .sociallinks ul li a {
    color: #fff;
    line-height: 2.5rem;
    padding-right: 1.58rem;
}
.top-bar .sociallinks ul li a:hover {
    color: #29a6c1;
}
.top-bar .normallinks a {
    line-height: 2.5rem;
    color: #fff;
    padding-right: 0.9375rem;
    font-size: 0.875rem;

}
.top-bar .normallinks a:hover {
    color: #29a6c1;
}
.top-bar .accountlinks .row {
    border-right:  1px solid #cbcbcb;
}
.top-bar .accountlinks .large-6.columns {
    text-align: center;
    border-left:  1px solid #cbcbcb;
}
.top-bar .accountlinks .large-6.columns a {
    color: #fff;
    font-size: 0.875rem;
}
.top-bar .accountlinks .large-6.columns a i {
    padding-right: 7px;
    color: #888888;
    transition: all 1s ease;
}
.top-bar .accountlinks .large-6.columns a:hover, .top-bar .accountlinks .large-6.columns a:hover i {
    color: #29a6c1;
}

.siteheader {
    padding: 25px 0px;
}
.siteheader .promotionboxes {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1rem;
    color: #000;
    padding-bottom: 1.15rem;
}
.siteheader .promotionboxes h3 {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0px;
}
.siteheader .promotionboxes h3 strong {
    font-size: 0.8125rem;
    font-weight: 700;
}



/* Navigation */
.main_navigation {
    background: url('../images/nav_bg.jpg') repeat-x left top;
}
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.nav a { text-decoration: none; }
 
.nav li { list-style: none; }

.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
 
.nav > li {
    display: block;
    float: left;
    position: relative;
}

.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding: 0 19px;
    line-height: 54px;
 
    font-family: "Lato";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
 
    /*background: #372f2b;
    border-left: 1px solid #4b4441;
    border-right: 1px solid #312a27;*/
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav > li:hover > a { /*background: #4b4441;*/ }
 
.nav > li:first-child > a {
    /*border-radius: 3px 0 0 3px;*/
    border-left: none;
}

.nav > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 54px;
    left: 19px;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
 
    background: #ffffff;
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav .nav-column {
    float: left;
}
 
.nav .nav-column h3 {
    margin: 20px 0 10px 0;
    line-height: 18px;
 
    font-weight: 700;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
}
 
.nav .nav-column h3.orange { color: #ff722b; }
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
 
    font-weight: bold;
    font-size: 13px;
    color: #888888;
}
 
.nav .nav-column li a:hover { color: #666666; }

.border_padding {
    border: 1px solid #a3a1a1 !important;
    padding: 0px 30px 20px 30px !important;
}
.pb30px {
    padding-bottom: 30px;
}

/* Banner CSS */
.main_banner {
    padding-top: 15px;
    margin-bottom: 50px;
}
.main_banner img {
    width: 100%;
}


/* Product Listing Column */
.productList_widget .widget_heading {
    height: 25px;
    margin-bottom: 10px;
    background: url('../images/heading-border.jpg') repeat-x left -3px;
}
.productList_widget .widget_heading h3 {
    text-transform: uppercase;
    font-size: 19px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
    background: #fff;
    margin-top: -1px;
    float: left;
    padding-right: 20px;
    font-weight: 700;
}
.product-list-5-colm .product-container {
    float: left;
    width: 217px;
    margin: 0px 20px 20px 0px;
    min-height: 350px;
}
.product-list-5-colm .product-container:nth-child(5), .product-list-5-colm .product-container:nth-child(10), .product-list-5-colm .product-container:nth-child(15), .product-list-5-colm .product-container:nth-child(20), .product-list-5-colm .product-container:nth-child(25) {
    margin-right: 0px;
}
.product-list-5-colm .product-container .product-image {
    max-height: 215px;
    overflow: hidden;
    text-align: center;
}
.product-list-5-colm .product-container .product-image .thumbnail {
    margin-bottom: 0px;
}
.product-list-5-colm .product-container .product-title {
    padding-top: 5px;
}
.product-list-5-colm .product-container .product-title p {
    margin-bottom: 0px;
}
.product-list-5-colm .product-container .product-title a {
    font-size: 13px;
    color: #333333;
    line-height: 18px;
}
.product-list-5-colm .product-container .productprice {
    font-size: 14px;
    color: #AB3119;
    font-weight: 700;
    text-align: center;
    padding: 5px 0px;
}
.product-list-5-colm .product-container .productprice span {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 10px;
}
.product-list-5-colm .product-container .product-offer {
    font-size: 16px;
    color: #AB3119;
    line-height: 20px;
    font-weight: 700;
    padding-top: 10px;
}
.product-list-5-colm .product-container .add_to_cart {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}


/* Recent Viewed */
.recentViewed_widget {
    margin-bottom: 30px;
}
.recentViewed_widget .widget_heading {
    height: 25px;
    margin-bottom: 10px;
    background: url('../images/heading-border.jpg') repeat-x left -3px;
}
.recentViewed_widget .widget_heading h3 {
    text-transform: uppercase;
    font-size: 19px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
    background: #fff;
    margin-top: -1px;
    float: left;
    padding-right: 20px;
    font-weight: 700;
}
.recentViewed_widget .product-title a {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
.recentViewed_widget .product-offer {
    font-size: 16px;
    color: #AB3119;
    line-height: 20px;
    font-weight: 700;
    padding-top: 10px;
}

.hr_seprator hr{
    border-bottom: 1px solid #eaeaea;
}

.partner_logos {
    margin-bottom: 40px;
}


/* Footer Links */
.footerLinks {
    background: #eaeae9;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    padding: 50px 0px 50px 0px;
    font-size: 13px;
    text-align: left;
    line-height: 17px !important;
}
.footerLinks .widget_container {
    display: inline-block;
    width: 19.75%;
    vertical-align: top;
}
.footerLinks .widget_container .widget_heading {
    padding-bottom: 15px;
}
.footerLinks .widget_container .widget_heading h3 {
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700;
}
.footerLinks .widget_container .widget_content {
    color: #4e4e4e;
}
.footerLinks .widget_container .widget_content a {
    display: block;
    margin-bottom: 14px;
    color: #4e4e4e;
}
.newsletter_block input.emailAddress {
    border-top: 1px solid #c9c7c7;
    border-left: 1px solid #c9c7c7;
    border-right: 1px solid #dfdddd;
    border-bottom: 1px solid #dfdddd;
    display: block;
    padding: 7px 10px;
    margin-top: 15px;
    width: 240px;
}
.newsletter_block input.btnSubscribe {
    border: 0px;
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

.footerCopyright {
    padding: 18px 0px;
    font-size: 13px;
    color: #4e4e4e;
}
.footerCopyright img {
    padding-left: 5px;
    max-height: 28px;
}
.alignRight {
    text-align: right;
}


/* Searchbar CSS */
.siteheader #header-search input.searchspring-query {
    margin: 0px;
    float: left;
    border: 1px solid #c9c7c7;
    font-size: 14px;
    color: #000000;
}

.header-cart {
    text-align: right;
    border-left: 1px solid #eee;
    margin-top: 16px;
}
.header-cart a {
    text-decoration: none !important;
    font-size: 14px !important;
    display: block !important;
    color: #222 !important;
}

.breadcrumbs {
    padding: 10px 0px;
    margin: 0px;
    font-size: 13px;
}
.breadcrumbs a {
    color: #333333;
    padding: 0px 10px;
}
.breadcrumbs a:hover {
    text-decoration: none;
}

.CTGY .product-list-5-colm .product-container:nth-child(5), .CTGY .product-list-5-colm .product-container:nth-child(10), .CTGY .product-list-5-colm .product-container:nth-child(15), .CTGY .product-list-5-colm .product-container:nth-child(20), .CTGY .product-list-5-colm .product-container:nth-child(25), .CTGY .product-list-5-colm .product-container:nth-child(30), .CTGY .product-list-5-colm .product-container:nth-child(35), .CTGY .product-list-5-colm .product-container:nth-child(40), .CTGY .product-list-5-colm .product-container:nth-child(45), .CTGY .product-list-5-colm .product-container:nth-child(50), .CTGY .product-list-5-colm .product-container:nth-child(55), .CTGY .product-list-5-colm .product-container:nth-child(60), .CTGY .product-list-5-colm .product-container:nth-child(65), .CTGY .product-list-5-colm .product-container:nth-child(70), .CTGY .product-list-5-colm .product-container:nth-child(75), .CTGY .product-list-5-colm .product-container:nth-child(80), .CTGY .product-list-5-colm .product-container:nth-child(85), .CTGY .product-list-5-colm .product-container:nth-child(90), .CTGY .product-list-5-colm .product-container:nth-child(95), .CTGY .product-list-5-colm .product-container:nth-child(100) {
    margin-right: 20px;
}
.CTGY .product-list-5-colm .product-container:nth-child(6), .CTGY .product-list-5-colm .product-container:nth-child(11), .CTGY .product-list-5-colm .product-container:nth-child(16), .CTGY .product-list-5-colm .product-container:nth-child(21), .CTGY .product-list-5-colm .product-container:nth-child(26), .CTGY .product-list-5-colm .product-container:nth-child(31), .CTGY .product-list-5-colm .product-container:nth-child(36), .CTGY .product-list-5-colm .product-container:nth-child(41), .CTGY .product-list-5-colm .product-container:nth-child(46), .CTGY .product-list-5-colm .product-container:nth-child(51), .CTGY .product-list-5-colm .product-container:nth-child(56), .CTGY .product-list-5-colm .product-container:nth-child(61), .CTGY .product-list-5-colm .product-container:nth-child(66), .CTGY .product-list-5-colm .product-container:nth-child(71), .CTGY .product-list-5-colm .product-container:nth-child(76), .CTGY .product-list-5-colm .product-container:nth-child(81), .CTGY .product-list-5-colm .product-container:nth-child(86), .CTGY .product-list-5-colm .product-container:nth-child(91), .CTGY .product-list-5-colm .product-container:nth-child(96), .CTGY .product-list-5-colm .product-container:nth-child(101) {
    margin-right: 0px;
}

#search-results .product-list-5-colm .product-container:nth-child(5), #search-results .product-list-5-colm .product-container:nth-child(10), #search-results .product-list-5-colm .product-container:nth-child(15), #search-results .product-list-5-colm .product-container:nth-child(20), #search-results .product-list-5-colm .product-container:nth-child(25), #search-results .product-list-5-colm .product-container:nth-child(30), #search-results .product-list-5-colm .product-container:nth-child(35), #search-results .product-list-5-colm .product-container:nth-child(40), #search-results .product-list-5-colm .product-container:nth-child(45), #search-results .product-list-5-colm .product-container:nth-child(50), #search-results .product-list-5-colm .product-container:nth-child(55), #search-results .product-list-5-colm .product-container:nth-child(60), #search-results .product-list-5-colm .product-container:nth-child(65), #search-results .product-list-5-colm .product-container:nth-child(70), #search-results .product-list-5-colm .product-container:nth-child(75), #search-results .product-list-5-colm .product-container:nth-child(80), #search-results .product-list-5-colm .product-container:nth-child(85), #search-results .product-list-5-colm .product-container:nth-child(90), #search-results .product-list-5-colm .product-container:nth-child(95) {
    margin-right: 0px;
}
#search-results .product-list-5-colm .product-container:nth-child(6), #search-results .product-list-5-colm .product-container:nth-child(11), #search-results .product-list-5-colm .product-container:nth-child(16), #search-results .product-list-5-colm .product-container:nth-child(21), #search-results .product-list-5-colm .product-container:nth-child(26), #search-results .product-list-5-colm .product-container:nth-child(31), #search-results .product-list-5-colm .product-container:nth-child(36), #search-results .product-list-5-colm .product-container:nth-child(41), #search-results .product-list-5-colm .product-container:nth-child(46), #search-results .product-list-5-colm .product-container:nth-child(51), #search-results .product-list-5-colm .product-container:nth-child(56), #search-results .product-list-5-colm .product-container:nth-child(61), #search-results .product-list-5-colm .product-container:nth-child(66), #search-results .product-list-5-colm .product-container:nth-child(71), #search-results .product-list-5-colm .product-container:nth-child(76), #search-results .product-list-5-colm .product-container:nth-child(81), #search-results .product-list-5-colm .product-container:nth-child(86), #search-results .product-list-5-colm .product-container:nth-child(91), #search-results .product-list-5-colm .product-container:nth-child(96) {
    margin-right: 20px;
}

.CTGY .product-list-5-colm .product-container .product-title {
    padding-top: 5px;
    min-height: 85px;
}

.next-previous-top .sorting {
    margin: 25px 0px;
}
.next-previous-top .sorting label, .next-previous-top .sorting select {
    display: inline-block;
    width: auto !important;
    margin: 0px;
    vertical-align: middle;
}
.next-previous-top .sorting label {
    text-transform: uppercase;
    font-size: 13px;
}
.next-previous-top .sorting select {
    margin-left: 10px;
    font-size: 12px;
    padding: 8px 25px 8px 8px;
    height: auto !important;
}

.category-landing-header {
    padding-bottom: 20px;
}

.category-landing-header .main-header-image #image-display {
    height: 460px;
    color: #FFF;
    position: relative;
    box-shadow: none;
}

.category-landing-header .main-header-image #image-display #header-description {
    width:94%;
    background-color:#FFF;
    color:#666;
    position:absolute;
    bottom:33px;
    left:15px;
    padding:10px 10px 10px 10px;
}

.category-landing-header .main-header-image #image-display #image-shown-above {
    width: 94%;
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding: 5px 0px 0px 0px;
}

.category-landing-header .main-header-image #image-display #image-shown-above a:link {
    color:#FFF;
    text-decoration:none;
}

.category-landing-header .main-header-image #image-display #image-shown-above a:visited {
    color:#FFF;
    text-decoration:none;
}

.category-landing-header .main-header-image #image-display #image-shown-above a:active {
    color:#FFF;
    text-decoration:none;
}

.category-landing-header .main-header-image #image-display #image-shown-above a:hover {
    color:#FFF;
    text-decoration:underline;
}

.offerbackground {
    background: #AB3119;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}
.offerbackground a {
    color: #fff;
    text-decoration: underline;
}
.offerbackground #sale-header {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.tabbing-com {
    border: 1px solid #eaeaea;
    margin-bottom: 35px;
}
.tabbing-com .tc-header div.blackbg {
    display: inline-block;
    padding: 12px 20px;
    background: #222;
    color: #fff;
    font-weight: 700;
}
.tabbing-com .tc-header div.blackbg a {
    color: #fff;
}
.tabbing-com .tc-header div.whitebg {
    display: inline-block;
    padding: 12px 15px;
    background: #fff;
    color: #000;
    border-left: 1px solid #eaeaea;
    font-weight: 700;
}
.tabbing-com .tc-header div.whitebg a {
    color: #000;
}
.tabbing-com .tc-content {
    border-top: 1px solid #eaeaea;
    padding: 15px 20px;
    font-size: 13px;
    max-height: 280px;
    overflow: auto;
}
.tabbing-com .tc-content h2 {
    font-size: 20px !important;
    font-weight: 700;
}

.cl-short-by {
    padding: 10px 0px;
}
.cl-short-by ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.cl-short-by ul a {
    color: #29a6c1;
}
.cl-headingCenter {
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0px 15px 0px;
    padding: 0px;
}
.cl-headingTitle {
    font-size: 30px;
    line-height: 38px;
    margin: 0px;
    padding: 0px;
}

.shopthisSelection {
    background: #29a6c1;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px;
}

.category-sharing-tool {
    padding: 15px 0px 30px 0px;
    border-top: 1px solid #eaeaea;
}
.category-sharing-tool .category-sharing-tool-title {
    font-size: 14px;
    color: #000000;
    padding-bottom: 5px;
}
.category-sharing-tool span {
    box-sizing: content-box;
}

#prodrow-container.related-border form {
    display: block;
    border: 1px solid #b8b8b8;
    padding: 10px 0px 10px 10px;
    margin-top: -1px;
}
#prodrow-container.related-border form:nth-child(even) {
    background: #eaeaea;
}

#prodrow-container.related-border div {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
#prodrow-container.related-border div.prod-row a img {
    max-width: 90px;
    width: 90px;
}
#prodrow-container.related-border div#moreinfo {
    width: 430px;
    padding-right: 0px;
}
#prodrow-container.related-border div#prodpricing {
    padding-right: 0px;
    font-size: 15px;
    font-weight: 700;
}
#prodrow-container.related-border div#prodpricing font {
    font-weight: normal;
}
#prodrow-container.related-border div#prodpricing font strong {
    font-size: 15px;
    font-weight: 700;
    color: #0a0a0a;
}
#prodrow-container.related-border div#takeextra {
    padding-right: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #AB3119;
}
#prodrow-container.related-border div#takeextra font {
    font-weight: normal;
}
#prodrow-container.related-border div#takeextra font strong {
    font-size: 15px;
    font-weight: 700;
    color: #AB3119;
}
#prodrow-container.related-border h2, #prodrow-container.related-border h2 a {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}
#prodrow-container.related-border #prod-purchase {
    width: 270px;
}
#prodrow-container.related-border #prodattribute {
    max-width: 267px;
}
#prodrow-container.related-border #related-prodinfo {
    padding-left: 20px;
    font-size: 12px;
}
#prodrow-container.related-border #related-prodinfo span.#AB3119text {
    display: block;
    color: #AB3119;
}
#categoryprolisting #product-type-header {
    padding: 40px 0px 10px 0px;
}
#categoryprolisting #product-type-header h3 {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}
#prodrow-container.related-border #prodaddcart #btnAddToCart {
    padding: 0.85em 3.5em;
    background: #AB3119;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#prodrow-container.related-border {
    width: 1185px;
}
#prodattribute b {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
#prodattribute select {
    margin-bottom: 5px;
    font-size: 13px;
}

#prodetail_btn input {
    display: block;
    padding: 0.85em 3.25em !important;
    background: #AB3119;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.pd_addtocart {
    padding: 20px 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.pd_addtocart input {
    margin-bottom: 0px;
}

.product-listing {
    padding: 0.5rem;
}

@media only screen and (min-width: 640px) {
    .product-listing img {
        max-width: 100px;
    }
}

.product_detail_text {
    font-size: 14px;
}
.product_detail_text ul {
    margin-left: 0px;
}
.product_detail_text li {
    margin-left: 30px;
}

#all-product-listings {
    border: 1px solid #f8f8f8;
}

#basket-summary-header-row{
    font-weight: bold;
}

#basket-contents {
    padding: 0.5rem;
}

#basket-contents table table, #basket-contents table table tbody, #basket-contents table table tbody td {
    background: transparent;
    border: 0px;
    padding: 0px;
}
#basket-contents table input {
    margin-bottom: 0px;
}
#checkoutButtons {
    text-align: right;
}
.invalid {
    color: #AB3119;
}
.invalid label {
    color: #AB3119 !important;
}
.requi#AB3119 {
    font-weight: 700;
}
.button {
    width: auto !important;
}

#payment-fields select {
    width: 48% !important;
}

.error-message {
    color: #AB3119;
}

.CTGY #shipping_controls, .CTGY #billing_controls {
    display: block;
    float: inherit;
}
.CTGY #shipping_controls input, .CTGY #shipping_controls label, .CTGY #billing_controls input, .CTGY #billing_controls label {
    float: inherit;
    margin: 0px;
    padding: 0px;
}

.logout-link {
    text-align: right;
}
.logout-link a {
    display: inline-block;
    padding: 10px 15px;
    background: #AB3119;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #000000;
    text-decoration: none;
}

/* Search Spring CSS */
.searchspring-query {
    width:399px;
}
body #searchspring-autocomplete_results {
    border: 1px solid #7F7563;
    z-index: 9999;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 417px;
}

body #searchspring-autocomplete_results li {
    margin: 0;
}

body #searchspring-autocomplete_results em {
    color: #990000;
    font-style: normal;
}

body #searchspring-autocomplete_results .ac_title:first-of-type,
body #searchspring-autocomplete_results .ac_title,
body #searchspring-autocomplete_results .ac_powe#AB3119 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

body #searchspring-autocomplete_results .ac_title,
body #searchspring-autocomplete_results .ac_term_suggest {
    padding: 7px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #e7e3d6;
    background: #434341;
    border-bottom: 4px solid #cfc5ac;
    text-transform: none;
}

body #searchspring-autocomplete_results .ac_term_suggest em {
    color: #e7e3d6;
}

body #searchspring-autocomplete_results .ac_title {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

body #searchspring-autocomplete_results .ac_term_suggest {
    font-size: 12px;
    line-height: 16px;
}

body #searchspring-autocomplete_results .ac_powe#AB3119 {
    display: none;
}

body #searchspring-autocomplete_results .ac_result_even {
    background: #f4f4f4;
}

body #searchspring-autocomplete_results .ac_term_result {
    padding: 5px 7px;
}

body #searchspring-autocomplete_results .ac_product_result.highlight,
body #searchspring-autocomplete_results .ac_product_result:hover {
    background: #e6e6e6;
}

body #searchspring-autocomplete_results .ac_product_result {
    padding: 7px;
}

body #searchspring-autocomplete_results .ac_product_result .image {
    height: auto;
    width: 60px;
}

body #searchspring-autocomplete_results .ac_product_result .info {
    width: auto;
    margin: 0;
    float: none;
    overflow: hidden;
    padding: 0 0 0 20px;
}

body #searchspring-autocomplete_results .ac_term_result,
body #searchspring-autocomplete_results .ac_product_result .info div {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #7f7563;
}

body #searchspring-autocomplete_results .ac_product_result .info .price {
    font-style: normal;
}

body #searchspring-autocomplete_results:before,
body #searchspring-autocomplete_results:after {
    width: 0;
    height: 0;
}

body #searchspring-autocomplete_results:before {
    left: auto;
    right: 20px;
    top: -7px;
    background: none;
    border-right: 9px inset transparent;
    border-left: 9px inset transparent;
    border-bottom: 7px solid #7F7563;
}

body #searchspring-autocomplete_results:after {
    position: absolute;
    top: -6px;
    left: auto;
    right: 22px;
    margin: 0 auto;
    display: block;
    content: '';
    border-right: 7px inset transparent;
    border-left: 7px inset transparent;
    border-bottom: 6px solid #fff;
}

.flexnav ul {
    margin-left: 0px !important;
}

.category-landing-header .mainheadertext {
    padding-left:40px;
}





/* Small Devices */
@media (min-device-width: 320px) and (max-device-width: 479px) {
    .hidedevicesmall {
        display: none !important;
    }
    .product-list-5-colm .product-container {
        width: inherit;
        margin-right: inherit;
        min-height: inherit;
    }
    .footerLinks {
        padding: 30px;
        padding-top: 0px;
    }
    .footerLinks .widget_container {
        display: block;
        width: inherit;
        padding-top: 30px;
    }
    .footerCopyright, .footerCopyright div {
        text-align: center;
    }
    .footerCopyright .large-6.alignRight {
        padding-top: 20px;
    }
    .product-list-5-colm .product-container .product-image .thumbnail {
        width: 100%;
    }
    .CTGY .product-list-5-colm .product-container .product-title {
        min-height: inherit;
    }
    .category-landing-header .mainheadertext {
        padding-left:0.625rem;
    }
    .category-landing-header {
        padding-bottom: 0px;
    }
    #categoryprolisting {
        padding: 0px 0.625rem;
    }
    #prodrow-container.related-border {
        width: inherit;
    }
    #prodrow-container.related-border div {
        padding-right: 0px;
    }
    #prodrow-container.related-border div#moreinfo {
        width: inherit;
    }
    #prodrow-container.related-border #related-prodinfo {
        padding-left: 0px;
        padding-top: 0.625rem;
        display: block;
    }
    .tabbing-com {
        margin-bottom: 0px;
    }
}
@media (min-device-width: 480px) and (max-device-width: 1023px) {
    .hidedevicesmall {
        display: none !important;
    }

    .footerCopyright {
        padding: 20px;
    }
    .product-list-5-colm .product-container {
        min-height: inherit;
    }
    .product-list-5-colm .product-container:nth-child(5), .product-list-5-colm .product-container:nth-child(10), .product-list-5-colm .product-container:nth-child(15), .product-list-5-colm .product-container:nth-child(20), .product-list-5-colm .product-container:nth-child(25) {
        margin-right: 20px;
    }
    .CTGY .product-list-5-colm .product-container:nth-child(6), .CTGY .product-list-5-colm .product-container:nth-child(11), .CTGY .product-list-5-colm .product-container:nth-child(16), .CTGY .product-list-5-colm .product-container:nth-child(21), .CTGY .product-list-5-colm .product-container:nth-child(26), .CTGY .product-list-5-colm .product-container:nth-child(31), .CTGY .product-list-5-colm .product-container:nth-child(36), .CTGY .product-list-5-colm .product-container:nth-child(41), .CTGY .product-list-5-colm .product-container:nth-child(46), .CTGY .product-list-5-colm .product-container:nth-child(51) {
        margin-right: 20px;
    }
    .footerLinks {
        padding: 30px;
        padding-top: 0px;
    }
    .footerLinks .widget_container {
        display: block;
        width: inherit;
        padding-top: 30px;
    }
    #categoryprolisting {
        padding: 0.9375rem;
    }
    #prodrow-container.related-border {
        width: inherit;
    }
    .category-landing-header .mainheadertext {
        padding-left:0.625rem;
    }
    #prodrow-container.related-border #prod-purchase {
        padding-top: 0.935rem;
    }
    .category-landing-header {
        padding: 0.935rem;
    }
}

/* Large Devices */
@media (min-device-width: 1024px) {
    .hidedevicelarge {
        display: none !important;
    }
}

/*small screens */
@media (max-width: 640px){
	.showdevicesmall {
		display:block !important;
	}
	.hidedevicesmall2 {
		display:none!important;
	}	
}




/** Products Filter Dropdown **/
.prodfilterlink {
    margin-top:15px
}
.prodfilterlink ul {
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    background: #fff;
}
.prodfilterlink ul a {
    display:block;
    color:#6a6868;
    text-decoration:none;
    font-weight:700;
    font-size:12px;
    line-height:32px;
    padding:0px 30px 0px 15px;
    text-transform: lowercase;
    background: #fff url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right;
}
.prodfilterlink ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    border: 1px solid #dcdbdb;
    margin-right: 12px;
    padding-right: 10px;
    margin-bottom: 12px;
}
.prodfilterlink ul li.current-menu-item {
}
.prodfilterlink ul li:hover {
}
.prodfilterlink ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
    border: 1px solid #dcdbdb;
    z-index: 999;
}
.prodfilterlink ul ul li {
    float:none;
    width:200px;
    border:0px;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.prodfilterlink ul ul a {
    line-height:120%;
    padding:10px 15px;
    color: #333;
    text-transform: inherit;
    border: 0px;
    margin-right: 0px;
    background: #fff;
}
.prodfilterlink ul ul ul {
    top:0;
    left:100%
}
.prodfilterlink ul li:hover > ul {
    display:block
}

#searchfacets {
    padding-right: 225px;
}
#searchspring-main {
    position: relative;
}
#searchspring-main #searchspring-options {
    position: absolute;
    right: 0px;
    top: -46px;
}
#searchspring-main #searchspring-options .per-page {
    display: none;
}
#searchspring-main #searchspring-options .sort-by {
    margin-bottom: 0px;
    font-size: 12px;
}
#searchspring-main #searchspring-options .sort-by span {
    display: inline-block;
    padding-right: 7px;
}
#searchspring-main #searchspring-options .sort-by select {
    display: inline-block;
    width: inherit;
    margin-bottom: 0px;
    font-size: 12px;
    border: 1px solid #dcdbdb;
    line-height: 32px;
    padding: 0px 27px 0px 11px;
    height: inherit;
}
#searchspring-main .results-text {
    font-size: 12px;
    padding-top: 20px;
}

.SSPR #search-results {
    clear: left;
}

#searchspring-bottom_container .pagination-wrapper table {
    width: inherit;
    margin: 0 auto;
    margin-bottom: 30px;
}
#searchspring-bottom_container .pagination-wrapper table td {
    cursor: pointer;
}

#searchspring-main .product-list-5-colm .product-container {
   height: 355px;
}

@media screen and (max-width: 480px) {
         body #searchspring-search_results {
            margin: 0 auto;
            width: 260px;
        }
 }

input::-webkit-input-placeholder {
   color: #222;
   text-align: left;
}
input:-moz-placeholder { /* Firefox 18- */
   color: #222;
   text-align: left;
}
input::-moz-placeholder {  /* Firefox 19+ */
   color: #222;
   text-align: left;
}
input:-ms-input-placeholder {  
   color: #222;
   text-align: left;
}

.headersearchbox {
    position: relative;
    padding-top: 8px;
}
.headersearchbox form {
    margin: 0px !important;
}
.headersearchbox .searchspring-query {
    width: 100%;
}
.headersearchbox input.button {
    position: absolute;
    top: 8px;
    right: 0px;

    width: 53px !important;
    height: 39px;
    margin: 0px;
    padding: 0px;

}

#customer-form tbody tr:nth-child(even){
    background-color: #ffffff;
}


#customer-form input {
    margin-bottom: 0px !important;
}



.bannerform {
    max-height: 257px;
    overflow: hidden;
    background: #d5cfc3;
    padding: 20px 10px;
}
.bannerform h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 21px;
}
.bannerform h3 strong {
    font-weight: 800;
    display: block;
    font-size: 36px;
    line-height: 38px;
}
.bannerform .large-6.columns {
    margin-bottom: 5px;
}
.bannerform label {
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 600;
}
.bannerform select {
    margin-bottom: 0px;
    border:1px solid #d5cfc3;
}
.bannerform input.greenbtn {
    background: #7f7563;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border:1px solid #d5cfc3;
    padding: 10px 0px;
}

.tc-readmore .morecontent span {
    display: none;
}
.tc-readmore .morelink {
}

#erCreateButton {
    margin-bottom: 0px;
}
.ui-dialog input {
    margin-bottom: 0px;
}

/* Mini basket via #TXU-405-78258 */
.mini-basket-container {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    float: none;
    position: absolute;
    top: -45rem;
    right: 0;
    padding: 0.9375rem;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1001;
    padding-bottom: 0;
}
.mini-basket-container.open {
    top: 14rem;
}

.siteheader {
    position: relative;
}
.mini-basket-view-cart,
.mini-basket-checkout {
    padding: 0;
}
.mini-basket-view-cart a,
.mini-basket-checkout a {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}
.mini-basket-view-cart a {
    background: #EAEAEA;
    color: #000;
}
.mini-basket-close {
    text-align: center;
}
.mini-basket-container .shopping-cart-title {
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
}
.mini-basket-table-wrap {
    font-size: 0.875rem;
    overflow: hidden;
    overflow-y: auto;
    max-height: 130px;
}
.mini-basket-container .remove-item {
    background: 0;
    color: #ff0000;
    padding-top: 2px;
    padding-bottom: 0;
    border: 0 !important;
}
.mini-basket-container .mini-basket-row {
    border-bottom: 1px solid #eaeaea;
    padding: 0.75rem 0;
}
.mini-basket-estimated-total {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.mini-basket-container .mini-basket-row a {
    color: #888888;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    #js-mini-basket-container .spendMore {
        font-size: 16px;
    }
    .mini-basket-container.open {
        top: 7.5rem;
    }
    .mini-basket-table-wrap {
        max-height: 300px;
    }
}
#js-mini-basket-container .spendMore {
    position: relative;
    border: 1px solid #ccd8e5;
    display: block;
    background: #ecf3fa;
    color: #00538d;
    text-align: center;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
#js-mini-basket-container .spendMore:after, #js-mini-basket-container .spendMore:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 30px;
}
#js-mini-basket-container .spendMore:before {
    border-color: rgba(204, 216, 229, 0);
    border-bottom-color: #ccd8e5;
    border-width: 8px;
}
#js-mini-basket-container .spendMore:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ecf3fa;
    border-width: 7px;
    right: 31px;
}
.ajax-error-message {
    text-align: center;
}
@media screen and (min-width: 40em) {
    .ajax-error-message {
        text-align: right;
    }
}
.ajax-message-inner {
    font-weight: bold;
    border: 1px solid #000;
    padding: .5rem;
    margin-bottom: .5rem;
    display: inline-block;
    margin-right: 20px;
}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* Homepage Recent News Widget */
.hpnews_widget {
    font-size: 13px;
    line-height: 20px;
}
.hpnews_widget strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
}
.hpnews_widget .widget_heading {
    height: 25px;
    margin-bottom: 10px;
    background: url('../images/heading-border.jpg') repeat-x left -3px;
}
.hpnews_widget .widget_heading h3 {
    text-transform: uppercase;
    font-size: 19px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
    background: #fff;
    margin-top: -1px;
    float: left;
    padding-right: 20px;
    font-weight: 700;
}
.hpnews_widget .date {
    font-size: 25px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 15px;
}
.hpnews_widget .date span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.testimonial_wdget {
    font-style: italic;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 75px 0px;
    margin-top: 50px;
    text-align: center;
    background: #f1f2f3 url('../images/hdc-testimonial-bg.jpg') no-repeat center center;
    background-size: 100% auto;
}
.testimonial_wdget strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
}
.product-list-5-colm.homepage .product-container {
    margin-bottom: 0px !important;
}
.partner_logos.homepage {
    margin: 10px 0px;
}
.testimonial_container .columns {
    padding-top: 20px;
    min-height: 120px;
}

#prod-attribute table, #prod-attribute table tbody, #prod-attribute table tr, #prod-attribute table tr td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: inherit;
}
#prod-attribute table tr td.dl_pl_prompt {
    vertical-align: top;
    line-height: 38px;
    padding-right: 10px;
}
#prod-attribute table select {
    font-size: 13px;
}