@font-face {
    font-family: 'ColgateReady';
    src: url('../fonts/ColgateReady/ColgateReady-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ColgateReady/ColgateReady-LightItalic.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
    font-family: 'ColgateReady';
    src: url('../fonts/ColgateReady/ColgateReady-BoldItalic.eot');
    src: url('../fonts/ColgateReady/ColgateReady-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ColgateReady/ColgateReady-BoldItalic.woff') format('woff'), url('../fonts/ColgateReady/ColgateReady-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
    /* Fix for Opera */
}
body {
    font: 75%/150% "ColgateReady";
    background-color: #fff;
    color: #333;
    text-align: center;
    font-weight: lighter;
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:visited, a:hover {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #e30613;
}
:focus {
    outline: 0;
}
b, strong {
    font-weight: bold;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
}
h1 {
    font-size: 2.6666em;
    line-height: 1.25em;
    /*32px, 40px*/
    margin-bottom: 20px;
}
h2 {
    font-size: 2em;
    line-height: 1.25em;
    /*24px, 30px*/
}
h3 {
    font-size: 1.6666em;
    line-height: 1.2em;
    /*20px, 24px*/
}
h4 {
    font-size: 1.3333em;
    line-height: 1.25em;
    /*16px, 20px*/
}
h5 {
    font-size: 1.1666em;
    line-height: 1.1428em;
    /*14px, 16px*/
}
h6 {
    font-size: 1em;
    line-height: 1.1666em;
    /*12px, 14px*/
}
/* Forms */
form {
    display: inline;
}
fieldset {
    border: 0;
}
/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    font-size: 12px;
    color: #888;
}
div.mage-error {
    display: none;
    color: #ee001c;
}
select,
input.input-text {
    height: 36px;
    width: 262px;
    border: 1px solid #ddd;
}
input.input-text, textarea {
    padding: 8px;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    color: #333;
}
input.input-text.mage-error, textarea.mage-error {
    border: 1px solid #ee001c;
}
input:not([disabled]):not([mage-error]):focus {
    box-shadow: none;
}
button {
    background-color: #e30613;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 0px 25px;
}
label em {
    display: none;
}
.field._required:not(.choice) label:after,
.field.required:not(.choice) label:after {
    content: ' *';
    color: #EE001C;
    font-weight: normal;
    font-family: "ColgateReady";
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
.clear {
    clear: both;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
.data.table tr td, .data.table tr th {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.data.table tr td.actions, .data.table tr th.actions,
.data.table tr td.action, .data.table tr th.action {
    border-right: none;
}
.data.table thead tr:last-child {
    border-bottom: #aaa solid 1px;
}
.data.table tbody:nth-child(even) tr {
    background-color: #fbfbfb;
}
.page.messages {
    margin-bottom: 20px;
}
.page.messages .message {
    font-size: 12px;
    padding: 25px 25px 25px 80px;
    background-repeat: no-repeat;
    background-position: 25px center;
}
.page.messages .notice,
.page.messages .error {
    border-color: #c02230;
    background-color: #F5DAD3;
    background-image: url(../images/i_msg-error.png);
    color: #c02230;
}
.page.messages .success {
    border-color: #296a23;
    background-color: #e9ffca;
    background-image: url(../images/i_msg-success.png);
    color: #296a23;
}
.a-center {
    text-align: center;
}
.a-left{
    text-align: left;
}
.a-right {
    text-align: right;
}
.main {
    padding-bottom: 30px;
}
.page-wrapper {
    border-top: 5px solid #333333;
}
.page-main {
    text-align: left;
    margin-top: 40px;
}
.page-title {
    margin-bottom: 20px;
}
h1.page-title, h2.page-title {
    min-height: 1.3125em;
    font-size: 2.6666em;
    line-height: 1.25em;
}
.breadcrumbs {
    line-height: 1.5em;
    margin: 0 0 10px;
    overflow: hidden;
}
.breadcrumbs ul {
    padding: 0px;
}
.breadcrumbs ul li {
    color: #bbb;
    float: left;
}
.breadcrumbs ul li a {
    color: #bbb;
}
.breadcrumbs ul li a:after {
    content: "\e228";
    font-family: 'ThemeIcons';
    font-size: 8px;
    padding: 0px 7px;
}
.price-box .price {
    color: #e30613;
    font-size: 16px;
    white-space: nowrap;
}
form .fieldset {
    margin-bottom: 30px;
}
form .fieldset > .field {
    margin: 0px 15px 8px 0px;
    text-align: left;
}
form .fieldset > .field:not(.choice) > .label {
    font-weight: normal;
    position: relative;
    z-index: 0;
    margin: 0 0 2px 0;
    text-align: left;
    float: none;
    padding: 5px 0px 0px 0px;
}
form .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: none
}
form .fieldset > .field.choice::before {
    width: auto;
    padding: 0;
}
form .fieldset::after {
    display: none !important;
}
form .fieldset > .field.required > .label::after {
    color: #EE001C;
    font-size: 12px;
}
form .fieldset .legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2222em;
    margin: 0px;
    float: none;
}
p.required {
    color: #ee001c;
    font-size: 0.8333em;
    text-align: right;
    margin: 0;
}
.load.indicator {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute;
}
.load.indicator:before {
    background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.load.indicator > span {
    display: none;
}
.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.loading-mask .loader > p {
    display: none;
}
.actions-toolbar {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.actions-toolbar > .primary .action {
    display: inline-block;
    margin: 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    /*white-space: nowrap;*/
    text-align: center;
    background-color: #e30613;
    color: #fff;
    line-height: 25px;
    padding: 11px 25px 13px 25px;
    letter-spacing: 1px;
}
.actions-toolbar > .primary .action:hover {
    background: #209fa6;
    color: #fff;
    margin: 0;
    border: 0;
}
.actions-toolbar .primary {
    float: right;
}
.actions-toolbar .secondary {
    float: left;
}
.actions-toolbar > .secondary .action.back {
    display: block;
    margin: 0;
    line-height: 36px;
}
.actions-toolbar > .secondary .action.back::before {
    content: "\e22a";
    font-family: ThemeIcons;
    margin-right: 7px;
}
.actions-primary .tocart {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 37px;
}
.page-footer {
    background-color: #44484c;
    color: #FFF;
    border-bottom: 7px solid #e41f25
}
.page-footer .footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-footer .footer .ic-email, .page-footer .footer .ic-info {
    position: relative;
    padding-left: 40px;
}
.page-footer .footer .ic-info::before {
    content: '';
    top: 2px;
    left: 0px;
    background-image: url('/media/wysiwyg/information-button.svg');
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
}
.page-footer .footer .ic-email::before {
    content: '';
    top: 2px;
    left: 0px;
    background-image: url('/media/wysiwyg/email.svg');
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
}
.page-footer .footer .collapsible {
    text-align: left;
}
.page-footer .footer .block-title {
    line-height: 1.25em;
    padding-bottom: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
    border: none;
}
.page-footer .footer p {
    font-size: 14px;
}
.page-footer .footer .block-content .feature {
    margin: 10px 0;
}
.page-footer .footer .block-content p {
    color: #FFF;
}
.page-footer .footer .block-content .feature.indent {
    margin-top: 0px;
}
.page-footer .footer .block-content .feature.indent a {
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    color: #FFF;
}
.page-footer .footer .std {
    border-left: 1px solid #747477;
    padding-left: 20px;
}
.page-footer .footer .social-links .ib {
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #86888a;
    line-height: 36px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
}
.page-header {
    border: none;
}
.page-header .logo {
    margin: 0;
    max-width: 100%;
}
.page-header .account {
    position: relative;
}
.page-header .account .customer-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    margin-top: 7px;
    width: 165px;
    border-radius: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 30px 20px 30px;
    border-right: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    text-align: left;
    z-index: 99;
}
.page-header .account.active .customer-menu {
    display: block;
}
.page-header .account .customer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-header .account .customer-menu ul li {
    margin-bottom: 0;
    line-height: 2;
}
.page-header .account .ic-user,
.page-header .minicart-wrapper .ic-cart{
    font-size: 24px;
    line-height: 1em;
    vertical-align: middle;
}
.page-header .minicart-wrapper {
    margin-left: 25px;
    margin-top: 0px;
    position: relative;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active::before{
    content: "\e221";
    color: #e30613 !important;
    font-family: 'ThemeIcons';
    font-size: 24px;
}
.page-header .logo-wrapper {
    position: relative;
}
.page-header .switcher-store {
    position: absolute;
    right: 72px;
    bottom: 48px;
}
.page-header .switcher-store a img {
    height: 18px;
    border-radius: 3px;
    margin-right: 5px;
    opacity: 0.25;
}
.page-header .switcher-store a.active img {
    opacity: 1;
}


.minicart-wrapper .text,
.minicart-wrapper .counter-label{
    display: none;
}
.minicart-wrapper .block-minicart {
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    border: none;
    min-width: 100%;
    position: absolute;
    top: 100%;
    right: -15px;
    width: 390px;
    padding: 25px;
    text-align: left;
    background: #fff;
    z-index: 99;
    display: none;
}
.minicart-wrapper .block-minicart::before {
    display: none;
}
.minicart-wrapper .block-minicart::after {
    content: none;
    border: none;
}
.minicart-wrapper .block-minicart .close {
    display: none;
}
.minicart-wrapper .block-minicart .block-content .subtitle {
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    height: auto !important;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items {
    padding: 0;
    overflow: hidden;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li{
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-photo {
    float: left;
    width: 50px;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details {
    float: left;
    width: 240px;
    margin-left: 10px;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .details-qty button {
    font-size: 12px;
    padding: 2px 10px;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details input.item-qty {
    width: 40px;
    text-align: center;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions {
    position: absolute;
    right: 0;
    top: 0;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions > * {
    display: inline-block;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .action {
    font-family: ThemeIcons;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .action span {
    display: none;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .edit {
    display: none;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .edit:before {
    content: "\e22e";
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .delete {
    margin-left: 5px;
}
.minicart-wrapper .block-minicart .block-content ol.minicart-items li .product-item-details .actions .delete:before {
    content: "\e22d";
}
.minicart-wrapper .block-minicart .block-content .subtotal {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}
.minicart-wrapper .block-minicart .block-content .actions > * {
    display: inline-block;
}
.minicart-wrapper .block-minicart .block-content .actions .viewcart {
    background: #000;
    padding: 10px 10px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}
.minicart-wrapper .block-minicart .block-content .actions .checkout {
    padding: 2px 10px;
    line-height: 36px;
    font-size: 14px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label,
.minicart-wrapper .block-minicart .block-content .subtotal .amount {
    display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty {
    background-color: #e30613;
    line-height: 24px;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 24px;
}
.customer-account-login h1 {
    margin: 0px;
}
.customer-account-login .columns .column.main {
    background-image: url(/media/wysiwyg/login_background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom-right-radius: 60px;
    margin: 30px auto;
}
.customer-account-login.website-no .columns .column.main {
    background-image: url(/media/wysiwyg/login_background_no.png);
}
.cms-home .columns .column.main {
    padding-bottom: 200px;
}
.customer-account-login .actions-toolbar > .primary {
    margin: 0 !important;
    width: 100%;
}
.customer-account-login .actions-toolbar > .primary .action {
    width: 100%;
}
.block-customer-login {
    margin-left: 50px;
    background-color: #FFF;
    box-shadow: 2px 2px 8px #000000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 30px;
    max-width: 400px;
    text-align: left;
}
.block-customer-login .note {
    margin-bottom: 30px;
}
.block-customer-login h2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2222em;
    margin-bottom: 15px;
}
.block-customer-login button.button {
    width: 100%;
}
.block-customer-login .buttons-set {
    margin-top: 10px;
}
.block-customer-login input.input-text {
    width: 100%;
}
/*.customer-account-forgotpassword .column {
    text-align: left;
}
.customer-account-forgotpassword .page-title {
    text-align: left;
}*/
.form-create-account p.note {
    margin: 0 0 1em;
}
.form-create-account .field-name-firstname,
.form-create-account .field-name-lastname{
    float: left;
}
.form-create-account .field-name-firstname {
    margin-right: 15px;
}
.form-create-account .email {
    clear: both;
}
.form-create-account .fieldset .newsletter {
    display: flex;
    align-items: start;
    margin-top: 10px;
}
.form-create-account .fieldset .newsletter .label {
    margin-left: 7px;
    position: relative;
    top: -5px;
}

.form-create-account .field.company,
.form-create-account .field.clinic_type,
.form-create-account .field.city,
.form-create-account .field.password,
.form-create-account .field.confirmation{
    float: left;
}
.field.clinic_type label {
    display: block;
}
.form-edit-account .field.clinic_type {
    margin-bottom: 20px;
}
#password-error {
    color: #e30613;
    padding: 3px 0px;
}

.ic-lg {
    font-size: 1.33333333em;
}
.ic {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
.ic-facebook:before {
    content: "\e213";
}
.ic-user:before {
    content: "\e230";
    color: #e30613;
}
.cms-home .block-customer-login{
    max-width: 460px;
}
.cms-home .clinic-login {
    text-align: center;
}
.cms-home .clinic-login p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #6f6f6f;
}
.cms-home .clinic-login p span.colg-red {
    color: #ff0000;
}
.cms-home .clinic-login p span.colg-grey {
    color: #6f6f6f;
}
.cms-home .clinic-login p span.colg-black {
    color: #2b3e4a;
}
.cms-home .clinic-login .actions-toolbar {
    border: none;
}
.cms-home .register-block .actions-toolbar {
    border-top: 1px solid #a5a3a6;
    padding: 18px 0;
    margin: 19px;
    text-align: center;
}
.cms-home .actions-toolbar .primary {
    float: none;
}
.cms-home .actions-toolbar > .primary .action {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: normal;
    width: auto;
    min-width: 310px;
}
.info-line {
    color: #FFF;
    font-size: 29px;
    line-height: 29px;
    text-transform: uppercase;
    background: #e30613;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px 15px 12px 15px;
    box-sizing: border-box;
}
.block-products {
    margin: 30px 0;
    border: 0;
    background: #eff0f0;
    /*padding: 40px 40px 10px 40px;*/
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.block-products .block-title {
    padding: 40px 40px 0px 40px;
}
.block-products .block-title h2 {
    margin-bottom: 20px;
    color: #ae1229;
    font-size: 31px;
}
.block-products .block-description {
    padding: 0px 40px 20px 40px;
    font-weight: 700;
    font-size: 17px;
}
.block-products ol.product-items {
    list-style: none;
    padding: 0px 31px;
}
.block-products ol.product-items li.product-item {
    margin-bottom: 30px;
    padding: 0px 23px;
}
.block-products ol.product-items li.product-item .product-item-info {
    background-color: #fff;
    padding: 30px 30px;
}
.block-products ol.product-items li.product-item .product-item-info .product-item-name {
    margin: 15px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    height: 47px;
}
.block-products ol.product-items li.product-item .product-item-info .product-item-actions {
    margin: 10px 0 0;
}
.block-products ol.product-items li.product-item .product-item-info .product-item-actions {
    margin: 10px 0 0;
}
.fotorama__stage__frame .fotorama__img {
    max-width: 100%;
}
.product-info-main .product-info-price {
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    margin: 15px 0 0;
    padding: 10px 0;
}
.product-info-main .product-info-price .product-info-stock-sku {
    float: right;
    color: #bbb;
}
.product-info-main .product-info-price .price-box {
    float: left;
}
.product-info-main .product-info-price .price-box .price {
    font-size: 22px;
}
.product-info-main .actions-primary {
    display: inline-block;
}
.product-info-main .actions-primary .tocart {
    font-size: 16px;
    line-height: 55px;
    min-width: 180px;
}
.product-info-main .field.qty {
    display: inline-block;
}
.product-info-main .field.qty > * {
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .field.qty input.qty {
    width: 70px;
    margin-right: 5px;
    height: 55px;
    text-align: center;
}
.product-info-main .field.qty .qty-button {
    margin: 0;
    cursor: pointer;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #333333;
    font-family: ThemeIcons;
}
.product-info-main .field.qty .qty-button.increase {
    margin-bottom: 1px;
}
.product-info-main .field.qty .qty-button.increase:before {
    display: inline-block;
    content: "\e262";
}
.product-info-main .field.qty .qty-button.decrease:before {
    display: inline-block;
    content: "\e261";
}
.product-info-main .field.qty #qty-error {
    position: absolute;
}
.product-info-main .product-social-links {
    margin: 20px 0;
}
.product-info-main .product-social-links .action.towishlist {
    margin-right: 10px;
}
.product-info-main .product-social-links .action:before {
    font-family: ThemeIcons;
    font-size: 16px;
    background-color: #e5e5e5;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
}
.product-info-main .product-social-links .action:hover:before {
    background-color: #e30613;
    color: #fff;
}
.product-info-main .product-social-links .action.towishlist:before {
    content: "\e225";
}
.product-info-main .product-social-links .action.tocompare:before {
    content: "\e23a";
}
.product-info-main .amrec-purchase-option {
    margin-bottom: 10px;
}
.product-info-main .amrec-purchase-option > .amrec-label {
    font-size: 15px;
}
.product-info-main .amrec-info-table .amrec-row .amrec-cell {
    padding-bottom: 10px;
    font-size: 14px;
}
.product-info-main .amrec-info-table .amrec-row .amrec-cell.-value {
    padding-left: 20px;
}
.product.detailed {
    margin-top: 20px;
    margin-bottom: 50px;
}
.product.detailed .title a {
    font-size: 16px;
    line-height: 50px;
    padding: 12px 10px;
}
.product.detailed .title.active a {
    background-color: #ffffff;
    color: #e30613;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
    position: relative;
    bottom: -2px;
}
.product.detailed .content {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
}
.product.media .fotorama__stage {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px;
}
.product.media .fotorama__thumb-border {
    border-color: #e30613;
}
.product.media .fotorama__stage__shaft {
    width: 100% !important;
}
.cart .product-item-name {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 1.6666em;
    line-height: 1.2em;
}
.cart input.qty {
    width: 50px;
    text-align: center;
}
.cart .actions-toolbar {
    padding: 0;
    margin: 0;
    border: none;
}
.cart .actions-toolbar .action {
    font-family: ThemeIcons;
}
.cart .actions-toolbar .action span {
    display: none;
}
.cart .actions-toolbar .action-edit {
    display: none;
}
.cart .actions-toolbar .action-edit:before {
    content: "\e22e";
}
.cart .actions-toolbar .action-delete:before {
    content: "\e22d";
}
.cart a.continue,
.cart button.update{
    background: #000;
    padding: 0px 15px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}
.cart.actions {
    overflow: hidden;
    border-bottom: #f5f5f5 solid 1px;
    padding-bottom: 15px;
}
.cart.actions a.continue {
    float: left;
}
.cart.actions button.update {
    float: right;
}
.cart-summary {
    width: 400px;
    float: right;
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 15px 20px;
}
.cart-summary .summary,
.cart-summary .block.shipping{
    display: none;
}
.cart-summary .cart-totals .totals .table-caption {
    display: none;
}
.cart-summary .cart-totals table.totals tr th,
.cart-summary .cart-totals table.totals tr td {
    background-color: #f5f5f5;
    border: none;
    padding: 5px 0px;
    text-align: right;
}
.cart-summary .cart-totals table.totals tr td {
}
.cart-summary .cart-totals table.totals tr th {
    text-align: right;
}
.cart-summary .cart-totals table.totals tr.totals {
    font-size: 16px;
}
.cart-summary .checkout-methods-items {
    text-align: right;
}
.cart-summary .checkout-methods-items button {
    font-size: 18px;
    padding: 16px 25px;
}
.account h1.page-title,
.account h2.page-title,
.account .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.account .block-collapsible-nav-title {
    background: url(../images/img/ic-account.png) 5px 2px no-repeat;
    padding-left: 38px;
    padding-top: 12px;
    background-position: 0px 0px;
}
.account .block {
    margin-bottom: 30px;
}
.account .block .block-title {
    font-weight: 700;
    font-size: 20px;
}
.account .block .block-title .action {
    float: right;
    font-size: 13px;
}
.account .block .block-content {
    padding: 10px 0px;
}
.account .block-content {
    overflow: hidden;
}
.account .block-content .box {
    width: 50%;
}
.account .block-content .box .box-title {
    font-size: 15px;
    text-transform: uppercase;
}
.account .block-content .box-address-billing,
.account .block-content .box-billing-address {
    float: left;
}
.account .block-content .box-address-shipping,
.account .block-content .box-shipping-address {
    float: right;
}
.account .block-content .box .box-content {
    padding-top:5px;
}
.account .table-caption {
    display: none;
}
.account .field.street .control input {
    margin-bottom: 5px;
}
.account .field.street .control .field label {
    display: none;
}
.toolbar .limiter select {
    width: 45px;
}
.products-grid.wishlist ol {
    padding: 0;
}
.products-grid.wishlist table tbody:nth-child(even) tr {
    background-color: #fff;
}
.products-grid.wishlist table tr td:before {
    content: none;
}
.products-grid.wishlist .product-image-photo {
    min-width: 113px;
    max-width: 140px;
}
.products-grid.wishlist .comment-box {
    margin-top: 10px;
}
.products-grid.wishlist .comment-box textarea {
    width: 100%;
    height: 60px;
}
.products-grid.wishlist .field.qty label {
    float: left;
    padding-right: 5px;
}
.products-grid.wishlist .field.qty input {
    width: 40px;
    text-align: center;
}

.products-grid.wishlist .product-item-actions .action.edit span,
.products-grid.wishlist .product-item-actions .action.delete span {
    display: none;
}
.products-grid.wishlist .product-item-actions .action.edit:before {
    content: "\e22e";
    font-family: ThemeIcons;
}
.products-grid.wishlist .product-item-actions .action.edit {
    margin-right: 5px;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
    content: "\e22d";
    font-family: ThemeIcons;
}
.toolbar.wishlist-toolbar {
    display: none;
}
.form-wishlist-items .actions-toolbar .primary button {
    margin-bottom: 10px;
}
.sales-order-view .page-title-wrapper {
    position: relative;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
}
.sales-order-view .order-date {
    margin: 15px 0;
    color: #ee001c;
}
.sales-order-view .block-order-details-view .row {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 0 10px
}
.sales-order-view .block-content .box .box-title {
    font-size: 18px;
}
.sales-order-view .table-order-items tfoot tr th {
    text-align: right;
}
#store-modal {
    display: none;
}
.store-modal .modal-inner-wrap {
    max-width: 600px;
}
.store-modal .switcher {
    text-align: center;
    padding: 20px 0px;
}
.store-modal .switcher a.action {
    background-color: #e30613;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin: 0px 10px;
}
._block-content-loading {
    position: relative;
}
#cloudflare-turnstile-login {
    min-height: 69px;
}

@media (min-width: 1200px) {
    .customer-account-login .columns .column.main {
        /*background-position: center -90px;*/
        /*padding-bottom: 158px;*/
        padding-top: 43px;
    }
    .block-customer-login {
        padding: 25px 30px 10px 30px;
        position: relative;
        top: 40%;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1170px;
    }
    .customer-account-login .columns .column.main {
        /*padding-top: 60px;*/
    }
}

@media (max-width: 1199px) {
    .page-header .switcher-store {
        right: 61px;
        bottom: 36px;
    }
}

@media (max-width: 991px) {
    .page-header .switcher-store {
        right: 48px;
        bottom: 21px;
    }
}

@media (max-width: 992px) {
    .block-customer-login {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
    .cms-home .register-block .actions-toolbar {
        margin: 19px 0px 0px 0px;
    }
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative;
    }
    .data.table thead {
        display: none;
    }
    .data.table tbody:nth-child(even) tr {
        background-color: #fff;
    }
    .data.table tr {
        border-bottom: 1px solid #e5e5e5 !important;
        margin-bottom: 20px;
        position: relative;
    }
    .data.table tr td {
        display: block;
        border: none;
    }
    .data.table tr td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block;
    }
    .data.table .cart tr td.subtotal {
        display: none;
    }
    .cms-home .actions-toolbar > .primary .action {
        min-width: 100%;
    }
    .product-info-main h1.page-title {
        font-size: 2em;
        line-height: 1.25em;
    }
    .product-info-main .product-social-links {
        margin-top: 30px;
    }
    .product-info-main .actions-primary {
        display: block;
    }
    .product-info-main .actions-primary .tocart {
        width: 100%;
    }
    .page-header .minicart-wrapper {
        position: static;
    }
    .page-header .switcher-store {
        left: 12px;
        top: 15px;
        right: auto;
    }
    .minicart-wrapper .block-minicart {
        top: 200px;
        right: 0;
        left: 0;
    }
    .cart-summary {
        width: 100%;
    }
    .cart .actions-toolbar {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .cart .actions-toolbar .action {
        margin-left: 15px;
    }
    .cart .actions-toolbar .action-edit:before,
    .cart .actions-toolbar .action-delete:before{
        font-size: 15px;
    }
    .cart.actions {
        text-align: center;
    }
    .cart.actions a.continue,
    .cart.actions button.update {
        float: none;
        display: inline-block;
    }
    .account .block-dashboard-addresses .block-content .box {
        width: 100%;
        float: none;
    }
    .account .orders-history tr td:before,
    .account .block-dashboard-orders tr td:before {
        width: 100px;
    }
    .customer-account-login .columns .column.main {
        margin-top: 0;
        background: none;
    }
    .customer-account-login.website-no .columns .column.main {
        background: none;
    }
    .cms-home .columns .column.main {
        padding-bottom: 20px;
    }
    .page-footer .footer .std {
        padding-left: 0;
        border: none;
        margin-top: 20px;
    }
    .page-header .logo-wrapper {
        text-align: center;
    }
    .page-header .logo img {
        max-width: 50%;
    }
    .account .block-collapsible-nav-title {
        background: none;
        padding-left: 14px;
    }
    .cart-summary .cart-totals table.totals tbody:nth-child(even) tr {
        background-color: #f5f5f5;
    }
    .sales-order-view .block-order-details-view {
        margin-bottom: 0;
    }
    .sales-order-view .table-order-items tfoot tr td:before,
    .cart-summary .cart-totals table.totals tr td:before {
        content: none;
    }
    .sales-order-view .table-order-items tr td ul.items-qty {
        padding: 0px;
    }
    .sales-order-view .table-order-items tr td:before {
        display: block;
    }
}

@media (max-width: 500px) {
    .minicart-wrapper .block-minicart {
        top: 120px;
    }
}
