@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");

:root {
    --transition-time: 20s;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-weight: 300;
    letter-spacing: 0.2px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    border: 0;
}
header {
    position: relative;
    width: 100%;
}
a {
    color: #3270b6;
}
a,
img {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 35px;
    font-weight: 700;
}
h2 {
    font-size: 25px;
    font-weight: 600;
}
.wrapper {
    width: 100%;
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
}
.simple-txt {
    font-weight: 300;
}
p {
    padding-top: 8px;
    padding-bottom: 8px;
}
::-webkit-input-placeholder {
    color: #bcbcbc;
}
::-moz-placeholder {
    color: #bcbcbc;
}
:-ms-input-placeholder {
    color: #bcbcbc;
}
:-moz-placeholder {
    color: #bcbcbc;
}

.inner-page-search .actions button:hover,
.checkout-btn a:hover,
button.subscribe:hover,
.add-to-cart-btn a:hover {
    background-color: #1c79bc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

/*************************** Header Part **************************/

.mobile-menu .show-menu.on ~ #menu span.drop-open {
    color: #fff;
    position: absolute;
    right: 0;
    padding: 0 10px;
    top: 8px;
}
.mobile-menu .show-menu.on ~ #menu li.child {
    position: relative;
}
.mobile-menu .show-menu.on ~ #menu li.child ul.sub-menu {
    border-bottom: 1px #5ba6de solid;
    padding-bottom: 10px;
    display: none;
}
.mobile-menu li:hover span.drop-open {
    color: #fff !important;
}
.mobile-menu .show-menu.on ~ #menu li.child ul.sub-menu {
    padding-bottom: 10px;
    display: none;
}
.mobile-menu .show-menu.on ~ #menu li.child ul.sub-menu li {
    padding-top: 0;
    padding-bottom: 0;
}
.logo {
    padding-top: 15px;
    padding-bottom: 10px;
}
.logo img {
    width: 125px;
}
.mobile-menu {
    display: block;
    width: 100%;
    background: #1c79bc;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.mobile-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
    width: 100%;
    position: absolute;
    background: #1c79bc;
}
.mobile-menu li {
    display: inline-block;
}
.mobile-menu li a {
    letter-spacing: 0.3px;
    font-size: 15px;
    display: block;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 14px 26px 14px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mobile-menu li:hover a {
    color: #fff;
    background-color: rgba(149, 210, 255, 0.5);
}
.mobile-menu .show-menu.on ~ #menu li.child.active span.drop-open i.fa:before {
    content: "\f068";
}
.mobile-menu li:hover ul a {
    background: transparent;
    color: rgba(255, 255, 255, 0.7); /*height: 40px; line-height: 40px;*/
}
.mobile-menu li:hover .mobile-menu ul a:hover {
    color: #4db3ff;
}
.mobile-menu li ul {
    display: none;
}
.mobile-menu li ul li {
    display: block;
    float: none;
}
.mobile-menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 5px 24px;
}
.mobile-menu .show-menu {
    text-decoration: none;
    color: #fff;
    background: #1c79bc;
    text-align: center;
    padding: 20px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}
.mobile-menu .show-menu span {
    padding-left: 35px;
}
.mobile-menu .show-menu.on ~ #menu {
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mobile-menu ul {
    position: static;
    display: none;
}
.mobile-menu ul li,
.mobile-menu li a {
    width: 100%;
}
.mobile-menu .show-menu {
    display: block;
}
.mobile-menu .lines,
.toggle-mnu span:after,
.toggle-mnu span:before,
.mobile-menu .lines:before,
.mobile-menu .lines:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
.mobile-menu .lines {
    position: relative;
    display: block;
    width: 25px;
    float: right;
}
.mobile-menu .lines:after,
.mobile-menu .lines:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
}
.mobile-menu .lines:after {
    top: 8px;
}
.mobile-menu .show-menu.on .lines {
    background-color: transparent;
}
.mobile-menu .show-menu.on .lines:before {
    transform: rotate(45deg) translate(-1px, 0px);
    top: -1px;
}
.mobile-menu .show-menu.on .lines:after {
    transform: rotate(-45deg) translate(6px, -7px);
}
nav {
    background-color: #1c79bc;
    clear: both;
}
.mobile-menu li {
    position: relative;
}

.top-menu {
    background-color: #eeeeee;
    overflow: hidden;
}
.top-menu ul {
    margin: 0;
    text-align: center;
    float: none;
}
.top-menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.top-menu li a {
    text-transform: capitalize;
    line-height: 37px;
    color: #000;
    font-size: 13px;
}
.contact-section ul {
    text-align: center;
}
.contact-section ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 30px;
    color: #000;
    font-weight: 400;
}
.contact-section ul li a {
    color: #000;
}
.contact-section ul li a.active {
    color: #1c79bc;
}
.top-menu ul li:last-child {
    padding-right: 0;
}
.nav-right {
    display: none;
}
.nav-right li a {
    color: #fff;
}
.cart-checkout-section {
    text-align: center;
    position: absolute;
    top: 10px;
}
.cart-icon {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-top: 5px;
}
.checkout-section {
    display: inline-block;
}
.cart-icon i.fa {
    vertical-align: middle;
    color: #1c79bc;
    font-size: 33px;
}
.checkout-btn a {
    background-color: #c73c43;
    color: #fff;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: capitalize;
    border-radius: 3px;
}
.contact-cart-section {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.contact-section ul li:nth-child(3):before {
    font-family: fontawesome;
    color: #1c79bc;
    font-size: 20px;
    content: "\f0ac";
    padding-right: 5px;
}
/* .contact-section ul li:nth-child(2):before{content: "\f0e0";}
.contact-section ul li:nth-child(3):before{content: "\f0ac"; padding-right: 5px;} */
.contact-section ul li:hover ul {
    display: block !important;
    position: absolute;
}
.contact-section ul li ul li {
    display: block;
}
.contact-section ul li ul {
    background-color: #fff;
    max-width: 160px;
    z-index: 100;
    padding: 10px;
    display: none;
}
.contact-section ul li ul li:before {
    content: none !important;
}
.home-banner-search {
    background: url(../images/banner.jpg) no-repeat scroll 0% 0%;
    min-height: 400px;
    background-size: cover;
    position: relative;
}

.home-banner-search .block.block-search {
    z-index: 1;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-container .home-banner-search .block-search input {
    border-radius: 5px;
    border: none;
    height: 45px;
    padding-right: 47px;
    font-size: 15px;
    color: #bcbcbc;
    padding-left: 10px;
    width: 100%;
}
.top-container .home-banner-search .block-search .action.search {
    cursor: pointer;
    padding: 0 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    border: none;
    right: 0;
    bottom: 0;
    top: auto;
    width: 50px;
    background: #c73c43;
    z-index: 99;
    opacity: 1;
}
.top-container .home-banner-search .block-search .block-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
}
.top-container form.form.search {
    position: relative;
}
.top-container .home-banner-search .block-search .action.search > span {
    display: none;
}
.top-container .home-banner-search .block-search .action.search:before {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-family: FontAwesome;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.home-banner-search label h1 {
    color: #fff;
    font-size: 25px;
}
.home-banner-search label h1 small {
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
    font-size: 43px;
    padding-top: 18px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
}
.home-banner-search form.form.search .control {
    padding-top: 40px;
}

section.features-container h2 {
    line-height: 30px;
    color: #1c78bb;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 50px;
}
section.features-container {
    padding-top: 50px;
    padding-bottom: 30px;
}
section.features-container .box-wrap {
    box-shadow: 0 2px 9px #cccccc;
    position: relative;
}

section.features-container .feature-img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

section.features-container .feature-title {
    right: 0;
    text-align: center;
    margin: 0 auto;
    height: 90px;
    padding: 12px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(27, 115, 178, 0.82);
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}
section.features-container .feature-title span {
    vertical-align: middle;
}
section.features-container .feature-title h3 {
    color: #fff;
    font-size: 15px;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}
section.features-container .feature-title p {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.biozol-feature .col {
    margin-bottom: 32px;
    width: 48%;
    display: inline-block;
    padding: 0 9px;
}
.biozol-feature {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.feature-img img {
    border-radius: 5px;
}
section.features-container .feature-title {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-footer .block.newsletter {
    background: url(../images/new-letter-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px 0 35px;
}
.page-footer .block.newsletter .wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.page-footer .block.newsletter .title {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding-bottom: 7px;
}
.page-footer .block.newsletter .content {
    position: relative;
    float: left;
}
.page-footer .block.newsletter .title strong {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
}
.page-footer .block.newsletter .content {
    position: relative;
    width: 100%;
    float: left;
}
.block.newsletter .form.subscribe {
    width: 100%;
}
.block.newsletter .actions {
    padding-top: 15px;
    vertical-align: top;
    width: 190px;
}
.block.newsletter input {
    background: #f4f9ff;
    height: 42px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 16px;
    color: #8e8e8e;
    width: 100%;
}
button.subscribe {
    cursor: pointer;
    background: #c73c43;
    font-size: 18px;
    line-height: 42px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 60px;
    font-weight: 600;
    color: #fff;
}
.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
}
.page-footer .block.newsletter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(27, 115, 178, 0.82);
}
.footer-main {
    background-color: #f1f1f1;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 25px;
}
.footer-menu h4 {
    color: #337ab7;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-menu li a {
    color: #323232;
    font-size: 13px;
}
.footer-menu li:hover a {
    color: #1c79bc;
}
.footer-menu li {
    line-height: 22px;
}
.footer-menu-left {
    display: inline-block;
    padding-bottom: 20px;
}
.footer-menu {
    float: left;
    padding-right: 25px;
    width: 50%;
}
.footer-menu:last-child {
    padding-right: 0;
}
.footer-right-certificate li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.footer-right-certificate li:first-child {
    font-size: 11px;
    line-height: 19px;
}
.footer-right-certificate li:nth-child(2) img {
    min-height: auto;
}
.footer-right-certificate li img {
    max-width: 130px;
    min-height: auto;
}
.footer-contact-detail ul li:first-child:after {
    content: "\f111";
    font-size: 6px;
    border-radius: 50%;
    font-family: fontawesome;
    color: gray;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-contact-detail ul li:after {
    content: none;
}
.footer-contact-detail ul li {
    display: inline-block;
    font-size: 13px;
}
.footer-contact-detail {
    text-align: center;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.f-right ul li a {
    color: gray;
    font-size: 13px;
}
.f-right ul li {
    display: block;
    text-align: center;
}
.f-right ul {
    padding-bottom: 12px;
}
.google-analystics {
    text-align: center;
    line-height: 19px;
    padding-bottom: 15px;
}
.google-analystics a {
    font-size: 13px;
    color: gray;
}
.social-icon {
    text-align: center;
    padding-bottom: 10px;
}
.social-icon li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.social-icon li:first-child a i.fa {
    color: #000;
    font-size: 25px;
}
.social-icon li:nth-child(2) a i.fa {
    color: #1ca0f2;
    font-size: 25px;
}
.social-icon li:nth-child(3) a i.fa {
    color: #0e76a8;
    font-size: 25px;
}
.copyright-lnk {
    text-align: center;
    font-size: 13px;
    color: gray;
    padding-bottom: 15px;
}

/************* Product Listing PAge *********************/

.inner-page-search {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-search {
    font-size: 18px;
    color: #1c79bc;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 5px;
    letter-spacing: 0.6px;
}
.inner-page-search input#search {
    text-overflow: ellipsis;
    height: 34px;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.inner-page-search select.custom__select {
    border: 1px #ccc solid;
    height: 34px;
    border-radius: 5px;
    width: 100%;
    color: #1c79bc;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.inner-page-search .actions button {
    cursor: pointer;
    border-radius: 5px;
    background-color: #c73c43;
    border: none;
    height: 34px;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
}

section#breadcrums {
    min-height: 46px;
    background-color: #f5f5f5;
    border-bottom: 1px #d4d4d4 solid;
}
.breadcrums-container ul li {
    display: inline-block;
}
.breadcrums-container ul li:after {
    content: " / ";
    color: #c1c1c1;
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrums-container ul li:last-child:after {
    content: none;
}
.breadcrums-container ul {
    padding-top: 12px;
}

select.custom__select {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.dropdown-control:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 6px;
    bottom: 0;
    z-index: 0;
    color: #1c79bc;
    font-family: fontawesome;
    font-size: 19px;
}
.dropdown-control {
    position: relative;
}

.search-filter.dropdown-control select {
    background-color: transparent;
    z-index: 1;
    border: 1px #ccc solid;
    height: 30px;
    border-radius: 5px;
    width: 180px;
    cursor: pointer;
    color: #1c79bc;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.search-filter.dropdown-control:after {
    top: 4px;
    cursor: pointer;
}
section.main-container.inner-page {
    padding-top: 20px;
    padding-bottom: 35px;
}
.search-filter.dropdown-control {
    margin-top: 12px;
    width: 184px;
}

/* .pagination{padding-left:0; border-radius:3px; overflow: hidden; max-width: 320px; height: 38px;} */
.pagination > li:first-child .page-link:before {
    content: "«";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    color: #337ab7;
}
.pagination > li:last-child .page-link:before {
    content: "»";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    color: #337ab7;
}
.pagination > li:first-child .page-link,
.pagination > li:last-child .page-link {
    position: relative;
    font-size: 0;
    padding-left: 16px;
    line-height: 17px;
    padding-right: 15px;
}
ul.pagination {
    display: inline-block;
}
.pagination > li {
    display: inline-block;
    float: left;
    margin-bottom: 2px;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 12px;
    position: relative;
    float: left;
    padding: 3px 9px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.panel__filter__options {
    display: none;
}
.panel__filter__options.open {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.panel__filter__options {
    border: 1px solid #ddd;
    padding: 10px;
}
.panel-heading {
    background-color: #4b9dd7;
    border: 1px #4b9dd7 solid;
    color: #fff;
    border-radius: 5px;
    padding: 9px 12px;
}
.sidebar-panel {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar-panel .panel-heading button.btn {
    border: none;
    background: transparent;
    color: #fff;
    padding-top: 5px;
}
.sidebar-panel .panel-heading.minus .fa-plus:before {
    content: "\f068" !important;
}
.panel-heading.minus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
li.group-element-filter.checked i.fa.fa-square-o:before {
    content: "\f046";
}
.panel__filter__options li.group-element-filter a {
    color: #3270b6;
    font-size: 14px;
    font-weight: 400;
    /*
    Note: we have to remove this because it's not working for some special characters like ß or ä or ö or ü or µ
    For example: µ becomes M in the filter list on the product listing page because there is no supported uppercase
    for µ.
    */
    /* text-transform: capitalize; */
    cursor: pointer;
}
.panel__filter__options li.group-element-filter a i.fa {
    font-size: 15px;
    padding-right: 3px;
}
.panel__filter__options li.group-element-filter {
    padding-bottom: 3px;
}
.panel__filter__options .list-group-item h4 {
    color: #1c79bc;
    font-size: 15px;
    padding-bottom: 5px;
}

.list-group-item-filter.open {
    transition: all 0.3s;
    max-height: 24.5em;
    overflow-y: auto;
}
.list-group-item-filter {
    position: relative;
    max-height: 5em;
    overflow-y: hidden;
    white-space: normal;
    overflow-x: hidden;
}
.list-group-item {
    margin-bottom: 25px;
}
.panel__filter__options
    .list-group-item:first-child
    ul.list-unstyled.list-group-item-filter {
    display: block !important;
    max-height: 24.5em;
    overflow-y: auto;
}
span.btn.btn-more.btn-filter {
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    color: #4b9dd7;
    font-weight: 400;
    padding-left: 15px;
}
span.btn.btn-more.btn-filter:before {
    content: " more ";
}
span.btn.btn-more.btn-filter.less:before {
    content: " less ";
}
.lang-de span.btn.btn-more.btn-filter:before {
    content: " mehr ";
}
.lang-de span.btn.btn-more.btn-filter.less:before {
    content: " weniger ";
}
span.btn.btn-more.btn-filter.less i.fa.fa-angle-down:before {
    content: "\f106";
}

.product-attribute-details ul li span i.fa {
    background-color: #1c79bc;
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 11px;
}
.product-attribute-details ul li {
    display: inline-block;
    padding-right: 11px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-attribute-details {
    padding-top: 15px;
    padding-bottom: 10px;
}
.product-attribute-details ul li span {
    padding-right: 5px;
}
.procudt-table-data table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border: 1px #f1f1f1 solid;
}
.procudt-table-data tr {
    background-color: #fff;
}
.product-list {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 3px 6px #ddd;
    -webkit-box-shadow: 0 3px 6px #ddd;
}
.procudt-table-data tr td {
    padding: 5px;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
    min-width: 100px;
}
.procudt-table-data tr:nth-child(even) {
    background-color: #f9f9f9;
}
.procudt-table-data tr td:first-child {
    font-weight: 500;
}
.product-list h2 {
    line-height: 24px;
    font-size: 18px;
    color: #1c79bc;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
}
.product-list:nth-child(even) {
    background-color: #fff;
}
.product-image-slider .owl-carousel .owl-item .item img {
    border: 1px #d9d9d9 solid;
    width: auto;
    margin: 0 auto;
    max-height: 150px;
}
.product-image-slider .owl-carousel .owl-nav button.owl-next,
.product-image-slider .owl-carousel .owl-nav button.owl-prev {
    background-color: #f9f9f9 !important;
}
.product-image-slider button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-image-slider {
    position: relative;
    padding-top: 20px;
}
.product-image-slider button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-image-slider .owl-nav button span {
    color: #1c79bc;
    font-size: 35px;
}
.product-image-slider .owl-dots {
    display: none;
}
.slider-img-count {
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
}
.product-list-more-detail {
    padding-top: 10px;
}
.product-list-more-detail .more-atribute-left {
    float: left;
}

.more-atribute-left a {
    font-weight: 400;
    font-size: 13px;
}
.compare-sheet-detail-right li a {
    font-size: 13px;
}
.compare-sheet-detail-right ul li {
    display: inline-block;
    padding-right: 10px;
}
.procudt-table-data {
    display: inline-block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    /*display: block !important; */
}

/************* Product Detail Page *********************/

.product-detail-slider .owl-carousel .owl-item .item {
    border: 1px #d9d9d9 solid;
    margin: 7px;
    min-height: 200px;
}
.product-detail-slider .owl-carousel .owl-item .item img {
    position: absolute;
    margin: 0 auto;
    width: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 10px;
}
.product-detail-slider .owl-carousel .owl-stage-outer {
}
.product-detail-slider button.owl-prev {
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
}
.product-detail-slider {
    position: relative;
    padding-top: 20px;
}
.product-detail-slider button.owl-next {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
}
.product-detail-slider .owl-nav button span {
    color: #1c79bc;
    font-size: 50px;
}
.product-detail-slider .owl-dots {
    display: none;
}
.product-detail-main h1 {
    font-size: 22px;
    line-height: 24px;
    color: #1c79bc;
}
.catalog-detail {
    font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
}
.review-referece-detail ul li {
    display: inline-block;
    color: #7a7a7a;
}
.review-referece-detail ul li a {
    color: #7a7a7a;
    padding-right: 8px;
    font-size: 13px;
}
.review-referece-detail ul li:after {
    content: " | ";
    padding-right: 5px;
}
.review-referece-detail ul li:last-child:after {
    content: no-close-quote;
}

.product-description .accordion {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    padding: 7px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    position: relative;
    border-radius: 5px;
}
.product-detail-accordain {
    padding-bottom: 10px;
}
.product-description .active,
.accordion:hover {
    background-color: #3f94d0;
    color: #fff;
}
.product-description .active {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.product-description .panel {
    padding: 0 18px;
    display: none;
    background-color: #f7f7f7;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-description .accordion:after {
    content: "\f107";
    font-size: 25px;
    color: #fff;
    float: right;
    font-family: fontawesome;
    margin-left: 5px;
    background-color: #3f94d0;
    position: absolute;
    right: 0;
    width: 35px;
    top: 0;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-description .active:after {
    content: "\f106";
}
.review-referece-detail {
    border-bottom: 1px #dedede solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.product-detail-main .product-detail-slider {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.sidebar.price-cart-box {
    background-color: #f7f7f7;
    padding: 18px 12px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #c5c5c5;
}
.sidebar {
    margin-bottom: 20px;
}
.price-sidebar {
    text-align: center;
    color: #c73c43;
    font-size: 26px;
    font-weight: 600;
}
.add-to-cart-btn button.add-to-bkt {
    background-color: #c73c43;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}
.add-to-cart-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.var-tax-detail {
    text-align: right;
    color: #c73c43;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}
.sidebar.sheet-compare-detail ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar.sheet-compare-detail {
    text-align: center;
}
.sidebar.sheet-compare-detail ul li a {
    font-size: 13px;
    font-weight: 400;
}
.sidebar.sheet-compare-detail ul li a i.fa {
    padding-right: 3px;
}
.sidebar.availability-detail ul li a {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 18px;
}
.sidebar.availability-detail .title {
    background-color: #3f94d0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    padding: 4px 10px;
}
.sidebar.availability-detail ul {
    border: 1px #ddd solid;
    border-bottom-left-radius: 5px;
    border-top: 0;
    border-bottom-right-radius: 5px;
    padding: 10px;
}
.sidebar.availability-detail ul li a i.fa {
    float: left;
    width: 20px;
    vertical-align: middle;
}
.sidebar.availability-detail ul li a span {
    float: left;
    vertical-align: middle;
    width: 245px;
}
.sidebar.availability-detail li {
    padding-bottom: 12px;
    overflow: hidden;
}
.sidebar.order-direct {
    text-align: center;
    background-color: #1cbbb4;
    border-radius: 5px;
    padding: 10px;
}
.sidebar.order-direct .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}
.sidebar.order-direct p,
.sidebar.order-direct a {
    color: #fff;
    font-weight: 400;
}
.sidebar.expert-support {
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 10px;
}
.sidebar.expert-support .title {
    color: #7a7a7a;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 140px;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 17px;
}
.award-img {
    text-align: center;
}
.product-detail-sidebar {
    width: 100%;
    max-width: 300px;
    padding-top: 40px;
}

.compare-list ul li {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.compare-list {
    background-color: #4b9dd7;
}
.compare-sidebar-block {
    padding-bottom: 15px;
}
.compare-sidebar-block .panel-heading {
    font-weight: 500;
    border-radius: 0;
    border-bottom: 1px #8cc6ef solid;
}
.compare-list ul {
    border-bottom: 1px #8cc6ef solid;
    padding: 10px;
}
.compare-list ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}
/* .compare-list ul li:after { content: "\f014"; position: absolute; right: 0; top: 6px; color: #fff; cursor: pointer;    font-family: fontawesome;} */
.compare-page-link {
    text-align: center;
    padding: 10px;
}
.compare-page-link a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

/******************* Compare Page **************/

.inner-page-banner {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-page-banner h1 {
    font-size: 30px;
    color: #1c79bc;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.6px;
}
.table-wrapper.comparison {
    overflow-y: hidden;
    clear: both;
    max-width: 100%;
    overflow-x: auto;
}
.table-comparison {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table-comparison .cell.remove {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #e1e1e1;
}
.table-comparison .cell {
    width: 250px;
    min-width: 250px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    vertical-align: top;
}
.table-comparison .cell.label span {
    display: block;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
}
.table-comparison .cell.remove a.action.delete i.fa.fa-times {
    font-size: 17px;
    color: #666;
}
.table-comparison td.cell.product.info a.product-item-photo {
    display: block;
}
.table-comparison td.cell.product.info strong.product-item-name a {
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
    color: #1c79bc;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.table-comparison .attibute.value {
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
}
.table-comparison
    td.cell.product.info
    .price-box.price-final_price
    span.normal-price {
    font-size: 14px;
    font-weight: 400;
}
.table-comparison td.cell.product.info .price-box.price-final_price {
    padding-bottom: 5px;
}
.table-comparison
    td.cell.product.info
    .product-item-actions
    .actions-primary
    button.action.tocart.primary {
    cursor: pointer;
    background-color: #c73c43;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
}
.table-comparison td.cell.product.info .product-item-actions .actions-primary {
    padding-bottom: 5px;
}
.table-comparison
    td.cell.product.info
    .product-item-actions
    .secondary-addto-links.actions-secondary
    a.action.towishlist {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.compare-sidebar-block .panel-heading-compare span a {
    display: none;
}
.compare-list ul li span {
    display: inline-block;
}
.compare-list ul li span {
    padding-right: 10px;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
}
.compare-list ul li span:nth-child(2) {
    padding-right: 0 !important;
}
.compare-list {
    display: none;
}
.compare-list.open {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.compare-list {
    padding-bottom: 0 !important;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.panel-heading-compare {
    font-weight: 500;
    background-color: #4b9dd7;
    border: 1px #4b9dd7 solid;
    color: #fff;
    border-radius: 5px;
    padding: 9px 12px;
}
.compare-sidebar-block .panel-heading-compare button.btn {
    border: none;
    background: transparent;
    color: #fff;
    padding-top: 5px;
}
.panel-heading-compare.minus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.applied-filter li {
    text-transform: capitalize;
    display: inline-block;
    border: 1px #ccc solid;
    padding: 0px 25px 0px 12px;
    border-radius: 15px;
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    line-height: 21px;
    position: relative;
    margin-bottom: 7px;
}
.applied-filter li.clear-all {
    text-transform: lowercase;
}
.applied-filter li:after {
    content: "\f057";
    font-size: 16px;
    position: absolute;
    right: 4px;
    top: 2px;
    color: #1c79bc;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    cursor: pointer;
    font-family: fontawesome;
}
.applied-filter {
    padding-bottom: 15px;
    padding-top: 15px;
}
.applied-filter li span {
    font-weight: 500;
}
.table-comparison td .compare-delete-prod {
    position: absolute;
    right: 8px;
    top: 0;
}
.table-comparison td .compare-delete-prod a {
    color: #d5d5d5;
}
.table-comparison td.cell.product.info {
    position: relative;
}
strong.product-item-name {
    min-height: 60px;
    display: block;
}
button:focus {
    outline: 0;
}

.news-outer-box {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px #ececec solid;
    margin-bottom: 25px;
    width: 100%;
    box-shadow: 0 3px 6px #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
}
.news-outer-box .news-content h2 {
    word-break: break-word;
    white-space: normal;
    color: #1c79bc;
    padding-bottom: 10px;
}
.news-outer-box:nth-child(even) {
    background-color: #f9f9f9;
}
p.read-more-lnk {
    text-align: right;
    font-weight: 500;
}
.news-detail-inner {
    display: inline-block;
    width: 100%;
}
.news-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
}
.news-detail-inner h2 {
    color: #1c79bc;
}
.news-detail-inner .news-right-section .left-img {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.news-detail-inner .news-right-section .right-content {
    float: right;
    width: 78%;
}
.news-detail-inner .news-right-section .right-content .other-news-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.news-detail-inner .news-right-section .right-content .other-news-des {
    padding-top: 0 !important;
    line-height: 20px;
}
.other-news-list {
    display: inline-block;
    border-bottom: 1px #f0f0f0 solid;
    padding-top: 10px;
    width: 100%;
}
.news-outer-box .news-content h2 small {
    display: list-item;
    list-style: none;
    color: #444;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 500;
}

.news-page {
    display: inline-block;
    width: 100%;
}
.news-page ul.pagination {
    float: right;
    padding-bottom: 20px;
}
.news-img {
    padding-bottom: 16px;
    text-align: center;
}

a#backToTop {
    opacity: 0.7;
    position: fixed;
    display: none;
    color: #4b9dd7;
    outline: none !important;
    z-index: 100;
    right: 15px;
    font-size: 40px;
    bottom: 40px;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-detail-page
    .product-description
    .panel.procudt-table-data
    table
    tr
    td {
    border: 1px #ddd solid;
    border-collapse: collapse;
}
.product-detail-page .product-description .panel.procudt-table-data {
    background-color: #fbfbfb;
    width: 100%;
    padding: 10px;
}
.compare-page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.compare-page-link a.clear-compare {
    font-size: 11px;
    text-decoration: underline;
}
.inner-page-banner.top-banner img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.panel-heading-compare.minus .fa-plus:before {
    content: "\f068";
}
p.read-more-lnk {
    position: initial !important;
}
p.date-text {
    color: #1c79bc;
    font-weight: 500;
    font-size: 13px;
}
.inner-page-banner.top-banner {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 250px;
}
.inner-page-banner.news-detail-banner {
    background-color: transparent;
    background-size: cover;
}
.checkout-content table {
    width: 750px !important;
}

h1.product-page-title {
    color: #1c79bc;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 23px;
    text-transform: capitalize;
}

/***************** Desktop CSS *****************/

@media screen and (min-width: 768px) {
    table.table.table-striped.order-detail-data td:first-child {
        max-width: 460px;
    }
    .top-container .home-banner-search .block-search input {
        border-radius: 5px;
        border: none;
        height: 60px;
        padding-right: 47px;
        font-size: 20px;
        color: #bcbcbc;
        padding-left: 25px;
        width: 100%;
    }
    .top-container .home-banner-search .block-search .action.search {
        cursor: pointer;
        padding: 18px 0 14px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        position: absolute;
        border: none;
        right: 0;
        bottom: 0;
        top: auto;
        width: 50px;
        background: #c73c43;
        z-index: 99;
        opacity: 1;
    }
    .top-container .home-banner-search .block-search .action.search:before {
        color: #fff;
        font-size: 25px;
        line-height: 28px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
        font-family: FontAwesome;
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .procudt-table-data tr td:first-child {
        font-weight: 500;
        width: 215px;
    }

    .add-billing-details .shipping-add-details {
        float: left;
        width: 50%;
        padding-right: 5px;
    }
    .add-billing-details .billing-add-details {
        float: right;
        width: 50%;
        margin-top: 0px !important;
        padding-left: 5px;
    }
    .account-right-section {
        float: right;
        width: 75%;
        padding-left: 30px !important;
        text-align: left;
    }
    .account-left-section {
        width: 25%;
        float: left;
        background-color: #f8f8f8;
        padding: 20px;
        margin-bottom: 0px;
    }
    .top-menu ul.account-menu li {
        float: left;
    }
    ul.account-menu:before {
        content: "";
        background-color: #c3bfbf;
        width: 1px;
        height: 20px;
        position: absolute;
        top: 9px;
    }
    ul.account-menu {
        padding-left: 10px;
        position: relative;
    }
    .top-menu ul {
        margin: 0;
        text-align: left !important;
        float: left !important;
    }
    .cms-page-left {
        float: left;
        width: 75%;
        padding-right: 30px !important;
    }
    .cms-page-slidebar {
        width: 25%;
        float: right;
        background-color: #f8f8f8;
        padding: 20px;
        margin-top: 0px !important;
    }
    .journal-club-page-slidebar {
        background-color: #f8f8f8;
        padding: 20px;
        margin-top: 0px !important;
    }
    .journal-club-sidebar {
        width: 25%;
        float: right;
    }
    .product-compare-page .table-comparison th:first-child {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .product-compare-page .table-comparison th:first-child {
        width: 200px !important;
        min-width: 200px;
    }
    .table-wrapper.comparison {
        margin-left: 200px !important;
    }
    .product-search {
        font-size: 30px;
        color: #1c79bc;
        font-weight: 400;
        line-height: 31px;
        padding-bottom: 15px;
        letter-spacing: 0.6px;
    }
    h1.product-page-title {
        color: #1c79bc;
        border-bottom: 1px #ddd solid;
        margin-bottom: 20px;
        padding-bottom: 15px;
        padding-top: 5px;
        font-size: 33px;
        text-transform: capitalize;
    }
    .pagination > li:first-child .page-link,
    .pagination > li:last-child .page-link {
        line-height: 18px;
    }
    .inner-page-search {
        background-color: #eee;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-page-search h1 {
        font-size: 30px;
        color: #1c79bc;
        font-weight: 400;
        line-height: 31px;
        padding-bottom: 15px;
        letter-spacing: 0.6px;
    }
    .inner-page-search input#search {
        text-overflow: ellipsis;
        height: 50px;
        border: none;
        width: 100%;
        border-radius: 5px;
        padding-left: 10px;
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .inner-page-search select.custom__select {
        border: 1px #ccc solid;
        height: 50px;
        border-radius: 5px;
        width: 100%;
        color: #1c79bc;
        font-size: 15px;
        padding-left: 10px;
        margin-bottom: 15px;
        background: #fff url(../images/select-arrow.png) no-repeat scroll 98%
            50%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        appearance: none;
        -ms-appearance: none;
    }
    .inner-page-search .actions button {
        cursor: pointer;
        border-radius: 5px;
        background-color: #c73c43;
        border: none;
        height: 50px;
        color: #fff;
        padding: 0 50px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0.5px;
    }
    .dropdown-control:after {
        content: none;
    }
    .search-filter.dropdown-control select {
        background-color: transparent;
        z-index: 1;
        border: 1px #ddd solid;
        height: 31px;
        border-radius: 5px;
        width: 180px;
        cursor: pointer;
        color: #1c79bc;
        font-size: 13px;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .search-filter.dropdown-control:after {
        top: 4px;
        cursor: pointer;
    }
    section.features-container h2 {
        line-height: 44px;
        color: #1c78bb;
        text-align: center;
        text-transform: uppercase;
        font-size: 44px;
        padding-bottom: 50px;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 10px;
        font-size: 13px;
    }
    .checkout-content table {
        width: 100% !important;
    }

    nav {
        padding-bottom: 0px;
    }
    .mobile-menu li a {
        padding: 14px 30px;
    }

    form.checkout-form .form-group {
        float: left;
        width: 47%;
    }
    p.read-more-lnk {
        position: absolute !important;
        bottom: 2px;
        right: 20px;
    }
    .compare-page-link {
        display: block;
    }
    .compare-page-link a.clear-compare {
        display: none;
    }
    .compare-sidebar-block .panel-heading-compare span a {
        display: block;
        color: #fff;
        text-decoration: underline;
    }
    .compare-sidebar-block .panel-heading-compare button.btn {
        display: none;
    }
    .compare-list {
        display: block;
    }
    .panel-heading-compare {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-detail-inner .news-left-section {
        float: left;
        width: 75%;
        padding-right: 30px;
    }
    .news-detail-inner .news-right-section {
        width: 25%;
        float: right;
        background-color: #f8f8f8;
        padding: 20px;
    }
    .news-outer-box .news-img {
        text-align: center;
        float: left;
        padding-right: 20px;
        width: 23%;
        padding-bottom: 0px;
    }
    .news-outer-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .news-outer-box .news-content {
        float: left;
        width: 77%;
        padding-bottom: 10px;
    }
    .news-outer-box.science-content .news-content {
        width: 100%;
    }
    .compare-sidebar-block .panel-heading span a {
        display: block;
    }
    .mobile-menu li {
        /* display: inline-block; */
    }

    .header-left {
        float: left;
        width: 30%;
    }
    .header-right {
        float: left;
        width: 70%;
    }
    .contact-section {
    }
    .cart-checkout-section {
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart-icon {
        float: left;
        position: relative;
        margin-right: 30px;
        margin-top: 0px;
    }
    .checkout-section {
        float: right;
    }
    .logo {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: left;
    }
    .top-menu {
        /*border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin-left: 190px;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
        float: right;
    }
    .top-menu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.lang-de .top-menu ul li {
        padding-right: 3px;
    }
    .nav-right {
        float: right;
    }

    .nav-right {
        display: block !important;
        padding-top: 14px;
    }
    .nav-right li {
        display: inline-block;
        padding-right: 20px;
    }
    /* .nav-left li:last-child, .nav-left li:nth-last-child(2){ display: none; } */
    .nav-right li:first-child:before {
        content: "\f090";
        font-family: fontawesome;
        color: #fff;
    }
    .nav-right li:last-child:before {
        content: "\f007";
        font-family: fontawesome;
        color: #fff;
    }
    .nav-right li a {
        padding-left: 10px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
    }
    .nav-right li:last-child {
        padding-right: 0px;
    }
    .wrapper {
        padding: 0;
    }
    .logo img {
        width: auto;
    }
    .contact-cart-section {
        padding-top: 26px;
        padding-bottom: 26px;
        clear: both;
    }
    .biozol-feature .col {
        width: 24%;
    }
    .top-container .home-banner-search .block-search .block-content {
        width: 750px;
        padding: 0;
    }
    .page-footer .block.newsletter .title strong {
        font-size: 40px;
        font-weight: 400;
    }
    body.lang-de .page-footer .block.newsletter .title strong {
        font-size: 25px;
    }
    .block.newsletter .form.subscribe {
        display: table;
    }
    .block.newsletter .actions {
        padding-top: 0px;
    }
    .page-footer .block.newsletter .title {
        text-align: left;
        display: inline-block;
        margin-right: 20px;
    }
    body.lang-de .page-footer .block.newsletter .title {
        text-align: left;
        width: 34%;
    }
    .page-footer .block.newsletter .content {
        width: 70%;
    }
    body.lang-de .page-footer .block.newsletter .content {
        width: 66%;
    }
    .page-footer .block.newsletter .content .control {
        margin-right: 15px;
    }
    .page-footer .block.newsletter {
        padding: 60px 0 50px;
    }
    .footer-menu-left {
        float: left;
        width: 74%;
    }
    .footer-right-certificate {
        float: left;
        width: 26%;
    }
    .footer-top {
        overflow: hidden;
    }
    .footer-menu {
        width: 39%;
        margin-right: 20px;
    }
    .footer-menu ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .home-banner-search {
        min-height: 550px;
    }
    .footer-right-certificate li {
        width: 30%;
    }
    .biozol-feature .col {
        padding: 0 18px;
    }
    .footer-contact-detail {
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-contact-detail ul li:last-child:after {
        content: none;
    }
    .f-left {
        float: left;
        width: 47%;
        text-align: left;
    }
    .social-icon {
        text-align: left;
        float: right;
    }
    .copyright-lnk {
        text-align: left;
        width: 320px;
    }
    .f-right {
        float: right;
        text-align: right;
    }
    .f-right ul li {
        display: inline-block;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .f-right ul li:last-child {
        padding-right: 0;
    }
    .google-analystics {
        text-align: right;
    }
    .f-right ul {
        padding-bottom: 5px;
    }
    .footer-contact-detail ul li:after {
        content: "\f111";
        font-size: 6px;
        border-radius: 50%;
        font-family: fontawesome;
        color: gray;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-banner-search label h1 {
        font-size: 35px;
    }
    .home-banner-search label h1 small {
        font-size: 55px;
        line-height: 55px;
    }
    .contact-section ul li {
        font-size: 18px;
    }
    .inner-page-search .control {
        float: left;
        width: 50%;
        margin-right: 20px;
    }
    .inner-page-search .dropdown-control {
        float: left;
        width: 32%;
    }
    .inner-page-search .actions {
        float: right;
        width: 15%;
        text-align: right;
    }
    .inner-page-search .field.search {
        display: inline-block;
        width: 100%;
    }
    .inner-page-search input#search {
        margin: 0px;
    }
    .inner-page-search select.custom__select {
        margin: 0px;
    }
    .search-details {
        float: left;
        width: 40%;
    }
    .search-filter-pagination {
        float: right;
        width: auto;
    }
    .search-header-pagination {
        display: inline-block;
        width: 100%;
    }
    .search-filter.dropdown-control {
        float: right;
        margin-top: 0;
        margin-right: 0px;
        width: auto;
        margin-bottom: 12px;
    }
    .product-list h2 {
        font-size: 22px;
    }
    .pagination-container {
        float: right;
        clear: both;
    }
    .search-filter.dropdown-control select {
        margin-bottom: 0;
        background: #fff url(../images/select-arrow.png) no-repeat scroll 98%
            50%;
    }
    .panel__filter__options {
        display: block !important;
    }
    .sidebar-panel .panel-heading button {
        display: none;
    }
    .sidebar-panel .panel-heading {
        /*pointer-events: none;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .compare-sidebar-block .panel-heading span a {
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        font-weight: 400;
    }
    .sidebar-panel {
        width: 25%;
        float: left;
        padding-top: 0;
        padding-right: 1%;
    }
    .product-listing-main {
        float: right;
        width: 74%;
    }
    .product-listing-page {
        display: inline-block;
        width: 100%;
    }
    .panel-heading {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .product-list h2 {
        line-height: 24px;
        font-size: 22px;
        color: #1c79bc;
    }
    .procudt-table-data {
        float: left;
        width: 62%;
    }
    .product-image-slider {
        float: right;
        width: 35%;
    }
    .main-content {
        padding-top: 5px;
    }
    .product-image-slider {
        padding-top: 0px;
    }
    .product-detail-main {
        float: left;
        width: 68%;
    }
    .product-detail-sidebar {
        float: right;
        width: 30%;
    }
    .product-detail-page {
        /* display: inline-block; */
        overflow: hidden;
    }
    .product-detail-slider button.owl-prev {
        left: -5% !important;
    }
    .product-detail-slider button.owl-next {
        right: -5% !important;
    }
    .product-detail-slider .owl-carousel .owl-item .item:last-child {
        margin-right: 1px;
    }
    .nav-section {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .mobile-menu .show-menu {
        display: none;
    }
    .nav-section {
        display: inline-block;
        width: 100%;
        height: 45px;
    }
    .mobile-menu ul li,
    .mobile-menu li a {
        width: auto;
    }
    .mobile-menu li {
        /* display: inline-block !important; */
    }
    .mobile-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-left {
        float: left;
    }
    #menu span.drop-open {
        display: none;
    }
    .mobile-menu li:hover a {
        color: #1c79bc;
        background-color: #ffffff;
    }
    ul.sub-menu {
        position: absolute;
        left: 0;
        right: 0;
        min-width: 190px;
        z-index: 2;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fff;
    }
    ul.sub-menu li a {
        text-align: left;
        color: #222 !important;
    }
    ul.sub-menu li:hover a {
        color: #1c79bc !important;
    }
    ul.sub-menu li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mobile-menu li.child:hover ul.sub-menu {
        display: block !important;
    }
}

@media screen and (max-width: 399px) {
    .biozol-feature .col {
        width: 100% !important;
    }
    body .checkout-page button {
        /*width: 130px !important;*/
        font-size: 12px !important;
    }
    body .checkout-page .checkout-btn a {
        font-size: 12px !important; /*width: 130px !important;*/
        min-width: auto;
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 499px) {
    .biozol-feature .col {
        width: 100% !important;
    }
    .footer-contact-detail ul li {
        display: block !important;
        text-align: center !important;
    }
    .footer-contact-detail ul li:first-child:after {
        content: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .block.newsletter .actions {
        padding-top: 0px;
    }
    .block.newsletter .form.subscribe {
        display: table;
    }
    .field.newsletter {
        margin-right: 25px;
    }
    .footer-menu ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .f-right {
        text-align: center;
    }
    .f-right li {
        display: inline-block !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-menu .show-menu.on ~ #menu span.drop-open {
        top: 13px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .cms-page-slidebar {
        width: 30% !important;
    }
    .cms-page-left {
        width: 70% !important;
    }
    .news-outer-box .news-content h2 {
        font-size: 20px !important;
    }
    .news-outer-box .news-content h2 small {
        font-size: 17px !important;
    }
    .news-outer-box .news-content p {
        display: none;
    }
    .news-detail-inner .news-right-section {
        width: 37% !important;
    }
    .news-detail-inner .news-left-section {
        width: 63% !important;
    }
    .news-detail-inner .news-right-section .left-img {
        width: 70px !important;
    }
    .news-detail-inner .news-right-section .right-content {
        width: 130px !important;
    }
    .mobile-menu li a {
        font-size: 14px !important;
        padding: 7px 34px !important;
    }
    .header-left {
        width: 20% !important;
    }
    .header-right {
        width: 80% !important;
    }
    body.lang-de .top-menu ul li {
        padding-right: 5px !important;
    }
    .top-menu ul li {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .top-menu {
        margin-left: 10px !important;
    }
    .contact-section ul li {
        font-size: 13px !important;
        padding-right: 3px !important;
    }
    .contact-section ul li a {
        font-size: 13px !important;
    }
    .cart-icon i.fa {
        font-size: 32px !important;
    }
    .footer-menu-left {
        width: 62% !important;
    }
    .footer-right-certificate {
        width: 36% !important;
    }
    .copyright-lnk {
        font-size: 12px !important;
        line-height: 19px;
    }
    .f-right ul li a {
        font-size: 12px !important;
    }
    .f-right ul li {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .google-analystics a {
        font-size: 12px !important;
    }
    .f-left {
        width: 46% !important;
    }
    .footer-menu-left {
        width: 63% !important;
    }
    .footer-right-certificate {
        width: 29% !important;
    }
    .mobile-menu > li a {
        padding: 14px 3px !important;
        font-size: 12px;
    }
    .nav-right > li {
        padding-right: 12px !important;
    }
    .nav-right > li a {
        font-size: 12px !important;
    }
    .inner-page-search .control {
        width: 40% !important;
        margin-right: 22px !important;
    }
    .inner-page-search .dropdown-control {
        width: 30% !important;
        margin-right: 22px !important;
    }
    .inner-page-search .actions {
        width: 24% !important;
        float: left !important;
        text-align: left !important;
    }
    .product-detail-slider button.owl-prev {
        left: -5% !important;
    }
    .product-detail-slider button.owl-next {
        right: -5% !important;
    }
    .biozol-feature .col {
        width: 32%;
        padding: 0 10px !important;
    }
    .page-footer .block.newsletter .title strong {
        font-size: 25px !important;
    }
    body.lang-de .page-footer .block.newsletter .title strong {
        font-size: 20px !important;
    }
    section.features-container .feature-title h3 {
        font-size: 13px !important;
    }
    .page-footer .block.newsletter {
        padding: 34px 0 30px !important;
    }
    .mobile-menu li:last-child ul.sub-menu {
        left: auto !important;
    }
    section.features-container .feature-title {
        height: 95px !important;
        padding: 10px !important;
    }
    section.features-container .feature-title p {
        font-size: 13px !important;
    }
    .footer-menu {
        width: 44% !important;
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    body.lang-de .top-menu ul li {
        padding-right: 25px !important;
    }
    .news-detail-inner .news-right-section {
        width: 30% !important;
    }
    .news-detail-inner .news-left-section {
        width: 68% !important;
    }
    .header-left {
        width: 20% !important;
    }
    .header-right {
        width: 80% !important;
    }
    .top-menu ul li {
        padding-right: 10px !important;
    }
    .top-menu {
        margin-left: 124px !important;
    }
    .contact-section ul li {
        font-size: 15px !important;
        padding-right: 15px !important;
    }
    .contact-section ul li a {
        font-size: 13px !important;
    }
    .cart-icon i.fa {
        font-size: 32px !important;
    }
    .footer-menu-left {
        width: 68% !important;
    }
    .footer-right-certificate {
        width: 31% !important;
    }
    .f-left {
        width: 46% !important;
    }
    .inner-page-search .control {
        width: 44% !important;
        margin-right: 22px !important;
    }
    .inner-page-search .dropdown-control {
        width: 34% !important;
        margin-right: 22px !important;
    }
    .inner-page-search .actions {
        width: 17% !important;
        float: left !important;
        text-align: left !important;
    }
    .product-detail-slider button.owl-prev {
        left: -5% !important;
    }
    .product-detail-slider button.owl-next {
        right: -5% !important;
    }
    .biozol-feature .col {
        width: 32%;
    }
    .page-footer .block.newsletter .title strong {
        font-size: 29px !important;
    }
    body.lang-de .page-footer .block.newsletter .title strong {
        font-size: 23px !important;
    }
    section.features-container .feature-title h3 {
        font-size: 14px !important;
    }
    .page-footer .block.newsletter {
        padding: 42px 0 35px !important;
    }
    .mobile-menu li:last-child ul.sub-menu {
        left: auto !important;
    }
    section.features-container .feature-title {
        height: 95px !important;
        padding: 10px !important;
    }
    section.features-container .feature-title p {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 768px) {
    .wrapper {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 1024px) {
    .footer-menu-left {
        width: 63% !important;
    }
    .footer-right-certificate {
        width: 33% !important;
    }
}

@media only screen and (max-width: 899px) and (min-width: 768px) {
    /*.header-right .top-menu ul{float: none !important;}*/
    ul.account-menu:before {
        content: none !important;
    }
}

a.pdf-link:before {
    content: "\f019";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}
.field.newsletter span.invalid-feedback {
    color: red;
    font-size: 13px;
    text-align: left;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
    .mobile-menu li a {
        padding: 8px 35px !important;
        font-size: 14px !important;
    }
    body.lang-de .mobile-menu #menu > li > a {
        padding: 14px 22px !important;
        font-size: 14px !important;
    }
}

/****************** Shopping cart *****************/

.checkout-content table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
.checkout-content th {
    background-color: #f3f3f3;
    text-align: left;
    padding: 10px 5px;
}
.checkout-content td {
    border: 1px #f8f8f8 solid;
    padding: 7px;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
}
.checkout-content td:first-child {
    max-width: 200px;
}
.checkout-content td:nth-child(2) {
    max-width: 200px;
}
.input-number {
    width: 55px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}
.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 35px;
    user-select: none;
}
.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 34px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}
.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.checkout-content td:last-child {
    text-align: right;
    color: #1c79bc;
    font-weight: 600;
}
.checkout-btn {
    text-align: right;
    padding-top: 1px;
    padding-bottom: 0px;
}
.checkout-page .checkout-btn a {
    font-size: 14px !important;
    cursor: pointer;
    background-color: #1c79bc;
    border: none;
    color: #fff;
    padding: 10px 30px; /*width: 150px; min-width: 150px;*/
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal !important;
    text-align: center;
}
.checkout-page .checkout-btn a:before {
    content: "\f07a";
    font-family: fontawesome;
    padding-right: 10px;
    vertical-align: middle;
}
.checkout-content th:last-child {
    text-align: right;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.inner-page-search select.custom__select::-ms-expand {
    display: none;
}
@media screen and (max-width: 767px) {
    .main-content .checkout-content table {
        width: 800px !important;
    }
    .checkout-content {
        overflow-x: auto;
    }
}

/****************** Shopping cart *****************/

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
    font-family: "Roboto", sans-serif;
    border: 2px #1c79bc solid;
    border-radius: 5px;
    height: 45px;
    font-size: 17px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    text-transform: inherit;
    padding-left: 10px;
    width: 100%;
    max-width: 385px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
form.checkout-form .form-group {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
form.checkout-form .form-group label {
    font-size: 15px;
    font-weight: 600;
}
.checkout-form textarea {
    height: 100px !important;
    padding-top: 15px;
    width: 100% !important;
}
.checkout-form select {
    cursor: pointer;
}
.checkout-form button.btn.btn-primary {
    background-color: #1c79bc;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border: 2px #1c79bc solid;
    border-radius: 5px;
    height: 45px;
    text-transform: inherit;
    padding-left: 10px;
    width: 100%;
    max-width: 200px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.checkout-page-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
}
.order-text {
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}
.error-validation {
    border: 2px #c73c43 solid !important;
}
.form-input {
    line-height: normal;
    padding: 0;
    margin: 0;
    display: grid;
}
.checkout-page button {
    font-size: 14px !important;
    cursor: pointer;
    background-color: #1c79bc;
    border: none;
    color: #fff;
    padding: 10px 30px; /*width: 150px;*/
    min-width: 150px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 600;
}
.checkout-page form + .checkout-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-text {
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}
.error-validation {
    border: 2px #c73c43 solid !important;
}
.form-input {
    line-height: normal;
    padding: 0;
    margin: 0;
    display: grid;
}
.error-text {
    color: red;
    font-size: 13px;
    text-align: left;
    float: left;
}

.sidebar.price-cart-box form.product-box label {
    font-size: 14px;
    font-weight: 600;
}
.sidebar.price-cart-box form.product-box .sidebar-top-quntity-price input {
    border: 1px #ccc solid;
    height: 35px;
    border-radius: 5px;
    width: 56px;
    color: #1c79bc;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 0;
}
.sidebar-top-quntity-price {
    margin-bottom: 15px;
}
.sidebar.price-cart-box
    form.product-box
    select.form-control.product-variation-dropdown {
    border: 1px #ccc solid;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    color: #1c79bc;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 7px;
    background-color: #fff;
}
.news-sidebar-top .all-news a {
    font-size: 13px;
}
.news-sidebar-top h2 {
    font-size: 19px;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: none !important;
    background-color: #fff !important;
}
.ui-menu .ui-menu-item {
    padding: 4px 10px !important;
    font-size: 14px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none !important;
    font-weight: normal !important;
    color: #3a78c2 !important;
    cursor: pointer;
}
.top-container .home-banner-search .block-search input:focus {
    outline: 0;
}
.home-banner-search .ui-autocomplete-input {
    border-bottom-left-radius: 0px !important;
}
.alert.alert-success.alert-dismissible {
    position: fixed;
    z-index: 10;
    background-color: green;
    width: 100%;
    top: 0;
    margin: 0 auto;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.alert.alert-danger.alert-dismissible {
    position: fixed;
    z-index: 10;
    background-color: #c73c43;
    width: 100%;
    top: 0;
    margin: 0 auto;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.alert.alert-dismissible button.close {
    background: no-repeat !important;
    border: none !important;
    font-size: 18px;
    float: right;
    cursor: pointer;
    color: #fff;
}
.main-content ul {
    list-style-type: inherit !important;
}
.news-detail-inner .news-left-section ul li {
    list-style-position: inside;
}
em {
    font-style: italic;
}
u {
    text-decoration: underline;
}
span.badge.badge-cart {
    background-color: #c73c43;
    position: absolute;
    top: -11px;
    right: -14px;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    line-height: 8px;
    padding: 6px;
    height: 18px;
    border-radius: 10px;
}
.product-compare-page form.product-box select {
    border: 1px #ccc solid;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    color: #1c79bc;
    font-size: 15px;
    background-color: #fff;
    padding-left: 10px;
    margin-bottom: 7px;
}
.product-compare-page form.product-box label {
    font-weight: 500;
}
.cursor_pointer {
    cursor: pointer;
}
.main-content table {
    width: 100% !important;
}
.main-content table#product-comparison {
    width: auto !important;
}
.checkout-btn i.fa.fa-refresh {
    padding-right: 5px;
}
.checkout-btn i.fa.fa-trash-o {
    padding-right: 5px;
}
.checkout-content td a.remove-from-basket {
    color: red;
}
tr.item-info td:first-child span:last-child {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 500;
}
.row {
    clear: both;
}
.news-detail-inner .news-left-section ul li {
    list-style-position: inside;
}
.panel.procudt-table-data.image-accordian td {
    text-align: left;
    vertical-align: top; /* width: auto;*/
}
.panel.procudt-table-data.image-accordian td:first-child {
    text-align: center;
    vertical-align: middle;
}
.panel.procudt-table-data.image-accordian td img {
    max-width: 150px;
}
.product-listing-page .sidebar-panel .list-group-item ul {
    list-style: none;
}
.product-listing-page .sidebar-panel .list-group-item ul li {
    list-style-position: inherit;
}
.product-detail-sidebar ul li {
    list-style-position: inherit;
}
.page-not-found.error-page {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
.top-section i.fa {
    font-size: 124px;
    color: #eee;
    margin-bottom: 13px;
}
.page-not-found.error-page h2 {
    font-size: 80px;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 24px;
    line-height: 50px;
    color: #1c79bc;
    font-weight: 300;
}
.page-not-found.error-page h3 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 30px;
    color: #d8d8d8;
}
.product-detail-page
    .product-description
    .product-detail-accordain.product-description-tab
    .panel.procudt-table-data
    table
    tr
    td {
    font-weight: 300;
    border: 1px #fff solid;
}
.product-detail-page
    .product-description
    .product-detail-accordain.product-description-tab
    .panel.procudt-table-data
    table
    tr {
    background-color: #fbfbfb;
}
.checkout-page-notes li {
    list-style-position: inside;
}
.checkout-page-form form.checkout-form .checkout-content > .form-group {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto;
}
.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
    outline: 0;
}
.news-detail-inner .news-left-section h1 {
    color: #1c79bc;
    font-size: 30px;
}
.header-error {
    background-color: #c73b43;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
}
.header-error button.close {
    background-color: transparent;
    font-size: 21px !important;
    padding: 0;
    margin: 0;
    width: auto;
    float: right;
}
.product-compare-page {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.table-wrapper.comparison {
    overflow-x: auto;
    overflow-y: visible;
    margin-left: 146px;
}
.product-compare-page table {
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px; /*ie7*/
}
.product-compare-page td,
.product-compare-page th {
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding: 10px;
    width: 100px;
}
.product-compare-page th {
    width: 100px;
}
.product-compare-page .hard_left {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 100px;
}
.product-compare-page .table-comparison th:first-child {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 146px;
    border-bottom: none;
    font-size: 12px;
    line-height: 16px;
}
.sidebar.price-cart-box .float-left.add-to-cart-btn {
    margin-right: 0 !important;
}
.product-compare-page tr:last-child th {
    border-bottom: 1px #ddd solid !important;
}

.product-compare-page .table-comparison tr:last-child th {
    height: 80px;
}

/*********** CMS PAGE DESIGN ****************/

.cms-page-left {
    padding-right: 0px;
}
.cms-page-slidebar {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
}
.journal-club-page-slidebar {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
}
.cms-page {
    display: inline-block;
    width: 100%;
}

.table-comparison tr td:nth-child(2) {
    border-left: none;
}
.cms-page-slidebar td i.fa,
.journal-club-page-slidebar td i.fa {
    color: #1c79bc;
    font-size: 13px;
}
.product-compare-page table#product-comparison form.product-box select {
    height: 30px;
}
table#product-comparison form.product-box {
    min-height: 100px;
}
table#product-comparison .product-item-actions {
    position: absolute;
    bottom: 6px;
}
/* ul.list-unstyled.list-group-item-filter.application li > a {  text-transform: uppercase; } */
.sidebar-panel .panel__filter__options a[data-href] {
    cursor: pointer;
}

/************** Category Description CSS *************************/

@media screen and (min-width: 768px) {
    .left-cat-desc {
        float: left;
    }
    .category-desc .left-cat-desc img.category-img,
    .category-desc-more .left-cat-desc img.category-img {
        float: right !important;
        padding-left: 20px !important;
        padding-bottom: 20px;
    }
    .category-desc .left-cat-desc img,
    .category-desc-more .left-cat-desc img {
        max-width: 377px !important;
        max-height: 218px;
    }
}

.left-cat-desc a.more-desc {
    text-align: right;
    float: right;
    font-size: 13px;
    font-weight: 500;
}
a.less-desc {
    text-align: right;
    float: right;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 15px;
}
.left-cat-desc {
    display: inline-block;
}
.category-desc .left-cat-desc,
.category-desc-more .left-cat-desc {
    width: 100%;
}
.category-desc .left-cat-desc img,
.category-desc-more .left-cat-desc img {
    max-width: 100%;
    max-height: 218px;
}
.category-desc .left-cat-desc img.category-img,
.category-desc-more .left-cat-desc img.category-img {
    float: none;
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.left-cat-desc {
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    display: block;
}
/************** Category Description CSS *************************/

/* Loader css - start */
.loader,
.loader:before,
.loader:after {
    background: #1c79bc;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #1c79bc;
    text-indent: -9999em;
    margin: 20px auto;
    position: fixed;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    left: 0;
    right: 0;
    height: 100vh;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}

body.loading {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0.6;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/* Loader css - end */

/*************** Phase - 3 CSS ***********************/

section.main-container.inner-page.sign-up-page .top-details {
    padding-bottom: 25px;
}
section.main-container.inner-page.sign-up-page h1 {
    color: #1c79bc;
    font-size: 30px;
}
section.main-container.inner-page.sign-up-page h2 {
    padding-bottom: 20px;
    color: #1c79bc;
    font-size: 22px;
}
section.main-container.inner-page.sign-up-page form {
    padding-top: 20px;
}
section.main-container.inner-page.sign-up-page form .form-group {
    margin-bottom: 10px;
    clear: both;
}
section.main-container.inner-page.sign-up-page form .form-group label {
    float: left;
    width: 150px;
    font-size: 13px;
    font-weight: 500;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    input[type="text"],
section.main-container.inner-page.sign-up-page
    form
    .form-group
    input[type="email"],
section.main-container.inner-page.sign-up-page
    form
    .form-group
    input[type="password"] {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    max-width: 315px;
    width: 100%;
    border-radius: 3px;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    button.btn.btn-primary {
    margin-top: 15px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 14px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 30px;
    font-weight: 600;
    color: #fff;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    button.btn.btn-primary:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}
section.main-container.inner-page.sign-up-page form .form-group select {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    max-width: 315px;
    width: 100%;
    border-radius: 3px;
}
section.main-container.inner-page.sign-up-page .shipping-address {
    padding-right: 15px;
    padding-bottom: 50px;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    .invalid-feedback {
    color: red;
    font-size: 11px;
    width: calc(100% - 150px);
    float: left;
}
section.main-container.inner-page.sign-up-page .billing-address {
    position: relative;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group.checkbox-on-top
    input[type="checkbox"] {
    margin-top: 5px;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group.checkbox-on-top
    label {
    float: left;
    padding-right: 10px;
    width: auto;
}

section.main-container.inner-page.sign-up-page
    .card-body
    + .form-group
    .form-group {
    max-width: 350px;
    padding-top: 3px;
}
section.main-container.inner-page.sign-up-page
    .card-body
    + .form-group
    .form-group
    label {
    float: right;
    width: 330px !important;
}
section.main-container.inner-page.sign-up-page
    .card-body
    + .form-group
    .form-group
    input {
    float: left;
    margin-top: 6px;
}
section.main-container.inner-page.login-page {
    position: relative;
    max-width: 400px;
    margin: 50px auto;
    box-shadow: 0px 0px 6px #ddd;
    padding: 25px;
}
section.main-container.inner-page.login-page h1 {
    color: #1c79bc;
    font-size: 30px;
    margin-bottom: 8px;
}
section.main-container.inner-page.login-page .form-group.register-top {
    margin-bottom: 23px;
    display: block;
    font-size: 14px;
}
section.main-container.inner-page.login-page .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
section.main-container.inner-page.login-page .form-group input {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    width: 100%;
    border-radius: 3px;
}
section.main-container.inner-page.login-page .form-group {
    margin-bottom: 15px;
}
section.main-container.inner-page.login-page
    .form-group
    button.btn.btn-primary {
    margin-top: 10px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 16px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 30px;
    font-weight: 600;
    color: #fff;
}
section.main-container.inner-page.login-page
    .form-group
    button.btn.btn-primary:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}
section.main-container.inner-page.login-page .invalid-feedback {
    color: red;
    font-size: 12px;
}
section.main-container.inner-page.login-page .form-group.forgot-pass {
    position: absolute;
    bottom: 32px;
    right: 25px;
}
section.main-container.inner-page.login-page .form-group.forgot-pass a {
    font-size: 13px;
    font-weight: 500;
}
section.main-container.inner-page.login-page .form-group.forgot-pass a:hover {
    color: #c73c42;
}
section.main-container.inner-page.login-page .form-group.register-top a:hover {
    color: #c73c42;
}
section.main-container.inner-page.login-page .wrapper {
    padding: 0 !important;
}

section.main-container.inner-page.activation-page span.fail {
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}
section.main-container.inner-page.activation-page h1 {
    color: #1c79bc;
    font-size: 30px;
}
section.main-container.inner-page.activation-page .activation-btn a {
    cursor: pointer;
    background: #1c79bc;
    font-size: 16px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 9px 30px;
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
}
section.main-container.inner-page.activation-page .activation-btn a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}

section.main-container.inner-page.resend-password-page {
    max-width: 400px;
    margin: 50px auto;
    box-shadow: 0px 0px 6px #ddd;
    padding: 25px;
}
section.main-container.inner-page.resend-password-page h1 {
    color: #1c79bc;
    font-size: 30px;
    margin-bottom: 8px;
}
section.main-container.inner-page.resend-password-page label {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 600;
}
section.main-container.inner-page.resend-password-page input {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    width: 100%;
    border-radius: 3px;
}
section.main-container.inner-page.resend-password-page button.btn {
    margin-top: 20px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 16px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 30px;
    font-weight: 600;
    color: #fff;
    display: block;
    clear: both;
}
section.main-container.inner-page.resend-password-page
    form
    .form-group
    .invalid-feedback {
    color: red;
    font-size: 11px;
    width: calc(100% - 150px);
    float: left;
}

@media screen and (min-width: 768px) {
    section.main-container.inner-page.sign-up-page .shipping-address {
        float: left;
        width: 50%;
        padding-bottom: 0;
    }
    section.main-container.inner-page.sign-up-page .billing-address {
        float: right;
        width: 50%;
    }
    .form-group.checkbox-on-top {
        position: absolute;
        top: 0;
        left: 245px;
    }
    section.main-container.inner-page.sign-up-page .billing-address {
        position: relative;
    }
    section.main-container.inner-page.sign-up-page
        form
        .form-group.checkbox-on-top
        input[type="checkbox"] {
        float: left;
        margin-top: 5px;
    }
    section.main-container.inner-page.sign-up-page
        form
        .form-group.checkbox-on-top
        label {
        float: right;
        padding-left: 10px;
        width: auto;
    }
    .checkout-address-details-btn a {
        margin-top: 0px !important;
    }
    .my-orders table.table {
        width: 100% !important;
    }
    .orders-search table td {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    section.main-container.inner-page.sign-up-page.register-page
        form
        .form-group
        .invalid-feedback {
        float: right;
    }
}

@media screen and (min-width: 1030px) {
    section.main-container.inner-page.sign-up-page
        form
        .form-group
        .invalid-feedback {
        float: right;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .form-group.checkbox-on-top {
        top: 21px !important;
        left: 165px !important;
    }
}

@media only screen and (max-width: 360px) and (min-width: 320px) {
    section.main-container.inner-page.sign-up-page
        .card-body
        + .form-group
        .form-group
        label {
        width: 269px !important;
    }
}

@media only screen and (max-width: 430px) and (min-width: 320px) {
    section.main-container.inner-page.login-page {
        margin: 20px !important;
    }
    section.main-container.inner-page.change-password-page {
        margin: 20px !important;
    }
}

.top-menu ul.account-menu li {
    padding-left: 10px;
    padding-right: 10px;
}
.news-detail-inner .news-right-section {
    background-color: #f8f8f8;
    padding: 20px;
}
.account-left-section {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
}
.account-right-section {
    padding-left: 0px;
    text-align: left;
}
.account-right-section h1 {
    color: #1c79bc;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 15px;
    padding-top: 3px;
    text-transform: capitalize;
}
section.main-container.inner-page.sign-up-page.profile-address
    .account-left-section
    h2,
.account-left-section h2 {
    color: #1c79bc;
    font-size: 19px;
    padding-bottom: 15px;
}
.account-right-section .add-billing-details table {
    width: 100%;
}
section.main-container.inner-page.profile-detail-page {
    overflow: hidden;
}
.account-right-section h2 {
    font-size: 19px;
    color: #1c79bc;
    background-color: #f9f7f7;
    padding: 5px;
    margin-bottom: 5px;
}
.add-billing-details {
    margin-top: 15px;
}
.add-billing-details .billing-add-details {
    margin-top: 15px;
}

.account-left-section li:before {
    content: "» ";
}
.account-left-section li {
    padding-bottom: 7px;
    border-bottom: 1px #ddd solid;
    padding-top: 7px;
}
.account-left-section li a {
    color: #222;
    font-size: 14px;
}
.account-left-section li a:hover {
    color: #1c79bc;
}
.account-left-section li.active a {
    color: #1c79bc;
}
.account-left-section li:last-child {
    border: none;
}

section.main-container.inner-page.change-password-page {
    /*max-width: 400px; margin: 50px auto; box-shadow: 0px 0px 6px #ddd; padding: 25px; */
    overflow: hidden;
}
section.main-container.inner-page.change-password-page h1 {
    color: #1c79bc;
    font-size: 30px;
    margin-bottom: 8px;
    text-transform: none;
}
section.main-container.inner-page.change-password-page .form-group {
    margin-bottom: 15px;
}
section.main-container.inner-page.change-password-page label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
section.main-container.inner-page.change-password-page input {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    width: 100%;
    border-radius: 3px;
}
section.main-container.inner-page.change-password-page button.btn {
    margin-top: 10px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 16px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 30px;
    font-weight: 600;
    color: #fff;
}
section.main-container.inner-page.change-password-page
    .form-group
    button.btn.btn-primary:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}
.add-billing-details td,
.add-billing-details th {
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
    border: 1px #eaeaea solid;
    border-collapse: collapse;
    padding: 5px;
}
.add-billing-details + div {
    text-align: right;
    padding-top: 10px;
    display: inline-block;
}
.add-billing-details + div a.btn.btn-primary {
    font-weight: 600;
}

.add-billing-details td,
.add-billing-details th {
    border: 1px #eaeaea solid;
    border-collapse: collapse;
    padding: 5px;
}
.add-billing-details + div {
    text-align: right;
    padding-top: 10px;
    display: inline-block;
    clear: both;
    float: left;
}
.add-billing-details + div a.btn.btn-primary {
    font-weight: 600;
}
.account-right-section table {
    width: 100%;
    border-collapse: collapse;
}
.top-menu ul.account-menu li a i.fa {
    padding-right: 6px;
}
label.required:after {
    content: "*";
    color: red;
    padding-left: 2px;
}
section.main-container.inner-page.sign-up-page {
    overflow: hidden;
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    button.btn.btn-primary:disabled {
    opacity: 0.3;
}
section.main-container.inner-page.sign-up-page
    .account-right-section
    .billing-address
    .form-group.checkbox-on-top {
    position: absolute;
    left: auto !important;
    top: 45px !important;
    right: 0;
}
section.main-container.inner-page.sign-up-page .account-right-section h2 {
    padding: 10px 7px;
}
section.main-container.inner-page.change-password-page
    .account-right-section
    input {
    width: 100%;
    max-width: 400px;
}
.checkout-page form + .checkout-btn > a:before {
    content: none;
}
.comment-box {
    padding-top: 10px;
}
.comment-box textarea {
    width: 100%;
    max-width: 400px;
    border: 1px #ddd solid;
    padding: 8px;
}
button.btn.btn-primary.submit-button.checkout-add-nxt-btn {
    float: right;
}
section.main-container.checkout-address-details h2 {
    font-size: 22px;
    color: #1c79bc;
    padding: 5px;
    margin-bottom: 5px;
}
section.main-container.checkout-address-details table.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
section.main-container.checkout-address-details table.table + p {
    /* margin-bottom: 25px;  */
    padding: 0;
    margin-top: -12px;
}
section.main-container.checkout-address-details table.table th {
    background-color: #f5f5f5;
    color: #0c0c0c;
    text-align: left;
}
.checkout-address-details .back-buttons {
    clear: both;
    float: left;
}
.checkout-address-details-btn a {
    margin-left: 5px;
    height: 37px;
    line-height: initial;
    font-size: 14px !important;
    cursor: pointer;
    background-color: #1c79bc;
    border: none;
    color: #fff;
    padding: 10px 30px; /*width: 150px;*/
    min-width: 150px;
    border-radius: 3px;
    margin-bottom: 10px;
    float: right;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}
.back-buttons a.btn {
    height: 37px;
    line-height: initial;
    font-size: 14px !important;
    cursor: pointer;
    background-color: #1c79bc;
    border: none;
    color: #fff;
    padding: 10px 30px; /*width: 150px;*/
    min-width: 150px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}
section.main-container.inner-page.thanks-page {
    text-align: center;
    padding-top: 100px;
    min-height: 300px;
}
section.main-container.inner-page.thanks-page h1 {
    color: #1c79bc;
    padding-bottom: 14px;
    font-size: 30px;
}
section.main-container.inner-page.thanks-page h2 {
    font-size: 23px;
    font-weight: 500;
    color: #888;
}

.my-orders table.table {
    width: 500px;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 15px;
}
.my-orders table.table th {
    background-color: #f3f3f3;
    padding: 6px;
    text-align: left;
    border: 1px #f3f3f3 solid;
}
.my-orders table.table td {
    padding: 6px;
    border: 1px #f3f3f3 solid;
    font-size: 14px;
}
.my-orders table.table td a {
    color: #1c79bc !important;
}
.orders-search table input {
    width: 100%;
    height: 31px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px #d2d2d2 solid;
    max-width: 92%;
}
.orders-search table select.form-control {
    border: 1px #d2d2d2 solid;
    width: 100%;
    height: 31px;
    max-width: 92%;
    border-radius: 4px;
    background-color: #fff;
}
.orders-search {
    padding-top: 15px;
}
.orders-search table td:last-child {
    text-align: left;
}
.orders-search table td button {
    background: #3270b6;
    border: none;
    font-size: 20px;
    padding: 5px 20px;
    cursor: pointer;
    color: #fff;
}
.orders-search table td {
    display: block;
    margin-bottom: 12px;
}
.orders-search table td:last-child a {
    font-size: 20px;
    color: #000;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    background-color: #c73c43;
    color: #fff;
}
.order-table-data {
    overflow-x: auto;
}

.order-detail table.table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 15px;
}
.order-detail table.table th {
    background-color: #f3f3f3;
    padding: 6px;
    text-align: left;
    border: 1px #f3f3f3 solid;
}
.order-detail table.table td {
    padding: 6px;
    border: 1px #f3f3f3 solid;
    font-size: 14px;
}
.order-detail table.table td a {
    color: #1c79bc !important;
}
.order-detail table.table td form button {
    background: #1c79bc;
    border: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 5px;
}
.order-detail table.table td:first-child a {
    display: block;
    font-weight: 500;
}

section.main-container.inner-page.sign-up-page {
    overflow: hidden;
}

section.main-container.inner-page.sign-up-page
    form
    .form-group
    button.btn.btn-primary:disabled {
    opacity: 0.3;
}

section.main-container.inner-page.sign-up-page
    .account-right-section
    .billing-address
    .form-group.checkbox-on-top {
    position: absolute;
    left: auto !important;
    top: 45px !important;
    right: 0;
}

section.main-container.inner-page.sign-up-page .account-right-section h2 {
    padding: 10px 7px;
}

section.main-container.inner-page.change-password-page
    .account-right-section
    input {
    width: 100%;
    max-width: 400px;
}

button.delete-account {
    background-color: #c73c43;
    color: #fff;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: capitalize;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

section.main-container.inner-page.change-password-page .invalid-feedback {
    color: red;
    font-size: 11px;
}
section.main-container.inner-page.sign-up-page
    .col-12.shipping-address
    .invalid-feedback {
    float: none;
}

.table-responsive {
    overflow-x: auto;
}

table.user-profile th:first-child {
    width: 195px;
    max-width: 195px;
    min-width: 195px;
}

section.main-container.inner-page.profile-detail-page
    .add-billing-details
    table.table
    th {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}
select.country-title option {
    font-size: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination > li:first-child .page-link,
    .pagination > li:last-child .page-link {
        height: 33px;
    }
    select::-ms-expand {
        display: none;
    }
    textarea {
        overflow: auto;
    }
    input::-ms-clear {
        display: none;
        height: 0;
        width: 0;
    }
}

@media screen and (min-width: 768px) {
    section.main-container.inner-page.sign-up-page.register-page
        .invalid-feedback {
        width: calc(100% - 150px);
        float: right !important;
    }

    section.main-container.inner-page.sign-up-page form .form-group select {
        width: calc(100% - 150px);
    }

    section.main-container.inner-page.sign-up-page
        form
        .form-group
        input[type="text"],
    section.main-container.inner-page.sign-up-page
        form
        .form-group
        input[type="email"],
    section.main-container.inner-page.sign-up-page
        form
        .form-group
        input[type="password"] {
        width: calc(100% - 150px);
    }
}

section.main-container.inner-page.sign-up-page.register-page select {
    background: url(../images/select-arrow.png) no-repeat scroll 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

section.main-container.inner-page.activation-page .activation-btn {
    padding-top: 15px;
}

section.main-container.inner-page.activation-page {
    min-height: 300px;
}

section.main-container.inner-page.activation-page span.fail {
    padding-top: 15px;
}

@media screen and (max-width: 499px) {
    .checkout-address-details-btn a {
        float: left !important;
    }
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        max-width: 300px;
    }
    body.gb-search
        ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        max-width: 100%;
    }
    .home-banner-search label h1 small {
        font-size: 34px !important;
    }
    .product-detail-sidebar {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 509px) {
    body
        section.main-container.inner-page.sign-up-page.checkout-address
        .shipping-address {
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 1152px) {
    section.main-container.inner-page.sign-up-page.profile-address
        .account-right-section
        .billing-address
        .form-group.checkbox-on-top {
        top: 8px !important;
    }
}

@media screen and (min-width: 510px) {
    section.main-container.inner-page.sign-up-page.checkout-address
        .invalid-feedback {
        float: right !important;
    }
}

@media screen and (min-width: 494px) {
    section.main-container.inner-page.sign-up-page.checkout-address
        .invalid-feedback {
        float: right !important;
    }
    section.main-container.inner-page.sign-up-page.profile-address
        .invalid-feedback {
        float: right !important;
    }
    body
        section.main-container.inner-page.sign-up-page.checkout-address
        .shipping-address {
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 509px) {
    body
        section.main-container.inner-page.sign-up-page.checkout-address
        .shipping-address {
        padding-right: 0px !important;
    }
    section.main-container.inner-page.sign-up-page.profile-address
        .shipping-address {
        padding-right: 0px !important;
    }
    section.main-container.inner-page.sign-up-page.profile-address
        .invalid-feedback {
        width: 100% !important;
    }
    section.main-container.inner-page.sign-up-page.checkout-address
        .invalid-feedback {
        width: 100% !important;
    }
}

section.main-container.inner-page.sign-up-page.checkout-address
    .shipping-address {
    padding-right: 0px !important;
}

@media screen and (max-width: 1151px) {
    section.main-container.inner-page.sign-up-page.profile-address
        .account-right-section
        .billing-address
        .form-group.checkbox-on-top
        + .form-group {
        padding-top: 28px;
    }
    section.main-container.inner-page.sign-up-page.profile-address
        .account-right-section
        .billing-address
        .form-group.checkbox-on-top {
        right: auto;
    }
}
section.main-container.inner-page.sign-up-page
    form
    .form-group
    button.btn.btn-primary:disabled {
    cursor: not-allowed;
}

section.main-container.inner-page.sign-up-page.register-page
    .card-body
    + .form-group
    .form-group
    label:after {
    content: "*";
    color: red;
}

.checkout-page button:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}

.checkout-page .checkout-btn a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}

section.main-container.inner-page.sign-up-page.register-page
    .card-body
    + .form-group
    .form-group
    label.prev-mand:before {
    content: "*";
    color: red;
}

section.main-container.inner-page.sign-up-page.register-page
    .card-body
    + .form-group
    .form-group
    label.prev-mand:after {
    content: none !important;
}

.cusor-p {
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: rgba(0, 0, 0, 0.025);
}
.table-striped tbody tr.item-actions.gt-class {
    background-color: #f3f3f3 !important;
}

.order-view-link {
    font-size: 14px;
    color: #000;
    padding: 4px 12px 4px 12px;
    cursor: pointer;
    background-color: #326fb6;
}

.order-view-link i {
    color: #fff;
}

tr.item-info.deleted-prod {
    opacity: 0.5;
}

tr.item-info.deleted-prod a.remove-from-basket {
    opacity: 1;
    color: red;
}

.checkout-address-details-btn i.fa.fa-truck {
    transform: rotateY(180deg);
}
.top-container form.form.search .field.search .control span {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    color: #ccc;
    font-size: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.top-container form.form.search .field.search .control {
    position: relative;
}
.top-container form.form.search .field.search .control input#search {
    padding-right: 45px;
    outline: 0;
}
label.prev-mand:before {
    content: "*";
    color: red;
}
.cusor-p.newsletter-notification::after {
    content: none !important;
}
section.login-top-content h2 {
    color: red;
    font-size: 17px;
}
section.main-container.inner-page.login-page.login-top-content {
    max-width: 570px;
}
.lang-de section.main-container.inner-page.login-page.login-top-content {
    max-width: 610px;
}
.no-data-found {
    min-height: 50px;
}

.journal-club-page-slidebar-image {
    margin-bottom: 10px;
    text-align: center;
}

.journal-club-page-slidebar-image img {
    max-width: 100%;
    border: 1px #ddd solid;
    padding: 1px;
}
.product-detail-page .product-description .panel.procudt-table-data table th {
    padding: 5px;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
    min-width: 100px;
    width: 215px;
}
.inner-page-search select.custom__select {
    background: #fff url(../images/select-arrow.png) no-repeat scroll 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    appearance: none;
    -ms-appearance: none;
    outline: 0;
}
.dropdown-control:after {
    content: none !important;
}
.tools-description {
    padding-bottom: 15px;
}

.service-form input[type="text"],
.service-form input[type="email"],
.service-form select,
.service-form textarea {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #ccc solid;
    height: 30px;
    width: 100%;
    border-radius: 3px;
    max-width: 100%;
}
.service-form label {
    float: left;
    width: 100% !important;
    font-weight: 400;
}
.service-form .form-group {
    clear: both;
    overflow: hidden;
    background-color: #fff;
    padding: 12px;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
}
.service-form h3 {
    border: 1px #ddd solid;
    padding-bottom: 12px;
    padding-top: 30px;
    border-left: none;
    border-right: none;
}
.service-form .form-group .radio {
    width: 107px;
}
.service-form .form-group label.radio-inline {
    width: 110px !important;
}
.service-form textarea {
    height: 84px;
}
.service-form .form-group button.btn.btn-primary {
    margin-top: 10px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 16px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 0px 30px;
    font-weight: 600;
    color: #fff;
}
.service-form .form-group button.btn.btn-primary:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}
.service-form .form-group span.invalid-feedback {
    clear: both;
    color: red;
    font-size: 12px;
    display: block;
}
.service-form-input {
    float: left;
    width: 100% !important;
}
.service-form h3:nth-child(2) {
    border-top: none !important;
    padding-top: 0;
}
.service-form .form-group:last-child {
    background-color: transparent;
    border: none;
    border-top: 1px #ddd solid;
}
.service-form {
    background-color: #f9f9f9;
    padding: 20px;
}
.service-form .form-group .checkbox label {
    float: none;
}
.service-form label.checkbox-inline {
    width: 50% !important;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .service-form label,
    .service-form-input {
        width: 100%;
    }
    .service-form label.checkbox-inline {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    body .service-form label {
        float: left;
        width: 100% !important;
        font-weight: 400;
    }
    .service-form .form-group span.invalid-feedback {
        padding-left: 0px !important;
    }
    .service-form-input {
        width: 100% !important;
    }
    .service-form label.checkbox-inline {
        width: 100% !important;
    }
}

.service-form h2,
.service-form h4,
.service-form h1 {
    border: 1px #ddd solid;
    padding-bottom: 12px;
    padding-top: 30px;
    border-left: none;
    border-right: none;
}

.service-form h1:nth-child(2),
.service-form h2:nth-child(2),
.service-form h4:nth-child(2) {
    border-top: none !important;
    padding-top: 0;
}

.journal-club-page-slidebar.dwd-btn {
    margin-bottom: 20px;
    background-color: transparent;
    text-align: center;
}

.journal-club-page-slidebar.dwd-btn a {
    cursor: pointer;
    background: #1c79bc;
    font-size: 14px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
}

.journal-club-page-slidebar.dwd-btn a i.fa.fa-file-pdf-o {
    font-size: 15px;
    padding-right: 5px;
}
.cms-page .cms-page-left h1 {
    color: #1c79bc;
    font-size: 30px;
    padding-bottom: 10px;
}

.cms-page .cms-page-left h3 {
    font-size: 15px;
    font-weight: normal;
}

button.action.search.search_auto_click:before {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-family: FontAwesome;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.field.search {
    margin-bottom: 25px;
}

.search-bar.global-search form.form.search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.search-bar.global-search input {
    border-radius: 5px;
    border: none;
    height: 60px;
    padding-right: 47px;
    font-size: 20px;
    color: #bcbcbc;
    padding-left: 25px;
    width: 100%;
    border: 3px #1c79bc solid;
    max-width: 600px;
}

.search-bar.global-search button.action.search {
    cursor: pointer;
    padding: 18px 0 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    border: none;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    color: #c73c43;
    background: #c73c43;
    font-size: 0;
    z-index: 99;
    opacity: 1;
    height: 60px;
}

.search-bar.global-search button.action.search:before {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-family: FontAwesome;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* body.gb-search ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: calc(100% - 60px) !important;
    left: 0px !important;
    right: 0px !important;
    max-width: 1000px;
    margin: 0 auto;
}

body.gb-search ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front span.ui-state-highlight {
    font-weight: 900;
    border-color: transparent !important;
    background: none !important;
}

body.gb-search ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:nth-child(even) {
    background-color: #e9e8e8;
}
body.gb-search ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item a {
    display: inline;
}

body.gb-search ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item a:last-child {
    color: #3270B6;
    font-weight: 600;
}


body.gb-search .ui-state-active, body.gb-search .ui-widget-content .ui-state-active, body.gb-search .ui-widget-header .ui-state-active{
background: none !important; color: inherit !important;
} */
.search-bar.global-search .invalid-feedback {
    color: red;
    font-size: 12px;
}
.news-outer-box.science-content h3 small {
    display: list-item;
    list-style: none;
    color: #222;
    padding-top: 2px;
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 10px;
    font-style: italic;
}

.news-outer-box.science-content h3 {
    font-size: 20px;
}
.news-outer-box.science-content h3 span {
    color: #222;
    font-style: normal;
    font-weight: normal;
}

.checkout-address-details .add-billing-details td.shipping-cost-text {
    word-break: break-word;
}

p.register-note {
    width: 100%;
    float: right !important;
    font-weight: bold;
    color: red;
    font-size: 11px;
}

.product-detail-main .review-referece-detail ul li:after {
    position: absolute;
}

.go_to_image_link {
    font-weight: bold;
    color: #3778bc !important;
    text-decoration: none;
}

@media screen and (min-width: 495px) {
    p.register-note {
        width: calc(100% - 150px);
    }
}

.profile-top table.user-profile {
    float: left;
    width: 60%;
    border-right: 1px #ddd solid;
}
.profile-top {
    display: inline-block;
    width: 100%;
}
.profile-top table.user-profile th {
    padding-top: 4px;
    padding-bottom: 4px;
}
.profile-top .profile-details {
    padding-left: 10px;
    float: left;
    width: 40%;
}

.profile-top table.user-profile td {
    word-break: break-word;
    white-space: normal;
}

@media screen and (max-width: 767px) {
    .profile-top .profile-details {
        padding-left: 0;
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .profile-top table.user-profile {
        float: left;
        width: 100%;
        border-right: none !important;
        border-bottom: 1px #ddd solid;
    }
}

i.fa.fa-envelope.blue-clr {
    color: #1c79bc;
}
.profile-top .profile-details a {
    font-weight: 500;
}

/* new discount price css - start */
.price-detail-top {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.price-btm-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rg-price-value {
    text-align: right;
}
.rg-price-value span.discount {
    color: #c73c43;
    display: block;
    clear: both;
}
.rg-price-value span.price {
    clear: both;
    display: block;
}
/* new discount price css - end */

.checkout-address-details-btn a span {
    display: block;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding-top: 14px;
    pointer-events: none;
    cursor: default;
    margin-left: -30px;
}
@media screen and (max-width: 767px) {
    .add-billing-details + div {
        margin-top: 30px;
    }
    body.lang-de .checkout-address-details-btn a:last-child {
        max-width: 220px;
    }

    body.lang-de .checkout-address-details-btn a span {
        width: 300px;
    }
}
@media screen and (max-width: 992px) {
    .add-billing-details + div {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .checkout-address-details-btn a {
        padding: 10px 14px !important;
    }
    .checkout-address-details-btn a span {
        margin-left: -15px !important;
    }
}
.product-detail-accordain.product-description-tab table {
    table-layout: fixed;
}
.checkout-address-details-btn a img {
    height: 18px;
    vertical-align: middle;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    body.lang-de .back-buttons a {
        width: 180px;
        padding: 10px 7px;
    }
    body.lang-de .checkout-address-details-btn a {
        padding: 10px 7px !important;
        width: 180px;
    }

    body.lang-de .checkout-address-details-btn a span {
        margin-left: -7px !important;
    }
}
@media only screen and (max-width: 1099px) and (min-width: 992px) {
    body.lang-de .add-billing-details + div {
        padding-top: 31px;
    }
}
body.lang-de .checkout-address-details-btn a:last-child {
    max-width: 200px;
}
@media screen and (max-width: 499px) {
    body.lang-de .checkout-address-details-btn a:last-child {
        margin-right: 5px !important;
    }
    body.lang-de .checkout-address-details-btn a {
        margin-left: 0 !important ;
        margin-right: 5px !important;
    }
}
body.lang-de .checkout-address-details-btn a span {
    width: 300px;
}
.news-detail-inner .news-left-section video {
    max-width: 100%;
    height: auto;
}

/* Cookie consent dialog css - start */
.CybotCookiebotDialogBodyButton {
    width: 43% !important;
    float: left;
    padding: 10px !important;
    border-radius: 5px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: white !important;
    color: #737373 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    width: 100%;
}

div#CybotCookiebotDialog {
    border-width: 1px !important;
}
/* Cookie consent dialog css - end */

.page-footer .block.newsletter span.hs-cta-wrapper {
    display: inline-block;
    vertical-align: top;
}
.news-detail-page table td {
    padding: 10px !important;
}
.news-detail-page table th {
    padding: 10px !important;
}
.news-detail-page table td p {
    padding: 0;
}
.search-bar.global-search.scientific-overview-search .field.search .actions {
    position: relative;
}
.tools-description {
    overflow: hidden;
}
.social-icon li a i {
    font-size: 23px;
}
.social-icon li:last-child a i {
    padding-right: 6px;
}
.social-icon li:last-child a {
    color: #000;
    font-size: 16px;
}
.social-icon li:last-child a i {
    color: #1869ab;
}
.footer-links {
    border-top: 2px solid #e4e4e4;
    padding-top: 15px;
}
.sidebar.order-direct .email-text {
    padding-top: 0;
}
tr.arrow-up a i {
    transform: rotate(180deg);
}
tr.show-price a i {
    margin-left: 5px;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.search-bar.global-search .search-title {
    padding-bottom: 8px;
}
.search-bar.global-search.scientific-global-search
    button.action.search.global_search_click {
    top: 39px;
}
@media only screen and (max-width: 599px) {
    .search-bar.global-search.scientific-global-search h1.search-title {
        font-size: 24px;
    }
}
.search-bar.global-search.scientific-overview-search
    button.action.search.global_search_click {
    top: -60px;
}
.product-attributes-wrapper .product-attribute.form-group span {
    display: block;
}

.product-attributes-wrapper .product-attribute.form-group span label span {
    display: inherit;
    color: #3f94d0;
    vertical-align: top;
    padding-left: 5px;
    cursor: pointer;
}

.product-attributes-wrapper
    .product-attribute.form-group
    span
    label
    span:last-child {
    float: right;
    padding: 0;
    color: #000;
}

.eocjs-newsticker {
    padding: 10px 0;
}

.eocjs-newsticker .eocjs-newsticker-container {
    position: relative;
    height: 20px;
    overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.eocjs-newsticker-loader {
    position: absolute;
    left: calc(50% - 10px);
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #555555;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: eocjs-newsticker-spin 0.75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
    to {
        transform: rotate(360deg);
    }
}

#tickerBand.paused {
    padding: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
}

/* 7/12/22 */
.footer-right-certificate ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-right-certificate ul li img {
    max-width: 100%;
}
.footer-right-certificate ul li {
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-right-certificate ul li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .footer-right-certificate ul li:first-child img {
        max-height: 100px;
    }
}

.contact-cart-section .contact-section .btn-secondary-antibody {
    margin-top: 10px;
    cursor: pointer;
    background: #1c79bc;
    font-size: 15px;
    line-height: 37px;
    border-radius: 4px !important;
    border: none !important;
    padding: 6px 15px;
    font-weight: 500;
    color: #fff;
}
.contact-cart-section .contact-section .btn-secondary-antibody:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #c73c42;
}
