html, body {
    margin:0;
    padding:0;
    font-family:Arial;
    color: #3f220a;
    font-size:13px;
}

@media (min-height: 700px) {
  #testlink {
    position: fixed;
    overflow: hidden;
    top: 550px;
    right: 50px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
  #chatlink {
    position: fixed;
    overflow: hidden;
    top: 650px;
    right: 0px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
}

@media (min-height: 600px) and (max-height: 699px) {
  #testlink {
    position: fixed;
    overflow: hidden;
    top: 450px;
    right: 50px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
  #chatlink {
    position: fixed;
    overflow: hidden;
    top: 550px;
    right: 0px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
}

@media (max-height: 599px) {
  #testlink {
    position: fixed;
    overflow: hidden;
    top: 400px;
    right: 50px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
  #chatlink {
    position: fixed;
    overflow: hidden;
    top: 500px;
    right: 0px;
    opacity: 0.9;
    border: none;
    z-index: 10;
 }
}


/* need this to make skin selector not wrap lines */
form {
   display: inline-block;
}


/* need this so content links can be seen by the user */
.content a:link, .content a:visited {
    display: inline-block;
    color: #B22222;
    text-decoration: none;
}

/* need this so content links can be seen on mouse-over by the user */
.content a:hover {
    display: inline-block;
    color: #7C0A02;
    text-decoration: underline;
}

/* need this to map styles used in product pages */

P.mainhead { font: 22px arial, sans-serif; color:#0000ff }
P.subhead { font: 13px arial, sans-serif; color: #0000ff }

a, a:hover {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

header {
    border-bottom: 1px solid #000;
}

.header_button {
    padding: 10px 0;
    font-weight:bold;
    letter-spacing: 1px;
}

.header_button i {
    color:#8e4b17;
    font-size:1.25em;
}

/* for debugging only - remove when done */
a:hover {
   /* border:1px solid black;*/
   text-decoration: none;
}

::placeholder {
    color: #3f220a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3f220a;
}

::-ms-input-placeholder {
    color: #3f220a;
}

.header_container {
    background: #189ad6;
    height:50px;
   /* width: 100%;
    clear:both;*/
}


.header_tools {
    /*float: right;*/
    /*height: 100%;*/
    margin:0 auto;
    text-align: right;
}


.header_tools > div {
    /*display: inline-block;*/
    height: 100%;
}

.header_tools .font_options {
    border:1px solid #000;
    padding:5px 8px;
    width:auto;
    height:auto;
    margin: 0px 5px;
    display: inline-block;
}

.header_search {
    display:inline-block;
    margin: 0 20px;
}

.header_search > form {
    height:100%;
}

#inputSearch {
    border-radius:2px;
    border:1px solid #c96b20;
    background:transparent;
    color:#3f220a;
    padding:12px;
    height:100%;
}

.header_search { 
    position: relative; 
}

.header_search .fa {
  /* position: absolute; */
  padding: 10px;
  /* pointer-events: none; */ 
  cursor:pointer;
}

.header_search button {
  padding: 0px;
  background:transparent;
  cursor:pointer;
}

.right-addon .fa {
    right: 0px;
    top:5px
}

.right-addon input {
    padding-right: 30px;
}

.header_cart,
.header_login {
    margin:0 10px;
}

.header_cart i,
.header_login i {
    margin:0 20px;
}

.mr2 {
    margin-right:2em;
}

.navbar_container {
    /*clear: both;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;*/
    margin: 0 auto;
    /*max-width: 1440px;*/
}

.navbar-logo {
    /*margin:30px 65px;*/
    /*float:left;*/
}

.navbar-logo img {
    width:100%;
    max-width: 500px;
    margin:30px 0;
}

.navbar-menu {
    /*float:right;*/
}
#cssmenu {
    /*margin-top:40px;*/
    /*margin-right:20px;*/
    margin-top: 40px;
    text-align:right;
}

#cssmenu > ul {
    list-style:none;
    padding-left:0;
    margin-bottom:0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 100;
}
#cssmenu > ul > li {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    /*width: 230px;*/
    padding: 10px 7px;
    /*margin:0px 10px;*/
    padding-bottom:0;
    border:1px solid transparent; /*2px*/
}
#cssmenu > ul > li > a {
    font-weight: bold;
}
#cssmenu > ul > li:hover {
    /*padding:20px 5px;*/
    text-decoration: none;
}
/*
#cssmenu > ul > li:nth-child(4) {
    width: 190px;
    }
    #cssmenu > ul > li:nth-child(3) {
        width: 100px;
    }
    #cssmenu > ul > li:nth-child(2) {
        width: 100px;
    }
    
    #cssmenu > ul > li:nth-child(1) {
        width: 75px;
    }*/
#cssmenu > ul > li.has-sub > ul:nth-child(3) > li:nth-child(7) {
    /*padding-top:25%; */
}
#cssmenu > ul > li > ul:nth-child(2),
#cssmenu > ul > li:nth-child(2) > ul:nth-child(2),
#cssmenu > ul > li.has-sub > ul:nth-child(2) {
    position: absolute;

    width:50%; /*300px;*/
    left: 0;
    border-right:0;
    
    text-align: left;
    padding-inline-start: 0px;
    top:40px; /*98%;*/
    z-index: -1;
}
#cssmenu > ul > li:hover > ul:nth-child(2),
#cssmenu > ul > li:nth-child(2):hover > ul:nth-child(2),
#cssmenu > ul > li.has-sub:hover > ul:nth-child(2) {
    position: absolute;
   /* margin-top: 20px;
    margin-left: -61%; /*-300px;*/
    width:50%; /*300px;*/
    left: 0;
    border-right:0;
    
    text-align: left;
    padding-inline-start: 0px;
    top:40px; /*98%;*/
    z-index: 0; /*-1;*/
}

#cssmenu > ul > li:hover > ul:nth-child(3),
#cssmenu > ul > li:nth-child(2):hover > ul:nth-child(3),
#cssmenu > ul > li.has-sub > ul:nth-child(3) {
    position: absolute;
   /* margin-top: 20px;*/
   /* margin-left: -402px;*/
    /*margin-left:-30%;*/
    /*width:auto;*/
    width:50%;

    text-align: left;
    padding-inline-start: 0px;
    border-left: none;
    border-right:1px solid #000;
    /*columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;*/
    right:0;
    top:40px; /*98%;*/
    z-index:0;
}
#cssmenu > ul > li > ul:nth-child(3) {
    right:0;
    width:50%;top:40px; text-align: left;
    padding-inline-start: 0px;
    border-left: none !important;
    border-right:1px solid #000 !important;    z-index:-1;
}

#cssmenu li > ul:nth-child(3) > li,
#cssmenu li:nth-child(2) > ul:nth-child(3) > li,
#cssmenu li.has-sub > ul:nth-child(3) > li {
    border-right:none;
    width: 100%;
}

/*
#cssmenu > ul > li:nth-child(2):hover,
#cssmenu > ul > li.has-sub:hover {
    border:1px solid #000;
    border-bottom:2px solid #fff;
}*/

#cssmenu > ul > li.has-sub:hover > a > span {
   color:#fff
}

#cssmenu > ul > li.sub_menu:hover:after, #cssmenu > ul > li:nth-child(2):hover:after, #cssmenu > ul > li.has-sub:hover:after {
   background:#0000ff;
}



#cssmenu > ul > li.has-sub:hover,
#cssmenu > ul > li.sub_menu:hover {
    border:1px solid #000;
    background:#0000ff;
    /*border-bottom:2px solid #fff;*/
}
/*
#cssmenu > ul > li.sub_menu:hover > a:after,
#cssmenu > ul > li:nth-child(2):hover > a:after,
#cssmenu > ul > li.has-sub:hover > a:after */
#cssmenu > ul > li.sub_menu:hover:after,
#cssmenu > ul > li:nth-child(2):hover:after,
#cssmenu > ul > li.has-sub:hover:after 
{
    content:"";
    position:relative;
    display:block;
    width:100%;
    height:1px;
    /*background: #FFF;*/
    z-index:1000;
}

#cssmenu > ul > li:hover > ul > li:hover > a,
#cssmenu > ul > li:nth-child(2):hover > ul > li:hover > a,
#cssmenu > ul > li.has-sub:hover > ul > li:hover > a {
    color:#0000ff;
    font-weight:bold;
}
#cssmenu > ul > li:hover > a {
    color:#0000ff;
    font-weight:bold;
}

#cssmenu > ul > li > ul,
#cssmenu > ul > li:nth-child(2) > ul,
#cssmenu > ul > li.has-sub > ul {
    /*display: none;
    position: absolute;
    border-right:0;
    height:350px;*/
    display: block;
    border:1px solid #000;
    background: #fff;
    /*height:507px; /*one columns */
    opacity: 0;
    height:0;
    position: absolute;
    transition: height .3s, opacity 0.3s linear;
    pointer-events: none;
}
#cssmenu > ul > li:hover > ul,
#cssmenu > ul > li:nth-child(2):hover > ul,
#cssmenu > ul > li.has-sub:hover > ul {
    height:507px;
    opacity: 1;
    display: block;
    transition: height .3s, opacity 0.3s linear;
    
    pointer-events: initial;
}

#cssmenu li > ul > li,
#cssmenu li:nth-child(2) > ul > li,
#cssmenu li.has-sub > ul > li {
    display:block;
    padding-left:20px;
    padding-right:20px;
    padding-top:2px;
    padding-bottom:2px;
    border-right:1px solid #aaa;
    font-size: 14px;
}
#cssmenu li > ul > li:first-child,
#cssmenu li:nth-child(2) > ul > li:first-child,
#cssmenu li.has-sub > ul > li:first-child {
    margin-top:25px;
}

#cssmenu li > ul > li:last-child,
#cssmenu li:nth-child(2) > ul > li:last-child,
#cssmenu li.has-sub > ul > li:last-child {
    margin-bottom:25px;
}
.products_inner_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    width:100%;
}
.submenu_title {
    color:#0000ff;
    font-size:20px;
    font-weight:bold;
    padding-bottom: 5px;
    display: block;
}

.big_background {
    line-height: 0;
}

.big_background img {
    max-width:100%;
    width: 100%;
    min-height: 250px;
    /*max-height: 800px;*/
    height: 100%;
}

.category {
    float:left;
    width:50%;
    line-height: 0;
    position:relative;
    cursor: pointer;
}
.category a {
    width: 100%;
}
.category:hover .overlay {
    opacity:0.4;

}
.category a:hover img {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: filter 0.5s;
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    height: 100%;
    width: 100%;
    background: #222;
}
.category img {
    max-width:100%;
    width: 100%;
    height:auto;
}
.categories_container {
    overflow: hidden;
}

.category img {
    height:auto;
}

.products_container {
   /* width:100%;*/
    padding-bottom: 30px;
}

.products_container h2 {
    text-transform: uppercase;
    text-align: center;
    color:#0000ff;
    padding: 45px 0;
    margin: 0;
}
.section-title {
    padding-bottom: 35px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: center;
}
.products {
    /*width: 100%;
    clear: both;
    overflow: hidden;*/
}
.products div {
   /* float:left;
    width:25%;
    /*height: 440px;*/
    text-align: center;
}
.products a { text-decoration: none;}
.products div h3 {
    color:#0000ff;
    text-align: center;
    /*margin:0 10px;
    font-size:22px;*/

    margin-bottom: 5px;
    font-size: 16.5px;
    font-weight: 400;
    text-transform: capitalize;
}
.products_container img {
    width: auto;
    max-width: 100%;
    height: 100px;
    margin: 45px auto;
    text-align: center;
}
.products_container .sku {
    color:#727271;
    /*text-align: center;
    display: block;
    margin-top:10px;*/

    font-size: 85%;
    line-height: 1.25;
}
footer .footer_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
    width: 100%;
}
footer .footer_bottom .footer_container {
    padding: 10px 0;
}
.footer-navigation:last-child {
    margin-right: 0;
}
.social-navigation {
    display: inline-block;
    width: 100%;
}
.footer-right:last-child {
    margin-right: 0;
}
.footer-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}
.social-navigation-list-item {
    display: inline-block;
    font-size: 150%;
    margin: 0 .5em 0 0;
}
.footer-navigation a, .social-navigation-list-item a  {
    color: rgba(255,255,255,.85);
}
footer ul { list-style:none; padding:0; margin:0; box-sizing: inherit;}
.footer_top {
    background:#0000ff;
    /*overflow: hidden;
    clear:both;
    padding-top:15px;
    padding-bottom:35px;*/
}
.footer-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}
.footer-navigation {
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    float: left;
}
.footer_top .widget_container {
    /*display: inline-block;*/
    /* margin: 0 20px; */
    /*width: 19%;*/
    vertical-align: top;
    color:#fff;
}
.footer-section-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom:16px;
}
.footer_top .widget {
    margin: 0 auto;
    width: 70%;
}
.footer_top .widget a {
    display: block;
    margin-bottom:10px;
}
.social_widget .widget {
    width: 100%;
}
.footer_top .social_widget a {
    display: inline-block;
    margin:0 10px;
    font-size:26px;
}
.footer_top .social_widget a:nth-child(2) {
    margin-left:0;
}

.footer_bottom {
    background: #585757;
    overflow: hidden;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
}

.footer_bottom .wrap {
    margin: 0 20px;
}
.footer_bottom .wrap p {
    font-size:14px;
}
.copyright {
    font-weight: bold;
    font-size: 18px;
}
.footer_bottom .wrap p:not(:first-child) {
    margin:2px 0;
}
.header_tools_mobile { display:none; }
.footer_tools_mobile { display:none; }



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        width: 20%;
        float: left;
        flex: auto;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* MOBILE */

@media screen and (max-width:767px) {
    .footer_tools_mobile { display:inline-block; font-size: 20px; margin-top:7px; }
    .header_tools { display:none; }
    .header_tools_mobile { display:block; font-size: 24px; margin-top:7px; }
    .navbar-logo { text-align: center; }
    .footer_top .widget { text-align: center; }
    .widget_container { padding: 0; margin: 15px 0; }
    .header_container { height:50px; color:#fff; }
    .footer-navigation {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        text-align: center;
        float: left;
        display: block;
    }
    .footer-right {
        float: right;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
    }
    .footer-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 10px;
    }
    .navbar-menu {
        position: unset;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 1;
        display: none;
        height: 100%;
    }
    #cssmenu {
        margin:0;
    }
    #cssmenu > ul > li {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        width: 80% !important;
        padding: 10px 0;
        border-bottom:1px solid #aaa;
    }
    li.has-sub > ul > li > a {
        display: block;
        width: 100%;
    }
    .navbar-menu.mobile-active {
        display: block;
        width: 100%;
    }

    .navbar-menu > #cssmenu > ul {
        /*border-bottom: 3px solid black;*/
        padding-bottom: 20px;
        position: unset;
    }
    .navbar-menu.mobile-active > #cssmenu > ul > li.has-sub.mobile-active > ul {
        position:unset !important;
        display:block !important;
        height: 100%  !important;
        opacity: 1  !important;
        padding: 0  !important;
        width: 100%  !important;
        border-top: 1px solid #000  !important;
        border-bottom: 1px solid #000  !important;
        border-right: none  !important;
        border-left: none  !important;
    }
    #cssmenu > ul > li.has-sub > ul {
        position: unset !important;
        display: block !important;
        padding: 0  !important;
        width: 100%  !important;
        transition:none !important;
        border: none;
        border-bottom: 1px solid #000;
    }
    /*#cssmenu > ul > li.has-sub:hover > ul {
        position: unset !important;
        display: block !important;
        padding: 0  !important;
        width: 100%  !important;
        height: 100%  !important;
        transition:none !important;
        border: none;
        border-bottom: 1px solid #000;
    }*/
    #cssmenu > ul > li.has-sub.mobile-active {
        padding-bottom: 0;
        border-bottom: 0;
        border: 1px solid #000;
    }
    #cssmenu > ul > li.has-sub.mobile-active:after {
        height:0 !important;
    }
    #cssmenu > ul > li > a {
        font-size: 24px;
        /* width: 100%; */
    }
    .navbar-menu > #cssmenu > ul > li > ul {
        display: none !important;
    }
    #cssmenu li > ul > li, #cssmenu li:nth-child(2) > ul > li, #cssmenu li.has-sub > ul > li {
        border-right: none;
    }
}

/**************************************/
/*********** APP ACCORDION  *********/
/************************************/

.accordion > input[type='checkbox'] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type='checkbox']:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type='checkbox']:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: '\f054';
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type='checkbox']:checked ~ .handle label:before {
  content: '\f078';
}

.accordion {
  max-width: 65em;
}

.accordion p:last-child {
  margin-bottom: 0;
}
