.order_types label{
    display: block;
    float: right;
    width: auto;
    padding: 11px;
    color: white;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 10px;
    text-align: left;
    margin-left: 10px;
}

.order_types label i{
    font-size: 18px;
}

.order_types label small{
    color: #ba2025;
}

.order_subscribe_period_outter{
    margin: 10px 0;
    display: none;
}

#order_subscribe_period {
    width: 100%;
    -webkit-border-radius: 5px;
    font-weight: 700;
    background: #808080;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: white;
}

#order_subscribe_what {
    width: 100%;
    -webkit-border-radius: 5px;
    font-weight: 700;
    background: #808080;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: white;
    margin-top:15px;
}

.cart_product_repeating{display: none;}

.order_types{display: flex;float:right;}

#total_with_loyalty_points_value_subscribed{display: none;}

.crossed{text-decoration: line-through;color: rgb(186, 32, 37);}

.anpc_banners{margin-top: 15px;}
.anpc_banners img{width:150px;}
.discount_valid{
    color: white;
    font-size: 11px;
    margin-top: 10px;
}
.mobile_call{
    background: #ED3238;
    color: white;
}

.mobile_whatsapp{
    background: #25D366;
    color: white;
}

.mobile_tawkto{
    background: #b8ff00;
    color: white;
}

.mobile_messenger{
    background: #006AFF;
    color: white;
}

.mobile_messenger img{
    height: 24px;
}

.product_category {font-size: 13px; padding-bottom:0;color:white; margin:5px;text-align: center;}
.product_subtitle {margin-top:10px !important;}

.undo_cart_delete{display:none;float:right;}
.undo_cart_delete_cancel{font-weight: bold;
    background: #d61d24;
    color: white;
    padding: 5px;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;}

#bf-counter-2017-outter{position:absolute;bottom:10px;right:10px;zoom:75%;-moz-transform: scale(0.75);}
#home_page_right ul{list-style-type: none;}
#orderForm label.error{
	position: absolute;
    background: red;
	color: white;
    font-size: 12px;
	display:block;
	z-index: 2;
	padding: 3px;
	border-radius: 5px;
	top: -15px;
    right: 20px;
	box-shadow: 0px 0px 8px 1px #A3A3A3;
	-webkit-animation: flash linear 2s infinite;
	animation: flash linear 2s infinite;
}

#orderForm .email_msg{
	width: 350px;
	position: absolute;
    background: green;
	color: white;
    font-size: 12px;
	display:block;
	z-index: 2;
	border-radius: 10px;
	top: -40px;
    right: 20px;
	box-shadow: 0px 0px 8px 1px #A3A3A3;
	-webkit-animation: flash linear 2s infinite;
	animation: flash linear 2s infinite;
}

#orderForm .email_msg p:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 12px 15px 0 0;
    border-color: #439431 transparent transparent transparent;
    bottom: -12px;
    left: 15%;
    margin-left: -9px;
}

#orderForm .email_msg p{
	padding: 0 15px;
}


@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .2; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .2; } 
	100% { opacity: 1; }
}

#orderForm label.error:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 12px 15px 0 0;
    border-color: red transparent transparent transparent;
    bottom: -12px;
    left: 25%;
    margin-left: -9px;
}

.agree>p>label{position: relative;}

.all_page_banner{margin-bottom: 20px;}
.all_page_banner img{width:99.3%;}

.search_left {
    float: left;
    width: 74%;
}

.search_right {
    float: right;
    width: 25%;
}

.header-icon-image {
    height: 35px;
    margin-right: 10px;
    filter: invert(100%);
}

.search-icon-image {
    height: 20px;
    top: 6px !important;
    position: absolute;
    right: 5px;
    filter: invert(100%);
}

.menu-icon-image {
    height: 25px;
    margin-right: 5px;
    filter: invert(100%);
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 13pt;
    line-height: 100%;
    background-color: black;
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none;
    color: inherit
}

div.clear {
    clear: both;
}

div#header_top {
    width: 100%;
    background-color: #131313;
    border-bottom: 1px solid #3b3b3b;
    padding: 10px;
    color: #727376;
    z-index: 9000;
    position: fixed;
    color: white;
}

div#mobile_bottom_menu {
    display:none;
    width: 100%;
    background-color: #f2f2f3;
    border-top: 1px solid #e5e6e7;
    color: #727376;
    z-index: 90000;
    position: fixed;
    bottom:0;
}

div#mobile_contact_items {
    display:none;
    left: 0;
    right: 0;
    background-color: #f2f2f3;
    border-top: 1px solid #e5e6e7;
    color: #727376;
    z-index: 90000;
    position: fixed;
    bottom:45px;
}

div#mobile_contact.opened div#mobile_contact_items{
    display:block;
}

div#mobile_contact.opened{
    
}

.mobile_contact_item{
    width:25%;
    float:left;
    padding:10px;
}

.maxmed_contact #desc-div {
    color: #878787 !important;
}
.maxmed_contact {
    color: #878787 !important;
}
.maxmed_contact #button-blue {border: 0 !important;}

.maxmed_contact input[type="text"], input[type="email"], input[type="phone"], textarea {
  border-radius: 5px !important;
}

div#mobile_bottom_menu #mobile_login{
    float:left;
    width:33%;
    text-align: center;
    padding: 10px;
}

div#mobile_bottom_menu #mobile_cart{
    float:left;
    width:33%;
    text-align: center;
    padding: 10px;
} 

div#mobile_bottom_menu #mobile_contact{
    float:left;
    width:33%;
    text-align: center;
    padding: 10px;
}


div#mobile_bottom_menu #mobile_login i, div#mobile_bottom_menu #mobile_cart i, div#mobile_bottom_menu #mobile_contact i{
    font-size:24px;
}

div#header_bottom {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
}

div#logo {
    float: left;
}

#header_logo {
    border: 0;
    height: 35px;
}

#header_logo_mobile {
    width: 110px;
    margin-top: 4px;
}

div#search {
    float: right;
    width: 50%;
    margin-bottom: 15px
}

input {
    padding: 10px;
    font-size: 13pt;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    border-radius: 5px;
    background: #808080;
}

select {
      background: #808080;  
    border-radius: 5px;
    color:white;
}

.search_submit_div {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

div#search_input {
    position: relative;
    margin-top: 15px;
}

div#search_input input {
    width: 100%;
    line-height: normal;
    padding: 3px 40px 3px 20px;
    outline: none;
    background-color: black;
    border: solid 1px #333333;
}

#mobil_search input {
    width: 100%;
    line-height: normal;
    padding: 3px 40px 3px 3px;
    background: white url(/images/header_search_icon.png) no-repeat center right
}

div#search_input_fixed {
    position: relative;
    height: 32px;
    margin-top: 15px;
    width: 35%;
    float: left;
}

div#search_input_fixed input {
    width: 100%;
    float: left;
    line-height: normal;
}

#search_input_fixed_text {
    width: 30%
}

div#header_icons_outter {
    max-width: 1200px;
    margin: auto
}

div#logo_fixed {
    float: left;
    margin: 10px 0 10px 10px
}

div#menu_fixed {
    float: left;
    margin: 10px 0 0px 30px
}

.header_fixed_nav {
    margin-bottom: 0;
    font-size: 13pt
}

div#header_fixed_outter {
    top: 0;
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 10000;
    display: none
}

div#header_fixed {
    max-width: 1200px;
    margin: auto
}

div#header_cart {
    float: right;
    background-size: cover;
    font-size: 35px;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

div#header_cart_fixed {
    float: right;
    width: 50px;
    height: 38px;
    margin: 10px 30px 10px 0;
    position: relative;
    cursor: pointer
}

div#header_login i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}


.user-info-logged-in-menu i{
	font-size: 18px !important;
	position: absolute;
	left: 10px;
	transform: translateX(-50%);
}

#header_login>div {
    float: left;
}

div#header_login {
    display: flex;
    float: right;
    text-align: right;
    min-height: 33px;
    position: relative;
    cursor: pointer
}

div#header_login_fixed {
    float: right;
    background: url(/images/header_login_white_icon.png) no-repeat left center;
    text-align: right;
    padding-left: 27px;
    min-height: 33px;
    color: #fff;
    margin: 10px 30px 10px 0;
    position: relative;
    cursor: pointer
}

div#header_phone i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

#header_phone div {
    float: left;
}

#header_phone {
    float: right;
    text-align: right;
    min-height: 39px;
    text-align: right
}

div#header_whatsapp i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

#header_whatsapp div {
    float: left;
}

#header_whatsapp {
    float: right;
    text-align: right;
    min-height: 39px;
    text-align: right
}

div#header_unnepi {
    float: left;
    min-height: 39px
}

div#header_transport i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

#header_transport div {
    float: left;
}

div#header_transport {
    float: right;
    text-align: right;
    min-height: 36px;
}

div#header_links {
    text-align: right;
    margin-top: 23px
}

div#header_links a {
    text-align: right;
    color: #727376;
    font-size: 12pt;
    margin-left: 23px
}

div#header_icons_outter div:not(:first-child) { 
    margin-right: 10px
}

.bigger2x {
    font-size: 18pt
}

.bigger {
    font-size: 14pt
}

.big {
    font-size: 13pt
}

.medium {
    font-size: 11pt
}

.small {
    font-size: 8pt
}

.bold {
    font-weight: 700
}

.lighter {
    font-weight: lighter
}

.red {
    color: #d61f26
}

.uppercase {
    text-transform: uppercase
}

.center {
    text-align: center
}

.linethrough {
    text-decoration: line-through;
    white-space: nowrap
}

.home_page_price {
    white-space: nowrap
}

.italic {
    font-style: italic
}

.box_title {
    color: #aaaaaa
}

header span {
    white-space: nowrap
}

.mobile-menu-bars{
    border-radius: 0 !important;
}

.navbar-default-mobile .navbar-brand {
    color: rgba(75, 75, 77, 1);
}

.navbar-default-mobile {
    font-size: 13pt;
    background-color: #f2f2f3;
    border-width: 0;
    border-radius: 0;
    float: left;
    display: block
}

.navbar-default-mobile .nav-justified>li>a {
    color: rgba(75, 75, 77, 1);
    background-color: rgba(255, 255, 255, 1)
}

.navbar-default-mobile .nav-justified>li>a:hover,
.navbar-default-mobile .nav-justified>li>a:focus {
    color: rgba(75, 75, 77, 1);
    background-color: rgba(230, 231, 232, 1)
}

.navbar-default-mobile .nav-justified>.active>a,
.navbar-default-mobile .nav-justified>.active>a:hover,
.navbar-default-mobile .nav-justified>.active>a:focus {
    color: rgba(75, 75, 77, 1);
    background-color: rgba(230, 231, 232, 1)
}

.navbar-default-mobile .navbar-toggle {
    border-color: transparent;
    border-radius: 0px;
    float: left;
    margin: auto
}

.navbar-default-mobile .navbar-toggle:hover,
.navbar-default-mobile .navbar-toggle:focus {}

.navbar-default-mobile .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default-mobile .navbar-toggle:hover .icon-bar,
.navbar-default-mobile .navbar-toggle:focus .icon-bar {}

.nav-justified>li>a {
    padding: 20px
}

.nav-justified>li>a.revista-maxmed {
    padding-left: 55px;
    padding-right: 10px
}

.navbar-default .navbar-brand {
    color: rgba(75, 75, 77, 1)
}

.navbar-default {
    font-size: 13pt;
    background-color: rgb(20 20 20);
    border-width: 1px;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .nav-justified>li>a {
    color: rgb(255 255 255);
    font-weight: normal;
}

.navbar-default .nav-justified>li>a:hover,
.navbar-default .nav-justified>li>a:focus {
    color: rgba(75, 75, 77, 1);
    background-color: rgb(255 255 255);
    border-radius: 5px;
}

.navbar-default .nav-justified>.active>a,
.navbar-default .nav-justified>.active>a:hover,
.navbar-default .nav-justified>.active>a:focus {
    color: rgba(75, 75, 77, 1);
    background-color: rgba(230, 231, 232, 1)
}

.navbar-default .navbar-toggle {
    background-color: rgba(230, 231, 232, 1);
    color: rgba(75, 75, 77, 1);   
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(230, 231, 232, 1);
    color: rgba(75, 75, 77, 1);   
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e6e7e8
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff
}

.nav-justified>li>a {
    padding: 20px
}

.nav-justified>li>a.revista-maxmed {
    padding-left: 55px;
    padding-right: 10px
}

.dropdown-menu {
    box-shadow: 0 0 0!important
}

.dropdown-menu>li>a {
    font-size: 12pt
}

.dropdown-menu>li>div>ul>li>a {
    font-size: 12pt;
    white-space: nowrap
}

.dropdown-menu>li>div>ul>li {
    line-height: 40px
}

.dropdown .open {
    background-color: rgba(230, 231, 232, 1) !important;
    color: rgba(75, 75, 77, 1) !important;   
}

.revista-maxmed {
    background: url(/images/header_menu_revista_icon.png) no-repeat left center;
    background-position: left 20px center;
    border-left: 1px solid #e6e7e8
}

.revista-maxmed-dropdown li {
    text-align: right;
    padding-top: 10px
}

.revista-maxmed-dropdown {
    right: 0
}

.revista a {
    color: #848688
}

.dropdown-toggle {
    font-weight: 700
}

.container-fluid {
    max-width: 1200px;
    background-color: #141414;
    border-radius: 15px;
}

.maxmed-submenu-column li {
    padding-left: 50px;
    padding-right: 70px;
    width: 270px
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.submenu {
}

.maxmed-submenu-column li:hover {
    background: #E6E7E8
}

.dropdown-menu{margin:0 !important;}

.dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
    height: auto;
    overflow: auto
}

.sub-menu li>a {
    font-size: 12pt!important;
    padding: 1px
}

.right-caret:after,
.left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px
}

.right-caret:after {
    border-left: 5px solid #000
}

.left-caret:after {
    border-right: 5px solid #000
}

.submenu ul:not(:first-child) {
    border-left: 1px solid #e6e7e8
}

div#content {
    max-width: 1200px;
    margin: auto;
    min-height: 200px;
    margin-bottom: 23px
}

footer {
    min-height: 323px;
    width: 100%;
    bottom: 0;
    background: #1f1f1f;
    padding-bottom: 30px;
    position: relative;
}

div#footer_top {
    padding: 10px;
    font-size: 12pt;
    color: #727376;
    max-width: 1200px;
    margin: auto
}

div#footer_bottom {
    padding: 5px;
    width: 100%;
    background: #202020;
    color: #fff;
    font-size: 9pt
}

.footer_bottom_left {
    float: left
}

.footer_bottom_right {
    float: right
}

.footer_bottom_content {
    max-width: 1200px;
    margin: auto
}

div#footer_bottom_text {
    text-align: center;
    margin: auto;
    max-width: 1200px;
    color: #fff;
    font-size: 7pt
}

div#footer_settings {
    float: right;
    text-align: right;
    margin-top: 20px;
    margin-left: 0;
    width: 310px
}

.footer_setting_left {
    float: left
}

.footer_setting_right {
    float: right
}

.hr {
    height: 1px;
    width: 100%;
    background: #999;
    margin-top: 10px;
    margin-bottom: 10px
}

.footer_newsletter_title {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.footer_newsletter_text {
    margin-bottom: 5px
}

.footer_newsletter_input {
    float: left;
    width: 68%
}

.footer_newsletter_input input {
    height: 37px;
    vertical-align: middle;
    font-size: 10pt;
    width: 100%;
    color: #000
}

.footer_newsletter_submit {
    float: right;
    width: 31%
}

.newsletter_footer {
    text-align: left
}

.u {
    position: absolute;
    width: 23px;
    height: 15px;
    top: -10px;
    right: 10px;
    background: url(/images/u.png);
    z-index: 11000
}

.res-cart-empty {
    margin-right: 0!important;
    text-align: center
}

.res-cart-content-header div {
    margin-right: 0!important
}

.res-cart-content-header {
    display: none;
    margin-right: 0!important;
    margin-bottom: 23px;
    position: absolute;
    right: 0;
    width: 300px;
    top: 45px;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 9000;
    padding: 25px;
    font-size: 8pt;
    text-align: left;
    color: #373435;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}

.res-cart-product {
    margin-bottom: 23px;
    margin-right: 0;
}
.res-cart-product-pop-up {  
    margin-top:30px;
    margin-bottom: 23px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alertify_full .res-cart-product {
    margin-left: auto;
    margin-bottom: 23px;
    margin-right: auto;
    max-width: 450px;
    background: #555555;
    border-radius: 15px;
}

.res-cart-product img {
    float: left;
    width: 30%;
}

.res-cart-product a {
    font-size: 10pt;
    color: #fff;
    font-weight: bolder
}

.res-cart-product-info {
    width: 70%;
    float: right;
    margin-right: 0!important;
}

.res-cart-total {
    font-size: 13pt;
    text-align: center;
    margin-right: 0!important;
    margin-bottom: 20px
}

.res-button {
    color: #fff;
    font-size: 10pt;
    background: #d61d24;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.res-button:hover {
    background: #fff;
    color: #ff0000;
}

.res-cart-content-header-count {
    position: absolute;
    top: -8px;
    right: 0px;
    font-size: 7pt;
    line-height: 7pt;
    background: #d61d24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 7px;
    color: #fff;
    font-weight: bolder;
    z-index: 9;
}

#res-cart-content-header-fixed {
    overflow: auto
}

#user-info-header {
    width: 250px;
    display: none;
    margin-right: 0!important;
    margin-bottom: 23px;
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 9000;
    font-size: 8pt;
    text-align: left;
    color: #373435;
    font-weight: bolder;
	padding:5px;
}

#user-info-header input, .login_left input {
    width: 100%;
    font-size: 10pt;
    margin-bottom: 10px
}

.login_left{float:left;max-width:400px;font-size:8pt;margin-left:20px;}
.login_right{float:right;font-size:8pt;margin-right:20px;}

#user-info-header input[type=submit],  .header_login_group input[type=submit], .re_send_sms{
    width: auto;
	float:right;
    font-size: 10pt;
    margin-bottom: 0px;
	background:white;
	font-weight:normal;
	color:#848688;
}

div#user-info-header div:not(:first-child) {
    margin-right: inherit !important;
}
 
.header_login_forgot_your_password{
	float:left;
}

.login_description{}
.login_buttons{margin: 30px 0;}


.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before { 
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.header_login_title{font-weight:bold;padding:5px;text-align:center;font-size:12px;text-transform: uppercase;}
.header_login_group_title{font-weight:bold;text-align:center;font-size:10px;text-transform: uppercase;margin-bottom:5px;}
.header_login_group{background:#ededed;padding:5px;}
.header_login_group.last{margin-bottom:0px;}
#fb-register, #fb-register_sub{background:#3B5998;padding:5px;text-align:center;color:white;}
#fb-register i, #fb-register_sub i{font-size:16px !important;vertical-align:middle;float:inherit !important;margin-right:0px !important;}

#google-login, #google-login_sub{background:#DD4B39;padding:5px;text-align:center;color:white;}
#google-login i, #google-login_sub i{font-size:16px !important;vertical-align:middle;float:inherit !important;margin-right:0px !important;}

.header_login_group_center{text-align:center;}

.loginwithcode_number{width:69% !important;float:left;font-weight:normal;font-size:10px !important;}
.loginwithcode_submit{width:29% !important;float:right;}

#user-info-header-fixed {
    overflow: auto;
    width: 225px;
    display: none;
    margin-right: 0!important;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 9000;
    padding: 0;
    font-size: 8pt;
    text-align: left;
    color: #373435;
    font-weight: bolder
}

#user-info-header-fixed input {
    width: 100%;
    font-size: 10pt;
    margin-bottom: 10px
}

#main_loading {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    text-align: center;
    padding-top: 25%
}

#home_page {margin-top:10px;}

div#home_page_left {
    float: left;
    width: 25%;
    min-height: 100px
}

div#home_page_right {
    float: right;
    width: 74%;
    min-height: 100px
}

div#daily_promotion {
background: #333333;
    position: relative;
    border-radius: 15px;
}

div#top_products {
    background: #333333;
    border-radius: 15px;
    position: relative;
    margin-top: 23px;
}

div#daily_promotion img {
    display: block;
    max-width: 90%;
    margin: auto;
    max-height: 296px;
}

div#daily_promotion_info {
    background-color: #1b1b1b;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}

#popup_related_products .h3 {font-size: 15px;}

.home_product_name_daily {
    font-size: 13pt;
    color: white;
    font-weight: bolder;
    text-align: left;
    text-align: center !important;
}

.home_product_name {
    font-size: 11pt;
    color: white;
    font-weight: bolder;
    text-align: center
}

.home_product_description {
    font-size: 10pt;
    color: #4B4B4D;
    font-weight: lighter
}

#daily_promotion_to_cart {
    float: right;
    width: 57%;
    margin-top: 5px
}

.home_product_to_cart {
    float: left;
    width: 54px;
    margin-top: 5px
}

.home_product_price {
    float: right;
    width: 60%;
    margin-top: 5px;
    text-align: right
}

#daily_promotion_price {
    float: left;
    width: 41%;
    margin-top: 5px;
    text-align: left;
    color: #aaaaaa;
}

.home_product.cart_add_popup {
    width: 48%;
    margin-right: 2%;
    float: left;
	background: #555;
    border-radius: 15px;
}

.home_product {
    margin-top: 38px;
}

.home_product_image {
    float: left;
    width: 100%
}

.home_product_image img {
    display: block;
    max-width: 90%;
    margin: auto;
    height: 210px;
}

.home_product_details {
    float: left;
    width: 100%;
    text-align: center;
}

.daily_promotion_percent_bg {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 84px 84px 0;
    border-color: transparent #ed1b22 transparent transparent
}

.daily_promotion_percent {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    font-size: 18pt;
    font-weight: bolder;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product_percent_bg {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 84px 84px 0;
    border-color: transparent yellow transparent transparent
}

.product_percent_bg_list {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 84px 84px 0 0;
    border-color: #E6E7E8 transparent transparent
}

.new_review_div {
    padding: 20px
}

#user-info-header ul {
    list-style-type: none
}

#user-info-header li {
    margin: 5px;
    font-size: 12pt;
    padding: 5px 25px;
	position: relative;
}

#user-info-header li:hover {
    background: #e6e7e8
}

#user-info-header-fixed ul {
    list-style-type: none
}

#user-info-header-fixed li {
    margin: 5px;
    font-size: 12pt;
    padding: 10px
}

#user-info-header-fixed li:hover {
    background: #e6e7e8
}

.step input {
    width: 100%
}

.step select {
    width: 100%
}

.step textarea {
    width: 100%;
    border: 1px solid #E6E7E8
}

.order td {
    padding: 10px;
    border-bottom: 1px solid #E6E7E8;
    border-right: 1px solid #E6E7E8;
    border-left: 1px solid #E6E7E8
}

.order th {
    padding: 10px;
    border-bottom: 1px solid #E6E7E8
}

.product_percent {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 18pt;
    font-weight: bolder;
    color: #373435;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product_percent_list {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 18pt;
    font-weight: bolder;
    color: #373435;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.margin {
    margin: 11px
}

.order h2 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ED3237
}

.article_text {
    color:#bdbdbd;
}

.article_text h1 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

.article_text h2 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left !important;
}

.article_text h3 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 20px;
    font-weight: 400
}

.article_text .head {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    line-height: 26px
}

.article_text .body {
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px
}

.home_banner_1x1 {
    float: left;
    width: 48%;
    margin: 0 1% 19px
}

.home_banner_1x1 img {
    width: 100%;
    border-radius: 15px;
}

.home_banner_2x1 {
    float: left;
    width: 98%;
    margin: 0 1% 19px;
}

.home_banner_2x1 img {
    width: 100%;
    border-radius: 15px;
}

.home_page_article {
    float: left;
    width: 48%;
    margin: 0 1% 19px;
    height: 204px;
    background-size: cover;
    background-position: center center;
    position: relative
}

.home_page_article_main {
    float: initial;
    width: 98%;
    margin: 0 1% 19px;
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative
}

.home_page_article_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 11pt;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-shadow: 3px 3px 3px #000
}

.home_page_article_title h2 {
    color: #fff;
    font-size: 11pt;
    font-weight: 700;
    margin-top: 0!important;
    margin-bottom: 0!important
}

.home_page_article_title_main {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 13pt;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-shadow: 3px 3px 3px #000
}

.home_page_article_title_main h1 {
    color: #fff;
    font-size: 13pt;
    font-weight: 700;
    margin-top: 0!important;
    margin-bottom: 0!important
}

.info {
    padding-top: 10px;
    /*padding-bottom: 23px;*/
    color:gray;
    margin-left:11px;
}

.info a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10pt;
    font-weight: 400;
    color: gray;
}

div.info a:hover {
    color: #d61f26 !important;
}

div#product_filters {
    float: left;
    width: 20%;
    font-size: 10pt;
    padding: 10px;
    background: #2d2d2d;
    position: relative;
    font-weight: lighter;
    color:#bebebe;
    border-radius: 15px;
}

div#product_filters label {
    font-weight: 400
}

div#products_list {
    float: right;
    width: 100%;
    position: relative;
    margin-top: -14px;
}

div#products_list_full_width {
    float: initial;
    width: 100%;
    position: relative
}

.clear_filters_div {
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 7pt
}

.clear_filters_button {
    font-size: 7pt;
    width: 100%
}

.cat-box {
    float: left;
    width: 32%;
    margin: 0 1% 11px 0;
    background: #333333;
    position: relative;
    border-radius: 15px;
}

.cat-box-25 {
    float: left;
    width: 24%;
    margin: 10px 0 0 11px;
    background: #333333;
    position: relative;
    border-radius: 15px;
}

.cat-box-list {
    width: 100%;
    margin: 0 0 11px;
    background: #F8F8F8;
    padding: 10px;
    position: relative
}

.prod-img {
    margin-top: 30px;
    height: 281px
}

.popup_box{width: 48%;
    float: left;
    margin-right: 2%;
    padding: 5px;
    margin-bottom: 30px;}

.popup_box .prod-img {
    height: auto;
	float:left;
	width: 20%;
}

.alertify_full {
    bottom: 50px;
	overflow: auto;
}

.prod-img-list {
    margin-top: 0;
    float: left;
    width: 25%
}

.prod-order-list {
    float: right;
    width: 29%
}

.prod-title-desc-list {
    float: left;
    width: 45%;
    padding: 0 20px
}

.prod-img img {
    max-height: 280px;
    max-width: 100%;
    display: block;
    margin: auto
}

.prod-img-list img {
    max-height: 211px;
    max-width: 100%;
    display: block;
    margin: auto
}

.prod-name {
    text-align: center;
    margin-top: 20px;
    height: 20px;
    max-height: 20px
}

.prod-name-list {
    text-align: left;
    margin-top: 20px;
    height: 20px;
    max-height: 20px
}

.prod-name a {
    font-size: 13pt;
    font-weight: bolder
}

.prod-name-list a {
    font-size: 13pt;
    font-weight: bolder
}

.prod-desc {
    font-size: 10pt;
    font-weight: lighter;
    margin-top: 20px;
    text-align: center;
    max-height: 38px;
    height: 38px;
    padding: 5px;
}

.prod-desc-list {
    font-size: 10pt;
    font-weight: lighter;
    margin-top: 20px;
    text-align: left
}

.prodt-to-cart {
    width: 50%;
    margin: auto;
    margin-top: 26px
}

.prodt-to-cart-list {
    width: 50%;
    margin: auto;
    margin-top: 0;
    float: left
}

.prod-price-list {
    float: right;
    width: 49%;
    text-align: right
}

.prod-info {
    margin-top: 19px;
    height: 41px;
    max-height: 41px
}

.prod-icons {
    float: left;
    width: 59%;
    min-width: 180px
}

.prod-icons-list {
    float: right;
    width: 100%;
    min-width: 180px;
    margin-bottom: 30px
}

.prod-price {
    float: right;
    width: 40%;
    text-align: right
}

.deleted-price {
    padding-bottom: 5px;
    padding-left: 15px;
    color:lightgray;
}

.prod-icon {
    cursor: pointer;
    opacity: .5;
    float: left;
    margin-top: 19px;
    margin-left: 3px;
    height: 31px;
    vertical-align: middle;
    line-height: 31px;
    display: table-cell
}

.prod-icon-list {
    cursor: pointer;
    opacity: .5;
    float: right;
    margin-top: 19px;
    margin-left: 3px;
    height: 31px;
    vertical-align: middle;
    line-height: 31px;
    display: table-cell
}

.prod-icon:hover {
    opacity: 1
}

a.back-to-top {
    background: #292929 url(/images/back_top.png) no-repeat 12px 14px;
    position: fixed;
    bottom: 150px;
    right: 40px;
    width: 45px;
    height: 45px;
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    border-radius: 50px
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10pt
}

#tooltip:after
/* triangle decoration */

{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

div#product_filters_button {
    display: none;
    cursor: pointer;
    border: 1px solid #d5d7d8;
    padding: 3px;
    font-size: 13pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #848688;
    background: #f1f1f1;
    font-size: 10pt;
    text-align: center
}

.related_articles_title {
    margin-bottom: 23px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px;
    font-size: 12pt;
    text-align: center;
    font-weight: bolder;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}

.article_list_search {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    height: 188px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 15px;
}
.article_list {
    float: left;
    width: 32%;
    margin: 0 0 18px 1%;
    height: 330px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 15px;
}

.article_list_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: black;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 0 0 15px 15px;
}
.top_article {
    font-size: 27px;
    line-height: 40px;
}

.article_list_featured {
    width: 65%;
    height: 677px;
    border-radius: 15px;    
}

.feat_img{
        width: 80%;
        display: flex;
        margin: auto;
}

.featured_product {
    margin-bottom: 23px;
    background: #333;
    border-radius: 15px;
}

.featured_product_header {
    background: #96989A;
    text-transform: uppercase;
    color: #fff;
    padding: 7px;
    font-size: 12pt;
    text-align: right;
    font-weight: bolder;
    border-radius: 15px 15px 0 0;
    padding: 15px;
}

.featured_product_image {
    width: 34%;
    float: left;
    margin-top: 23px;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
}

.featured_product_infos {
    width: 65%;
    float: right;
    padding: 10px;
    color: white;
}

.product_image {
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: auto;
    border: 0!important
}

.sub_image {
    display: none
}

.image_change_button {
    margin: 5px
}

.product_image_changer {
    text-align: center
}

.product_image_changer img {
    cursor: pointer
}

.featured_product_title {
    font-size: 13pt;
    font-weight: bolder;
    margin-top: 15px
}

.featured_product_description {
    font-size: 13pt;
    font-weight: lighter;
    margin-top: 30px
}

.featured_product_reviews {
    margin-top: 53px
}

.review_left {
    float: left;
    width: 49%
}

.review_right {
    float: right;
    width: 49%
}

.product_review_text {
    font-style: italic;
    font-size: 10pt;
    font-weight: lighter
}

.product_review_name {
    font-weight: bolder;
    font-size: 12pt
}

#review_right_stars {
    float: right
}

#review_left_stars {
    float: right
}

.featured_product_order_left {
    float: left;
    width: 59%
}

.featured_product_order_right {
    float: right;
    width: 39%
}

.featured_product_order {
    margin-top: 23px;
    background: #1b1b1b;
    padding: 11px;
    border-radius: 0 0 15px 15px;
}

.featured_product_to_cart {
    float: left;
    width: 49%;
    margin-top: 8px
}

.featured_product_price {
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 10px
}

.featured_product_gar {
    font-size: 10pt;
    color: #bebebe;
    line-height: 22px
}

.featured_product_gar img {
    margin-right: 10px;
    width: 19px;
    filter: invert(100%);
}

.featured_product_time {
    font-size: 10pt;
    color: #bebebe;
    margin-bottom: 0
}

.featured_product_time img {
    margin-right: 10px;
    width: 19px;
    filter: invert(100%);
}

.left12{
    margin-left:12px;
}

.related_articles{
    margin-top:30px;
    border-radius: 15px;
    border: 1px solid #4c4b4b;
}

.articles{
    margin-left: -10px !important;
}

.related_articles_more {
    background: #E6E7E8;
    text-transform: uppercase;
    color: #373435;
    padding: 7px;
    font-size: 12pt;
    text-align: center;
    font-weight: lighter;
    padding: 15px;
    width: 300px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

#list_setup select {
    font-size: 10pt;
    color: #fff;
    background: #333;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#list_setup {
    text-align: right;
    margin-bottom: -14px;
}

.article_public_date {
    font-size: 12px;
    color: #808080;
    font-weight: light;
    margin-bottom: 20px
}

.article_first {
    font-weight: 700
}

.article_cover {
    width: 100%;
    margin: 20px 0!important
}

.article_related_products_title {
    color: #848688;
    font-size: 14pt;
    margin-bottom: 23px
}

.advantages {padding-left:23px; font-size: 16px !important;}

.product_left {
    float: left;
    width: 32%
}

.product_right {
    float: right;
    width: 67%
}

.product_left_box {
    border: 0px solid #E6E7E8;
    padding: 10px;
    margin-bottom: 32px;
    padding-top: 0px;
    color: white;
}

.product_left_box_advantages {
    border: 0px solid #E6E7E8;
    padding: 10px;
    margin-bottom: 32px;
    padding-top: 0px;
    color: white;
    display: flex;
    align-items: center;
}

.product_left_box_title {
    font-size: 14pt;
    font-weight: bolder;
    text-transform: uppercase;
    color: #848688;
    text-align: center;
    margin: 10px
}

.label_title {
    font-weight: 700!important;
    font-size: 12pt;
    color: white;
}

.product_title {
    font-size: 22pt;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}
.product_reviews_subtitle{font-size: 13px; margin-bottom: 30px; margin-top:0px !important;}
.review_image {height:16px;}
.star-rating {margin: 10px 0 30px 0;}

.product_labels {
    float: left;
    font-size: 10pt;
    font-weight: light;
    margin-right: 0
}

.product_labels_main {
    float: left;
    font-size: 10pt;
    font-weight: light;
    margin-right: 10px
}

.product_order {
    background: #E6E7E8;
    padding: 20px;
    margin-top: 20px
}

.product_order_left {
    float: left;
    width: 40%
}

.product_order_right {
    float: right;
    width: 59%
}

.quantity_discount_circle {
    font-weight: 700;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #ED3237
}

.product_to_cart {
    float: left;
    width: 69%
}

.product_price {
    float: right;
    width: 30%;
    text-align: right
}

.product_to_cart select {
    width: 25%;
    color: #606062;
    font-size: 10pt;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px
}

.button_half {
    width: 45%
}

.no-top-margin {
    margin-top: 7px!important
}

.product_description_long {
    font-size: 12pt;
    text-align: justify;
    margin-top: 23px;
    margin-bottom: 38px;
    line-height: 20pt
}

#product_filters input {
    margin-right: 5px
}

selector + [data-readmore-toggle],
selector[data-readmore] {
    display: block;
    width: 100%
}

.more_div {
    text-transform: uppercase;
    color: #fff;
    font-size: 10pt;
    border-bottom: 15px solid #e5e6e7;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px
}

.more_div_inner {
    float: right;
    padding: 5px;
    background: #e5e6e7;
    position: relative;
    top: 5px;
    font-weight: bolder
}

.more_div_down_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e5e6e7 transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%
}

.tab-pane {
    color: #727376;
    font-size: 12pt;
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px
}

.nav-tabs li a {
    font-size: 10pt;
    color: #57585a;
    font-weight: bolder
}

.nav-tabs {
    border-bottom: 1px solid #dcdee0
}

.avarage_costumer {
    color: #606062;
    font-size: 13pt;
    font-weight: bolder
}

.product_review_div {
    float: right;
    width: 37%;
    margin-left: 1%
}

.product_reviews {
    margin-top: 23px;
    margin-bottom: 23px;
    background: transparent;
    padding: 15px
}

.product_reviews>.container-fluid{
    padding: 15px
}

.review_changer {
    float: left;
    width: 20%;
    text-align: center
}

.maxcart_title {
    margin-bottom: 23px
}

.cart_product_name {
    font-size: 12pt
}

.cart_button {
    font-size: 13pt;
    background: green;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    border: 1px gray solid;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width:80%;
}

.cart_button:hover {
    background: #32CD32
}

.maxcart_input {
    padding: 10px;
    background: #808080;
    width: 100%;
    margin: 5px;
    border-radius: 5px;
}

.cart_step {
    font-size: 12pt
}

.cart_text_header {
    font-size: 13pt;
    text-transform: uppercase
}

.category_div {
    padding: 5px;
    width: 24%;
    height: 60px;
    float: left;
    margin: 5px;
    border: 1px solid #DCDCDC;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px;
}

.category_div:hover {
    background: #f5f5f5;
    color: black;
}

.cart_left {
    width: 75%;
    float: left
}

.cart_right {
    width: 24%;
    float: right
}

#bs-example-navbar-collapse-1 {
    height: auto!important;
    padding-left: 0;
    margin-left: -15px;
}

.navbar-collapse.in {
    overflow-y: visible;
    overflow-x: visible
}

#bs-example-navbar-collapse-2 a {
    padding: 6px;
    font-size: 12pt
}

.page_changer {
    padding: 10px;
    text-align: center;
    background: transparent;
    margin-bottom: 23px;
    margin-top: 15px;
}

.page_changer a {
    font-size: 12pt;
    margin-right: 5px
}

.pageNoAct {
    font-size: 12pt;
    padding: 10px 15px;
    background: #d61d24;
    color: #fff;
    font-weight: 700;
    border: 1px solid #d61d24
}

.pageNoAct:hover {
    color: #fff
}

.pageNo {
    font-size: 12pt;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    border: 1px solid #e7e7e7
}

.pageNo:hover {
    background: #d61d24;
    color: #fff;
    border: 1px solid #d61d24
}

#maxcart {
    width: 100%;
    margin-top: 15px;
    background: #222222;
    color: #bdbdbd;
    border-radius: 15px;
}

.cart_header {
padding: 20px;
    font-size: 18pt;
    color: #bdbdbd;
    font-weight: lighter;
    text-transform: uppercase;
    background: black;
    border: solid 1px #222222;
}

.first_header {
    border-radius: 15px 15px 0 0;
}

.cart_cell_1 {
    width: 55%;
    padding: 10px;
    float: left
}

.cart_cell_2 {
    width: 15%;
    padding: 10px;
    float: left;
    position: relative
}

.cart_cell_3 {
    width: 15%;
    padding: 10px;
    float: left;
    font-size: 12pt;
    color: #bdbdbd;
}

.cart_cell_4 {
    width: 15%;
    padding: 10px;
    float: left;
    text-align: right;
    font-size: 12pt;
    color: #bdbdbd;
    font-weight: 700
}

.valignmiddle {
    line-height: 60px;
    white-space: nowrap;
    vertical-align: center
}

.cart_content_desc {
    padding: 15px 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #bdbdbd;
}

.bleft {
    border-left: 1px solid #000
}

.bright {
    border-right: 1px solid #000
}

.btop {
    border-top: 1px solid #000
}
.btop_light {
    border-top: 1px solid #222
}

.bbottom {
    border-bottom: 1px solid #000
}

.cart_quantity_select {
	width:74px;
    -webkit-border-radius: 5px;
    font-weight: 700;
    background: #808080;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: white;
}

.cart_bottom_left {
    float: left;
    width: 65%
}

.cart_bottom_right {
    float: right;
    width: 34%;
    line-height: 23px
}

.cart_bottom_left_half {
    float: left;
    width: 49%
}

.cart_bottom_right_half {
    float: right;
    width: 49%;
    line-height: 23px
}

.cart_bottom_totals_text {
    float: left;
    width: 49%;
    white-space: nowrap;
	line-height: normal;
}

.cart_bottom_totals_values {
    float: right;
    width: 49%;
    text-align: right;
    white-space: nowrap;
	line-height: normal;
}

.cart_bottom {
    padding: 10px
}

.cart_delete_icon {
    display: block;
    position: absolute;
    left: 68px;
    top: 5px;
    cursor: pointer
}

#voucher_div {
    width: 70%;
    padding: 10px;
    margin-top: 4px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

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

.voucher_input input {
    font-size: 10pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px;
    width: 95%;
    background: grey;
    border: none;
    color: white;
}

.voucher_input input::placeholder {
  color: #fff;
}

.voucher_button {
    float: left;
    width: 39%
}

.voucher_message {
    float: initial;
    width: 100%;
    font-size: 12pt;
    margin-top: 5px;
    text-align: left;
    color: red;
}

#voucher_discount_text {
    color: green
}

#discount_value {
    color: green
}

#voucher_discount_text_2 {
    color: green
}

#discount_value_2 {
    color: green
}

.email_msg p{
	font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.email_msg p a{
	text-decoration: underline;
}

.unsubscribe_div{
	color:green;
	padding: 30px;
	font-size: 18px;
	text-align: center;
}

.new_client_select{
    border-radius:0;
}

.new_client_select label {
    font-size: 14pt;
    color: #727376;
    font-weight: lighter;
    padding: 10px
}

.cart_login_div {
    font-size: 12pt;
    color: #373435;
    font-weight: 700;
    padding: 10px
}

.cart_login_email {
    float: left;
    width: 300px;
    margin-right: 20px
}

.cart_login_email input {
    width: 100%
}

.cart_login_password {
    float: left;
    width: 300px;
    margin-right: 20px
}

.cart_login_password input {
    width: 100%
}

.cart_login_submit {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-top: 18px
}

.cart_forgot_your_password {
    float: right
}

.cart_forgot_your_password a {
    font-size: 10pt;
    color: #ED3237;
    font-weight: light
}

.cart_login_inputs {
    padding: 15px;
    border: solid 1px #222222;
    border-radius: 0 0 15px 15px;
}

.cart_login_facebook {
    margin-top: 15px;
    color: #bcbcbc;
    color: #bcbcbc;
}

#fb-register-cart {
    vertical-align: bottom;    
    border-radius: 5px;
    width: 20px;
}

.order_summary{position: relative;min-height: 180px;display: flex;}

.cart_submit {
    position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 15px;
}

.cart_input_header.order_summary_totals{width:30%;}
.cart_input_header.order_summary_agree{width:40%;}
.cart_input_header.order_summary_submit{width:30%;text-align: right;position: relative;}
.cart_input_header.order_summary_submit>div{}

.logged_in.order_summary .cart_input_header.order_summary_totals{width:50%;}
.logged_in.order_summary .cart_input_header.order_summary_submit{width:50%;}

.cart_input_header {
    float: left;
    width: 50%;
    padding: 22px;
    text-transform: uppercase;
    color: #727376
}

.cart_input_header.whitebg {
    background: #fff;
}

.recomandat_bubble {
    background: #439431;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
    box-shadow: 2px 2px 7px 3px #000000;
    text-align: center;
    width: auto;
    border-radius: 10px;
    padding: 12px 15px;
    position: absolute;
    left: 350px;
    top: -20px;
    z-index: 1;
}
.recomandat_bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 12px 15px 0 0;
    border-color: #439431 transparent transparent transparent;
    bottom: -12px;
    left: 25%;
    margin-left: -9px;
}

.position-relative{position: relative;}

.cart_input_full {
    padding: 22px;
    background: #f7f8f8;
    text-transform: uppercase;
    color: #727376
}

.cart_input_header_higher {
    float: left;
    width: 50%;
    padding: 35px 22px;
    background: #f7f8f8;
    text-transform: uppercase;
    color: #727376
}

.cart_input_input {
    float: right;
    width: 50%;
    padding: 15px;
	position: relative;
}

.cart_input_input input {
    width: 100%;
    color: white;
}

.cart_input_input select {
    width: 100%;
    margin: 0;
    border-radius: 5px;
    padding: 10px;
    color:white;
}

.order_submit_button {
    width: auto;
    margin-bottom: 20px;
	float:right;
}

.register_submit_button {
    width: 300px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.order_submit {
    padding: 10px
}

.total_total{
	font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
	color: white;
}

.margintop {
    margin-top: 20px
}

.client_invoice_type_change {
    float: right;
    font-size: 10pt;
    color: #727376;
    font-weight: 500;
}

.client_delivery_change {
    float: right;
    font-size: 10pt;
    color: #808080;
    font-weight: 500;
}

.cart_registered_office {
    padding: 15px;
    font-weight: 700
}

#free_shipping_div {
    font-size: 10pt;
    color: green;
    padding: 5px;
    text-align: right;
    margin-bottom: 10px
}

.agree label {
    font-size: 10pt;
    font-weight: 400
}

.agree {
    
}

.agree a{
	text-decoration:underline;
}

.site-menu {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 24px
}

.s_map_menu {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px
}

.site-catg {
    padding-left: 25px;
    font-size: 16px
}

.site-prdg {
    padding-left: 25px;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 20px
}

.footer_box {
    float: left;
    margin-right: 4%;
    margin-top: 20px
}

.footer_box ul {
    list-style-type: none
}

.footer_box ul li {
    padding-top: 3px;
    padding-bottom: 3px
}

.footer_box ul li a {
    white-space: nowrap;
    font-size: 9pt
}

.no_margin_right {
    margin-right: 0!important
}

.home_page_h1 {
    margin: 20px;
    text-align: center
}

#search_ajax_response {
    border: 1px solid #d5d7d8;
    background: #fff;
    position: absolute;
    display: none;
    padding: 0;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 100000
}

#search_ajax_response_2 {
    border: 1px solid #d5d7d8;
    background: #fff;
    position: absolute;
    display: none;
    padding: 0;
    top: 56px;
    left: 0;
    width: 100%;
    z-index: 100000
}

.search_list {
    padding: 0;
    margin: 0;
    list-style: none
}

.search_selected {
    background: #CCCFF2
}

.search_bold {
    font-weight: 700;
    color: #bc9a4e
}

.search_list a {
    display: block!important
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 0 solid #fff;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.products_gifts_title{display:none;font-weight:bold;margin-left:50px;margin-top:20px}
.products_gifts{margin-left:50px;}
.products_gifts .cart_content_desc{display:none !important;float:left;width:100%;background:transparent !important;margin-top:10px;}
.products_gifts .gift_product_div{float:left;background:transparent !important;text-align:left !important;}
.products_gifts img{height:60px !important;margin:0 !important;}
.products_gifts .gift_description{display:none !important;}

.login_header_separator{margin:5px 0;text-transform:uppercase;}
.login_header_separator .line{float:left;width:40%;float:left;border-top:1px solid #d5d7d8;margin-top:8px;}
.login_header_separator .text{float:left;width:20%;float:left;text-align:center;font-size:12px;line-height:16px;}

.subscriptions_group{border:2px dotted #B4B4B4;padding: 15px 45px;background-color: #F4F4F4;margin-bottom: 15px;border-radius: 15px;} 

.subscriptions_group_icon{float:left; width:50px;margin-right: 40px;}
.subscriptions_group_icon i{font-size: 50px;}
.subscriptions_group_content{float:left;}

#dashboard{
	margin-top: 40px;
}

#dashboard_menu_mobile_toggle{
	display: none;
	position: fixed;
	left:0px;
	top:100px;
	background: white;
	padding: 10px;
	color: #4D4D4D;
	border-top:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	border-bottom:1px solid #4D4D4D;
	font-size: 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 100;
}

#dashboard_menu{
	float:left;
	width: 20%;
}
#dashboard_content{
	float:right;
	width: 75%;
	padding: 0 15px;
	font-size: 20px;
	line-height: normal;
}

#dashboard_menu ul {
	list-style-type: none;
}
#dashboard_menu ul li{
	display: block;
	margin-bottom: 25px;
	position: relative;
	padding-left: 25px;
}
#dashboard_menu ul li.active a{
	color: #D82700;
	font-weight: bold;
}
#dashboard_menu ul li a{
    font-weight: lighter;
    color: #4D4D4D;
}

#dashboard_menu ul li a i{
	position: absolute;
	left: 10px;
	transform: translateX(-50%);
	z-index: 10;
}

#dashboard_title{
	margin-bottom: 25px;
	color: #4D4D4D;
	font-weight: bold;
	text-transform: uppercase;
}

.dashboard_tab_selector{text-decoration: none !important;}
.dashboard_tab{margin-bottom: 80px;min-height: 10px;}
.dashboard_tab h2{color:#D82700;text-align: center;text-transform: uppercase;font-weight: bold;margin-bottom: 30px;}
#win_points{margin-bottom: 0px;}
#point_meter{
	width: 360px;
    height: 360px;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
	border: 20px solid #707070;
	margin: 60px auto 60px auto;
	position: relative;
}
#point_meter_number{color: #707070;font-size: 140px;position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);font-weight: bold;}
#point_meter_title{color: #707070;font-size: 30px;position: absolute;bottom:-30px;left: 50%;transform: translate(-50%, 0);background: black;padding: 25px 15px;}
#point_meter_desc{color: #707070;font-size: 18px;position: absolute;bottom:-35px;left: 50%;transform: translate(-50%, 0);white-space: nowrap;}
#points_history_toggle{color: #707070;font-size: 18px;text-align: center;}
#points_history_toggle .points_history_title{position: relative;display: inline;padding-right: 25px;cursor: pointer;}
#points_history_toggle .points_history_title:after{position: absolute;content: '\f107';font-family: "FontAwesome";right: 0px;}
#points_history_toggle .points_history_content{display: none;}
#points_history_toggle.opened .points_history_title:after{content: '\f106';}
#points_history_toggle.opened .points_history_content{display: block;}

#how_to_win_points, #what_to_do_points{margin-top: 15px; color: #707070;font-size: 18px;text-align: center;}
.how_to_win_points_title, .what_to_do_points_title{position: relative;display: inline;cursor: pointer;text-decoration:underline;}

.clubx_logo{display: block;margin:0 auto 30px auto;} 
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

.dashboard_text{color: #707070;font-size:20px;line-height: normal;}
.dashboard_text{margin: 30px 0;}

.img_100{width:100%;margin:30px 0;}

.dashboard_levels{display: flex;}
.dashboard_level_column{padding: 1px; width:33.33333%;float:left;position: relative;background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");}
.dashboard_level_column.colum_bronze{background-color: #F3F2ED;}
.dashboard_level_column.colum_bronze:after{content: ''; display: block;position: absolute;width:1px;background-color: #F3F2ED;right: 0;top: 0;bottom: 0;}
.dashboard_level_column.colum_silver{background-color: #FCFCFC;}
.dashboard_level_column.colum_silver:after{content: ''; display: block;position: absolute;width:1px;background-color: #FCFCFC;right: 0;top: 0;bottom: 0;}
.dashboard_level_column.colum_gold{background-color: #FEFBE5;}
.dashboard_level_column_part_level{position: relative;background-repeat: no-repeat;background-size: auto 75%;background-position: center center;} 
.dashboard_level_column_part_level.level_bronze{background-image: url(/images/level_bronze.png);}
.dashboard_level_column_part_level.level_silver{background-image: url(/images/level_silver.png);}
.dashboard_level_column_part_level.level_gold{background-image: url(/images/level_gold.png);}
.dashboard_level_column_part_level.locked:after{content: ' '; position: absolute;top:57%;left:55%;width: 90px;height: 90px;background-image: url(/images/white_padlock.png);background-repeat: no-repeat;background-size:contain;background-position:center center;opacity: 0.7;}
.dashed_border{border:1px dashed #707070;}
.dashed_border_top{border-top:1px dashed #707070;}
.dashed_border_bottom{border-bottom:1px dashed #707070;}
.dashed_border_left{border-left:1px dashed #707070;}
.dashed_border_right{border-right:1px dashed #707070;}

.level_description{position: absolute;background-color: #E1E0DE;padding: 10px 20px;border-bottom-right-radius: 15px;}
.level_description i{font-size: 45px;color:white;} 
.left_title{
	position: absolute;
	transform: rotate(270deg) translate(-100%, -100%);
    transform-origin: 0% 0%;
    z-index: 10;
    left: -10px;
    font-weight: bold;
    color: #707070;
    font-size: 28px;
	white-space: nowrap;
}

.dashboard_level_column_part_load{height: 12px;background: url(/images/part_load.png);position: relative;}
.data-load-percent-value{position: absolute;background: #DC2800;top:0;bottom: 0;left: 0;}
.data-load-percent-value:after {
    content: '';
    position: absolute;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 20px 12px;
    border-color: #DC2800 transparent transparent transparent;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
	display: block;
}

.data-load-percent-value-full{position: absolute;background: #DC2800;top:0;bottom: 0;left: 0;right:0;}

.dashboard_level_column_part_limit{}
.dashboard_level_column_part_text{padding: 20px;text-align: center;color:#707070;}
.dashboard_level_limiter{position: relative;height: 2px;background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");}
.dashboard_level_limiter:after{content: ''; display: block;position: absolute;height:1px;background-color: #FCFCFC;right: 0;left: 0;bottom: 0;}

.dashboard_awards{}
.dashboard_award_group{display: flex;}
.dashboard_award{padding: 1px; width:33.33333%;float:left;    border-left: 1px dashed #878787;
    border-top: 1px dashed #878787;
    border-right: 0;
    border-bottom: 0;}
.dashboard_award.award_welcome{}
.dashboard_award.award_welcome:after{content: ''; display: block;position: absolute;width:1px;right: 0;top: 0;bottom: 0;}
.dashboard_award.award_welcome:before{content: ''; display: block;position: absolute;height:1px;right: 0;left: 0;bottom: 0;}
.dashboard_award.award_informed{}
.dashboard_award.award_informed:after{content: ''; display: block;position: absolute;width:1px;right: 0;top: 0;bottom: 0;}
.dashboard_award.award_informed:before{content: ''; display: block;position: absolute;height:1px;right: 0;left: 0;bottom: 0;}
.dashboard_award.award_b_day{border-right:dashed 1px #878787;}
.dashboard_award.award_b_day:after{}
.dashboard_award.award_b_day:before{content: ''; display: block;position: absolute;height:1px;right: 0;left: 0;bottom: 0;}
.dashboard_award.award_eagle_eye{border-bottom: dashed 1px #878787;}
.dashboard_award.award_eagle_eye:after{content: ''; display: block;position: absolute;width:1px;right: 0;top: 0;bottom: 0;}
.dashboard_award.award_helper{border-bottom: dashed 1px #878787;}
.dashboard_award.award_helper:after{content: ''; display: block;position: absolute;width:1px;right: 0;top: 0;bottom: 0;}
.dashboard_award.award_friendly{border-right: dashed 1px #878787; border-bottom: dashed 1px #878787;}
.dashboard_award.award_friendly:after{}
.dashboard_award_box{position: relative;background-repeat: no-repeat;background-size: auto 75%;background-position: center center;} 
.dashboard_award_box.award_welcome{background-image: url(/images/award_welcome.png);}
.dashboard_award_box.award_informed{background-image: url(/images/award_informed.png);}
.dashboard_award_box.award_b_day{background-image: url(/images/award_b-day.png);}
.dashboard_award_box.award_eagle_eye{background-image: url(/images/award_eagle-eye.png);}
.dashboard_award_box.award_helper{background-image: url(/images/award_helper.png);}
.dashboard_award_box.award_friendly{background-image: url(/images/award_friendly.png);}

.award_eagle_eye .fa-star{color:#73059E;}
.award_helper .fa-star{color:#2BBE00;}
.award_friendly .fa-star{color:#248A9C;}

.fa-heart-o {position: relative !important; z-index: 2 !important;}


.dashboard_award_box.locked:after{content: ' '; position: absolute;top:57%;left:55%;width: 90px;height: 90px;background-image: url(/images/black_padlock.png);background-repeat: no-repeat;background-size:contain;background-position:center center;opacity: 0.7;filter: invert(0.7)}
.award_description{position: absolute;background-color: #222222;padding: 10px 20px;border-bottom-right-radius: 15px;}
.award_description i{font-size: 45px;color:white;}  

.award_description_checked{background-color: #34DB4A;padding-left: 5px !important;padding-right: 5px !important;} 

.dashboard_award_text{text-align: center;color: #D1D1D1;padding: 15px;font-weight: bold;}
.dashboard_award_text i{font-size: 44px;}

.dashboard_vouchers{}
.no_vouchers{text-align: center;}
.dashboard_voucher_group{display: flex;}
.dashboard_voucher{padding: 25px; width:33.33333%;float:left;position: relative;    border-left: 1px dashed #878787;
    border-top: 1px dashed #878787;
    border-right: 0;
    border-bottom: 1px dashed #878787;}
.inactive_voucher{border-right: dashed 1px #878787;}

.dashboard_voucher_text{text-align: center;padding: 15px;font-weight: bold;}
.dashboard_voucher.active_voucher .dashboard_voucher_text{color: #000;}
.dashboard_voucher.inactive_voucher  .dashboard_voucher_text{color: #E1E0DE;}
.dashboard_voucher.future_voucher  .dashboard_voucher_text{color: #000;}

.dashboard_voucher_code{padding: 10px;font-weight: bold;border-radius: 15px;margin-bottom: 20px;text-align: center;}
.dashboard_voucher.active_voucher .dashboard_voucher_code{color:black;border: 2px solid black;background-color: #F2F2F2;}
.dashboard_voucher.inactive_voucher .dashboard_voucher_code{color:#666666;border: 2px solid #E1E0DE;background-color: #F2F2F2;}
.dashboard_voucher.future_voucher .dashboard_voucher_code{color:black;border: 2px solid black;background-color: #F2F2F2;}

.dashboard_voucher_button button{font-size: 21px;display: block;width: 100%; padding: 10px;font-weight: bold;border-radius: 15px;}
.dashboard_voucher.active_voucher .dashboard_voucher_button button{background-color: #D02600;color:white;}
.dashboard_voucher.inactive_voucher .dashboard_voucher_button button{background-color: #E1E0DE;color:white;cursor: not-allowed;}
.dashboard_voucher.future_voucher .dashboard_voucher_button button{background-color: #9D9D9E;color:white;cursor: not-allowed;}
.dashboard_voucher.active_voucher .dashboard_voucher_button button.voucher_in_use{background-color: green;}

button.ready_to_use{display: none;background-color: green !important;}

.voucher_ready_to_use button.ready_to_use{display: block;}
.voucher_ready_to_use button.use_now{display: none;}

.voucher_description{position: absolute;top:1px;left:1px;background-color: #222222;padding: 10px 20px;border-bottom-right-radius: 15px;}
.voucher_description i{font-size: 45px;color:white;} 

.voucher_description .fa-info, .voucher_description .fa-times {display: none;} 
.dashboard_voucher.active_voucher .voucher_description .fa-info{display: block;}
.dashboard_voucher.inactive_voucher .voucher_description .fa-times{display: block;}
.dashboard_voucher.future_voucher .voucher_description .fa-info{display: block;}

/*
.dashboard_voucher_group:last-child .dashboard_voucher:after{content: ''; display: block;position: absolute;height:1px;background-color: #fff;right: 0;top: 0;left: 0;}
.dashboard_voucher.no_1:before, .dashboard_voucher.no_2:before{content: ''; display: block;position: absolute;width:1px;background-color: #fff;right: 0;top: 0;bottom: 0;}
*/

.dashboard_invite_box{display: flex;background-color: #F4F4F4;border: 2px dotted #B4B4B4;border-radius: 15px;}
.dashboard_invite_box_link{width: 80%;padding:5px 15px;}
.dashboard_invite_box_copy{width: 10%;border-left: 2px dotted #B4B4B4;padding:5px;color:#4E4E4E;text-align: center;cursor:pointer;}
.dashboard_invite_box_copy:hover{color:#D82700;}
.dashboard_invite_box_share{width: 10%;border-left: 2px dotted #B4B4B4;padding:5px;color:#4E4E4E;text-align: center;cursor:pointer;}
.dashboard_invite_box_share:hover{color:#D82700;}
.dashboard_faq{margin-bottom: 15px;cursor: pointer;position: relative;background-color: #F4F4F4;border: 2px dotted #B4B4B4;border-radius: 15px;padding:15px 45px;}
.dashboard_faq:before{font-size: 24px; display: block;content:'\f105';position: absolute;font-family: 'FontAwesome';top:16px;left:25px;}
.dashboard_faq_answer{display: none;color:#707070;border-left: 1px dashed black;padding: 0 25px;margin-top: 30px;}
.dashboard_faq.opened .dashboard_faq_answer{display: block;}
.dashboard_faq.opened:before{content:'\f107';left:20px;}

.points_history_content table{width: 100%;}
.points_history_content table tr{border-bottom:1px solid black}
.points_history_content table tr td, .points_history_content table tr th{padding: 15px;}
.points_history_content table tr th{text-align: center;}

table.maxmed{width: 100%;}
table.maxmed tr{border-bottom:1px solid black}
table.maxmed tr td, table.maxmed tr th{padding: 15px;text-align: center;}
table.maxmed tr th{text-align: center;}

.easybox_image{height: 37px;}
.delivery_method i{color:#ED3237;}
.delivery_method_easybox_description{position: absolute;
    font-weight: normal;
    color: red;
    font-size: 12px;
    left: 40px;}

#invoiceAddress{width: 80%;border-radius: 5px 0 0 5px !important;}
.add_address_button{width: 20%;background: #ED3237;color:white;border-radius:0 5px 5px 0;}
.flex{display: flex;}
#add_address_form_clone{display: none;border-radius:5px;padding:10px;}
#add_address_form{text-align: left;border-radius:5px;padding:10px;}
#add_address_form label{margin-top:15px;}
#shippingAddress_outter{display: none;}
#shippingAddress{border-radius: 5px 0 0 5px !important;}

#easybox_map_outter{display: none;}

#easybox_map {
    height: 400px;
}

#easybox_map_selects select{display: block;float:left;width: 25.00%;margin: 0;}

.easybox_title{font-weight: bold;font-size: 16px;}
.easybox_address{font-weight: normal;font-size: 14px;}
.easybox_schedule{font-size: 12px;}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
    .home_product_name_daily {
        font-size: 10pt
    }
    .home_product_name {
        font-size: 10pt
    }
    .home_product_description {
        font-size: 7pt
    }
    #daily_promotion_to_cart {
        float: initial;
        width: 100%
    }
    #daily_promotion_price {
        float: initial;
        width: 100%
    }
    .box_title {
        font-size: 11pt
    }
    .daily_promotion_percent {
        font-size: 13pt;
        top: 20px
    }
    .daily_promotion_percent_bg {
        border-width: 0 80px 80px 0
    }
    .home_page_price {
        font-size: 12pt
    }
    .home_product_image {
        float: initial;
        width: 100%
    }
    .home_product_details {
        float: initial;
        width: 100%
    }
    .home_product_to_cart {
        float: initial;
        width: 100%
    }
    .home_product_price {
        float: initial;
        width: 100%
    }
    .desktop-spacer {
    height:61px;
    }
}

@media only screen and (min-width: 1200px) {
    .maxmed-submenu-column {
        display: table-cell
    }
}

@media only screen and (max-width: 1200px) {
	#bf-counter-2017-outter{zoom:65%;}
	
    .submenu {
        width: 300px
    }
    .navbar-default {
        font-size: 12pt
    }
    .nav-justified>li>a {
        padding: 25px
    }
    div#header_bottom {
        padding-right: 10px;
        padding-left: 10px
    }
    div#content {
        padding-left: 15px;
        padding-right: 15px;
    }
    div#daily_promotion {
        margin-left:4px;
        margin-right:4px;
        margin-top:10px;
    }
}

@media only screen and (max-width: 990px) { 
	#dashboard_menu_mobile_toggle{
		display: block;
	}
	
    .dashboard_voucher_code {font-size: 10px;}
    
	#dashboard_menu{
		float:none;
		width: 80%;
		display: none;
		-webkit-box-shadow: 10px 0px 16px -6px rgba(0,0,0,0.26);
		-moz-box-shadow: 10px 0px 16px -6px rgba(0,0,0,0.26);
		box-shadow: 10px 0px 16px -6px rgba(0,0,0,0.26);
		padding: 15px;
		position: fixed;
		background: white;
		z-index: 30;
	}
	#dashboard_content{
		float:none;
		width: 100%;
	}
	
	.dashboard_levels{margin-left: 30px;}
	
	.level_description {
		padding: 5px 10px;
		border-bottom-right-radius: 8px;
	}
	
	.level_description i {
		font-size: 25px;
	}
	
	.dashboard_level_column_part_level.locked:after {
		top: 57%;
		left: 55%;
		width: 45px;
		height: 45px;
	}
	
	#dashboard_content {
    	font-size: 16px;
	}
	
	.left_title {
    	font-size: 18px;
	}
	
	
	.award_description {
		padding: 5px 10px;
		border-bottom-right-radius: 8px;
	}
	
	.award_description i {
		font-size: 25px;
	}
	
	.dashboard_award_box.locked:after {
		top: 57%;
		left: 55%;
		width: 45px;
		height: 45px;
	}
	
	.dashboard_award_text i {
		font-size: 18px;
	}
	
	.voucher_description {
		padding: 5px 10px;
		border-bottom-right-radius: 8px;
	}
	
	.voucher_description i {
		font-size: 25px;
	}
	
	.dashboard_voucher_button button {
    	font-size: 14px;
	}
}

@media only screen and (max-width: 767px) { 
    
    .dashboard_voucher {width:100%;float:none;}

    div#header_top {position:inherit;}
    div#mobile_bottom_menu {display:block;}

    #user-info-header{
        top:inherit !important;
        bottom:20px;
        z-index: 90000;
        position:fixed;
    }

    #res-cart-content-header{
        top:0px !important;
        position:fixed;
        z-index: 90000;
    }
    
    .res-cart-content-header-count{position: fixed;bottom: 27px;margin-left: 3px;z-index: 90001;top: inherit;left: 50% !important;right: inherit !important;}
    #header_cart_new{display:none;}
    #header_cart{width:0px !important;height:0px !important;position: inherit !important;}
    #icon_ion-ios-person{display:none;}
    

    .undo_cart_delete{float:none;margin:15px;}

    .mobile_call{
        display: block;
    }

    .mobile_whatsapp{
        display: block;
    }

	.home_product.cart_add_popup {
		width: 100%;
		margin-right: 0%;
	}
	
	#orderForm .email_msg{
		width: auto;
		top: -55px;
		left: 0;
		right: 0;
	}
	
	.all_page_banner img{width:100%;}
	
	.search_left {
		float: left;
		width: 100%;
	}

	.search_right {
		float: right;
		width: 100%;
	}

    div#header_links {
        visibility: hidden;
        display: none
    }
    div#header_unnepi {
        visibility: hidden;
        display: none
    }
    div#header_phone {
        visibility: hidden;
        display: none
    }
    div#header_whatsapp {
        visibility: hidden;
        display: none
    }
    div#logo {
        visibility: hidden;
        display: none
    }
    div#mobil_logo {
        float: left;
        margin-left: 5px;
    }
    div#header_transport {
        visibility: hidden;
        display: none
    }
    div#navigator {
        /*visibility: hidden;
        display: none;*/        
    }
    div#list_setup {
        visibility: hidden;
        display: none
    }
    nav#comp_menu {
        visibility: hidden;
        display: none
    }
}

@media only screen and (min-width: 768px) {
    div#mobil_logo {
        display: none
    }
    nav#mobile_menu {
        display: none
    }
    div#logo {
        padding-top:15px;
        margin-left:11px;
    }
    #header_bottom{
        padding-top: 67px;
    }
}

@media only screen and (max-width: 1239px) {
    .navbar-default {
        font-size: 12pt
    }
    .nav-justified>li>a {
        padding: 20px
    }
    div#header_login span {
        display: none
    }
    #header_login_fixed span {
        display: none
    }
    #search_input_fixed {
        display: none
    }
    .cat-box {
        width: 48%
    }
    div#product_filters {
        float: initial;
        width: 100%
    }
    div#products_list {
        float: initial;
        width: 100%;
        padding: 10px;
    }
    div#product_filters_button {
        display: block
    }
    div#product_filters {
        display: none
    }
    .prod-name a {
        font-size: 12pt
    }
    .cat-box-25 {
        margin: 10px 0 !important;
    }
}

@media only screen and (max-width: 1079px) {
	.order_summary{display: inherit;}
	.cart_input_header.order_summary_totals{width:50%;min-height: 250px;}
	.cart_input_header.order_summary_agree{width:50%;}
	.cart_input_header.order_summary_submit{width:100%;}
	.cart_input_header.order_summary_submit>div{position: inherit;bottom: inherit;right: inherit;}
	
	#bf-counter-2017-outter{zoom:55%;}
	
    .navbar-default {
        font-size: 10pt
    }
    .nav-justified>li>a {
        padding: 15px
    }
    div#header_transport {
        display: none;
    }
    div#header_transport span {
        display: none
    }
    div#header_phone{
        display: none;
    }
    div#header_phone span {
        display: none
    }
    div#header_icons_outter div:not(:first-child) {
        margin-right: 0px;
        margin-top: 2px
    }
    .product_left {
        float: initial;
        width: 99%
    }
    .product_right {
        float: initial;
        width: 99%
    }
    #product_related_products {
        display: none
    }
    .product_to_cart select {
        width: 80px
    }
    .icotoptra {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    
    .product_title {padding-top:30px;}
    .product_left_box_advantages {display: none;}
    .divider {padding-top:30px;}
    .mobile {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .bttn-wrppr {display: flex; width: 100% !important;}
    .wrapper_but_dir {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .deleted-price {margin-right:15px;}
    .article_list_featured {height:350px; width: 99%;}
    .article_list {height:350px; width: 99%;}
    .mobile_home_bottom {margin-bottom:50px;}
    .article_content {padding:0 5px 0 5px;}
    .article_text .head {text-align: left;}
    .article_text .body {text-align: left;}
    .cat-box-25 {width:100%;}
    .info{padding-bottom:10px;}
    .product_subtitle {font-size: 13px; padding-bottom: 10px;}
    .related_articles {border:0;padding: 0 5px 0 0;}
    .related_articles_title{border-radius: 15px;}
    .related_articles_more{margin-bottom: 60px;} 
    
    .dashboard_level_column_part_text{padding: 7px;font-size: 12px;}

	#easybox_map_selects select:nth-child(1){width: 33.33%;}
	#easybox_map_selects select:nth-child(2){width: 33.33%;}
	#easybox_map_selects select:nth-child(3){width: 33.33%;}
	#easybox_map_selects select:nth-child(4){width: 100%;}
	
	.login_description{float:none;text-align: center;}
    .login_description h1{text-align: center;}
	.login_buttons{float:none;text-align: center;} 
	
	.popup_box{width: 100%;}
	.alertify-button{width:100%;margin-bottom: 30px;}
	
	#bf-counter-2017-outter{zoom:30%;} 
	
	.cart_input_header.order_summary_totals{width:100%;min-height: 50px;}
	.cart_input_header.order_summary_agree{width:100%;}
	.cart_input_header.order_summary_submit{width:100%;}
	
	.logged_in.order_summary .cart_input_header.order_summary_totals{width:100%;}
	.logged_in.order_summary .cart_input_header.order_summary_submit{width:100%;}
	
	#header_login{position:inherit !important;}
	#user-info-header {
		width: 100%;
		right: 0;
		top: 58px;
	}
	
	.login_left{float:inherit;max-width:inherit;margin-left:0px;}
	.login_right{float:inherit;max-width:inherit;margin-right:0px;}
	
	.client_invoice_type_change {
		float: initial;
		margin: 10px 0 0 0;
	}

	.client_delivery_change {
		float: initial;
		margin: 10px 0 0 0;
	}
	
	.recomandat_bubble {
		left: inherit;
		right: 15px;
	}
}

@media only screen and (max-width: 900px) {
    #menu_fixed {
        display: none
    }
    .product_to_cart {
        float: initial;
        width: 99%
    }
    .product_price {
        float: initial;
        width: 99%
    }
    .cart_cell_1 {
        width: 99%
    }
    .cart_cell_2 {
        width: 49%;
        border-top: 0px !important;
    }
    .cart_cell_3 {
        display: none
    }
    .cart_cell_4 {
        width: 49%;
        border-top: 0px !important;
    }
    .cart_content_desc {
        display: none
    }
	.products_gifts .cart_content_desc{
		 
	}
    .cart_bottom_left {
        float: initial;
        width: 99%
    }
    .cart_bottom_right {
        float: initial;
        width: 99%;
        margin-top: 20px
    }
    #voucher_div {
        width: 100%
    }
    .cart_left {
        width: 99%;
        float: initial
    }
    .cart_right {
        width: 99%;
        float: initial;
        margin-top: 30px
    }
    .cart_step {
        font-size: 8pt
    }
    #personal_data_image {
        width: 20px
    }
    .cart_text_header {
        font-size: 10pt;
        text-transform: uppercase
    }
    .footer-links td {
        display: block;
        width: 100%
    }
    .footer-links th {
        display: block;
        width: 100%
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    div#header_cart_fixed {
        width: 35px;
        height: 26px
    }
    div#header_login_fixed span {
        display: none
    }
    #res-cart-content-header {
        margin: auto;
        top: 30px
    }
    #res-cart-content-header-fixed {
        margin: auto;
        top: 30px
    }
    .res-cart-content-header-count {
        right: 32px;
        left: auto;
        font-size: 7pt;
        padding: 3px 5px
    }
    #user-info-header-fixed {
        margin: auto;
        top: 30px
    }
    #header_fixed_logo {
        width: 90px;
        margin-top: 5px;
        border: 0
    }
    div#header_login_fixed {
        width: 25px;
        height: 26px;
        padding-left: 0;
        background: url(/images/header_login_white_icon.png) no-repeat;
        min-height: 26px;
        background-size: cover
    }
}

@media only screen and (max-width: 767px) {
    .subscriptions_group{padding: 15px 15px;} 

    .subscriptions_group_icon{float:left; width:40px;margin-right: 15px;}
    .subscriptions_group_icon i{font-size: 40px;}

	#dashboard_content {
		font-size: 14px;
	}
	
	.dashboard_voucher_text {
    	padding: 5px;
	}
	
	.dashboard_voucher_button button{
		font-size: 12px;
	}
	
	.dashboard_faq:before {
    	top: 13px;
	}
	
	#point_meter{
		width: 300px;
		height: 300px;
		-moz-border-radius: 150px;
		-webkit-border-radius: 150px;
		border-radius: 150px;;
		position: relative;
	}
	
    div#header_bottom {
        height: auto;
        padding-bottom: 5px
    }
    div#header_phone span {
        font-size: 9pt
    }
    div#header_whatsapp span {
        font-size: 9pt
    }
    div#header_unnepi span {
        font-size: 9pt
    }
    .dropdown-menu {
        width: 100%
    }
    .revista-maxmed {
        border-left: 0
    }
    .dropdown-menu>li>div>ul>li>a {
        font-size: 10pt;
        white-space: inherit
    }
    .dropdown-menu>li>a {
        font-size: 10pt;
        white-space: inherit
    }
    .review_left {
        float: initial;
        width: 99%
    }
    .review_right {
        float: initial;
        width: 99%
    }
    #review_right_stars {
        float: initial
    }
    #review_left_stars {
        float: initial
    }
    .revista-maxmed {
        background: url() no-repeat left center;
        border-left: 0 solid #e6e7e8;
        padding-left: 10px
    }
    .nav-justified>li>a.revista-maxmed {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 639px) {
    .revistaPageNo {
        display: none
    }
    .daily_promotion_percent_bg {
        top: 0;
        right: 0
    }
    .daily_promotion_percent {
        top: 22px;
        right: 5px
    }
    div#home_page_left {
        float: initial;
        width: 100%
    }
    div#home_page_right {
        float: initial;
        width: 100%
    }
    .home_banner_1x1 {
        float: initial;
        width: 99%;
        margin: auto;
        margin-top: 30px
    }
    .home_banner_2x1 {
        float: initial;
        width: 99%;
        margin: auto;
        margin-top: 30px
    }
    .home_page_article {
        float: initial;
        width: 99%;
        margin: auto;
        margin-top: 30px
    }
    div#header_transport {
        display: none
    }
    div#header_login {}
    div#logo {
        float: initial;
        text-align: center;
        margin-top: 20px
    }
    div#search {
        float: initial;
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
    div#header_links {
        text-align: center
    }
    div#header_links a {
        margin-left: 10px
    }
    div#header_phone span {
        font-size: 8pt
    }
    div#header_whatsapp span {
        font-size: 8pt
    }
    div#header_unnepi span {
        font-size: 8pt
    }
    div#header_unnepi {
        width: 100%;
        float: initial;
        text-align: center
    }
    div#header_phone {
        float: left;
        background: url() no-repeat left center;
        padding-left: 5px;
        text-align: left;
        margin-right: 0!important
    }
    div#header_whatsapp {
        float: left;
        background: url() no-repeat left center;
        padding-left: 5px;
        text-align: left;
        margin-right: 0!important
    }
    .cat-box {
        width: 99%
    }
    .prod-name {
        height: auto;
        max-height: initial
    }
    .prod-name a {
        font-size: 12pt
    }
    .featured_product_order_right {
        float: initial;
        width: 99%
    }
    .featured_product_order_left {
        float: initial;
        width: 99%
    }
    .product_review_div {
        float: initial;
        width: 99%;
        margin-left: 0
    }
    .review_changer {
        float: initial;
        width: 99%;
        margin-bottom: 30px
    }
    .step td {
        display: block;
        width: 99%;
        font-size: 10pt
    }
    .step th {
        display: block;
        width: 99%;
        font-size: 10pt
    }
    .step td input {
        width: 100%!important;
        font-size: 10pt
    }
    .step td select {
        width: 100%!important;
        font-size: 10pt
    }
    footer {
        display: none
    }
    .prod-img-list {
        width: 100%;
        float: initial
    }
    .prod-title-desc-list {
        width: 100%;
        float: initial
    }
    .prod-order-list {
        width: 100%;
        float: initial
    }
    #top_products {
        display: none
    }
    #daily_promotion {
        margin-bottom: 30px
    }
    div#header_cart {
        width: 35px;
        height: 27px;
        float: right
    }
}

@media only screen and (max-width: 500px) {
    #header_login_fixed {}
    #header_fixed_logo {
        width: 130px;
        margin-top: 5px
    }
    div#header_cart_fixed {
        margin: 10px 10px 10px 0
    }
    .product_to_cart select {
        width: 99%;
        margin-bottom: 10px
    }
    .button_half {
        width: 99%;
        margin-bottom: 10px
    }
    .voucher_input {
        float: initial;
        width: 99%
    }
    .voucher_input input {
        width: 100%
    }
    .voucher_button {
        float: initial;
        width: 99%;
        margin-top: 10px
    }
	.cart_submit {
		position: inherit;
		bottom: inherit;
		right: inherit;
		text-align: center;
	}
	.order_submit_button {
		float:inherit;
	}
    .cart_input_header_higher {
		padding: 10px 22px;
        float: initial;
        width: 100%
    }
    .cart_input_header {
		padding: 10px 22px;
        float: initial;
        width: 100%
    }
    .cart_input_input {
        float: initial;
        width: 100%
    }
	#payment_methods_div .cart_input_input {padding:0 22px 15px !important;}
    .cart_login_password {
        float: initial;
        width: 100%
    }
    .cart_login_email {
        float: initial;
        width: 100%
    }
    .cart_login_submit {
        float: initial;
        width: 100%
    }
    .pmethod_image {
        display: none
    }
    #header_logo {
        width: 100px;
    }
}

@media only screen and (max-width: 420px) {
    div#header_phone {
        display: none
    }
    div#header_whatsapp {
        display: none
    }
    div#header_cart_fixed {
        width: 35px;
        height: 27px
    }
    #res-cart-content-header {
        margin: auto;
        top: 30px
    }
    #res-cart-content-header-fixed {
        margin: auto;
        top: 30px
    }
    .res-cart-content-header-count {
        right: 32px;
        left: auto;
        font-size: 7pt;
        padding: 3px 5px
    }
    #header_fixed_logo {
        width: 90px;
        margin-top: 5px
    }
    .featured_product_image {
        width: 99%;
        float: initial
    }
    .featured_product_infos {
        width: 99%;
        float: initial
    }
}

@media only screen and (max-width: 320px) {
    div#header_phone span {
        font-size: 8pt;
        white-space: initial
    }
    div#header_phone {
        width: 100%;
        float: initial
    }

    div#header_whatsapp span {
        font-size: 8pt;
        white-space: initial
    }
    div#header_whatsapp {
        width: 100%;
        float: initial
    }
}

.article_related_products .cat-box {
    width: 100%!important
}
.article_related_products {margin-top:20px;}

.home_box {position: relative; border-radius: 15px;}

.home_box:hover {
    /*
    -webkit-box-shadow: inset 0 0 286px 99px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 286px 99px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 286px 99px rgba(255, 255, 255, 0.3)
*/
}

.animate {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    -ms-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
    -webkit-animation: scaleUp .3s ease-in-out forwards;
    animation: scaleUp .3s ease-in-out forwards
}

@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.prod-infos {
    padding: 10px;
    color: white;
    background: #333333;
    border-radius: 15px;
}

.button-wrapper .prod-buttons {
    margin: auto;
    height: 39px;
    margin-top: 30px;
	width:100% !important;
    text-align: center;
    margin-bottom:15px;
}

.bttn-wrppr {
    float:right;
    width:65%;
}

.cart-button {
    display: inline-block;
    padding: 0px;
    width: 80%;
}

.compare-button {
    float: left;
    padding: 0px;
    height: 100%;
    width: 15%;
}

.prod-buttons-space {
    float: left;
    width: 0.3%;
    border: 0;
    margin: 0;
    background: white;
    height: 100%;
}

.fav-button {
    float: left;
    padding: 0px;
    width: 15.3%;
    height: 100%;
}

.heartButtonFlat {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    padding: 10px 10px;
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    margin-left: 7px;
    height: 37px;
}

.heartButtonFlat:hover {
    color: #d61d24 ;
	}

.remove_from_favorite{
	color: #ff0000 !important;
}

.topmargin40 {
    margin-top: -40px;
}

.redButtonFlat {
    background: #ba2025;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
    margin: 0px;
    border: 1px transparent solid;
    padding: 10px 10px;
}

.nostock {background:gray !important;}
.nostock:hover {background:lightgray !important;color:gray !important;}

.addButtonFlat {
    background: #ba2025;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 10px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 15px;
}

.addButtonFlat:hover {
    background: #fff;
    color: #ba2025;
    border: 0;
}

.w20{
    padding: 10px 40px 10px 40px;
    margin: 10px;
}

.balanceButtonFlat {
    background: #f58220;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    margin: 0px;
    border: #f58220 1px solid;
    padding: 10px 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.balanceButtonFlat:hover {
    background: #fff;
    color: #f58220;
}

.stockButtonOrange {
    background: #f58220;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    margin: 0px;
    border: #f58220 1px solid;
    padding: 10px 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.stockButtonOrange:hover {
    background: #fff;
    color: #f58220;
}

.stockButtonGray {
    background: #696969;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    margin: 0px;
    border: #696969 1px solid;
    padding: 10px 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.stockButtonGray:hover {
    background: #fff;
    color: #696969;
}

.stockButtonGreen {
    background: #008000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    margin: 0px;
    border: #008000 1px solid;
    padding: 10px 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.stockButtonGreen:hover {
    background: #fff;
    color: #008000;
}

.width100 {
    width: 100%;
}

.cart_product_price_total {
    font-size: 18pt;
    font-weight: bold;
}

.cart_product_price_list_total {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: line-through;
}

.cart_product_price_save {
    font-size: 10pt;
    font-weight: normal;
}

.cart_you_save {
    font-size: 10pt;
    font-weight: normal;
}


/**
*	This is all the elements used to house all text used
* in time circles
**/

.time_circles > div {
    position: absolute;
    text-align: center
}

​
/**
*	Titles (Days,Hours,etc)
**/

.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial
}

​
/**
*	Time numbers,ie: 12
**/

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 700
}


/*Compare products css */

.first-compare {
    width: 120px;
    padding: 3px 10px;
    vertical-align: top;
}

.item-cmp {
    width: 360px;
    padding: 3px 10px;
    vertical-align: top;
}

.holder-cmp {
    border: 1px solid #ededed;
}

.bg-comp-even {
    background: #f8f8f8;
}

.bg-comp-odd {
    background: #ffffff;
}