@charset "utf-8";

/* CSS Document */
body,
html {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', sans-serif;
}

input {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', sans-serif;
}

.order_field {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 5px;
}

.main_wrapper {
    max-width: 1430px;
}

.wrapper {
    max-width: 1125px;
    font-size: 18px;
    margin: 0px auto !important;
}

.content_bg {
    background: url(../images/content-bg.jpg);
}

.left {
    float: left;
    width: 49.5%;
}

.right {
    float: right;
    width: 49.5%;
}

.clear {
    clear: both;
}

p {
    margin-top: 0px;
}

a {
    color: #FF0000;
}

a:hover {
    color: #ffc000;
}

a img {
    border: 0px none;
}

.redlink {
    color: #ff4900 !important;
}

img {
    width: auto;
    max-width: 100%;
}

img.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
}

img.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
}

.input_error {
    border: 1px solid #d20000 !important;
    box-shadow: 0px 0px 6px #ff1f1f !important;
}

.spacer5 {
    height: 5px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.spacer50 {
    height: 50px;
}

select {
    border: 1px solid #999;
    padding: 0px 5px;
    height: 37px;
    width: 214px;
}

.button {
    color: #000;
    background: #ffc000;
    border: 1px solid #ffc000;
    line-height: 28px;
    font-size: 16px;
    padding: 0px 15px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.button:hover {
    background: #e91c24;
    color: #ffc000;
}

.red_button,
.cart_button,
.btn-primary {
    color: #fff;
    background: #e91c24;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
    border: 1px solid #e91c24;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}

.red_button:hover,
.cart_button:hover {
    background: #fff;
    color: #e91c24;
}

.button_clear,
.button_plain2 {
    background: #fff;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0;
}

.button_clear:hover,
.button_plain2:hover {
    color: #fff;
    background: #e91c24;
}

.btn-secondary {
    background: #6c757d;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0;
}

.btn-secondary:hover {
    color: #000;
    background: #fff;
}

.btn-clean {
    text-decoration: underline;
}

.button p {
    margin: 0px !important;
    text-align: center !important;
    padding: 0px !important;
}

.red_button .icon-cart,
.cart_button .icon-cart {
    background: url(../images/red_button_cart.png) no-repeat;
    width: 28px;
    line-height: 32px;
    margin-left: 5px;
    display: inline-block;
}

.red_button .icon-arrow,
.cart_button .icon-arrow {
    background: url(../images/red_button_arrow.png) no-repeat;
    width: 24px;
    line-height: 32px;
    margin-left: 5px;
    display: inline-block;
}

.red_button:after,
.cart_button:after {
    clear: both;
    content: "";
    height: 0px;
    overflow: hidden;
}

.red_button:hover,
.cart_button:hover {
    background-color: #333;
    background-image: none;
}

.red_button p,
.cart_button p {
    margin: 0px;
    padding: 0px;
    float: left;
}

.gray_button {
    border: 0px none;
    border-radius: 10px;
    padding: 0px 15px;
    box-shadow: 2px 2px 2px #333;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 32px;
    cursor: pointer;
    font-family: Impact, Charcoal, sans-serif;
    text-shadow: 1px 1px 0px #333;
    letter-spacing: 1px;
}

.gray_button:after {
    clear: both;
    content: "";
}

.gray_button:hover {
    background-color: #333;
    background-image: none;
}

.gray_button p {
    margin: 0px;
    padding: 0px;
    float: left;
}

.bgwhite {
    background: #fff;
    padding: 15px;
}

cite {
    color: #aaa;
}

.txt_yellow {
    color: #ffc000;
}

.txt_red {
    color: #ff0000;
}

.title {
    font-size: 35px;
    display: block;
    text-align: center;
    color: #333;
    margin-top: 0px;
}

.title.yellow_bg {
    min-height: 70px;
    background: url(../images/title_yellow_bg.png) no-repeat bottom center;
    color: #333;
}

.title.white_bg {
    min-height: 70px;
    background: url(../images/title_white_bg.png) no-repeat bottom center;
    color: #ffc000;
}

.tophead {
    background: #000;
    color: #fff;
    border-bottom: 2px solid #161c1f;
    min-height: 65px;
    position: relative;
}

.mobile_menu {
    display: none;
}

.mobile_logo {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.topmenu {
    font-size: 14px;
}

.topmenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.topmenu ul li {
    display: inline-block;
    margin: 0px 10px;
}

.topmenu ul li a {
    display: inline-block;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}

.topmenu ul li:first-child {
    margin-left: 0px;
}

.topmenu ul li:last-child {
    margin-right: 0px;
}

.topmenu ul li a:hover,
.topmenu ul li a.active {
    line-height: 60px;
    border-bottom: 3px solid #ffc000;
    background: url(../images/topmenu-active-bg.jpg) no-repeat 50% 100%;
}

.topmenu ul li a .ordernow {
    background: #ffc000;
    padding: 10px;
    color: #000;
    font-weight: bold;
}

.hp_header {
    background: #000 url(../images/hp_header-bg.jpg) no-repeat 100% 0%;
    min-height: 600px;
    background-size: cover;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

.hp_header .wrapper {
    position: relative;
}

.hp_header .logo {
    padding-top: 30px;
}

.hp_header .headline1 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
}

.hp_header .headline2 {
    padding-top: 30px;
    font-size: 22px;
    color: #ffc000;
    text-align: left;
}

.hp_header .headline2 strong {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin-left: -5px;
}

.hp_header h2 {
    padding-top: 40px;
    font-size: 74px;
    font-weight: 800;
    line-height: 1em;
    color: #ff0000;
    margin-left: -3px;
}

.hp_header h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.6em;
    color: #ffc000;
}

.hp_header h4 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
}

.hp_header ul {
    list-style: none;
    margin: 30px 0px;
    padding: 0;
}

.hp_header ul li {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
}

.hp_header ul li i {
    color: #ff0000;
}

.hp_header .ordernow a {
    background: #e91c23;
    color: #fff;
    font-size: 25px;
    padding: 20px 30px;
    border: 1px solid #ff0000;
    display: block;
    text-align: center;
    max-width: 250px;
    margin: auto;
}

.ordernow {
    display: block;
    text-align: center;
    max-width: 250px;
    margin: auto;
}

.hp_header .ordernow a:hover {
    text-decoration: none;
    background: #000;
}

.hp_header .headicon {
    padding-top: 10px;
}

.hp_header .headicon2 {
    position: absolute;
    bottom: 75px;
    left: 366px;
}

.subpage_header {
    background: #000;
    min-height: 67px;
    border-bottom: 2px solid #212b1e;
    padding: 20px 0px;
}

.subpage_header .logo {
    float: left;
    width: 20%;
    padding: 10px;
}

.subpage_header .headicon {
    float: right;
    width: 68%;
    text-align: center;
}

.subpage_header .headicon h4 {
    margin: 0px;
    color: #ffc000;
    font-size: 16px;
    font-weight: normal
}

.subpage_header .phone {
    float: right;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #ffc000;
    padding: 20px 0px 20px 30px;
    background: url(../images/icon-phone.png) no-repeat 0px 50%;
    line-height: 36px;
}

#floatbar_wrap {
    position: absolute;
    left: 5px;
    width: 290px;
    z-index: 999;
}

#floatbar_wrap.stick-top {
    top: 0;
}

#floatbar_wrap.stick-bottom {
    bottom: 0;
    position: fixed;
}

#floatbar {
    background: #fff;
    padding: 20px 10px;
    position: relative;
    border: 1px solid #000;
}

#floatbar .tabmoreless {
    display: none;
}

#floatbar .tabmore,
#floatbar .tabless {
    display: none;
    height: 35px;
    text-align: center;
    border-top: 1px solid #ccc;
    box-shadow: 0px -5px 9px #999
}

#floatbar .tabmore a,
#floatbar .tabless a {
    text-decoration: none;
}

#floatbar .tabmore strong,
#floatbar .tabless strong {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#floatbar .tabmore span {
    background: url(../images/arrow-down.png) no-repeat 50% 50%;
    height: 35px;
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    cursor: pointer;
}

#floatbar .tabless span {
    background: url(../images/arrow-up.png) no-repeat 50% 50%;
    height: 35px;
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    cursor: pointer;
}

#floatbar .lum_logo {
    font-size: 28px;
}

#floatbar .tabhead {
    border-bottom: 1px solid #333;
    margin: 0px -10px 15px;
    padding-top: 20px;
}

#floatbar .tabhead ul {
    list-style: none;
    padding: 0px;
    margin: 0px 10px -1px;
}

#floatbar .tabhead ul:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}

#floatbar .tabhead ul li {
    float: left;
}

#floatbar .tabhead ul li a {
    text-decoration: none;
    display: block;
    margin-top: 5px;
    margin-left: -1px;
    border: 1px solid #333;
    padding: 10px 10px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #ccc;
    margin-bottom: -1px;
}

#floatbar .tabhead ul li a.active {
    margin-top: 0px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#floatbar .tabbody ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#floatbar .hidden {
    display: none;
}

#floatbar .prodimg {
    float: left;
    width: 30%;
}

#floatbar .prodinfo {
    width: 69%;
    float: right;
    font-size: 14px;
}

#floatbar .addtocart {
    font-size: 14px;
}

#floatbar .prod_onetime,
#floatbar .prod_autobill {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#floatbar .red_button {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
}

.breadcrumb {
    font-size: 12px;
    color: #717171;
    padding: 10px 0px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.breadcrumb ul li a {
    color: #717171;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.breadcrumb ul li:after {
    content: "/";
    margin-left: 5px;
}

.breadcrumb ul li:last-child a {
    color: #414141;
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.hp_nlbar {
    background: #ffc000;
    padding: 15px 0px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
    vertical-align: top;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.hp_nlbar .wrapper {
    font-size: 16px;
}

.hp_nlbar_txt {
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

/*.hp_nlbar input[type="text"]{ border:0px none; font-size:16px; padding:0px 5px; height:38px; display:inline-block; vertical-align:top; width:110px; }*/
.hp_nlbar button {
    background: #e91c24;
    border: 0px none;
    color: #fff;
    height: 50px;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 150px;
    box-sizing: border-box;
}

/*.hp_nlbar input[type="submit"]:hover{ background:#000; }*/
.hp_buy_confidence {
    /*background: linear-gradient(90deg, #2b2b2b 60%, #fff 40%);	*/
    background: #000;
    /*    padding-top: 80px;*/
}

.hp_buy_confidence .sub_bg {
    /*    background: url(../images/hp_buy_confidence-bg.jpg) no-repeat top center;*/
    min-height: 165px;
    padding: 40px 0;
    background: #000;
}

.hp_buy_confidence2 .sub_bg {
    background: url(../images/hp_buy_confidence2-bg.jpg) no-repeat top center !important;
}

.hp_buy_confidence .wrapper {
    position: relative;
    color: #fff;
}

.hp_buy_confidence .wrapper .img {
    position: absolute;
    top: -110px;
    left: 105px;
    width: 300px;
}

.hp_buy_confidence .wrapper .img_small {
    position: absolute;
    top: -72px;
    left: 155px;
    width: 200px;
}

.hp_buy_confidence .wrapper .buybtn {
    position: absolute;
    right: 0px;
    top: 60px;
}

.hp_buy_confidence .wrapper>div.content {
    padding: 0;
    margin: auto;
    display: block;
    max-width: 400px;
}

.hp_buy_confidence .wrapper>div.content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hp_buy_confidence .wrapper>div.content h3 {
    font-size: 24px;
    margin: 0px;
    padding: 10px 0px;
}

.hp_buy_confidence .wrapper>div.content ul li {
    padding-left: 18px;
    background: url(../images/bullet-yellow.jpg) no-repeat 1px 9px;
    line-height: 24px;
    font-size: 17px;
}

.starrating {
    height: 30px;
    width: 150px;
    display: inline-block;
}

.starrating>span {
    background: url(../images/star-icon.png) repeat-x top left;
    background-size: 30px;
    display: inline-block;
    width: 100%;
    height: 30px;
}

.hp_discount_week {
    background: #ffc000;
    color: #000;
    line-height: 82px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}

.hp_discount_week>.wrapper>div {
    text-align: center;
}

.hp_discount_week img {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
}

.hp_discount_week .button {
    line-height: 66px;
    font-size: 25px;
    margin-left: 15px;
    background: #e91c23;
    color: #fff;
}

.hp_discount_week .button:hover {
    background: #000;
}

.hp_section5 {
    text-align: center;
    padding: 20px 0px;
}

.hp_section5 h3 {
    font-size: 22px;
    color: #656565;
    margin: 0px 0px 20px;
}

.hp_section5 img {
    display: inline-block;
    margin: 0px 2px;
}

.cms_content {
    padding: 20px 0px;
}

.hp_content {
    font-size: 18px;
    color: #656565;
    background: url(../images/content-bg.jpg);
    background-size: cover;
    padding: 50px 0px;
}

.hp_content p {
    text-align: center;
}

.hp_content h4 {
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

.hp_content ul {
    list-style: none;
    padding: 0px;
    margin: 80px 0px;
    color: #333;
    display: inline-block;
}

.hp_content ul li {
    padding-left: 30px;
    background: url(../images/bullet-yellow-big.jpg) no-repeat 1px 10px;
    font-size: 23px;
    padding-bottom: 15px;
}

.hp_benefits {
    background: #111 url(../images/hp_benefits-bg.jpg) no-repeat top right;
    background-size: contain;
    padding: 20px 0px;
    color: #fff;
    min-height: 500px;
}

.tz_benefits {
    padding: 0px !important;
    background-image: none !important;
    background-color: transparent;
    margin-top: 0px;
    color: #000;
}

.hp_benefits h2 {
    background: url(../images/title2_bg.png) no-repeat bottom left;
    font-size: 35px;
    line-height: 100px;
    color: #ffc000;
    margin-top: 0px;
}

.hp_benefits ul {
    padding: 0px;
    margin: 30px 0px;
    list-style: none;
}

.hp_benefits ul li {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 10px;
    background: url(../images/bullet-yellow-check.png) no-repeat 1px 5px;
}

.hp_promise {
    background: #111;
    color: #fff;
}

.hp_promise img {
    width: 48%;
    float: left;
}

.hp_promise .txt {
    width: 48%;
    padding: 15px 0px;
    font-size: 16px;
    margin: auto;
    text-align: center;
}

.hp_promise .txt h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 20px;
    font-size: 40px;
}

.hp_promise .txt h3 strong {
    text-decoration: underline;
}

.hp_testimonials {
    background: #050505 url(../images/hp_testimonials-bg.jpg) no-repeat top center;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.hp_testimonials h2 {
    padding-top: 0px;
}

.hp_testimonials .quote {
    margin: 20px 0px;
}

.hp_testimonials .quote img {
    display: inline !important;
}

.hp_confidence {
    padding: 30px 0px;
    text-align: center;
    font-size: 16px;
    color: #656565;
}

.hp_confidence ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hp_confidence ul li {
    display: inline-block;
    padding: 0px 5px;
}

.hp_confidence .box {
    background: url(../images/content-bg.jpg) no-repeat top center;
    padding: 20px 0px;
    text-align: left;
}

.hp_confidence .box .left {
    width: 51%;
    text-align: left;
}

.hp_confidence .box .left>div {
    border-right: 1px solid #eee;
    margin: 20px 0px 20px 0px;
    padding-right: 30px;
}

.hp_confidence .box .left img {
    float: left;
    margin-right: 15px;
}

.hp_confidence .box .left h2 {
    color: #000;
    margin-top: 0px;
    padding-top: 30px;
}

.hp_confidence .box .right {
    text-align: center;
    width: 49%;
}

.hp_confidence .box .right img {
    margin-top: 30px;
}

.hp_confidence .box .right a {
    color: #1d8abe;
    font-size: 20px;
    font-weight: bold;
}

.hp_confidence .box .right a:hover {
    color: #ff0000;
}

.wrapper .orderbox .wrapper {
    margin-left: 0px !important;
}

.orderbox ul {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
}

.orderbox ul>li {
    padding-left: 70px;
    padding-bottom: 40px;
    margin: 0px;
    position: relative;
}

.orderbox .wrapper>ul>li,
.orderbox>ul>li {
    border-bottom: 1px solid #555;
    margin-top: 20px;
}

.orderbox ul>li {
    position: relative;
}

.orderbox ul>li img.save_img {
    display: block;
    position: absolute;
    height: 135px;
    width: 135px;
    z-index: 1;
    top: 0;
    left: 0;
}

.orderbox ul>li.save_33 .info,
.orderbox ul>li.save_40 .info,
.prod_detail ul>li.save_33 .img,
.prod_detail ul>li.save_40 .img {
    padding-top: 50px;
}

.orderbox ul>li img.save {
    position: absolute;
    top: 0px;
    left: 0px;
}

.orderbox .wrapper>ul>li .info {
    width: 30%;
    float: left;
    padding-top: 50px;
    font-size: 16px;
    margin-right: 1%;
}

.orderbox ul>li .info h3 {
    font-size: 22px;
    margin: 0px;
    line-height: 24px;
}

.orderbox ul>li .info .save {
    color: #e91c24;
    font-weight: bold;
}

.orderbox ul>li .price_save {
    color: #e91c24;
}

.orderbox ul>li .info .price {
    color: #000;
}

.orderbox ul>li .img {
    width: 30%;
    float: left;
}

.orderbox ul>li .desc {
    width: 38%;
    float: right;
    padding-top: 50px;
    font-size: 16px;
}

.orderbox .wrapper>ul>li .desc button {
    min-width: 160px;
}

.orderbox .wrapper>ul>li .desc ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 15px;
}

.orderbox ul>li .desc ul li {
    background: url(../images/bullet-black-arrow.png) no-repeat 0px 5px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #797979;
    margin: 0px;
}

.orderbox .wrapper>ul>li .desc .buttons {
    margin-top: 30px;
}

.hp_trusted {
    background: url(../images/hp_trusted-bg.jpg) no-repeat top right;
    background-size: cover;
}

.hp_trusted .wrapper>div {
    font-size: 18px;
    color: #656565;
    width: 70%;
    padding: 30px 0px;
}

.hp_trusted h2 {
    background: url(../images/title_yellow_bg.png) no-repeat bottom left;
    font-size: 35px;
    line-height: 100px;
    color: #333;
}

.hp_hollywood {
    background: url(../images/content-bg.jpg) no-repeat top center;
    padding: 30px 0px;
}

.hp_hollywood h4 {
    font-weight: normal;
    color: #656565;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.hp_hollywood ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hp_hollywood ul li {
    display: inline-block;
    width: 32.66%;
    vertical-align: top;
}

.hp_hollywood ul li>div {
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 2px 2px #ccc;
    padding-bottom: 15px;
    color: #656565;
    font-size: 16px;
}

.hp_hollywood ul li>div img {
    margin-bottom: 10px
}

.hp_hollywood ul li>div p {
    text-align: center;
    padding: 0px 15px;
    padding-top: 10px;
}

.foot1 {
    background: url(../images/content-bg.jpg) no-repeat center center;
    padding: 40px 0px;
    font-size: 16px;
    color: #656565;
    text-align: center;
}

.foot1 .icons {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.foot1 .icons li {
    display: inline-block;
    margin: 0px 15px;
}

.foot1 .links {
    margin: 30px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.foot1 .links li {
    display: inline-block;
    margin-left: 10px;
    color: #656565;
    font-size: 17px;
}

.foot1 .links li a {
    color: #656565;
    text-decoration: none;
    font-weight: bold;
}

.foot1 .links li a:hover {
    color: #e91c24;
}

.foot1 .links li:after {
    content: "|";
    width: 1px;
    margin-left: 10px;
}

.foot1 .links li:last-child:after {
    content: "";
    width: 0px;
    margin: 0px;
}

.foot2 {
    background: #222;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
}

.foot2 .links li {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 17px;
}

.foot2 .links li a {
    color: #fff;
    text-decoration: none;
}

.foot2 .links li a:hover {
    color: #ffc000;
}

.foot2 .links li:after {
    content: "|";
    width: 1px;
    margin-left: 10px;
}

.foot2 .links li:last-child:after {
    content: "";
    width: 0px;
    margin: 0px;
}

.prod_detail .left {
    width: 40%;
}

.prod_detail .right {
    width: 55%;
    font-size: 18px;
}

.prod_detail .prodinfo .name {
    font-size: 45px;
    font-weight: bold;
    margin: 0px 0px 15px;
    color: #030313;
    border-bottom: 1px solid #bfbfbf;
}

.prod_detail .prodinfo .price {
    font-size: 48px;
    font-weight: bold;
    color: #ffc000;
    padding: 20px 0px;
}

.prod_detail .prodinfo .qty {
    padding: 20px 0px;
}

.prod_detail .prodinfo .qty button {
    line-height: 26px;
    vertical-align: bottom;
    width: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #fff;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 18px
}

.prod_detail .prodinfo .qty input[type="text"] {
    width: 30px;
    text-align: center;
    line-height: 26px;
    vertical-align: bottom;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    padding: 0px;
    margin: 0px;
    font-size: 18px
}

.prod_detail .prodinfo .freeship {
    color: #e91c24;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px
}

.prod_detail .prodinfo .order .red_button {
    font-size: 38px;
    vertical-align: top;
    line-height: 42px;
}

.prod_detail .prodinfo .order img {
    vertical-align: top;
}

.prod_detail .desc {
    width: auto !important;
    padding-top: 0px !important;
}

.prod_detail .brk {
    height: 30px;
}

.prod_detail .orderbox h2 {
    font-size: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    margin: 0px 0px 30px;
}

.prod_detail .orderbox {
    padding: 20px;
    background: url(../images/content-bg.jpg) no-repeat;
}

.prod_detail .orderbox ul>li .info {
    width: 55%;
    float: left;
    margin-bottom: 20px;
}

.prod_detail .orderbox ul>li .img {
    width: 42%;
    float: right;
}

.prod_detail .orderbox ul>li .img img {
    border: 1px solid #eee;
}

.prod_detail .buttons {
    text-align: right;
}

.prod_detail .buttons button {
    padding-left: 20px;
    padding-right: 20px;
}

.prod_tabs {
    background-size: contain;
    padding-bottom: 50px;
    color: #000;
}

.prod_tabs img.left {
    margin-top: -10px;
    max-width: 200px;
    margin-right: 10px;
}

.prod_tabs img.right {
    margin-top: -20px;
    max-width: 200px;
    margin-left: 10px;
}

.prod_tabs .etabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    height: 60px;
    border-bottom: 2px solid #000;
}

.prod_tabs .tab-container {
    /* background:#fff; */
    /* border:1px solid #999; */
    position: relative;
}

.prod_tabs .tab {
    display: inline-block;
    border-right: solid 1px #999;
    /* width: 24.87%; */
    float: left;
    padding: 0px 10px;
    background: #fff;
    border-top: 1px solid #999;
    background: #eeeeee;
    height: 59px;
    overflow: hidden;
}

.prod_tabs .tab:first-child {
    border-left: 1px solid #999;
}

.prod_tabs .tab:last-child {
    /* border-right:0px; */
    margin-right: 0px;
}

.prod_tabs .tab a {
    font-size: 14px;
    line-height: 60px;
    display: block;
    text-align: left;
    /* padding-left:20px; */
    outline: none;
    text-decoration: none;
    color: #404040;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 28px;
}

.prod_tabs .tab a:hover {
    color: #e91c24;
}

.prod_tabs .tab.active {
    background: #fff;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #fff
}

.prod_tabs .tab a.active {
    font-weight: bold;
}

.prod_tabs .tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.prod_tabs .tab-container>div {
    clear: both;
    padding: 20px 0px;
    color: #707070;
}

.prod_tabs .tab-container>div h2 {
    color: #000;
}

.prod_tabs .panel-container {
    margin-bottom: 10px;
}

.prod_tabs #tab-supplement-facts .img1 {
    width: 100%;
}

.prod_tabs #tab-supplement-facts .img2 {
    display: none;
}

.prod_tabs #tab-boosted .img1 {
    width: 100%;
}

.prod_tabs #tab-boosted .img2 {
    display: none;
}

.prod_tabs #tab-ingredients {
    padding: 5px 20px 10px 20px;
}

.prod_tabs #tab-ingredients .ingredients_hd {
    margin-top: 0px;
    margin-bottom: 5px;
}

.prod_tabs #tab-ingredients .ingredients_hd .left {
    width: 49%;
    padding-top: 5px;
    font-size: 20px;
}

.prod_tabs #tab-ingredients .ingredients_hd .right {
    width: 49%;
    text-align: right;
    font-size: 18px;
}

.prod_tabs .next_ingredient {
    cursor: pointer;
}

.prod_tabs #tab-faqs {
    padding: 10px 20px;
}

.prod_tabs #tab-faqs ul {
    padding: 0px;
    margin: 15px 0px;
    list-style: none;
}

.prod_tabs #tab-faqs a {
    color: #0563c1;
}

#ingredients {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

#ingredients td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#ingredients td.header {
    font-weight: bold;
}

#ingredients td.desc {
    font-size: 10px;
    font-weight: normal !important;
}

#ingredients td.bg1 {
    background-color: #0066CC;
}

#ingredients td.bg2 {
    background-color: #808080;
}

#ingredients td.bg3 {
    background-color: #33CCCC;
}

#ingredients td.bg4 {
    background-color: #FFCC00;
}

#ingredients td.bg5 {
    background-color: #FF99CC;
}

#ingredients td.bg6 {
    background-color: #FF6600;
}

#ingredients td.bg7 {
    background-color: #800080;
}

#ingredients td.bg8 {
    background-color: #00FF00;
}

#ingredients td.bg9 {
    background-color: #FFFF00;
}

#ingredients td.bg10 {
    background-color: #FF8080;
}

#ingredients td.bg11 {
    background-color: #FFCC00;
}

#ingredients td.bg12 {
    background-color: #FF0000;
}

#ingredients td.bg13 {
    background-color: #CCCCFF;
}

table.shopping_bag {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.shopping_bag.responsive tr {
    border: 1px solid #ddd;
    padding: .35em;
}

table.shopping_bag td {
    padding: 2px;
    color: #333;
    font-weight: normal;
    background: #fff;
}

table.shopping_bag th {
    background-color: #EEEEEE;
    font-weight: bold;
    padding: 2px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

table.shopping_bag tr td.cart_icon {
    width: 20px;
}

table.shopping_bag tr td .txtQuantity,
table.shopping_bag tr td .txtQuantity:active {
    border: 0px none;
    outline: none;
    text-align: center;
}

table.bag_total {
    border: 1px solid #aaa;
}

table.bag_total tr td {
    padding: 2px;
    color: #333;
    background-color: #EEEEEE;
}

table.bag_total tr td a {
    text-decoration: none;
}

.products-cats {
    height: 28px;
}

.products-cats ul {
    margin: 0px;
    padding: 0px;
}

.products-cats ul li {
    float: left;
    list-style: none;
    font-weight: bold;
    color: #A30000;
    letter-spacing: 1px;
    font-size: 14px;
}

.products-cats ul li a {
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    color: #A30000;
}

/*  CHECKOUT */
.form-box {
    background: #fff url(../images/shade-01.jpg) repeat-x top left;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 5px;
}

.form-box .promocode_box {
    max-width: 330px;
}

.form-box .promocode_box input[type="text"] {
    width: 130px;
}

.form-box .paypal_btn,
.form-box .paypal_credit_btn,
.form-box .amazon_pay_btn {
    max-width: 170px;
    text-align: right;
}

form-box .paypal_btn,
.form-box .amazon_pay_btn img {
    max-height: 30px !important;
}

.form-header,
.member_profile_summary h3,
.members_orders h3 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.cartqty {
    text-align: right;
}

.cartqty .reduceqty,
.cartqty .addqty,
.cartqty input {
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: top;
    margin: 0px 2px;
    font-size: 17px;
}

#maincart .rebill_interval {
    padding: 1px;
    line-height: 1;
    border: 1px solid #ddd;
    height: 25px;
    font-size: 14px;
    width: 140px;
}

.form-box.checkout_payment_methods ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.form-box.checkout_payment_methods ul li {
    display: inline-block;
    width: 45%;
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #dcdcdc;
    background: #fff;
    height: 35px;
    vertical-align: middle;
    margin: 5px 2%;
}

.form-box.checkout_payment_methods ul li.active,
.form-box.checkout_payment_methods ul li:hover {
    box-shadow: 0px 0px 8px #adadad;
}

.form-box.checkout_payment_methods ul li.active,
.form-box.checkout_payment_methods ul li #amazon_pay-button-container-1 img {
    max-height: 35px !important;
}

.checkout_icons h1 {
    padding-top: 70px;
    padding-left: 10px;
}

.checkout_icons ul {
    list-style: none;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

.checkout_icons ul li {
    display: inline;
    padding: 0px 10px;
}

#checkout_bag .currency_converter {
    display: none
}

#checkout_bag .bag_subtotal {
    width: 100px;
}

#checkout_form {
    font-size: 16px;
}

#checkout_form_wrap {
    margin: 0px -50px;
}

.checkout_cart_wrap {
    width: 38%;
    float: right;
}

.checkout_info_wrap {
    float: left;
    width: 60%;
}

.checkout_cart_wrap .form-box {
    background: #EEEEEE;
}

.checkout_cart_wrap table.shopping_bag,
.checkout_cart_wrap table.bag_total {
    border: 0px none;
}

.checkout_cart_wrap table.bag_total {
    margin-bottom: 15px;
}

.checkout_cart_wrap table.bag_total td {
    font-size: 13px;
}

.checkout_cart_wrap table.bag_total .order_total_wrap td {
    border-top: 1px solid #ccc;
    font-size: 16px !important;
}

.checkout_cart_wrap table.bag_total td:first-child {
    text-align: left;
}

.checkout_cart_wrap table.shopping_bag tr td {
    background: transparent;
    font-size: 14px;
}

.checkout_cart_wrap table.shopping_bag tr td:first-child {
    padding-right: 10px;
    width: 100px;
}

.checkout_cart_wrap table.shopping_bag tr td .bag_prodimg {
    border: 1px solid #ccc;
}

.checkout_cart_wrap table.shopping_bag tr td .bag_prodname {
    margin-bottom: 10px;
}

.checkout_cart_wrap table.shopping_bag tr td .order_prodprice {
    min-width: 70px;
    text-align: right;
}

.checkout_cart_wrap .form-header {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.checkout_dont_close_txt {
    text-align: center;
}

#cart_wrap {
    font-size: 16px;
}

#checkout_form #order_btn {
    text-align: center;
    margin-bottom: 15px;
}

#checkout_form p {
    text-align: left;
}

.cart_page_wrap .form-box {
    background: #fff;
    box-shadow: none;
}

.cart_buttons button {
    width: auto;
}

.side-50-off {
    background-color: #bb1e2f;
    padding: 5px;
}

.side-50-off div {
    text-align: center;
    padding: 5px;
}

.side-50-off div.txt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.cancel_subscription_form {
    margin: 15px auto;
    max-width: 400px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    background: #EEEEEE;
    box-shadow: 2px 2px 2px #ccc;
}

.cancel_subscription_form p {
    text-align: center;
}

.subscribe_popup_wrap {
    width: 800px;
    position: relative;
    padding: 10px 30px;
}

.subscribe_popup_wrap img.popup_logo {
    margin: 0px 0px 15px 15px;
    float: right;
    height: 55px;
}

.subscribe_popup_wrap img.popup_close {
    position: absolute;
    top: -45px;
    right: 0px;
}

.subscribe_popup_wrap h3 {
    text-align: left;
    margin: 0px 0px 25px;
    padding-top: 20px;
    font-size: 22px;
}

.subscribe_popup_wrap h4 {
    font-size: 18px;
    margin: 0px 0px 15px;
}

.subscribe_popup_wrap p {
    text-align: left;
    margin: 0px 0px 15px;
}

.subscribe_popup_wrap ul.popup_boxes {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.subscribe_popup_wrap ul.popup_boxes li {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.subscribe_popup_wrap ul.popup_boxes li:first-child {
    text-align: left;
}

.subscribe_popup_wrap ul.popup_boxes li:last-child {
    text-align: right;
}

.subscribe_popup_wrap ul.popup_boxes li img {
    max-width: 250px;
}

.subscribe_popup_wrap .popup_foot {
    background: #fff2cc;
    text-align: left;
    padding: 20px 40px;
    margin: 15px -40px -20px -40px;
}

.subscribe_popup_wrap .popup_foot ol {
    padding: 0px 0px 0px 18px;
}

.subscribe_popup_wrap .popup_foot .small {
    font-size: 12px;
}

.members_log_reg_wrap {
    margin-top: 15px;
}

.members_dashboard .form-box {
    box-shadow: none;
    background: #fff;
    border: 0px none;
    padding: 0px;
    margin-bottom: 20px;
}

.member_profile_box1 {
    position: relative;
}

.member_profile_pic,
.member_profile_pic_upload {
    background: #fff;
    border: 1px solid #767171;
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.member_profile_pic_upload {
    border: 1px dashed #767171;
}

.member_profile_pic_note {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    width: 180px;
}

.member_profile_pic>img,
.member_profile_pic_upload>img {
    width: 180px;
    height: auto;
}

.member_profile_pic .members_deletephoto,
.member_profile_pic_upload .members_deletephoto {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #000;
}

.member_profile_pic:hover .members_deletephoto,
.member_profile_pic_upload:hover .members_deletephoto {
    display: block;
}

.member_profile_summary {
    margin-bottom: 20px;
}

.member_profile_autobillbox {
    border: 1px solid #767171;
    background: #fff;
    padding: 10px 10px 0px;
    width: 460px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.member_profile_autobillbox p {
    text-align: center;
}

.member_profile_autobillbox img {
    float: left;
    margin-right: 10px;
    max-width: 100px;
}

.member_profile_autobillbox ul {
    padding: 0px;
    margin: 0px 0px 10px;
    list-style: none;
    float: left;
}

.member_profile_autobillbox ul li {
    padding-left: 20px;
}

.member_profile_addresses {
    font-size: 16px;
}

.member_profile_addresses .section-group .form-header {
    font-size: 16px;
    font-weight: bold;
}

.member_profile_addresses .form-group {
    margin-bottom: 0px;
}

.member_profile_addresses .form-group label {
    padding: 0px 5px 0px 0px;
}

.member_profile_addresses .form-group .field {
    padding: 0px;
}

.members_orders table {
    margin-bottom: 15px;
}

.members_orders table td.bag_header {
    background: #404040;
    color: #fff;
    font-weight: bold;
    padding: 5px 3px;
}

.members_orders table td {
    border-bottom: 1px solid #404040;
    padding: 3px;
}

.member_profile_orders .section-group {
    width: auto;
    float: none;
}

.item_added_item img {
    float: left;
    width: 25%;
}

.item_added_item>div {
    float: left;
    margin-left: 30px;
    width: 62%;
}

.accessories {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.accessories li {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}

.accessories li>div {
    padding: 10px;
}

.accessories li .img {
    border: 1px solid #555;
    padding: 5px;
}

.accessories li .img>div {
    height: 200px;
    text-align: center;
    overflow: hidden
}

.accessories li .info {
    position: relative;
}

#recaptcha_area,
#recaptcha_table {
    line-height: 0 !important;
}

#addressBookWidgetDiv {
    height: 250px;
}

#walletWidgetDiv {
    height: 250px;
}

.delaysubscribepopupwrap .nl_signup h3 {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    font-weight: normal;
}

.delaysubscribepopupwrap .nl_signup .txt {
    display: inline;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}

.delaysubscribepopupwrap .close {
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 99;
    text-decoration: none;
    font-size: 18px;
    background: #000;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    border: 2px solid #fff;
}

.delaysubscribepopupwrap .close:hover {
    color: #000;
    background: #fff;
}

.delaysubscribepopupwrap .form {
    padding: 20px;
}

.delaysubscribepopupwrap .form .formwrap {
    width: 300px;
    float: left;
    padding-top: 20px;
}

.delaysubscribepopupwrap .form .formwrap label {
    display: inline-block;
    width: 50px;
}

.delaysubscribepopupwrap .form .formwrap input[type="text"] {
    max-width: 225px;
    width: 100%;
}

.delaysubscribepopupwrap .form .formwrap button {
    margin-bottom: 10px;
    font-weight: bold;
}

.delaysubscribepopupwrap .form img {
    float: right;
}

.alert-info {
    color: #000000;
    background-color: #ffef36;
    border: 3px dashed #c24002;
}

.promobar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.form {
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
    align-items: center;
    display: grid;
    gap: 16px;
}

.form__inner {
    align-items: center;
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 400px;
}

.form__label {
    display: block;
    width: 100%;
}

.form__button,
.form__select,
.form__input {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    color: #000000;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 1;
    height: 41px;
    font-family: inherit;
    border-radius: 3px;
}

.form__button:hover,
.form__select:hover,
.form__input:hover {
    opacity: 0.8;
}

.form__button:active,
.form__select:active,
.form__input:active {
    opacity: 0.6;
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.form__button {
    background-color: #ff6347;
    color: #ffffff;
    font-weight: 900;
}

.form__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.form__price-new,
.form__price-old {
    padding: 0 4px;
}

.form__price-old {
    text-decoration: line-through;
    font-size: 14px;
}

.form__price-new {
    font-weight: 700;
    color: #e91c24;
    font-size: 18px;
}
