.offer-popupbox{
	width:450px;
	background: none !important;
}
.offer-popupbox-alt{
  width:40%;
  min-height: 250px;
  background: none !important;
}
.pop-checkbox {
  padding: 20px;
}
.bodyfuelz-popup-img{}
.bodyfuelz-popup-img img{max-width:100%;text-align:center;}
.bg-white {
  background-color: #fff;
}
.pad-20 {
  padding: 0 20px;
}
.bodyfuelz-popup-subscribe{padding-top: 15px;}
.bodyfuelz-popup-subscribe h5{font-size:14px;text-transform:uppercase;font-family: 'Roboto';color:#fff;letter-spacing:1px;margin-bottom:5px;}
.bodyfuelz-popup-subscribe h5.SubTitle{font-size:14px;text-transform:none;font-family: 'Roboto';color:#fff;letter-spacing:1px;margin-bottom:5px;text-align:center;color:#333;}
.bodyfuelz-popup-subscribe .subscribe-email-box{width:68%;float:left;height: 45px;padding:1% 2% 1% 2%;}
.bodyfuelz-popup-subscribe .subscribe-input{width:32%;float:left;background:#d71921;text-transform:uppercase;font-size:14px;color:#fff;height: 45px;line-height: 44px;}
.bodyfuelz-popup-subscribe .subscribe-input:hover{color:#000;}
.subscribe-coupon-box {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.subscribe-coupon-box h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.subscribe-coupon-box h5 span.success {
  color: #4caf50;
  text-transform: none;
}
.offer-close{text-align:center;color: #fff;}
.offer-close-alt{text-align:center;color: #fff;position: relative;}
.close-offer-popup{
	position: static !important;
    width: auto !important;
    display: inline-block;
    float: none;
    margin: auto;
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: solid 1px #fff;
    letter-spacing: 1px;
    color: #fff !important;
}
.close-offer-popup:hover{
	color:#ccc !important;
}

@media all and (max-width: 460px) {
	.offer-popupbox{width:90%;margin:auto;}
	.bodyfuelz-popup-subscribe{}
  .bodyfuelz-popup-subscribe h5.SubTitle {margin-top: 15px;}
  .featured-links .featured-link {height: 80px !important;padding: 10px 30px 0 !important;}
  .featured-link strong {font-size: 20px !important}
  .checkout_icon {display: none;}
	.bodyfuelz-popup-subscribe .subscribe-email-box{width:100%;float:none;}
	.bodyfuelz-popup-subscribe .subscribe-input{float:none;width:50%;margin:auto; margin-bottom:10px;}
}


.image-bg h1 {
    font-size: 65px;
}

.green {
  color: green
}

.refer_friend {
  cursor: pointer !important;
  position: fixed !important;
  right: 0;
  top: 50%;
  z-index: 9999 !important;
}

.percentage_value {
  background-color: #D71921;
  padding: 0px 4px;
  color: #fff;
}
.content p {
    margin-bottom: 10px;
}

.ht50 {
  height: 50px !important;
}

ol.text {
    padding-left: 20px;
}

.border-left {
    border-left: 1px solid #ddd;
}

.divider {
    border-top: 1px dashed #ddd;
    width: 50%;
    margin: 35px auto;
}

.footer-menu {
	text-align: center;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
    margin-left: 10px;
}
.footer-menu li::after {
    content: "/";
}
.footer-menu li:last-child::after {
    content: "";
}
.footer-menu li a {
    color: #999;
    margin-right: 10px;
}
.footer-menu li:last-child a {
    margin-right: 0;
}

.featured-links {
    position: relative;
    background-color: #d71921;
}
.featured-links .featured-link {
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 100px;
    padding: 20px 30px 0;
    text-align: center;
}
.featured-links .featured-link:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.1);
}
.featured-links .featured-link:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.2);
}
.featured-links .featured-link:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.3);
}
.featured-links .featured-link:hover {
    background-color: rgba(0, 0, 0, 0);
}
.featured-link span {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.featured-link strong {
    color: #fff;
    display: block;
    font-size: 30px;
}
.featured-texts {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.featured-text {
    border-right: 1px solid #e6e6e6;
    padding: 40px 20px;
    text-align: center;
}
.featured-texts .featured-text:last-child {
    border-right: 0 none;
}
.featured-text span {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.featured-text strong {
    color: #333;
    display: block;
    font-size: 30px;
}

.bg-authenticate h4 {
    color: #fff;
    margin-top: 0px;
    position: relative;
    text-align: left;
}
.bg-authenticate h4::before {
    background: #d71921 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 3px;
    position: absolute;
    left: 0%;
    width: 60px;
}

.bg-authenticate .authenticate-success {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 25px;
}

.bg-authenticate .authenticate-success .icon {
  float: left;
  margin-right: 15px;
}

.bg-authenticate .authenticate-success em {
  color: #fff;
}

.title_txt h4 {
    color: #000;
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.title_txt h4::before {
    background: #d71921 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 3px;
    position: absolute;
    right: 47.5%;
    width: 60px;
}

.bg-authenticate {
    font-size: 15px;
}

.bg-testimonial h4 {
    color: #000;
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.bg-testimonial h4::before {
    background: #d71921 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 3px;
    position: absolute;
    right: 47.5%;
    width: 60px;
}

.testimonial_box {
    background: rgba(34, 34, 34, 0.4) none repeat scroll 0 0
}

.testimonials-info {
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 10px 40px 10px 0;
}
.testimonials-info img {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    float: left;
    height: 110px;
    margin-right: 20px;
    padding: 5px;
    width: 110px;
}
.author-name {
    color: #fff;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding-top: 30px;
    text-transform: uppercase;
}
.author-name span {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
.testimonials-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 10px 0 0;
}
.testimonials-text p {
  margin-bottom: 0;
}
.testimonials-text span {
    font-weight: bold;
    margin: 0 5px;
}

.bodyfuelz_login .login-left {
    border-right: 2px solid #ddd;
}

.bodyfuelz_login .loginOr {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #ccc;
    height: 35px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    top: 100px;
    width: 35px;
    text-align: center;
    z-index: 9;
}

.bodyfuelz_login .loginOr span {
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin-top: 6px;
}

.social_login {
    margin-top: 10px;
}
.social_login .social_boxfb {
    background: #3b5998 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}
.social_login .social_boxfb:hover {
    background: #5f78ab none repeat scroll 0 0;
}
.social_login .social_boxgoogle {
    background: #dd4b39 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}
.social_login .social_boxgoogle:hover {
    background: #eb5846 none repeat scroll 0 0;
}
.social_login .icon {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 5px;
    width: 40px;
    margin-top: 4px;
    padding: 3px 15px;
    text-align: center;
}
.social_login .icon_title {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    padding: 7px 0;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.75);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 45%;
  width: 45%;
  position: relative;
  margin: 8% auto;
  padding: 40px 48px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


@media all and (max-width: 768px) {
  .modalDialog > div {
    width: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width:960px) {
  .modalDialog > div {
    width: 50%;
    max-width: 50%;
  }
}

.modalDialog_sm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.75);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog_sm:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog_sm > div {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 45%;
  width: 30%;
  position: relative;
  margin: 8% auto;
  padding: 40px 48px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.close_btn {
  background: transparent;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  z-index: 100;
  font-size: 20px;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
}

.blog_info {

}

.blog_info ul {
    margin-bottom: 8px;
}

.blog_info ul li {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}

.blog_info ul li:last-child {
    margin-bottom: 0px;
}

.blog_info ul li h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.blog_info ul li h6 {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}

.blog_info ul li p {
    font-size: 13px;
    color: #000;
}

.blog_info ul li a {
    color: #d71921;
}

#reviewForm {
  display: none;
}

.product-share {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
}
.product-share span {
    float: left;
    padding: 5px 0 0;
}
.product-share ul {
    float: right;
    margin-bottom: 0;
}
.product-share ul li.facebook {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.product-share ul li.twitter {
    float: left;
    margin-top: 7px;
}
.product-share ul li a {
    padding:0px 10px;
    font-size: 15px;
}

table .product_title {
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 10px;
}

table .removeItem {
  color: #d71921;
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}

table .removeItem a {
  color: #de0025;
}

table .freeDelivery {
  color: green;
  font-weight: 600;
}

table .total {
  font-size: 18px;
  text-align: right;
}

table .old-price {
  opacity: 0.9;
  text-decoration: line-through;
}

table.total_rate {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: block;
}

table .green {
  color: #48b151;
  font-weight: 600;
}

table tr th, td {
    border: 1px solid #eaeaea !important;
    padding: 4px 8px;
}

.infoblock {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    display: block;
    position: relative;
    transition: color 0.7s ease 0s, background-color 0.7s ease 0s;
}

.infoblock.type_2 {
    margin-top: 15px;
    padding: 15px;
    text-align: center;
}

.infoblock.type_2 .caption {
    padding: 0 0 5px;
}

.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    z-index: 499;
    text-indent: -9999px;
    background: url('../img/scroll_up.png') no-repeat;
    background-color: #D71921;
}

.checkout_icon {
  float: left;
  margin-bottom: 30px;
  margin-right: 15px;
}

.wishlist ul {
  padding-left: 0px;
}

.wishlist ul li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px; 
}

.wishlist ul li .price {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.wishlist ul li a {
  font-size: 12px;
}

.smartmodal-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  /*background: rgba(255, 255, 255, 0.75);*/
}

.smartmodal-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding: 0em;
  background: #fff;
  color: #000;
}

.close {
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: 0px;
  font-size: 25px;
  text-decoration: none;
  top: 0px;
  width: 24px;
}

.Order_details h4 {
  color: #D71921;
  margin-bottom: 8px;
}

.Order_details h5 {
  color: #D71921;
  margin-bottom: 8px;
}

.Order_details .border {
  border-right: 2px dashed #ddd;
  border-left: 2px dashed #ddd;
}

.my_orders {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #d3cbb8;
  margin: 20px 0 0;
  position: relative;
}

.my_orders .orderID {
  background: #f7f5ee none repeat scroll 0 0;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.my_orders .orderID h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.my_orders p.productName {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0px;
}
.my_orders p.productSpec {
  color: #333;
  font-size: 13px;
  margin-bottom: 0;
}
.my_orders p.productPrice {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: right;
}
.my_orders p.productDelivery {
  margin-bottom: 0;
  margin-top: 15px;
}
.my_orders .orderDetails {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #000;
  padding: 5px 10px;
  margin-top: 10px;
}
.my_orders .orderDetails span {
  padding-right: 15px;
}
/**
 * Profile image component
 */
.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 0px;
    margin-bottom: 25px;
}

.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #D71921;
}

.profile-header {
    margin-top: 43px;
}

/**
 * Ranking component
 */
.profilepic-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.profilepic {
    background-color: #D71921;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: 10px;
}

.ribbon-green {
  font: bold 15px 'Titillium Web', sans-serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​
@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #d61921;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  background: #d61820;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.checkbox {
  margin-right: 10px;
}
.option-input.radio {
  border-radius: 50%;
  margin-right: 10px;
}
.option-input.radio::after {
  border-radius: 50%;
}
.tracking-details {
  background-color: #F9F9F9;
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
.tracking-details table {
  margin-bottom: 0;
}
.tracking-details p {
  font-size: 12px;
}
.tracking-details table tr td, .tracking-details table tr th {
  padding: 4px
}
table.track-details {
  font-size: 12px;
}
table.track-details tbody tr.track_head {
  background-color: #ccc;
}