@font-face {
    font-family: 'Brandon';
    src: url('fonts/Brandon_thin.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/Brandon_light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/Brandon_reg.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/Brandon_med.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/Brandon_bld.otf') format('opentype');
    font-weight: 700;
}

body {
    font-family: 'Brandon', sans-serif;
    background: url(../img/bg.png) no-repeat 0 0;
    background-size: 100% auto;
    background-color: #f8f8f8;
}

.header-search {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: rgba(230, 230, 230, .8);
}

.header-search label {
    display: none;
}

.header-search input[type="text"],
.header-search input[type="text"]:focus {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 8px 50px 8px 20px;
    margin-right: -44px;
    outline: none;
    border: 0;
    box-shadow: none;
    height: 40px;
    background: none;
}

.header-search input[type="submit"] {
    width: 40px;
    height: 40px;
    text-indent: -50000px;
    background-color: transparent;
    background: url(../img/icons/search.png) no-repeat 50% 50%;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

.top-menu {
    text-align: right;
    padding: 15px 0;
}

.top-menu-join {
    display: inline-block;
    padding-right: 20px;
}

.top-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

.top-menu ul li a {
    color: #a6a6a6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.top-menu ul li span {
    color: #a6a6a6;
    margin-right: 10px;
}

.mobile-menu ul li span {
    padding: 10px 0 0 20px;
    display: block;
    color: #a6a6a6;
}

.main-navbar {
	text-align: right;
}

.main-navbar .logo-wrap {
	text-align: left;
}

.main-navbar .navbar-brand {
    padding: 0;
    padding-top: 20px;
    line-height: inherit;
    height: auto;
    float: none;
    display: inline-block;
    width: 160px;
    text-align: left;
}

.main-navbar .navbar-brand > img {
    max-width: 150px;
    margin: 0 auto;
}

.main-navbar .navbar-brand > span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #a6a6a6;
    line-height: 16px;
}

.main-navbar .navbar-brand > span > span {
    display: block;
    color: #d10029;
}

.main-navbar .navbar-brand:hover > span {
    color: #d10029 !important;
}

.main-menu {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px;
}

.main-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
    padding: 9px 10px;
    padding-top: 10px;
}

.main-menu ul li a {
    color: #27347a;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.main-menu ul li a:hover {
    color: #cf002a;
    text-decoration: none;
}

.main-menu ul li a:hover:before {
    content: "+";
    position: absolute;
    bottom: -20px;
    left: -20px;
    font-size: 36px;
    line-height: 1;
}

.basket-menu-panel {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 40px 9px 15px;
    border: 2px solid #e6e6e6;
    /*margin-bottom: 15px;*/
    margin-left: 5px;
}

.basket-menu-panel a {
    color: #27347a;
}

.mean-push {
    display: none;
}

.basket-menu-price {
    position: relative;
}

.basket-menu-price:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -26px;
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/icons/basket.png) no-repeat 0 0;
}

footer {
    background: #cf002a;
}

.footer-links,
.footer-contacts {
    display: inline-block;
    padding-top: 40px;
}

.footer-links ul,
.footer-contacts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    display: inline-block;
    margin-right: 45px;
}

.footer-links a {
    text-transform: uppercase;
    color: #ecc2c2;
}

.footer-contacts ul li {
    display: inline-block;
    /*color: #ecc2c2;*/
    color: #fff;
    padding-left: 25px;
    margin-right: 20px;
}

.position-ico {
    background: url(../img/icons/footer-position.png) no-repeat 0 0;
}

.phone-ico {
    background: url(../img/icons/footer-phone.png) no-repeat 0 0;
}

.fax-ico {
    background: url(../img/icons/footer-fax.png) no-repeat 0 0;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 40px;
    /*color: #ecc2c2;*/
    color: #fff;
    font-size: 12px;
}

.copyright a {
    /*color: #ecc2c2;*/
    color: #fff;
}

.mte-breadcrumbs {
    font-size: 12px;
    padding-bottom: 10px;
}

.mte-breadcrumbs span,
.mte-breadcrumbs a {
    color: #a6a6a6;
    font-weight: 500;
}

.mte-breadcrumbs a:hover {
    color: #d10029;
}

.slider-pro {
    margin-bottom: 90px;
}

.sp-slides img {
    width: 100%;
}

.product-panel-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a6a6a6;
    margin: 0;
    line-height: 1;
    padding-top: 16px;
}

.product-panel-control {
    text-align: right;
}

.product-panel-control > span {
    color: #a6a6a6;
    font-size: 16px;
    /*margin-right: 25px;*/
}

.product-panel-control > span:first-of-type {
    margin-right: 25px;
}

.product-list {
    padding-top: 30px;
    padding-bottom: 70px;
}

.right-column .product-list {
	padding-bottom: 40px;
}

.right-column .product-banner-row {
    padding-bottom: 70px;
}

.product-item {
    display: block;
    border: 2px solid #e6e6e6;
    background: #fff;
    text-align: center;
    padding: 25px;
    margin-bottom: 30px;
}

.list-preview .product-item {
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 0;
    text-align: left;
    padding: 20px;
}

.product-item:hover {
    border-color: #d10029;
    text-decoration: none;
}

.product-item span {
    display: block;
    color: #27347a
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-title,
.product-manufacturer,
.product-price {
    font-family: 'Brandon', sans-serif;
}

.product-item:hover .product-title {
    color: #d10029;
}
    

.product-manufacturer {
    color: #a6a6a6 !important;
    text-decoration: underline;
    margin-bottom: 10px;
}

.product-description {
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.product-price {
    color: #d10029 !important;
    font-size: 24px;
    font-weight: 500;
}

.product-item figure {
    height: 170px;
    text-align: center;
    margin-bottom: 20px;
}

.product-item figure img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.list-preview .product-item figure {
	width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.list-preview .product-item figure img {
	max-width: 100%;
}

.list-preview-right {
    display: inline-block;
    padding-left: 120px;
    margin-left: -100px;
    vertical-align: middle;
    width: 100%;
}

.list-preview-right > span {
    display: inline-block;
}

.list-preview-right .product-price {
    float: right;
}

.list-preview-right .product-title,
.list-preview-right .product-manufacturer {
    margin-right: 30px;
}

.news-item {
    border: 2px solid #e6e6e6;
    background: #fff;
    padding: 35px 30px;
    margin-bottom: 30px;
    min-height: 240px;
}

.news-item h3 {
    color: #27347a;
    font-weight: 700;
    margin-top: 0;
}

.news-description {
    font-family: Arial, sans-serif;
    padding-top: 20px;
    color: #27347a;
    height: 100px;
    overflow: hidden;
}

.news-description h1,
.news-description h2,
.news-description h3,
.news-description h4 {
    display: none;
}

.news-description a {
    color: #cf002a;
    text-decoration: underline;
}

.homepage-news {
    padding-top: 30px;
    padding-bottom: 130px;
}

.news-category-list a {
    color: #a6a6a6;
    text-decoration: underline;
}

.calc-banner {
    background: #e6e6e6;
    color: #5b5a60;
    text-align: center;
    font-size: 18px;
    height: 240px;
    display: table;
    vertical-align: middle;
    width: 100%;
}

.calc-banner a {
    font-weight: 700;
    text-decoration: underline;
    color: #5b5a60;
}

.calc-banner img {
    margin-bottom: 20px;
}

.calc-banner-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
    text-decoration: none !important;
}

.calc-banner-wrap:hover {
    text-decoration: underline !important;
}

.calc-banner-middle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
}

.calc-page-row {
    margin-bottom: 60px;
}

.calc-page-row .calc-banner-middle {
    padding: 20px 30px 10px 30px;
    display: block;
    text-align: center;
}

.calc-banner-middle figure {
    height: 90px;
    width: 100%;
    display: inline-block;
    line-height: 90px;
    vertical-align: middle;
}

.calc-banner-middle figure img {
    margin: 0;
}

.mte-content h1,
.mte-content h2,
.mte-content h3,
.mte-content h4 {
    font-weight: 700;
}

.seo-row h1 {
    color: #a6a6a6;
    margin-top: 0;
    margin-bottom: 30px;
}

.seo-perex {
    font-size: 24px;
    color: #5b5a60;
    line-height: 1.7;
}

.seo-text-col {
    color: #5b5a60;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.mte-btn {
    font-family: 'Brandon', sans-serif;
    display: block;
    border: 2px solid #a6a6a6;
    color: #a6a6a6;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 9px 0;
}

.calc-diet-btn.mte-btn {
    color: #253174;
    border-color: #253174;
    width: 170px;
    text-decoration: none;
}

.mte-btn:hover {
    color: #d10029 !important;
    border-color: #d10029;
    text-decoration: none;
}

.seo-row .mte-btn {
	width: 210px;
    margin-top: 50px;
}

.seo-row {
    padding-bottom: 90px;
}

.left-column {
    position: relative;
    float: left;
    width: 270px;
    margin-right: -280px;
}

.menu-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: -2px;
    position: relative;
    padding-right: 5px;
}

.menu-tabs li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
    border-bottom: 0;
    text-align: center;
    color: #273274;
    padding: 17px;
    position: relative;
}

.menu-tabs li a:hover {
    text-decoration: none;
    background: #fff;
}

.menu-tabs li:last-of-type {
    padding-right: 0px;
}

.menu-tabs li.active a {
    color: #a6a6a6;
    background: #fff;
}

.tab-content {
    border: 2px solid #e6e6e6;
    background: #fff;
    margin-bottom: 60px;
}

.right-column {
    float: left;
    width: 100%;
    padding-left: 300px;
    padding-bottom: 50px;
}

.shop-header-row h1,
.detail-row h1 {
    color: #253174;
    font-weight: 700;
    margin-bottom: 30px;
}

.detail-row h1 {
    margin-bottom: 20px;
}

.shop-header-row p,
.products-description p {
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.products-description {
    margin-bottom: 40px;
}

.shop-header-row p a {
    color: #cf002a;
    text-decoration: underline;
}

.products-perex p,
.eshop-perex p {
    font-family: 'Brandon', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #253174;
    margin-bottom: 50px;
}

.side-menu > ul {
    list-style: none;
    padding: 10px 30px;
}

.side-menu > ul > li {
    border-top: 2px solid #e6e6e6;
}

.side-menu > ul > li.Highlighted > a,
.side-menu > ul > li.Highlighted > a:hover {
	color: #cf002a;
    padding-bottom: 10px;
}

.side-menu > ul > li > ul {
    display: none;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 15px;
}

.side-menu > ul > li.Highlighted > ul {
    display: block;
}

.side-menu > ul > li > ul > li.Highlighted > a,
.side-menu > ul > li > ul > li.Highlighted > a:hover {
	color: #cf002a;
}

.side-menu > ul > li > ul > li {
    padding: 5px 0;
}

.side-menu > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #a5a5a5;
}

.side-menu > ul > li:first-of-type {
    border-top: 0;
}

.side-menu > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 0px;
    color: #273274;
}

.product-banner-row {
    padding-bottom: 120px;
}

.product-banner-row img {
    width: 100%;
}

.product-details,
.product-details a {
    color: #a6a6a6;
}

.product-details a.product-category,
.product-details .availability {
    text-transform: capitalize;
}

.product-details a {
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 30px;
    display: inline-block;
}


.product-details .availability {
    margin-left: 6px;
    display: inline;
}

.product-details .availability {
    color: #40a64a;
}

.product-detail-price {
    font-size: 30px;
    font-weight: 500;
    color: #cf002a;
    padding-top: 50px;
    padding-bottom: 40px;
}

.product-detail-price .no-tax {
    color: #253174;
    font-size: 18px;
    margin-left: 30px;
}

.product-detail-perex {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #253174;
    padding-bottom: 30px;
}

.product-detail-perex a {
    font-family: 'Brandon', sans-serif;
    font-weight: 700;
    display: block;
    color: #cf002a;
    text-decoration: underline;
}

.product-detail-basket-panel {
    border: 2px solid #e6e6e6;
    padding: 13px;
    background: #fff;
    position: relative;
}

.product-detail-basket-panel > div > div > div:nth-of-type(2) {
    width: 60%;
    display: inline-block;
    margin-right: -7px; 
}

.product-detail-basket-panel > div > div > div:nth-of-type(4) {
    width: 40%;
    display: inline-block;
    position: initial;
}

.product-detail-basket-panel .form-horizontal .form-group {
    margin: 0;
}

.product-detail-basket-panel .MessagesContainer {
    width: auto;
    display: inline-block;
    color: #cf002a;
    font-weight: 500;
}

.product-detail-header {
    margin-top: -30px;
}

.product-detail-basket-panel .editing-form-label-cell {
    width: 40px;
    display: inline-block;
}

.product-detail-basket-panel .editing-form-value-cell {
    width: 100%;
    display: inline-block;
    padding-left: 50px;
    padding-right: 15px;
    margin-left: -44px;
}

.product-detail-basket-panel .units-label {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 90px;
    margin-right: -84px;
}

.product-detail-basket-panel .add-to-cart-text-box {
    display: inline-block;
    width: 80px;
    height: 40px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #e6e6e6;
}

.add-to-cart-link {
    display: block;
    position: absolute;
    border: 2px solid #cf002a;
    padding: 10px 20px 10px 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #cf0128;
    color: #fff;
    text-decoration: none !important;
    bottom: -115px;
    left: -2px;
    right: -2px;
}

.add-to-cart-link:before {
    content: '+';
    font-size: 46px;
    vertical-align: -7px;
    padding-right: 15px;
    line-height: 1;
}

.add-to-cart-link:hover {
    /*color: #cf002a;
    background-color: #fff;*/
    color: #fff;
    opacity: .8;
}

.detail-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-tabs li {
    width: 25%;
    position: relative;
    border-width: 3px;
}

.detail-tabs li:after {
    content: '';
    display: block;
    width: 5px;
    border-bottom: 3px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    right: 0;
}

.detail-tabs li:last-of-type:after {
    width: 0;
}

.detail-tabs li.active a,
.detail-tabs li a:hover {
    background-color: transparent;
}

.detail-tabs li:first-child:nth-last-child(1) a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a6a6a6;
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 0;
    text-align: left;
}

.detail-tab-content {
    border: 0;
    background-color: transparent;
}

.detail-tabs-row {
    padding-top: 80px;
}

.detail-tab-content .product-list {
	padding: 0 15px;
}

.detail-tab-content .tab-pane {
	padding: 50px 0;
    font-family: Arial, sans-serif;
}

.detail-tab-content .tab-pane:first-child:nth-last-child(1) {
    padding-top: 30px;
}

.detail-tab-content .tab-pane h1,
.detail-tab-content .tab-pane h2,
.detail-tab-content .tab-pane h3 {
    font-family: 'Brandon', sans-serif;
}

.mte-content {
    padding-top: 30px;
    color: #273274;
}

.detail-news .homepage-news {
    padding-bottom: 90px;
}
.gallery-img-wrap {
    height: 400px;
    width: 100%;
    background: #fff;
    display: table;
    text-align: center;
    margin-bottom: 8px;
}

.gallery-img-middle img {
    max-height: 400px;
    max-width: 100%;
}
    

.gallery-img-middle {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallery-thumbnails {
    margin: 0 -4px
}

.gallery-thumbnails span {
    display: inline-block;
    height: 130px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 15px 0;
}

.gallery-thumbnails a {
    display: none;
}

 .thumbnail-item {
    display: inline-block;
    height: 130px;
    width: 33.33333333%;
     padding: 0 4px;
     margin-bottom: 8px;
 }

.gallery-thumbnails span img {
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

.text-page {
    color: #253174;
    padding-bottom: 60px;
}

.text-page a,
.text-page-nav a {
    color: #cd0128;
    text-decoration: underline;
}

.text-page h1 {
    font-weight: 700;
    margin-bottom: 30px;
}

.text-page h3 {
    margin-bottom: 20px;
}

.text-page-perex {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 40px;
}

.text-page p {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    line-height: 1.6;
}

.text-page-perex p {
    font-family: 'Brandon';
}

.text-page-nav {
    color: #253174;
    padding-bottom: 60px;
}

.text-page ul {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}

.mte-content > h1 {
    margin-bottom: 30px;
}

.center-header-img-col img:first-of-type {
    margin-bottom: 30px;
}

.center-header-img .text-page-perex {
    padding-top: 30px;
}

.calc-detail-perex .text-page-perex {
    padding-top: 30px;
    margin-bottom: 0;
    font-family: 'Brandon', sans-serif !important;
}

.calc-detail-perex a {
    font-size: 18px;
    text-decoration: underline;
    color: #cf002a;
    font-weight: 500;
    line-height: 1.8;
}

.center-header-img img {
    width: 100%;
    max-width: 100%;
}

.center-address-row h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.center-address-row address p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.center-address-row address {
    margin-bottom: 10px;
}

.center-address-row a {
    font-weight: 700;
    text-decoration: underline;
    color: #ce0128;
}

.center-address-row h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.center-address-mhd {
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.center-address-mhd p {
    margin-bottom: 0;
}

.center-address-mhd-list {
    margin-bottom: 30px;
}

.center-surgeries-row h4 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.center-surgeries-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.center-surgeries-row ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #e6e6e6;
    padding-top: 19px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
}

.center-surgeries-row ul > li:last-of-type {
    border-bottom: 2px solid #e6e6e6;
}

.center-surgeries-row ul li > a {
    color: #273274;
    position: relative;
    display: block;
    padding-right: 50px;
}

.center-surgeries-row ul li table a {
    color: #ce0128;
    text-decoration: underline;
}

.center-surgeries-row ul li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    width: 22px;
    height: 13px;
    background: url(../img/dropdown-arrow.png) no-repeat 0 0;
    float: right;
}

.center-surgeries-row {
    padding-top: 90px;
}

.center-drug-store {
    padding-top: 80px;
}

.center-drug-store img,
.center-address-row img {
    width: 100%;
    max-width: 100%;
}

.center-drug-store h3 {
    margin-bottom: 30px;
}

.drug-store-perex {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.drug-store-text {
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.drug-store-info {
    padding-top: 20px;
    font-family: Arial, sans-serif;
}

.drug-store-info p {
    line-height: 1.8;
    margin-bottom: 0;
}

.drug-store-info a {
    color: #273274;
    text-decoration: underline;
}

.center-banner {
    padding-top: 90px;
    padding-bottom: 80px;
}

.center-banner img {
    width: 100%;
    max-width: 100%;
}

.text-page-perex a {
    color: #c10125;
    text-decoration: underline;
}

.calc-page-row .calc-banner {
    font-size: 24px;
    font-weight: 700;
    color: #cf002a;
    line-height: 1;
    height: auto;
    min-height: 235px;
    display: block;
}
.calc-diet-text {
    font-family: Arial, sans-serif;
    margin-bottom: 150px;
}

.calc-diet-text p {
    margin-bottom: 30px;
    line-height: 1.8;
}

div.calc-diet-text {
    margin-bottom: 10px;
}

.calc-diet-row h3 {
    margin-bottom: 20px;
}

.calc-detail-header-row .mte-btn {
    display: inline-block;
}

.calc-detail-header-row h1 {
    margin-top: 18px;
}

.mte-btn.start-calc {
	width: 270px;
    margin-right: 26px;
    color: #d10029;
    border-color: #d10029;
    text-decoration: none !important;
}

.mte-btn.start-calc:hover {
    background: #d10029;
    color: #fff !important;
}

.mte-btn.back-btn {
    width: 170px;
    text-decoration: none !important;
    color: #a6a6a6 !important;
}

.mte-btn.back-btn:hover {
    color: #d10029 !important;
}

.calc-detail-perex {
    margin-bottom: 60px;
}

.calc-detail-use-item {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    padding-left: 35px;
    margin-bottom: 20px;
}

.calc-use-count {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.calc-detail-use-row {
    margin-bottom: 70px;
}

.calc-detail-use-row h3 {
    margin-bottom: 40px;
}



.left-contact {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 30px;
}

.left-contact h3 {
    margin-bottom: 20px;
}

.left-contact a {
    font-size: 14px;
    font-weight: 700;
    color: #ce0128;
    text-decoration: underline;
}

.right-contact {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.right-contact img {
    width: 100%;
    max-width: 100%;
}



.vertical-contact {
    font-size: 0;
    vertical-align: middle;
    margin-bottom: 50px;
}

.vertical-contact-row {
    font-size: 18px;
    font-weight: 500;
}

.contact-ic {
    margin-top: 50px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.dealership-header {
    color: #aaaaaa;
    font-size: 12px;
}

.contact-dealership-row {
    margin: 0;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid #e6e6e6;
}

.contact-dealership-row > div {
    line-height: 40px;
}

.dealership-regions .contact-dealership-row {
    padding: 10px 0;
}

.dealership-regions .contact-dealership-row > div {
    line-height: 1.8;
}

.dealership-regions .contact-dealership-row:not(.hidden-xs):hover,
.dealership-regions .contact-dealership-row.hovered {
    border-bottom-color: #d10029;
    color: #d10029;
}

.dealership-regions .contact-dealership-row:not(.hidden-xs):hover a,
.dealership-regions .contact-dealership-row.hovered a {
    color: #d10029;
}

.dealership-regions .contact-dealership-row .region-col {
    font-size: 12px;
}

.contact-dealership-row > div a {
    color: #273274;
    text-decoration: underline;
}

.dealership-container {
    margin-bottom: 60px;
}

.shop-sort-panel {
    border: 2px solid #e6e6e6;
    padding: 13px;
}

.right-preview {
    line-height: 40px;
}

.right-preview span {
    margin-right: 15px;
}

.right-preview a {
    text-indent: 6000px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.right-preview a:first-of-type {
    margin-right: 5px;
}

.show-with-photo {
    background: url(../img/icons/grid-icon.png) no-repeat 0 0;
}

.show-with-photo.active {
    background-image: url(../img/icons/grid-icon-active.png);
}

.show-without-photo {
    background: url(../img/icons/rows-icon.png) no-repeat 0 0;
}

.show-without-photo.active {
    background-image: url(../img/icons/rows-icon-active.png);
}

.left-sort > span:not(.selectboxit-container) {
    margin-right: 15px;
}

.pux-orderby-button {
    display: none;
}

.dealer-map {
    width: 100%;
    height: 650px;
}

.dealer-map img {
    width: 100%;
}

.tooltip-item {
    display: none;
    width: 270px;
    height: 140px;
    background: #e6e6e6;
    padding: 30px 35px;
}

.tooltip-item.hovered {
    display: block;
}

.tooltip-item h4 {
    font-size: 20px;
    margin-top: 0;
}

.tooltip-item a {
    color: #273274;
}


.dealer-map-tooltip {
    margin-top: 50px;
    height: 140px;
    overflow: hidden;
    margin-bottom: -80px;
}

.tab-download-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-download-list li {
    padding-bottom: 10px;
}

.tab-download-list a {
    color: #273274;
    vertical-align: text-bottom;
}

.tab-download-list a:before {
    vertical-align: text-bottom;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f019";
    margin-right: 10px;
}

.tab-download-list a:hover {
    text-decoration: none;
    color: #d10029;
}

.mte-basket.pux-basket .btn {
    border-radius: 0;
    border: 2px solid;
    font-size: 20px;
    padding: 10px 0;
    margin-top: 40px;
}

.mte-basket.pux-basket .btn:hover {
    opacity: 1;
}

.mte-basket.pux-basket .units-control {
    border: 1px solid;
    background: transparent;
    border-color: #c6c6c6;
    color: #c6c6c6;
}

.mte-basket.pux-basket .prev {
    background: transparent;
    border-color: #a6a6a6;
    color: #a6a6a6;
}

.mte-basket.pux-basket .quantity input[type="text"] {
    border: 0;
    background: #e6e6e6;
    box-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

.mte-basket.pux-basket .prev:hover,
.mte-basket.pux-basket .prev:focus,
.mte-basket.pux-basket .units-control:hover,
.mte-basket.pux-basket .units-control:focus {
    border-color: #d10029;
    color: #d10029;
}

.mte-basket.pux-basket .next {
    border-color: #d10029;
    color: #d10029;
    background: transparent;
}

.mte-basket.pux-basket .next:hover,
.mte-basket.pux-basket .next:focus,
.mte-basket.pux-basket .login input[type="submit"]:hover,
.mte-basket.pux-basket .login input[type="submit"]:focus {
    background: #d10029;
    color: #fff;
}

.mte-basket.pux-basket label {
    color: #273274;
}

.mte-basket.pux-basket .info-col .name a {
    color: #273274;
}

.mte-basket.pux-basket .info-col .name a:hover,
.mte-basket.pux-basket .info-col .name a:hover {
    color: #d10029;
}

.mte-basket.pux-basket .shipping-payment-select ul li.selected {
    background: transparent;
    border-bottom: 2px solid #d10029;
}

.mte-basket.pux-basket .shipping-payment-select ul li.selected label {
    color: #d10029;
    font-size: 18px;
}

.mte-basket.pux-basket #breadcrumb {
    text-align: center;
    margin-bottom: 40px;
}

.mte-basket.pux-basket .login {
    background: #fff;
    border: 2px solid #e6e6e6;
}

.mte-basket.pux-basket .cart-login {
    padding-bottom: 0;
}

.mte-basket.pux-basket .login a {
    color: #d10029;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

.mte-basket .CartContent {
    margin-bottom: 10px;
}

.shipping-payment-row {
    margin-bottom: 40px;
}

.mte-basket.pux-basket input[type="text"],
.mte-basket.pux-basket input[type="password"] {
    border-radius: 0;
    background: #e6e6e6;
    border: 0;
    box-shadow: none;
}

.mte-basket.pux-basket .company,
.billing-customer-address,
.CartContent,
.ship-pay-bb,
.mte-panel {
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #e6e6e6;
    background: #fff;
}

.mte-basket.pux-basket .company {
    margin-bottom: 40px;
}

.mte-basket.pux-basket .login input[type="submit"] {
    margin-top: 0;
    border: 2px solid #d10029;
    color: #d10029;
    background: transparent;
}

.mte-basket.pux-basket input[type="checkbox"] + label:before,
.mte-basket.pux-basket input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 12px 0 0;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border: 2px solid #273274;
}

.mte-basket.pux-basket input[type="checkbox"]:checked + label:before,
.mte-basket.pux-basket input[type="radio"]:checked + label:before {
    background: url(../img/checkbox.png) 50% 50% no-repeat !important;
}

.mte-basket.pux-basket .login .login-description {
    margin-left: 32px;
}

.mte-basket.pux-basket .login .main-label {
    color: #273274;
}

.mte-basket .isCompany .editing-form-control-nested-control {
    display: inline-block;
}

.mte-basket .CheckBoxField {
    display: inline-block;
}

.mte-basket .billing-customer-address .checkbox label,
.mte-basket .CofirmationCheckbox .checkbox label,
.mte-basket.pux-basket .note {
    padding-left: 0;
    color: #273274;
}

.mte-basket.pux-basket .note {
    display: block;
    padding-top: 40px;
}

.mte-basket .CofirmationCheckbox .checkbox span {
    vertical-align: middle;
}

.confirm-billing-container {
    font-family: Arial, sans-serif;
    padding-top: 10px;
}

.mte-basket.pux-basket .box-total {
    background: #e6e6e6;
}

.mte-basket.pux-basket textarea {
    background: #e6e6e6;
    outline: none;
    border: 0;
    box-shadow: none;
}

.product-detail-basket-panel .ProductOptionSelectorContainer {
    margin-bottom: 10px !important;
}

.product-detail-basket-panel .ProductOptionSelectorContainer:last-of-type {
    margin-bottom: 0 !important;
}

.surgery-table-collapse table {
    margin-top: 20px;
}

.surgery-table-collapse table tr > td,
.surgery-table-collapse table tr > th {
    padding-right: 20px;
    padding-bottom: 5px;
    vertical-align: top;
}

.surgery-openning {
    padding-top: 10px;
}

.complete-page-wrap {
    min-height: 300px;
    display: table;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.complete-page-middle {
    display: table-cell;
    vertical-align: middle;
}

.complete-page-wrap h1 {
    font-weight: 700;
    font-size: 50px;
}

.complete-links {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
}

.complete-links a {
    color: #273274 !important;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.complete-links a:hover {
    color: #d10029 !important;
}

.complete-prev {
    padding-right: 20px;
}

.complete-prev:before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -28px;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/gallery-prev.png) no-repeat 0 0;
}

.complete-next {
    padding-left: 20px;
}

.complete-next:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -28px;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/gallery-next.png) no-repeat 0 0;
}

.mte-modal .modal-dialog {
    width: 360px;
}

.mte-modal .modal-content {
    padding: 30px 45px;
    border-radius: 0;
    border: 2px solid #e6e6e6;
    box-shadow: none;
}

.mte-modal-title {
    color: #27347a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.mte-modal-title.login:before {
    content: '';
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px;
    width: 18px;
    height: 23px;
    background: url(../img/icons/login-user.png) no-repeat 0 0;
}

.mte-modal-title.register:before {
    content: '';
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px;
    width: 18px;
    height: 23px;
    background: url(../img/icons/register-user.png) no-repeat 0 0;
}

.mte-input-group {
    border: 2px solid #e6e6e6;
    margin-bottom: 15px;
}

.mte-input-group.submit,
.mte-input-group.error-label {
    border: 0;
}

.mte-input-group label {
    color: #e6e6e6;
    display: inline-block;
    width: 45px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0;
}

.mte-input-group input[type="text"],
.mte-input-group input[type="password"] {
    height: 40px;
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #273274 !important;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 7px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #273274 !important;
}

.mte-input-group.focus label {
    color: #273274 !important;
}

.mte-input-group.focus {
    border-color: #273274;
}

.mte-input-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 60px;
    margin-left: -49px;
}

.mte-input-group.submit {
    padding: 0;
}

.mte-input-group.submit input,
.RegisterButton,
.mte-calc-submit,
/*.mte-btn,*/
.mte-panel .form-horizontal .form-group input[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: #fff !important;
    border: 2px solid #d10029;
    border-radius: 0;
    color: #d10029 !important;
    font-size: 18px;
    font-weight: 700;
}

.SearchDialog .mte-panel .form-horizontal .form-group input[type="submit"] {
    width: auto;
}

.mte-btn {
    display: inline-block;
}

.RegisterButton {
    margin-top: 20px;
}

.RegisterButton:hover,
.mte-input-group.submit input:hover,
.RegisterButton:focus,
.mte-input-group.submit input:focus,
.mte-calc-submit:hover,
.mte-calc-submit:focus {
    background: #d10029 !important;
    color: #fff !important;
    outline: none;
    border-color: #d10029;
}

.mte-modal-link {
    text-align: center;
}

.LoginPanelPasswordRetrieval {
    padding-top: 10px;
}

.mte-modal-link a {
    color: #a5a5a5;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.authenticated .auth-hidden {
    display: none;
}

.mte-calc {
    border: 2px solid #e6e6e6;
    background: #fff;
    width: 400px;
    max-width: 100%;
    padding: 0 20px;
    padding-top: 20px;
}

.mte-calc.mte-diet {
    width: 100%;
}

.mte-calc.mte-diet .selectboxit-container .selectboxit-options a {
    text-decoration: none;
}

.mte-calc.mte-diet .selectboxit-container ul {
    font-family: 'Brandon', sans-serif !important;
}

.mte-calc .mte-input-group {
    border: 0;
}

.mte-calc .mte-input-group label {
    width: 130px;
    color: #273274;
    font-family: 'Brandon', sans-serif !important;
}

.mte-calc .mte-input-group label {
    display: block;
    width: 100%;
    text-align: left;
}

.mte-calc .mte-input-group input[type="text"],
.mte-calc .mte-input-group input[type="password"] {
    background-color: #e6e6e6 !important;
    width: 100%;
    outline: none;
    color: #7b7f80 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Brandon', sans-serif !important;
}

.mte-calc .mte-input-wrap {
    padding-left: 0px;
    margin-left: -0px;
}

.mte-calc-result {
    overflow: hidden;
    display: none;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    font-family: 'Brandon', sans-serif !important;
    font-size: 18px;
}

.mte-calc-table td {
    padding: 10px 10px 5px 0;
}

.mte-calc-table tr {
    border-bottom: 2px solid #e6e6e6;
}

.mte-calc-table tr.in-limit {
    border-bottom-color: #d10029;
    background-color: #fff;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition: 300ms linear;
    transition: 300ms linear;
}

.mte-calc-table tr td:first-of-type {
    font-weight: 700;
    padding-left: 10px;
}

.mte-calc .mte-input-wrap label {
    width: auto;
    margin-right: 15px;
}

.mte-calc.m-calc label {
    text-align: left;
}

.mte-calc input[type="checkbox"],
.mte-calc input[type="radio"] {
    display: none;
}

.mte-calc input[type="checkbox"] + label:before,
.mte-calc input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 6px 0 0;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border: 2px solid #273274;
}

.mte-calc input[type="checkbox"]:checked + label:before,
.mte-calc input[type="radio"]:checked + label:before {
    background: url(../img/checkbox.png) 50% 50% no-repeat !important;
}

.m-arrow {
    padding: 0;
    text-align: center;
}

.m-arrow img {
    max-width: 100%;
    margin-top: 36px;
}

.sp-horizontal .sp-arrows {
    margin-top: -20px;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal .sp-previous-arrow {
    height: 40px;
    width: 100px;
    background: url(../img/dropdown-arrow.png) no-repeat 50% 50%;
    background-color: #e6e6e6;
}

.sp-horizontal .sp-next-arrow {
    -ms-transform: rotateZ(-90deg); /* IE 9 */
    -webkit-transform: rotateZ(-90deg); /* Chrome, Safari, Opera */
    transform: rotateZ(-90deg);
    right: -50px;
}

.sp-horizontal .sp-previous-arrow {
    -ms-transform: rotateZ(90deg); /* IE 9 */
    -webkit-transform: rotateZ(90deg); /* Chrome, Safari, Opera */
    transform: rotateZ(90deg);
    left: -50px;
}

.sp-horizontal .sp-next-arrow:hover,
.sp-horizontal .sp-previous-arrow:hover {
    background-color: #d3d3d3;
}

.sp-next-arrow:before,
.sp-previous-arrow:before,
.sp-next-arrow:after,
.sp-previous-arrow:after {
    display: none;
}

.pass-reset-container {
    margin-bottom: 60px;
}

.modal-close-btn {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-close-btn:before {
    display: block;
    height: 40px;
    content: '×';
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #9f9f9f;
    cursor: pointer;
}

.modal-close-btn:hover:before {
    color: #d5042b;
}

.mte-panel .mte-input-group,
.mte-panel .form-horizontal .form-group {
    font-size: 0;
    position: relative;
}

.mte-panel .form-horizontal .form-group {
    margin: 0;
    margin-bottom: 15px;
}

.mte-panel .form-horizontal .form-group .editing-form-label-cell,
.mte-panel .form-horizontal .form-group .editing-form-value-cell {
    font-size: 12px;
    color: #27347a;
}

.mte-panel .form-horizontal .form-group .editing-form-label-cell {
    margin-bottom: 5px;
}

.mte-panel .form-horizontal .form-group input[type="text"],
.mte-panel .form-horizontal .form-group input[type="password"] {
    border: 2px solid #e6e6e6;
    margin-bottom: 15px;
    background-color: #ffffff !important;
    width: 100%;
    height: 40px;
    box-shadow: none;
    outline: none;
    color: #7b7f80 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Brandon', sans-serif !important;
    border-radius: 0;
}

.mte-panel .mte-input-group label {
    width: 100%;
    padding-right: 65%;
    margin-right: -65%;
    padding-top: 13px;
    padding-bottom: 10px;
}

.mte-panel .mte-input-group input[type="text"],
.mte-panel .mte-input-group input[type="password"] {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}

.mte-panel .mte-input-group .password-strength input[type="password"] {
    position: absolute;
    top: 0;
    right: 0;
}

.mte-panel .mte-input-group .password-strength-text {
    font-size: 12px;
}

.passw-indicator-weak {
    background: #a94442;
    background: -moz-linear-gradient(0deg,#a94442 70%,#3c763d 100%);
    background: -webkit-linear-gradient(0deg,#a94442 70%,#3c763d 100%);
    background: -o-linear-gradient(0deg,#a94442 70%,#3c763d 100%);
    background: -ms-linear-gradient(0deg,#a94442 70%,#3c763d 100%);
    background: linear-gradient(90deg,#a94442 70%,#3c763d 100%);
}

.passw-indicator-acceptable {
    background: #a94442;
    background: -moz-linear-gradient(0deg,#a94442 50%,#3c763d 80%);
    background: -webkit-linear-gradient(0deg,#a94442 50%,#3c763d 80%);
    background: -o-linear-gradient(0deg,#a94442 50%,#3c763d 80%);
    background: -ms-linear-gradient(0deg,#a94442 50%,#3c763d 80%);
    background: linear-gradient(90deg,#a94442 50%,#3c763d 80%);
}

.passw-indicator-average {
    background: #a94442;
    background: -moz-linear-gradient(0deg,#a94442 30%,#3c763d 60%);
    background: -webkit-linear-gradient(0deg,#a94442 30%,#3c763d 60%);
    background: -o-linear-gradient(0deg,#a94442 30%,#3c763d 60%);
    background: -ms-linear-gradient(0deg,#a94442 30%,#3c763d 60%);
    background: linear-gradient(90deg,#a94442 30%,#3c763d 60%);
}

.passw-indicator-strong {
    background: #a94442;
    background: -moz-linear-gradient(0deg,#a94442 0%,#3c763d 30%);
    background: -webkit-linear-gradient(0deg,#a94442 0%,#3c763d 30%);
    background: -o-linear-gradient(0deg,#a94442 0%,#3c763d 30%);
    background: -ms-linear-gradient(0deg,#a94442 0%,#3c763d 30%);
    background: linear-gradient(90deg,#a94442 0%,#3c763d 30%);
}

.passw-indicator-excellent {
    background: #3c763d;
}

.sp-slide {
    display: table;
}

.sp-slide a {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.SearchDialog {
    padding-bottom: 20px;
}

.SearchResults {
    margin-bottom: 60px;
}

.SearchResults a {
    font-size: 16px;
    color: #27347a;
}

.SearchResults a:hover {
	color: #d5042b;
}

.OptionCategoryErrorContainer {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
	background-color: #d5042b;
    line-height: 22px;
    font-weight: 700;
    padding: 6px 10px;
}

.CofirmationCheckbox:before,
.menus-wrapper:before,
.CofirmationCheckbox:after,
.menus-wrapper:after {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.CofirmationCheckbox:after,
.menus-wrapper:after {
    clear: both;
}

.CofirmationCheckbox {
    margin-bottom: 5px;
}

.btn-search{
    display:none;
    width: 40px;
    height: 40px;
    background-color: rgba(230, 230, 230, .8);
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    vertical-align: bottom;
    font-size:0;
    margin: 0 10px 0 0;
}