.cart {
  background: lightgray;
  position: fixed;
  bottom: 0;
}
.carthide { 
  width: 100%;
  height: 100px;
 }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #320D0D;
  min-width: 1250px;
  -webkit-font-smoothing: antialiased;
}
html, body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 72px;
  line-height: 25px;
}
h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px;
}
h3 { 
  font-size: 2em;
}
div#bottom { 
  min-height: 0px;
}
div.contentgray {
  background: lightgray;
  color: black;
}
div.contentblack { 
  background-color: #320D0D;  
  color: white;
}
.contentblack a[href], .contentwhite a[href], .contentgray a[href] { 
  color: #009bff;
}
div.contentwhite { 
  background-color: white;
  color: #320D0D;
}
body > div.content { 
  margin: 0px;
  min-height: 350px;
  display: block;
  padding-right: 200px;
  padding-left: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}
p {
  margin-bottom: 1.875em;
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #232323;
  outline: none;
  border: 2px solid #232323;
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  min-width: 225px;
  min-width: 14.0625rem;
}
table{ 
  border-collapse: collapse;
}
table, th, td{ 
  border: none;
}
td{ 
  padding-right: 40px;
  padding-left: 40px;
  max-width: 350px;
 }
div.slidecontent { 
  position: absolute;
  padding-right: 100px;
  padding-left: 100px;
}


span.jssora11l { 
  top: 50px; left: 0px;
 }
span.jssora11r { 
  top: 50px; right: 0px;
 }
div.jssorb11 { 
  bottom: 16px; 
  right: 378px;  /* width below - (# of slides*11/2) */
}
div#slider1_container, div#slider1_slides, div.slidecontent { 
  width: 800px;
  height: 200px;
}

div#slider1_container {
  position: relative; 
  top: 0px; 
  left: 0px;
  padding: 0;
}
div#slider1_slides { 
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0;
 }
ul.plus { 
  list-style: none;
 }
ul.plus > li { 
  margin-bottom: 10px;
}
ul.plus > li:before { 
  content: "+";
  margin-right: 4px;
}
ul.plus ul > li { 
  list-style: disc;
}

/* sliders */
            /* jssor slider arrow navigator skin 11 css */
            /*
            .jssora11l                  (normal)
            .jssora11r                  (normal)
            .jssora11l:hover            (normal mouseover)
            .jssora11r:hover            (normal mouseover)
            .jssora11l.jssora11ldn      (mousedown)
            .jssora11r.jssora11rdn      (mousedown)
            */
            .jssora11l, .jssora11r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 37px;
                height: 37px;
                cursor: pointer;
                background: url(./img/a11.png) no-repeat;
                overflow: hidden;
            }
            .jssora11l { background-position: -11px -41px; }
            .jssora11r { background-position: -71px -41px; }
            .jssora11l:hover { background-position: -131px -41px; }
            .jssora11r:hover { background-position: -191px -41px; }
            .jssora11l.jssora11ldn { background-position: -251px -41px; }
            .jssora11r.jssora11rdn { background-position: -311px -41px; }
            /* jssor slider bullet navigator skin 11 css */
            /*
            .jssorb11 div           (normal)
            .jssorb11 div:hover     (normal mouseover)
            .jssorb11 .av           (active)
            .jssorb11 .av:hover     (active mouseover)
            .jssorb11 .dn           (mousedown)
            */
            .jssorb11 {
                position: absolute;
            }
            .jssorb11 div, .jssorb11 div:hover, .jssorb11 .av {
                position: absolute;
                /* size of bullet elment */
                width: 11px;
                height: 11px;
                background: url(./img/b11.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb11 div { background-position: -10px -10px; }
            .jssorb11 div:hover, .jssorb11 .av:hover { background-position: -40px -10px; }
            .jssorb11 .av { background-position: -70px -10px; }
            .jssorb11 .dn, .jssorb11 .dn:hover { background-position: -100px -10px; }
/* end sliders */
