*, a:active {
    outline: 0
}

body.texture_1 {
    /*background-image: url(../img/texture_1.png)*/
}

body.texture_2 {
    /*background-image: url(../img/texture_2.jpg)*/
}

body.texture_3 {
    /*background-image: url(../img/texture_3.jpg)*/
}

.page__title.h1 {
    font-size: 2rem;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none
}

ol, ul {
    list-style: none
}

a img {
    border: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2
}

.small-container {
    max-width: 700px;
    margin: 0 auto
}

input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0
}

input[type=button], input[type=email], input[type=password], input[type=reset], input[type=submit], input[type=tel], input[type=text], textarea {
    border-radius: 0
}

input[type=checkbox], input[type=checkbox] + *, input[type=radio], input[type=radio] + *, label, label + * {
    vertical-align: middle
}

input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font: 14px "Archivo", sans-serif;    
    color: #555
}

a {
    color: inherit;
    cursor: pointer
}

    a img {
        opacity: .99
    }

table {
    width: 100%;
    border-collapse: collapse
}

input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
    height: 36px;
    border: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px;
    vertical-align: middle;
    background: 0 0
}

textarea {
    min-height: 150px
}

select {
    min-width: 50px;
    height: 36px;
    padding: 8px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: 0 0;
    line-height: 30px
}

input[type=checkbox], input[type=radio], label {
    vertical-align: middle
}

.button-1, .button-2, button, input[type=button], input[type=submit] {
    cursor: pointer
}

.master-wrapper-content {
    width: 95%;
    margin: 30px auto 0
}

.master-column-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.center-1, .center-2, .side-2 {
    margin: 0 0 20px
}

.page-title {
    margin: 0 0 20px;
    position: relative
}

    .page-title h1 {
        background: #fff;
        font-size: 26px;
        font-weight: 400;
        padding: 9px;
        text-transform: capitalize
    }

    .page-body:after, .page-title:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

.buttons {
    margin: 0 0 20px;
    text-align: center
}

.link-rss {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url('../img/icon-rss.png') no-repeat;
    text-indent: 999px;
    position: absolute;
    top: 16px;
    right: 16px
}

.category-description ul, .custom-tab ul, .full-description ul, .manufacturer-description ul, .post-body ul, .topic-block ul, .topic-page ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc
}

.category-description ol, .custom-tab ol, .full-description ol, .manufacturer-description ol, .post-body ol, .topic-block ol, .topic-page ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal
}

.category-description p, .custom-tab p, .full-description p, .manufacturer-description p, .news-body p, .post-body p, .topic-block p, .topic-page p {
    margin: 0 0 10px
}

.category-description a, .custom-tab a, .full-description a, .manufacturer-description a, .news-body a, .post-body a, .topic-html-content a, .topic-page a {
    text-decoration: underline
}

.flyout-cart {
    display: none
}

.cart .remove-from-cart, .form-fields, .inputs {
    position: relative
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url('../img/goTop.png') center 46% no-repeat #e87772;
    border-radius: 50%;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.highlight-link > a {
    background: #337ab7;
    color: #fff !important;
    border-radius: 3px
}

.fieldset, .section {
    position: relative;
    margin: 0 0 25px
}

    .captcha-box, .fieldset .title, .inputs {
        margin: 0 0 15px;
        text-align: center
    }

.fieldset {
    background: #fff;
    padding: 12px 8px
}

    .fieldset .title {
        padding: 0 0 2px;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        color: #443169
    }

        .fieldset .title strong {
            padding: 0 0 10px;
            border-bottom: 1px solid #ddd;
            display: block
        }

        .fieldset .title strong, .section .title strong {
            font-weight: 400
        }

.inputs {
    white-space: nowrap;
    font-size: 0
}

    .inputs * {
        font-size: 12px
    }

    .inputs:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 7px;
        text-align: center;
        font-size: 16px;
        line-height: 1.2
    }

    .captcha-box > div, .inputs .option-list {
        display: inline-block
    }

    .inputs input[type=email], .inputs input[type=password], .inputs input[type=tel], .inputs input[type=text], .inputs select, .inputs textarea {
        width: 350px;
        max-width: 98%;
        vertical-align: middle
    }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center
    }

    .inputs .option-list {
        overflow: hidden;
        vertical-align: middle
    }

        .inputs .option-list li {
            float: left;
            font-size: 0
        }

        .inputs .option-list label {
            width: auto;
            margin: 0 15px 0 3px;
            font-size: 12px;
            display: inline-block
        }

.required {
    font-size: 18px;
    line-height: 1;
    color: #e87772;
    vertical-align: middle
}

.field-validation-error, .message-error, .password-error, .poll-vote-error, .username-not-available-status {
    display: block;
    font-size: 11px;
    color: #e87772;
    text-align: center;
    padding: 5px 0
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690
}

.captcha-box {
    line-height: 0
}

    .captcha-box input {
        height: auto
    }

.cart .remove-from-cart input {
    opacity: 0
}

.cart .remove-from-cart button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../img/close.png) center no-repeat;
    border: none;
    transition: .2s
}

td.product-picture, td.quantity {
    text-align: center
}

.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: .95
}

    .bar-notification.success {
        background: #92a754
    }

    .bar-notification.error {
        background: #d54f5c
    }

    .bar-notification.warning {
        background: #e88b5f
    }

    .bar-notification .close, .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: url('../img/close.png') center no-repeat #fff;
        opacity: .7
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline
        }

    .bar-notification .close {
        width: 32px;
        height: 32px;
        margin: 5px;
        cursor: pointer
    }

        .bar-notification .close:hover, .eu-cookie-bar-notification button:hover, .ui-dialog-titlebar button:hover {
            opacity: .9
        }

.ui-dialog {
    position: absolute !important;
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: url('../img/headpad.png') top repeat-x #ddd;
    padding: 10px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #eee
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase
    }

    .ui-dialog-titlebar button {
        width: 24px;
        height: 24px;
        margin: 6px;
        overflow: hidden;
        text-indent: 999px
    }

        .ui-dialog-titlebar button * {
            display: none
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0
    }

    .ui-dialog-content .topic-block-body {
        max-height: 200px;
        overflow-y: scroll
    }

    .ui-dialog-content .topic-block p {
        margin: 0
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd,inset 0 0 1px #fff;
        background: #eee;
        padding: 5px
    }

        .ui-dialog-buttonset button:hover {
            background: #f6f6f6
        }

.ui-dialog-content .tooltip {
    margin-bottom: 20px
}

.ui-dialog-content .button-1 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 300px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -150px;
    border: 1px solid #e87772;
    box-shadow: 0 1px 2px #ccc,inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #e87772;
        padding: 5px;
        font-size: 14px;
        color: #fff
    }

    .eu-cookie-bar-notification a {
        display: block;
        color: #e87772
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline
        }

.header-logo a, .header-logo a img, .language-list {
    max-width: 100%;
    height: auto;
}

    .admin-header-links .impersonate a, .admin-header-links a, .header-links li, .header-logo a, .header-selectors-wrapper > div, .language-list li, .shopping-cart-link {
        display: inline-block
    }

.admin-header-links {
    text-align: center;
    font-size: 12px
}

    .admin-header-links a {
        margin: 0 10px;
        line-height: 35px;
        font-weight: 700
    }
.header-logo {
    display:flex;
    align-items:center;
}
.header-logo a {
    line-height: 0;
    width: 220px;
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
    z-index: 1002 !important;
    width: 240px !important;
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle
    }

.header-links-wrapper {
    display: none;
    background: #e87772;
    border-bottom: 5px solid rgba(255,255,255,.4);
    padding: 10px
}

.top-login {
    float: right;
    margin-left: 5px
}

.header-links ul {
    font-size: 0
}

.header-links li:first-child {
    padding-left: 0
}

.header-links li {
    border-right: none;
    padding: 0 7px
}

    .header-links li:last-child {
        border-right: 0px
    }

.header-links a, .header-links span {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    color: #555;
    -webkit-transition: .15s;
    transition: .15s
}

    .header-links a:hover, .header-links a:hover span {
        text-decoration: underline
    }
    .header-links a img {
        width: 24px;
        height: auto;
        max-height: 25px;
        vertical-align:middle;
    }
.header-selectors-wrapper > div {
    margin: 0 5px
}

.header-selectors-wrapper select {
    border: 0;
    background: rgba(0,0,0,.15);
    color: #fff;
    border-radius: 3px;
    min-width: 0;
    padding: 7px
}

.language-list {
    font-size: 0
}

    .language-list li {
        margin: 0 1px
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

.shopping-cart-link > a {
    display: block;
    height: 36px;
    width: 36px;
    margin: 5px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../img/Shopping-bag.png) center no-repeat;
    background-size: 24px;
    border-radius: 100%;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.shopping-cart-link:hover > a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.footer {
    text-align: center
}

.footer-upper {
    position: relative;
    overflow: hidden;
    padding: 20px 5px 30px;
    background: #e87772
}

    .footer-upper:after, .footer-upper:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,0,0,.2)
    }

    .footer-upper:after {
        top: auto;
        bottom: 0
    }

    .footer-upper h3 {
        font-weight: 300;
        color: #fff;
        font-size: 18px !important;
        margin: 0 0 10px
    }

.social-sharing {
    margin: 0 0 25px
}

    .social-sharing ul {
        font-size: 0
    }

    .social-sharing li {
        display: inline-block;
        margin: 5px
    }

    .social-sharing a {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 2px solid #fff;
        text-align: center;
        padding: 8px 0;
    }

    .social-sharing ul i.fa {
        font-size: 24px;
        color: #fff;
        margin: 0 auto;
        text-align: center;
    }

.newsletter-subscribe {
    display: block !important
}

.newsletter-email {
    display: inline-block;
    overflow: hidden
}

    .newsletter-email input[type=email], .newsletter-email input[type=text] {
        float: left;
        width: 220px;
        height: 36px;
        border: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: 0 0;
        color: #fff;
        opacity: 1;
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out
    }

::-webkit-input-placeholder {
    color: transparent
}

::-moz-placeholder {
    color: transparent
}

:-ms-input-placeholder {
    color: transparent
}

input:-moz-placeholder {
    color: transparent
}

.newsletter .title {
    display: none
}

.newsletter-email input[type=email]:focus, .newsletter-email input[type=text]:focus {
    opacity: 1
}

.newsletter-email button {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
    background: url(../img/icon-subscribe.png) center no-repeat;
    text-indent: 999px
}

.newsletter-email .options {
    font-size: 12px;
    color: #fff;
    text-align: left
}

    .newsletter-email .options span {
        padding: 5px 0;
        display: inline-block;
        margin: 0 15px 0 0
    }

.newsletter-result, .newsletter-validation {
    width: 100%;
    overflow: hidden;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    padding: 3px 0 0
}

    .newsletter-validation .please-wait {
        display: none !important
    }

.footer-middle {
    overflow: hidden;
    padding: 40px 0 20px;
    background: #fff;
    border-bottom: 1px solid #b3b3b3
}

    .footer-middle .footer-block {
        margin: 0 0 40px
    }

        .footer-middle .footer-block:last-child {
            margin: 0
        }

.footer-block h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 10px;
}

.footer-middle .footer-block a {
    display: inline-block;
    padding: 7px 0;
    position: relative;
    font-size: 14px;
    -webkit-transition: .15s;
    transition: .15s;
    text-transform: capitalize
}

.registration-page span.field-validation-error {
    text-align: center;
    color: red
}

.footer-middle .footer-block a:hover {
    text-decoration: none;
    color: #8E8CC3;
}

.footer-middle .footer-block a:after, .footer-middle .footer-block a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 0;
    height: 0;
    background: #ddd
}

.footer-middle .footer-block a:after {
    left: auto;
    right: 0
}

.footer-middle .footer-block-group .footer-block h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: "Inter", sans-serif !important;
    margin-top: 35px;
}

.footer-menu {
    display: inline-block
}

.contact-block .footer-menu li {
    font-size: 14px;
    padding: 7px 2px 7px 40px;
    margin: 0 0 10px;
    text-align: left
}

.footer-menu li.phone {
    background: url(../img/icon-phone.png) 5px center no-repeat
}

.footer-menu li.mobile {
    background: url(../img/icon-fax.png) left center no-repeat
}

.footer-menu li.email {
    background: url(../img/icon-email.png) left center no-repeat
}

.footer-menu li.skype {
    background: url(../img/icon-tag.png) 2px center no-repeat
}

.footer-menu li:last-child {
    margin-bottom: 0
}

.footer-lower {
    overflow: hidden;
    background: transparent;
    padding: 20px 5px 0
}
.footer-lower .footer-powered-by {
    font-size:12px;
    color:#000;
    width:100%;
    text-align:left;
    margin:0px;
}
.accepted-payment-methods ul {
    font-size: 0;
    margin: 0 0 20px
}

.accepted-payment-methods li {
    display: inline-block;
    width: 65px;
    height: 45px;
    margin: 0 5px
}

.accepted-payment-methods .method1 {
    background-position: -2px 0
}

.accepted-payment-methods .method2 {
    background-position: -70px 0
}

.accepted-payment-methods .method3 {
    background-position: -138px 0
}

.accepted-payment-methods .method4 {
    background-position: -206px 0
}

.accepted-payment-methods .method5 {
    background-position: -275px 0
}

.accepted-payment-methods .method6 {
    background-position: -344px 0
}

.accepted-payment-methods .method7 {
    background-position: -414px 0
}

.accepted-payment-methods .method8 {
    background-position: -483px 0
}

.footer-designed-by a, .footer-powered-by a {
    text-decoration: underline
}

.footer-designed-by, .footer-disclaimer, .footer-powered-by, .footer-tax-shipping {
    margin: 0 0 5px
}

.footer-store-theme select {
    width: 170px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.footer-store-theme {
    clear: both;
    margin-top: 5px
}

.side-2 .block {
    margin: 0 auto 10px;
    text-align: center;
    width: 305px
}

    .side-2 .block .title {
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        background: #e87772;
        padding: 8px
    }

        .side-2 .block .title strong {
            font-weight: 400;
            display: block;
            text-transform: capitalize
        }

    .side-2 .block .listbox {
        display: none;
        text-align: left;
        background: #fff
    }
    .side-2 .block .listbox:after {
        content: " ";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }
    .block .tags, .side-2 .block .list {
        padding: 5px 15px;
    }
    .side-2 .block .list > li:last-child {
        border-bottom:1px solid #CDCDCD;
        padding-bottom:15px;
    }
    .side-2 .block .list a, .side-2 .block .list strong {
        position: relative;
        display: block;
        padding: 6px 0px;
        font-size: 16px;
        line-height: 1.4;
/*            border-bottom: 1px solid #ddd;*/
        cursor: pointer
    }
    .side-2 .block .list a {
        font-weight:bold;
        color: #000;
        display:flex;
        justify-content:space-between;
    }
    .side-2 .block .list a span {
        display:block;
        margin-left:auto;
    }
    .listbox .poll .buttons button, .side-2 .block .view-all a {
        border: 2px solid #443169;
        background: #fff;
        font-size: 12px;
        padding: 6px 11px;
        margin: 0 7px;
        text-transform: uppercase;
        color: #443169
    }

    .side-2 .block .list a:after, .side-2 .block .list strong:after {
        content: " ";
        display:none;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1px;
        background: #443169;
        width: 0;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .side-2 .block .list a.active:after, .side-2 .block .list a:hover:after, .side-2 .block .list strong:hover:after {
        width: 100%;
        display:none;
    }

    .side-2 .block .list > li:last-child a, .side-2 .block .list > li:last-child strong {
        border-bottom: 0
    }

    .side-2 .block .list li.active > a, .side-2 .block .list li.active > strong {
        border-bottom: none;
        font-weight: 700;
        color: #443169;
    }

    .side-2 .block .list .product-picture {
        display: none
    }

    .side-2 .block .sublist {
        padding: 0 0 0 20px
    }

    .side-2 .block .view-all {
        padding: 10px;
        text-align: center
    }

        .side-2 .block .view-all a {
            display: inline-block;
            -webkit-transition: .15s ease-in-out;
            transition: .15s ease-in-out
        }

            .listbox .poll .buttons button:hover, .side-2 .block .view-all a:hover {
                background: #443169;
                color: #fff !important
            }

.block .tags ul {
    font-size: 0
}

.block .tags li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 16px !important
}

    .block .tags li a {
        float: left;
        line-height: 30px;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

        .block .tags li a:hover {
            color: #443169
        }

.listbox .poll {
    padding: 10px
}

    .listbox .poll .buttons button {
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

.poll strong {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 10px;
    border-bottom: 1px solid #555
}

.poll-options, .poll-results {
    margin: 0 0 5px;
    overflow: hidden
}

    .poll-options li, .poll-results li {
        margin: 0 0 10px;
        font-size: 14px
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer
        }

.poll .buttons button {
    border: 2px solid #fff;
    background: 0 0;
    font-size: 15px;
    padding: 7px 21px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .poll .buttons button:hover {
        background: #fff !important;
        color: #e87772
    }

.poll-total-votes {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.home-page-polls {
    background: #e87772;
    padding: 20px 0 0;
    margin: 0 0 30px;
    position: relative
}

    .home-page-polls:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2)
    }

    .home-page-polls .title {
        text-align: center;
        margin: 0 0 50px
    }

        .home-page-polls .title strong {
            font-size: 26px;
            font-weight: 400;
            color: #fff
        }

    .home-page-polls .centering {
        width: 95%;
        margin: 0 auto;
        overflow: hidden
    }

    .home-page-polls .poll {
        max-width: 100%;
        width: 360px;
        margin: 0 auto 20px
    }

        .home-page-polls .poll strong {
            color: #fff;
            border-bottom: 1px solid #fff
        }

    .home-page-polls .poll-options li, .home-page-polls .poll-results li, .home-page-polls .poll-total-votes {
        color: #fff
    }

.breadcrumb, .breadcrumb ul {
/*    border-bottom: 1px solid #ddd*/
}

.item-box .picture, .item-box .picture a, .product-grid .item-box .visible-details {
    position: relative;
    -webkit-transform: translateZ(0)
}

.breadcrumb a:hover *, .tax-shipping-info a {
    text-decoration: underline
}

.filters-button, .product-filters, div.product-page-size, div.product-viewmode {
    display: none
}

.breadcrumb {
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: left
}

    .breadcrumb ul {
        font-size: 0
    }

    .breadcrumb li {
        display: inline-block
    }

.breadcrumb li .delimiter, .breadcrumb li a > span, .breadcrumb li > a, .breadcrumb strong {
    margin: 0 2px;
    font-size: 16px;
    display: inline-block;
    padding: 7px 0
}
.breadcrumb li:first-child a > span {
    margin-left:0px;
}
.breadcrumb li .delimiter {
    margin:0px 10px;
}
.product-name + .breadcrumb .breadcrumb li > a {
    padding: 0
}

.category-description, .manufacturer-description, .vendor-description {
    margin: 0 0 20px
}

.product-selectors {
    margin: 0 0 20px;
    text-align: center;
    background: #fff
}

    .item-grid:after, .manufacturer-grid:after, .product-grid:after, .product-list:after, .product-selectors:after, .vendr-grid:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

    .product-selectors > div {
        display: inline-block;
        margin: 8px
    }

        .product-selectors > div > span {
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
            line-height: 1
        }

    .product-selectors select {
        margin: 0 7px;
        border-left: 0;
        border-right: 0;
        vertical-align: middle;
        border-color: #ddd;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        height: 38px;
        padding: 7px
    }

.item-box {
    position: relative;
    width: 305px;
    margin: 0 auto 20px;
    text-align: center
}

    .item-box .picture {
        z-index: 1
    }

        .item-box .picture a {
            display: block;
            width: 100%;
            font-size: 0;
            background: transparent;
            overflow: hidden
        }

            .item-box .picture a:before, .product-grid .item-box .hover-details:before {
                content: " ";
                display: block;
                padding-top: 75%
            }

        .item-box .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 90%;
            margin: auto
        }

.home-page-category-grid .item-box .picture img {
    max-width: 150px;
    max-height: 150px
}

.product-grid .item-box .visible-details {
    border:none;
    background: #fff;
    padding: 2px 0px 0px
}
.product-grid .item-box .visible-details .product-brand-name {
    display:block;
    text-align:left;
}
.product-grid .item-box .visible-details:before {
    content: " ";
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background: #e87772;
    height: 3px
}
.item-box .title, .product-grid .item-box .product-title {
    height: 43px;
    border-bottom: none;
    overflow: hidden;
    text-align:left;
    margin-bottom:15px;
}
.item-box .product-title a, .item-box .title a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight:bold;
    line-height: 2.65
}
.product-grid .item-box .prices {
    font-size: 0;
    text-align:left;
}

    .product-grid .item-box .prices:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.product-grid .item-box .product-rating-box {
    min-height: 29px;
    display:none;
}

.item-box .actual-price, .item-box .old-price {
    display: inline-block;
    vertical-align: top;
    margin: 5px 2px 0
}

.item-box .old-price {
    color: #555;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 22px
}

.item-box .actual-price {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align:left;
}

.item-box button {
    border: 2px solid #443169;
    background: #fff;
    color: #443169;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    margin: 0 7px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .item-box button:hover {
        background: #8E8CC3;
        color: #fff !important
    }

.item-box .add-info button, .visible-details button[type=button] {
    margin: 0
}

.item-box .base-price-pangv {
    font-size: 10px;
    color: #999;
    text-align: center;
    float: none !important;
    clear: both
}

.product-grid .item-box .hover-details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.item-box .product-rating-box {
    padding: 13px 0 0
}

.product-list .item-box .product-rating-box {
    padding: 0;
    margin: 0 0 10px
}

.item-box .rating {
    display: inline-block;
    height: 16px;
    width: 85px;
    background: url(../img/rating1.png) repeat-x
}

    .item-box .rating div {
        height: 16px;
        background: url(../img/rating2.png) repeat-x
    }

.item-box .description {
    overflow: hidden;
    padding: 0 0 15px;
    border-bottom: 1px solid #a9a9a9;
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 1.2
}

.product-list .item-box .description, .shopping-cart-page .tax-shipping-info, .wishlist-page .tax-shipping-info {
    margin: 0 0 10px
}

.item-box .description p {
    height: 65px;
    overflow: hidden
}

.product-grid .item-box .description {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px
}

.item-box .buttons {
    margin: 0;
    font-size: 0
}

.product-grid .item-box .add-info {
    position: absolute !important;
    top: 113px;
    left: 15px;
    right: 15px
}

.product-grid .item-box .sku ~ .add-info {
    top: 133px
}

.product-grid .item-box .sku {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    font-size: 14px
}

.tax-shipping-info {
    display: block !important;
    color: #999
}

.order-details-page .tax-shipping-info {
    text-align: right
}

.item-box .tax-shipping-info {
    font-size: 10px !important
}

.product-details-page .tax-shipping-info {
    margin: 5px 5px 0 !important;
    font-size: 11px
}

.tax-shipping-info a {
    color: #777
}

.product-list .item-box {
    width: 99% !important;
    max-width: none;
    background: #fff;
    padding: 0 5px;
    margin: 0 .5% 2%
}

    .product-list .item-box:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        bottom: 0;
        background: #e87772
    }

    .product-list .item-box:nth-child(odd) {
        clear: both
    }

.product-list .product-item {
    min-height: 200px
}

.product-list .details {
    text-align: left;
    margin-left: 10px;
    padding: 10px 0
}

.product-list h2 {
    font-weight: 400;
    margin: 0 0 10px
}

.product-list .item-box .product-title a {
    line-height: 1.3
}

.product-list .description {
    border: 0;
    padding: 0
}

.product-list .add-info {
    position: relative
}

.product-list .prices {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd
}

.product-list .buttons {
    text-align: left
}

    .product-list .buttons .add-to-compare-list-button, .product-list .buttons .add-to-wishlist-button {
        display: none
    }

.home-page-category-grid, .manufacturer-grid, .pager, .product-grid, .product-list, .sub-category-grid {
    margin: 0 0 20px
}

    .product-grid .title {
        position: relative;
        margin: 0 0 15px;
        text-align: center
    }

    .product-grid .title strong {
        font-weight: 400;
        font-size: 26px;
        color: #000;
        text-transform:capitalize;
        padding: 0 0px
    }
    .product-grid .title a {
        font-size:16px;
        color: #000;
        text-transform:uppercase;
        text-decoration:underline;
    }
    .product-grid .slick-prev:before, 
    .product-grid .slick-next:before {
        content:' ';
        display:block;
    }
    .product-grid .slick-prev:before {
        height: 12px;
        width: 12px;
        border-left: 2px solid #000;
        border-top: 2px solid #000;
        transform:rotate(-45deg);
        margin-left: 6px;
    }
    .product-grid .slick-next:before {
        height: 12px;
        width: 12px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-45deg);
    }
    .cross-sells {
        margin-top: 25px
    }

.pager ul {
    text-align: center;
    font-size: 0
}

.pager li {
    display: inline-block;
    margin: 0 2px;
    font-size: 18px
}

    .pager li * {
        display: block;
        min-width: 36px;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        border-radius: 100%;
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out
    }

    .pager li span {
        background-color: #fff;
        color: #e87772
    }

    .pager li a:hover {
        color: #e87772
    }

    .pager li.first-page *, .pager li.last-page *, .pager li.next-page *, .pager li.previous-page * {
        background-position: center;
        background-repeat: no-repeat;
        text-indent: -999px;
        background-color: #fff
    }

    .pager li.previous-page * {
        background-image: url('../img/prev.png');
        background-position: 11px center
    }

    .pager li.next-page * {
        background-image: url('../img/next.png');
        background-position: 15px center
    }

    .pager li.first-page * {
        background-image: url('../img/prev-first.png')
    }

    .pager li.last-page * {
        background-image: url('../img/next-last.png')
    }

.home-page-category-grid .item-box, .sub-category-grid .item-box {
    max-width: 100%;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    background: #fff
}

.home-page-category-grid .category-item, .sub-category-item {
    -webkit-mask-image: url(../img/1.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-transform: translateZ(0) scale(1,1)
}

.home-page-category-grid .item-box {
    max-width: 180px
}

.home-page-category-grid .title, .sub-category-item .title {
    position: absolute;
    left: 0;
    bottom: 17.7%;
    z-index: 2;
    width: 99%;
    height: auto;
    margin-bottom: -25px;
    background: transparent;
    font-weight: 400;
    border: 0;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.category-item:hover .title, .sub-category-item:hover .title {
    bottom: 50%;
    background: transparent /*rgba(255,255,255,.9)*/
}
.home-page-category-grid .title {
    display:none;
}
.home-page-category-grid .title a, .sub-category-item .title a {
    color: #222;
    text-shadow: 1px 1px rgba(255,255,255,.2);
    font-size: 14px;
    padding: 11px 10%
}
.home-page-category-grid .title a h2, .sub-category-item .title a h2 {
    font-size:16px;
    font-weight:600;
    color:#222;
    margin-bottom:5px;
}
.home-page-category-grid .title a p, .sub-category-item .title a p {
    font-size:14px;
    font-weight:normal;
    line-height: 1.2;
}
.sub-category-item .title a {
    font-size: 16px;
    padding: 14px 15px
}

.category-item img, .sub-category-item img {
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.category-item:hover img, .sub-category-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    border-radius: 0px;
}

.sub-category-grid .item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.sub-category-grid .item-box {
    width: 23.35% !important;
    background-color: #f5f5f5;
    border-radius: 30px;
}

.home-page-category-grid .category-item, .sub-category-item {
    -webkit-mask-image: unset;
    mask-image: unset;
    display: flex;
    flex-direction: column-reverse;
}

    .home-page-category-grid .title, .sub-category-item .title {
        position: relative;
        left: 0px;
        bottom: 0px;
        z-index: 2;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        background: transparent;
    }

    .home-page-category-grid .picture a, .sub-category-item .picture a {
        background-color: transparent;
        border-radius: 10px;
    }

.gallery .picture, .gallery .thumb-item, .manufacturer-item .title, .vendor-item .title {
    border: none;
    background: #fff;
    position: relative
}

.manufacturer-item .title, .vendor-item .title {
    padding: 3px 0 0;
    height: 47px;
    overflow: visible
}

    .manufacturer-item .title:before, .vendor-item .title:before {
        content: " ";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 5px;
        background: #e87772
    }

.product-page-wrapper > .product-name {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 0 0 20px
}

    .product-page-wrapper > .product-name h1 {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        color: #555
    }

.gallery, .product-collateral, .product-essential {
    margin: 0 0 20px
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

    .product-essential .overview .rental-price {
        font-size: 13px;
        display: block;
        margin: 0 0 6px
    }

    .gallery .picture-wrapper {
        margin: 0 0 10px
    }

    .gallery .picture {
        width: 600px;
        max-height: 600px;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden
    }

        .gallery .picture:before {
            content: " ";
            display: block;
            padding-top: 100%
        }

        .gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 65%;
            max-height: 100%;
            margin: auto
        }

    .gallery .thumb-item, .overview .buttons div {
        margin: 0 5px 10px;
        display: inline-block
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0
    }

    .gallery .thumb-item {
        width: 90px;
        height: 90px;
        cursor:pointer;
        overflow: hidden
    }

.product-details-page .overview {
    position: relative;
    margin: 0 0 2px;
    text-align: left
}

.overview .discontinued-product {
    padding: 10px 5px;
    margin: 0 0 15px;
    text-align: center;
    background: rgba(255,255,255,.5);
    border: 2px solid #e87772
}

.overview .short-description {
    margin: 0 0 15px;
    font-size: 14px
}

.download-sample, .overview .buttons {
    margin: 0 0 15px;
    font-size: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    text-align: left
}

.back-in-stock-subscription, .overview .additional-details, .overview .stock, .variant-overview .additional-details {
    margin: 0 0 15px
}

.download-sample a, .overview .add-to-compare-list-button, .overview .add-to-wishlist-button, .overview .email-a-friend-button, .overview .subscribe-button, .variant-overview .add-to-wishlist-button {
    display: inline-block;
    border: 0;
    padding: 8px 10px 8px 32px;
    background: 0;
    color: #505050;
    font-size: 12px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

    .download-sample a:hover, .overview .add-to-compare-list-button:hover, .overview .add-to-wishlist-button:hover, .overview .email-a-friend-button:hover, .overview .subscribe-button:hover {
        color: #000
    }

.overview .add-to-wishlist, .overview .back-in-stock-subscription, .overview .compare-products, .overview .download-sample-button, .overview .email-a-friend, .variant-overview .add-to-wishlist {
    position: relative;
    display: inline-block
}

    .overview .add-to-wishlist:before, .overview .back-in-stock-subscription:before, .overview .compare-products:before, .overview .download-sample-button:before, .overview .email-a-friend:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 2px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        border: 2px solid #000;
        border-radius: 13px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        opacity: .3
    }

    .overview .add-to-wishlist:hover:before, .overview .back-in-stock-subscription:hover:before, .overview .compare-products:hover:before, .overview .download-sample-button:hover:before, .overview .email-a-friend:hover:hover:before, .variant-overview .add-to-wishlist:hover:before {
        opacity: .7
    }

    .overview .add-to-wishlist:before, .variant-overview .add-to-wishlist:before {
        background: url(../img/icon-product-add-wishlist.png) center no-repeat
    }

    .overview .compare-products:before {
        background: url(../img/icon-product-add-compare.png) center no-repeat
    }

    .overview .email-a-friend:before {
        background: url(../img/icon-product-email-friend.png) center no-repeat
    }

    .overview .back-in-stock-subscription:before {
        background: url(../img/icon-product-subscribe-available.png) center no-repeat
    }

    .overview .download-sample-button:before {
        background: url(../img/icon-product-download-sample.png) center no-repeat
    }

.overview label, .variant-overview label {
    font-size: 14px
}

.overview .value, .variant-overview .value {
    font-size: 14px;
    font-weight: 700
}

    .overview .value a, .variant-overview .value a {
        font-weight: 700;
        text-decoration: underline
    }

.free-shipping {
    width: 100px;
    height: 100px;
    margin: 15px 0;
    border-radius: 50px;
    color: #fff;
    background: #e87772;
    padding: 30px 15px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

.product-reviews-overview {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    text-align: left
}

.product-no-reviews a {
    text-decoration: underline;
    font-size: 14px
}

.product-review-box {
    display: inline-block;
    margin: 0 0 5px
}

    .product-review-box .rating {
        width: 85px;
        height: 16px;
        background: url('../img/rating1.png') repeat-x
    }

        .product-review-box .rating div {
            height: 16px;
            background: url('../img/rating2.png') repeat-x
        }

.ui-datepicker {
    z-index: 2 !important;
    background-color: #fff;
    text-align: center;
    width: 280px
}

.ui-datepicker-title {
    font-weight: 700;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color: #555;
    font-family: "Archivo", sans-serif;
    background: #fff;
    border: 1px solid #ccc
}

.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../img/arrow-left.png") center center no-repeat rgba(0,0,0,0);
        left: 0
    }

    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../img/arrow-right.png") center center no-repeat rgba(0,0,0,0);
        right: 0
    }

.ui-datepicker-header {
    background-color: #333;
    color: #fff;
    height: 32px;
    position: relative
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    border: 1px solid #ccc;
    width: 14.285%
}

.ui-datepicker-calendar th {
    background-color: #eee
}

    .ui-datepicker-calendar td a, .ui-datepicker-calendar th span {
        display: block;
        line-height: 32px;
        min-height: 32px
    }

.ui-datepicker-calendar td a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.ui-datepicker-calendar td:hover a {
    background-color: #e87772
}

.overview .prices, .variant-overview .prices {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 0
}

.overview .prices {
    text-align: left
}

.overview .price-cart-area .prices {
    border: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px
}

.customer-entered-price > div, .overview .price-cart-area .add-to-cart {
    display: inline-block
}

    .overview .price-cart-area .add-to-cart .add-to-cart-button {
        background-color: #8E8CC3;
        color: #fff
    }

.customer-entered-price .price-input, .overview .prices > div, .variant-overview .prices > div {
    margin: 0 5px
}

.overview .prices *, .variant-overview .prices * {
    display: inline-block;
    line-height: 1
}

.overview .add-to-cart .add-to-wishlist-button, .overview .prices label, .variant-overview .prices label {
    display: none
}

.overview .old-product-price span, .variant-overview .old-product-price span {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.overview .product-price span, .variant-overview .product-price span {
    font-size: 24px;
    font-weight:600;
    color: #4E4FA0
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px
}

    .customer-entered-price .enter-price-input {
        width: 50px;
        text-align: center
    }

    .customer-entered-price .price-range {
        font-weight: 700
    }

.overview .manufacturers {
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.min-qty-notification {
    font-size: 14px;
    float: none !important;
    margin: 0 0 10px
}

.overview .add-to-cart {
    padding: 0 0 7px;
    text-align: center;
    font-size: 0
}

.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
    margin-top: 15px
}

    .overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
        float: left
    }

.overview .qty-label, .variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important
}

.overview .qty-dropdown, .overview .qty-input, .variant-overview .qty-dropdown, .variant-overview .qty-input {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 36px;
    border: 2px solid #4E4FA0;
    background: #fff;
    margin-right: -2px !important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: auto
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    position: relative;
    z-index: 2;
    border: 2px solid #4E4FA0;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 11px;
    height: 36px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
        background: #e87772;
        color: #fff !important
    }
.overview .price-cart-area {
    display:flex;
    flex-direction:column;
    margin-bottom:10px;
}
.pre-order-availability-date {
    margin-top: 10px;
    font-size: 14px
}

.product-share-button {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    display:none;
    overflow: hidden
}
.overview .delivery {
    display:none;
}
.full-description {
    line-height: 1.4;
    font-weight:500;
    color:#000;
    font-size: 16px;
    padding: 6px 0px 0px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: justify;
    margin-bottom:10px;
}

.overview + .full-description {
    margin: 2px 0 20px;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
    clear: both
}

.product-collateral .title {
    margin: 0 0 10px;
    font-size: 20px
}

.productTabs-body, .variant-picture {
    position: relative
}

.product-collateral .title strong {
    font-weight: 400
}

.tier-prices {
    margin: 0 0 20px
}

    .tier-prices .prices-header, .variant-overview .add-to-cart-panel > * {
        margin: 0 0 10px
    }

    .tier-prices .field-header {
        min-width: 100px
    }

    .tier-prices .item-price {
        color: #c00
    }

.product-variant-list {
    overflow: hidden;
    margin: 0 0 10px
}

.product-variant-line {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

    .product-variant-line:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

.variant-picture {
    width: 200px;
    margin: 0 auto 15px;
    overflow: hidden
}

    .productTabs-body .ui-tabs-panel:before, .productTabs-body:before, .variant-picture:after {
        content: " ";
        display: block;
        padding-top: 100%
    }

.variant-overview {
    padding: 5px 0 0
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 18px
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 20px
    }

    .variant-overview .add-to-wishlist-button {
        display: block;
        float: none;
        clear: both;
        padding: 8px !important;
        border: 1px solid #e87772;
        color: #e87772
    }

        .variant-overview .add-to-wishlist-button:hover {
            background: #e87772;
            color: #fff !important
        }

.ui-tabs {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        text-align: center;
        padding: 0 0 15px
    }

        .ui-tabs .ui-tabs-nav li {
            display: block
        }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                padding: 9px 16px;
                font-size: 16px;
                line-height: 1;
                border-bottom: 3px solid transparent
            }

            .ui-tabs .ui-state-active.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
                color: #e87772;
                border-bottom: 3px solid #e87772
            }

    .ui-tabs .ui-tabs-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        max-width: 100%;
        background: rgb(255 255 255);
        z-index: 999
    }

.product-essential .ui-tabs .ui-tabs-panel {
    max-height: 100%
}

.product-essential .productTabs-body {
    position: relative;
    min-height: 475px
}

.ui-tabs .gallery, .ui-tabs .ui-tabs-panel p, .ui-tabs-panel > .write-review .buttons {
    margin: 0
}

.ui-tabs .ui-tabs-hide {
    display: none
}

.ui-tabs .custom-tab, .ui-tabs .full-description, .ui-tabs .product-specs-box, .ui-tabs-panel > .product-reviews-page, .ui-tabs-panel > .write-review {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: auto;
    margin: 0
}

.ui-tabs .full-description {
    padding: 20px
}

.ui-tabs .custom-tab {
    line-height: 1.4;
    font-size: 14px;
    text-align: justify;
    padding: 20px
}

.attributes .qty-box label, .product-page-alternative-layout .productTabs-body .ui-tabs-panel:before, .product-page-alternative-layout .productTabs-body:before, .product-specs-box thead, .withPicture .productTabs-body .ui-tabs-panel:first-child:before, .withPicture .productTabs-body:before {
    display: none
}

.withPicture .productTabs-body .ui-tabs-panel:first-child {
    display: block !important;
    position: static !important;
    padding: 0 !important;
    max-height: none;
    background: 0 0 !important;
    z-index: 1
}

.product-page-alternative-layout .ui-tabs {
    max-width: inherit
}

    .product-page-alternative-layout .ui-tabs .custom-tab, .product-page-alternative-layout .ui-tabs .full-description, .product-page-alternative-layout .ui-tabs .product-specs-box, .product-page-alternative-layout .ui-tabs .ui-tabs-panel, .product-page-alternative-layout .ui-tabs-panel > .product-reviews-page, .product-page-alternative-layout .ui-tabs-panel > .write-review {
        position: relative;
        width: 100%
    }

    .product-page-alternative-layout .ui-tabs .ui-tabs-nav {
        padding: 10px 0
    }

.product-specs-box td {
    width: 50%
}

.product-specs-box .attribute-square {
    margin: auto
}

.product-specs-box, .product-tags-box {
    margin: 0 0 20px;
    text-align: center
}

    .compare-products-page .attribute-squares, .product-specs-box .attribute-squares {
        display: inline-block;
        vertical-align: middle
    }

.attribute-squares, .product-tags-list {
    font-size: 0
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px
    }

    .product-tags-list li > * {
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .product-tags-list li:hover > * {
        color: #e87772
    }

.attributes {
    margin: 0 0 15px;
    padding: 0 0 4px;
    border-bottom: 1px solid #ddd;
    display:none;
    overflow: hidden
}

    .attributes dl:after {
        content: '';
        display: block;
        clear: both
    }

    .attributes dt {
        display: block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: 700
    }

    .attributes dd {
        margin: 0 0 10px
    }

    .attributes li {
        margin: 10px 0
    }

    .attributes select {
        width: auto;
        max-width: 100%;
        vertical-align: middle
    }

    .attributes .option-list li > * {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle
    }

.attribute-squares li {
    position: relative;
    display: inline-block;
    margin: 0
}

.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    position: relative;
    z-index: 1
}

.attribute-squares label {
    height: 35px;
    overflow: hidden
}

.attribute-squares .attribute-square {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
    border-radius: 100%
}

.selected-value .attribute-square-container {
    border-color: #c9c9c9
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -45px 0 0
}

.attribute-squares .tooltip-container, .attributes li.disabled {
    display: none !important
}

.attributes .qty-box {
    margin: 0 3px;
    vertical-align: middle
}

    .attributes .qty-box input {
        width: 45px;
        text-align: center
    }

.attributes option.disabled {
    color: #ddd
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    clear: both
}

    .giftcard div {
        margin: 0 0 15px
    }

        .giftcard div:last-child {
            margin-bottom: 0
        }

    .giftcard label {
        display: block;
        margin: 0 0 8px;
        font-size: 16px
    }

    .giftcard input, .giftcard textarea {
        width: 350px;
        max-width: 100%
    }

    .giftcard textarea {
        height: 150px
    }

.product-estimate-shipping {
    margin: 0 0 20px
}

    .product-estimate-shipping a {
        display: inline-block
    }

    .product-estimate-shipping i {
        display: inline-block;
        transform: rotate(45deg);
        margin: 0 0 3px 10px;
        border: solid #000;
        border-width: 0 1px 1px 0;
        padding: 2px
    }

    .product-estimate-shipping .shipping-loading {
        display: none !important
    }

    .product-estimate-shipping .shipping-title {
        margin: 0 0 5px;
        font-size: 14px
    }

    .product-estimate-shipping .shipping-price {
        position: relative;
        bottom: 1px;
        margin: 0 0 0 5px;
        vertical-align: middle
    }

    .product-estimate-shipping .shipping-date {
        margin: 15px 0 0;
        font-weight: 700
    }

.estimate-shipping-popup {
    position: relative;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    transform: scale(.8);
    transition: .2s;
    opacity: 0
}

    .estimate-shipping-popup strong {
        visibility: hidden
    }

.mfp-ready .estimate-shipping-popup {
    transform: scale(1);
    opacity: 1
}

.mfp-removing .estimate-shipping-popup {
    transform: scale(.8);
    opacity: 0
}

.estimate-shipping-popup-zoom-in.mfp-removing {
    transition: .3s;
    opacity: 0
}

.estimate-shipping-row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative
}

.estimate-shipping-row-item {
    flex: 0 1 100%
}

.mfp-container .address-item {
    margin: 10px 0 0;
    box-shadow: none
}

    .mfp-container .address-item + div {
        padding: 0 0 0 15px
    }

.estimate-shipping-address-control {
    width: 100%
}

.mfp-container .address-item .required {
    position: absolute;
    top: 0;
    right: -8px
}

.mfp-container .shipping-options {
    position: relative;
    margin: 10px 0 25px
}

.mfp-container .shipping-header-item {
    align-self: flex-end;
    border: none !important;
    padding: 12px 5px !important;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mfp-container .shipping-options-body {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse
}

.mfp-container .shipping-option {
    display: table-row;
    cursor: pointer
}

    .mfp-container .shipping-option.active {
        font-weight: 700;
        color: #333
    }

    .mfp-container .shipping-option > div {
        display: table-cell;
        border-top: 1px solid #ddd;
        padding: 10px
    }

.mfp-container .shipping-item {
    border-right: 1px solid #ddd;
    overflow: hidden;
    padding: 8px 0;
    overflow-wrap: break-word
}

.estimate-shipping-row-item-radio {
    flex: 0 0 30px;
    width: 24px
}

.estimate-shipping-radio {
    display: none
}

    .estimate-shipping-radio + label {
        display: inline-block;
        position: relative;
        bottom: 1px;
        width: 14px;
        height: 14px;
        border: 1px solid #333;
        border-radius: 50%;
        font-size: 0
    }

    .estimate-shipping-radio:checked + label:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        background-color: #333
    }

.apply-shipping-button-container {
    text-align: center
}

.mfp-container .apply-shipping-button {
    min-width: 100px;
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .mfp-container .apply-shipping-button:hover {
        border-color: #e87772;
        background: #fff;
        color: #e87772
    }

.mfp-container .no-shipping-options {
    padding: 30px 15px;
    text-align: center
}

.mfp-container .message-failure {
    margin: 10px 0 -5px
}

.home-page-category-grid .item-box {
    background-color: #f5f5f5;
    border-radius: 30px;
}

@media all and (max-width:600px) {
    .estimate-shipping-popup {
        padding: 25px 3%
    }

    .mfp-container .shipping-address {
        flex-flow: column
    }

    .mfp-container .address-item {
        width: 100%
    }

        .mfp-container .address-item + div {
            padding: 0
        }
}

.product-reviews-page h1 a {
    font-style: italic
}

    .product-reviews-page h1 a:after, .product-reviews-page h1 a:before {
        content: "''"
    }

.product-reviews-page .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px
}

    .product-reviews-page .title strong {
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd;
        display: block
    }

.product-reviews-page .page-body .product-review-item, .product-reviews-page .page-body .write-review {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.write-review {
    margin: 0 0 30px
}

    .product-review-item .review-text, .write-review .form-fields {
        margin: 0 0 15px
    }

    .write-review .review-rating .name-description {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        vertical-align: middle
    }

    .write-review .review-rating .rating-wrapper {
        display: inline-block;
        width: 350px
    }

.review-rating ul {
    font-size: 0;
    vertical-align: middle
}

.write-review .review-rating {
    margin-bottom: 15px
}

.write-review .rating-wrapper > div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px
}

    .write-review .rating-wrapper > div.first {
        float: left;
        color: #c00
    }

    .write-review .rating-wrapper > div:nth-child(2) {
        padding-top: 2px
    }

        .write-review .rating-wrapper > div:nth-child(2) input {
            vertical-align: baseline
        }

    .write-review .rating-wrapper > div.last {
        color: #690
    }

.write-review .review-rating .tooltiptext {
    font-size: 13px
}

.write-review .captcha-box {
    margin: 15px 0 0
}

.write-review .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .write-review .button-1:hover {
        border: 2px solid #e87772;
        background: #fff !important;
        color: #e87772
    }

.product-review-list .title {
    color: #555
}

.product-reviews-page .message-error, .product-reviews-page .result {
    margin: 0 0 20px
}

.product-review-list {
    overflow: hidden
}

.product-review-item {
    margin: 0 0 20px;
    text-align: left;
    padding: 10px 0
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd
    }

    .product-review-item .review-title {
        float: left;
        text-transform: uppercase
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0
    }

    .product-review-item .avatar {
        display: none;
        width: 120px;
        margin: 0 auto 10px;
        border: 1px solid #ccc
    }

        .product-review-item .avatar .user {
            display: block;
            padding: 5px
        }

        .product-review-item .avatar a {
            display: block
        }

        .product-review-item .avatar img {
            display: block;
            max-width: 100%
        }

    .product-review-item .review-info {
        margin: 0 0 5px
    }

        .product-review-helpfulness .vote, .product-review-item .review-info a {
            display: inline-block;
            padding: 0 5px;
            font-weight: 700;
            text-decoration: underline;
            cursor: pointer
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px
}

.product-review-item .reply {
    margin: 15px 0 0
}

.product-review-item .reply-header, .wishlist-page .share-info a {
    margin: 0 0 5px;
    font-weight: 700
}

.review-type-rating-ext {
    overflow: hidden;
    margin: 0 0 15px
}

.wishlist-content {
    margin: 0 0 20px
}

    .wishlist-content .message-error {
        margin: 0 0 10px
    }

    .wishlist-content .buttons {
        font-size: 0
    }

    .wishlist-content .button-2 {
        display: inline-block;
        border: 2px solid #e87772;
        background: #fff;
        color: #e87772;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px 11px;
        margin: 0 5px 5px;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

        .wishlist-content .button-2:hover {
            background: #e87772;
            color: #fff !important
        }

.wishlist-page .share-info a {
    display: block
}

.wishlist-page .edit-item {
    margin-top: 5px;
    text-decoration: underline
}

.compare-products-page {
    position: relative;
    overflow: hidden
}

    .compare-products-page .page-title {
        padding: 0 0 1px;
        margin: 0 0 10px
    }

        .compare-products-page .page-title h1 {
            border-bottom: 5px solid #e87772
        }

    .compare-products-page img {
        max-width: 100%
    }

    .compare-products-page .button-2, .compare-products-page .clear-list {
        display: inline-block;
        font-size: 14px;
        padding: 8px 26px 8px 8px;
        background: url(../img/close-2.png) 90% center no-repeat;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .compare-products-page .clear-list {
        width: 95px;
        margin: 0 0 10px;
        color: #555
    }

    .compare-products-page .button-2 {
        border: 0;
        color: #e87772
    }

        .compare-products-page .button-2:hover, .compare-products-page .clear-list:hover {
            color: #e87772
        }

.master-wrapper-page > .topic-block {
    margin: 0 auto 50px;
    width: 95%;
    padding: 0 5px 30px;
    background: url(../img/logo-bottom.png) center bottom no-repeat
}

.topic-block-title {
    margin: 0 0 20px;
    position: relative
}

    .topic-block-title h2 {
        font-size: 26px;
        text-align: center;
        font-weight: 400
    }

.topic-block-body {
    line-height: 1.3;
    font-size: 14px
}

.topic-block a, .topic-page a {
    text-decoration: underline
}

.topic-page .page-body {
    line-height: 20px
}

.topic-password {
    text-align: center
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00
}

.enter-password-form {
    display: inline-block;
    overflow: hidden
}

    .enter-password-form input {
        float: left !important;
        width: 200px !important;
        height: 36px !important
    }

    .enter-password-form button {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important
    }

.password-error {
    margin: 0 0 10px
}

.apply-vendor-page .page-title, .contact-page .page-title, .email-a-friend-page .page-title {
    padding: 0 0 1px
}

    .apply-vendor-page .page-title h1, .contact-page .page-title h1, .email-a-friend-page .page-title h1 {
        border-bottom: 5px solid #e87772
    }

.apply-vendor-page .page-body, .contact-page .page-body, .email-a-friend-page .page-body {
    margin: 0 0 15px;
    background: #fff;
    padding: 10px 10px 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.apply-vendor-page .message-error, .contact-page .message-error, .email-a-friend-page .message-error, .email-a-friend-page .title {
    margin: 0 0 10px
}

span.required {
    color: red
}

.apply-vendor-page .button-1, .contact-page .button-1, .email-a-friend-page .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .apply-vendor-page .button-1:hover, .contact-page .button-1:hover, .email-a-friend-page .button-1:hover {
        border: 2px solid #e87772;
        background: #fff !important;
        color: #e87772
    }

.email-a-friend-page .title h2 {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-align: center
}

.email-a-friend-page .title a {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .email-a-friend-page .title a:hover {
        color: #e87772
    }

.apply-vendor-page .terms-of-service {
    text-align: center
}

.gender, .gender span {
    display: inline-block
}

.login-page .page-title h1, .order-progress ul, .sitemap-page .page-title h1 {
    border-bottom: 5px solid #e87772
}

.accept-privacy-policy > *, .checkout-attributes li *, .gender span, .gender span > *, .payment-method .method-name > * {
    vertical-align: middle
}

#username-availabilty, .opc .back-link a, .terms-of-service span a:hover {
    text-decoration: underline
}

.account-page .page-title h1 {
    position: relative;
    padding: 9px 9px 12px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

    .account-page .page-title h1:after {
        content: " ";
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        height: 5px;
        background: #8E8CC3
    }

.account-page .date-of-birth select, .registration-page .date-of-birth select {
    width: 88px
}

.account-page select + select, .registration-page select + select {
    margin: 0 0 0 10px
}

.gender span {
    margin: 0 3px
}

    .gender span > * {
        display: inline !important;
        line-height: 32px
    }

#check-availability-button {
    margin: 10px 0 0;
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    #check-availability-button:hover, .account-page .button-1:hover, .checkout-page .button-1:hover, .checkout-page .button-2.order-completed-continue-button:hover, .login-page .button-1:hover, .order-details-area ul .repost .re-order-button:hover, .order-details-page .actions button:hover, .password-recovery-page .button-1:hover, .registration-page .button-1:hover, .registration-result-page .button-1:hover, .return-request-page .button-1:hover, .search-input .button-1:hover, .shopping-cart-page .button-1:hover {
        border: 2px solid #443169;
        background: #fff !important;
        color: #443169
    }

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    color: #e87772
}

    #username-availabilty:empty, .checkout-page .address-list-page, .external-authentication .title, .login-page .topic-block-title:after, .login-page .topic-block-title:before, .opc .back-link small, .shopping-cart-page .selected-checkout-attributes {
        display: none
    }

.email-to-revalidate {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 0 7px
}

.email-to-revalidate-note, .vat-note, .vat-status {
    display: block;
    margin: 5px 0 0;
    text-align: center
}

.accept-privacy-policy, .password-recovery-page .tooltip, .registration-result-page .result, .selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px
    }

    .accept-privacy-policy a, .payment-method .method-list li label, .return-request-list-page a, .shipping-method .method-list li label {
        font-weight: 700
    }

.account-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .registration-page .button-1, .registration-result-page .button-1, .return-request-page .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #443169;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.login-page .page-title, .sitemap-page .page-title {
    padding: 0 0 1px
}

.login-page .page-body, .search-input, .sitemap-page .page-body {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.message-error.validation-summary-errors, span.field-validation-error {
    color: red
}

.registration-result-page .result {
    color: #690;
    font-size: 24px
}

.cart-collaterals > div, .checkout-page .section, .login-page .customer-blocks {
    margin: 0 0 30px
}

.login-page .title, .login-page .topic-block-title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px
}

    .login-page .title strong, .login-page .topic-block-title h2 {
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 20px;
        width: 100%
    }

.login-page .new-wrapper {
    margin: 0 0 50px
}

.login-page .text {
    margin: 0 0 20px;
    font-size: 14px
}

.login-page .inputs.reversed * {
    margin: 5px;
    display: inline-block;
    width: auto
}

.login-page .inputs.reversed span {
    display: block
}

.forgot-password {
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .cart-total tr td .product-price.order-total, .cart-total tr:last-child td:last-child, .forgot-password:hover, .opc .back-link a:hover, .order-completed .details a:hover {
        color: #e87772
    }

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center
}

    .external-authentication fieldset {
        float: none !important
    }

.registration-page .external-authentication {
    margin: 40px 0 0
}

.checkout-attributes dt, .password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: 700
}

#header-links-opener {
    visibility: hidden
}

.account-page .button-2, .back-pm-button {
    display: inline-block;
    border: 2px solid #8E8CC3;
    background: #fff;
    color: #8E8CC3;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .account-page .button-2:hover, .back-pm-button:hover {
        background: #8E8CC3;
        color: #fff !important
    }

.account-page .edit-address {
    margin: 0 0 20px;
    padding: 25px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.account-page .description, .advanced-search, .avatar-page .info, .basic-search, .cart-footer .total-info, .order-details-area, .order-review-data, .payment-method .method-list li, .shipment-details-area, .shipment-details-page .shipment-overview > ul:first-child, .shipping-method .method-list li, .sitemap-page .description, .sitemap-page .entity, .terms-of-service {
    margin: 0 0 20px
}

.account-page .form-fields .custom-attributes label, .avatar-page input[type=file] {
    overflow: hidden
}

.account-page .inputs.accept-consent, .registration-page .inputs.accept-consent, .user-agreement-page {
    text-align: center
}

    .account-page .inputs.accept-consent label, .registration-page .inputs.accept-consent label {
        margin-left: 5px;
        width: auto
    }

.address-list, .order-list, .shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px
}

.address-item, .order-item {
    background: #f3f3f3;
    width: 305px;
    max-width: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%)
}

.cart-footer, .order-progress {
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.order-item .title {
    background: #337ab7
}

.order-item strong {
    font-weight: 700;
    color: #fff
}

.order-item .info li {
    margin: 8px 0;
    font-weight: 700
}

    .order-item .info li span {
        font-weight: 400
    }

.address-item .title, .order-item .title {
    font-size: 16px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd
}

.address-item .info, .order-item .info {
    padding: 10px;
    font-size: 14px;
    line-height: 18px
}

.order-item .info {
    min-height: 110px
}

.address-item .buttons, .order-item .buttons {
    position: relative;
    margin: 0;
    padding: 14px 0 10px;
    border: 1px solid #ddd
}

    .address-item .buttons:before, .order-item .buttons:before {
        content: " ";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 5px;
        background: #8E8CC3
    }

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center
}

.return-request-list-page .comments {
    margin: 15px 0 0
}

.reward-points-history .title, .reward-points-overview {
    margin: 0 0 15px;
    font-size: 14px
}

.reward-points-history .title {
    font-size: 16px
}

.avatar-page .image, .avatar-page .message-error, .cart-collaterals .deals > div, .opc .back-link, .order-details-page .order-overview .order-number, .order-details-page .page-title h1 {
    margin: 0 0 10px
}

.avatar-page .fieldset, .opc .section {
    margin: 0 0 15px
}

.avatar-page .image img {
    border: 1px solid #ccc
}

.avatar-page button {
    margin: 0 5px
}

.terms-of-agreement {
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

.user-agreement-page .button-1 {
    background: #e87772;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    text-transform: uppercase;
    transition: .15s ease-in-out
}

    .user-agreement-page .button-1:hover {
        background: #fff !important;
        border: 2px solid #e87772;
        color: #e87772
    }

.vendorinfo-page .vendor-picture {
    margin-top: 15px
}

    .return-request-page .uploadedfileinput, .vendorinfo-page .vendor-picture > * {
        display: inline-block;
        vertical-align: middle
    }

.gdpr-tools-page .form-fields {
    padding: 15px 0 20px
}

.check-gift-card-balance-page .result {
    padding: 15px;
    text-align: center
}

.order-progress {
    margin: 0 0 20px;
    text-align: center;
    background: #fff;
    padding: 0 0 1px
}

    .order-progress ul {
        font-size: 0;
        padding: 10px
    }

    .order-progress li {
        display: inline-block;
        margin: 10px
    }

    .order-progress a {
        display: block;
        font-size: 12px;
        font-family: "Archivo", sans-serif
    }

        .order-progress a:before {
            content: " ";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 10px;
            border: 2px solid #555;
            border-radius: 100%;
            background: url(../img/arrow-right.png) 15px center no-repeat #fff
        }

    .opc .allow .step-title, .opc .allow .step-title *, .order-progress li.active-step a, .terms-of-service label {
        cursor: pointer
    }

    .order-progress li.inactive-step a {
        opacity: .5;
        cursor: default
    }

.category-page .page-title h1, .shopping-cart-page .page-title h1 {
    background: 0 0;
    border-bottom: none;
    padding: 10px 0 3px
}

    .category-page .page-title h1:after, .shopping-cart-page .page-title h1:after {
        content: " ";
        display: block;
        height: 1px;
        background: none;
        margin: 10px 0 0
    }

.checkout-page .button-1, .shopping-cart-page .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.checkout-page .button-2, .estimate-shipping-button, .order-details-page .page-title a, .shopping-cart-page .button-2 {
    display: inline-block;
    border: 2px solid #e87772;
    background-color: #fff;
    color: #e87772;
    font-size: 14px;
    padding: 8px 11px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

    .order-details-page .page-title a:hover, .shopping-cart-page .cart-footer .button-2:hover, .update-cart-button:hover {
        background-color: #e87772;
        color: #fff !important
    }

.shopping-cart-page .common-buttons .button-2, .shopping-cart-page .estimate-shipping-button {
    padding: 6px 16px 6px 36px;
    font-size: 16px;
    text-transform: none
}

.shopping-cart-page .update-cart-button {
    background-image: url(../img/icon-update-cart.png);
    background-color: #e87772;
    background-repeat: no-repeat;
    background-position: left -2px
}

    .shopping-cart-page .update-cart-button:hover {
        background-image: url(../img/icon-update-cart-hover.png);
        background-position: left -2px
    }

.shopping-cart-page .continue-shopping-button, .shopping-cart-page .estimate-shipping-button {
    background-image: url(../img/icon-continue-shop.png);
    background-repeat: no-repeat;
    background-position: left -2px;
    background-color: #e87772;
    color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

    .shopping-cart-page .continue-shopping-button:hover, .shopping-cart-page .estimate-shipping-button:hover {
        background-color: #e87772;
        background-image: url(../img/icon-continue-shop-hover.png);
        color: #e87772;
        border-color: #e87772
    }

.shopping-cart-page .estimate-shipping-button {
    background-image: url(../img/icon-estimate-shipping.png)
}

    .shopping-cart-page .estimate-shipping-button:hover {
        background-image: url(../img/icon-estimate-shipping-hover.png)
    }

.remove-discount-button, .remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: url('../img/close.png') center no-repeat #fff;
    cursor: pointer
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px
}

.shopping-cart-page .common-buttons {
    font-size: 0;
    margin: 0 0 20px
}

    .shopping-cart-page .common-buttons a, .shopping-cart-page .common-buttons button {
        min-width: 200px;
        margin: 0 5px 5px;
        text-align: center
    }

.checkout-attributes {
    margin: 20px 0;
    text-align: center
}

.cart-collaterals .hint, .cart-total-left, .payment-info .info, .payment-method .method-list, .shipping-method .method-list {
    text-align: left
}

.checkout-attributes li {
    line-height: 24px
}

.cart-footer {
    padding: 20px 10px;
    background: #fff
}

    .cart-footer:after, .checkout-page .address-grid:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

    .cart-footer .totals {
        width: 235px;
        max-width: 100%;
        margin: 0 auto 30px
    }

.cart-total td {
    width: 50%;
    padding: 5px;
    background: #fff;
    font-size: 16px
}

.cart-total tr:last-child td {
    border-top: 1px solid #ddd;
    font-size: 20px
}

.cart-total-right {
    text-align: right
}

.cart-total tr.earn-reward-points td, .cart-total tr.earn-reward-points td:last-child {
    font-size: 16px;
    border: none;
    color: #9f9f9f
}

.terms-of-service span a {
    font-weight: 700;
    cursor: pointer
}

.addon-buttons > *, .checkout-buttons {
    margin-bottom: 10px
}

.cart-footer .button-1 {
    font-size: 18px
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px
}

    .cart-collaterals .title {
        margin: 0 0 5px
    }

    .cart-collaterals .hint {
        margin: 8px 0;
        font-size: 14px
    }

.deals .title, .estimate-shipping .title {
    font-size: 16px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd
}

    .checkout-page .section .title strong, .deals .title strong, .estimate-shipping .title strong {
        display: block;
        padding: 0 0 5px;
        border-bottom: 1px solid #ddd
    }

.cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0
}

    .cart-collaterals .coupon-code input[type=email], .cart-collaterals .coupon-code input[type=tel], .cart-collaterals .coupon-code input[type=text] {
        float: left;
        width: 180px;
        border-left: 1px solid #c9c9c9
    }

    .cart-collaterals .coupon-code button {
        float: left;
        min-width: 115px
    }

.cart-collaterals .message {
    margin: 5px 0 0;
    color: #c00
}

.cart-collaterals .current-code, .shipping-method .method-description {
    margin: 5px 0 0
}

.cart-collaterals .shipping-results {
    margin: 20px 0 0
}

.checkout-page .edit-address, .payment-method .method-list, .shipping-method .method-list {
    margin: 0 0 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    background: #fff;
    padding: 10px
}

.cart-collaterals .shipping-results li {
    margin: 10px 0
}

.checkout-page .section .title {
    font-size: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0
}

.section.confirm-order .message-error, .section.confirm-order .min-order-warning {
    display: block;
    text-align: left
}

.checkout-page .address-item, .checkout-page .order-item {
    padding: 10px
}

    .checkout-page .address-item .select-button {
        text-align: center;
        margin: 10px 0 0
    }

    .checkout-page .address-item li {
        padding: 2px 0
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
            font-size: 14px
        }

        .checkout-page .address-item li.country {
            margin: 5px 0 0;
            font-size: 16px
        }

.payment-method .method-list li:last-child, .search-input .buttons, .shipping-method .method-list li:last-child {
    margin: 0
}

.payment-method .method-name > * {
    display: inline-block;
    margin: 0 10px 0 0
}

.payment-logo {
    font-size: 0
}

.checkout-page .pickup-in-store, .opc .buttons {
    margin-bottom: 0
}

    .checkout-page .pickup-in-store ~ .shipping-addresses, .checkout-page .pickup-points {
        margin-top: 25px
    }

    .checkout-page .pickup-in-store .description {
        margin-top: 10px
    }

.checkout-page .select-pickup-point {
    margin-bottom: 25px
}

.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 20px
}

.payment-info .info {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.confirm-order .button-1 {
    margin: 20px 0 0;
    font-size: 18px
}

.order-completed .details {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

    .order-completed .details a {
        display: block;
        margin: 5px 0 0;
        font-weight: 700;
        padding: 7px 0;
        -webkit-transition: .15s;
        transition: .15s
    }

.checkout-page .button-2.order-completed-continue-button {
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3)
}

.checkout-page .min-amount-warning {
    display: block;
    margin: 0 0 20px;
    text-align: center
}

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    font-size: 18px
}

    .opc .step-title * {
        float: left;
        font-size: 18px;
        line-height: 1
    }

    .opc .step-title h2.title {
        margin: 8px 0 0
    }

    .opc .step-title span {
        margin: 0 12px 0 0;
        background: #337ab7;
        color: #fff;
        padding: 7px 10px;
        border-radius: 100px;
        height: 32px;
        width: 32px;
        text-align: center
    }

.opc .step {
    margin: 10px 0;
    padding: 10px 18px;
    background: #fff;
    border-left: 5px solid #e87772;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.opc .section > label {
    display: block;
    margin: 0 0 10px;
    font-size: 14px
}

.opc input[type=email], .opc input[type=tel], .opc input[type=text], .opc select {
    max-width: 100%
}

.opc .back-link a {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.opc .please-wait {
    display: block;
    margin: 10px 0 0
}

.opc .cart-footer, .opc .payment-info .info, .opc .payment-method .method-list, .opc .shipping-method .method-list {
    box-shadow: none
}

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden
}

.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 13px
}

    .order-details-page .order-overview .order-number strong {
        font-size: 18px;
        font-weight: 400
    }

.order-details-page .cart-total {
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    width: 300px;
    margin: 0 0 30px
}

.order-details-area:after, .order-review-data:after, .shipment-details-area:after {
    content: '';
    display: block;
    clear: both
}

.order-details-area > div, .order-review-data > div, .shipment-details-area > div {
    background: #fff;
    padding: 10px;
    border-left: 5px solid #e87772;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: left;
    margin-top: 30px
}

    .order-details-area > div:first-child, .order-review-data > div:first-child, .shipment-details-area > div:first-child {
        margin-top: 0
    }

    .order-details-area > div > .title, .order-review-data > div > .title, .shipment-details-area > div > .title {
        font-size: 18px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ddd;
        margin: 0 0 15px !important
    }

.order-details-area ul .repost .re-order-button, .order-details-page .actions button, .search-input .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #443169;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3)
}

.order-details-area > div > .title strong, .order-review-data > div > .title strong, .shipment-details-area > div > .title strong {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 400
}

.order-details-area > div li, .order-review-data > div li, .shipment-details-area > div li {
    margin-top: 5px
}

.order-details-area .side-list-wrap, .order-review-data .side-list-wrap {
    margin-top: 20px
}

    .order-details-area .side-list-wrap .title, .order-review-data .side-list-wrap .title {
        font-size: 14px;
        font-weight: 700;
        border: 0;
        margin: 0 0 10px
    }

.return-request-page .section .title, .section.products .title, .section.shipments .title {
    font-size: 16px;
    margin: 0 0 10px
}

.order-details-page .actions {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0
}

    .order-details-area ul .repost .re-order-button, .order-details-page .actions button {
        font-size: 14px;
        margin: 0 5px;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

.order-details-area ul .repost .re-order-button {
    margin: 5px 0
}

.shipment-details-page .shipment-overview > ul {
    text-align: left;
    background: #fff;
    border-left: 5px solid #e87772;
    padding: 10px;
    max-width: 300px;
    min-height: 180px
}

.shipment-details-page .shipment-overview .title {
    margin: 0 0 10px;
    font-size: 14px
}

.shipment-details-page .section {
    width: 100%
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 2px
}

.basic-search input[type=text] {
    width: 400px;
    max-width: 100%
}

.advanced-search .price-range {
    display: inline-block;
    margin: 0 0 0 -30px
}

    .advanced-search .price-range input {
        width: 80px;
        margin: 3px
    }

.search-input .button-1 {
    font-size: 14px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.search-input .warning, .search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: 400;
    color: #c00
}

.search-results {
    margin: 30px 0 0
}

.news-head, .sitemap-page .entity-title h2 {
    text-align: left;
    border-bottom: 1px solid #ddd
}

.blog-page .tags, .blogpost-page .tags, .comment-info .avatar, .promo-block__image-clip {
    overflow: hidden
}

h1.ritter-implants, p.promo-block__heading.heading.h3 {
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff
}

.sitemap-page .entity-title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px
}

    .sitemap-page .entity-title h2 {
        padding: 0 10px 10px;
        display: block;
        font-size: 20px;
        font-weight: 400
    }

.sitemap-page .entity-body {
    line-height: 24px
}

.sitemap-page li {
    display: inline-block;
    margin: 0 5px 10px
}

.sitemap-page a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 0 0 0 16px;
    -webkit-transition: .15s;
    transition: .15s
}

    .blog-page .tags a:hover, .blogpost-page .tags a:hover, .news-title:hover, .sitemap-page a:hover {
        color: #e87772
    }

    .sitemap-page a:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #ddd
    }

    .new-comment .inputs label, .sitemap-page a:empty {
        display: none
    }

.year strong {
    display: block;
    cursor: default
}

.news-items .news-item {
    position: relative;
    margin: 10px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.blog-page .post, .blogpost-page .post-body, .blogpost-page .tags {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.blog-page .post {
    position: relative;
    padding: 10px;
    margin: 0 0 25px
}

.news-items .news-item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 5px;
    background: #e87772
}

.news-head {
    padding: 12px 8px
}

.news-title {
    display: block;
    font-size: 18px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.comment-list .title, .post-head {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px
}

.news-items .news-body, .post-body {
    text-align: justify;
    font-size: 14px
}

.post-head .post-title {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    display: block
}

.news-date, .post-date {
    font-size: 12px;
    color: #888
}

.news-items .news-body {
    padding: 10px 5px 0;
    line-height: 1.3;
    overflow: hidden;
    height: 62px
}

.blog-page .tags, .post-body {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.news-item-page .news-body {
    margin: 0 0 20px;
    line-height: 20px
}

.blog-page .tags, .new-comment .notifications, .new-comment .title, .post-body {
    margin: 0 0 10px
}

    .blog-page .tags label, .blogpost-page .tags label {
        position: relative;
        display: block;
        font-weight: 700;
        float: left;
        font-size: 14px;
        padding: 0 0 0 20px;
        line-height: 24px;
        margin: 0 5px 0 0
    }

        .blog-page .tags label:before, .blog-posts .buttons a:before, .blogpost-page .tags label:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 7px;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #ddd
        }

    .blog-page .tags ul, .blogpost-page .tags ul {
        font-size: 0;
        text-align: left
    }

    .blog-page .tags li, .blog-posts .buttons a, .blogpost-page .tags li {
        display: inline-block;
        font-size: 14px
    }

        .blog-page .tags li.separator, .blogpost-page .tags li.separator {
            margin: 0 5px 0 3px
        }

    .blog-page .tags a, .blogpost-page .tags a {
        display: inline-block;
        line-height: 24px;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

.blog-details {
    text-align: left
}

.blog-posts .buttons {
    text-align: initial
}

    .blog-posts .buttons a {
        position: relative;
        font-weight: 700;
        padding: 6px 0 6px 20px
    }

.blogpost-page .post-body {
    padding: 10px;
    border: 0
}

.blogpost-page .tags {
    padding: 10px;
    margin: 0 0 10px
}

.blogpost-page .inputs {
    text-align: center
}

.new-comment, .news-list-homepage {
    margin: 0 0 30px
}

    .new-comment .result {
        color: #690
    }

    .new-comment .form-fields {
        margin: 0 0 15px
    }

    .new-comment textarea {
        width: 100%
    }

    .contact-vendor button, .new-comment .button-1 {
        display: inline-block;
        border: 2px solid #fff;
        background: #e87772;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 8px 24px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

        .contact-vendor button:hover, .new-comment .button-1:hover {
            border: 2px solid #e87772;
            background: #fff !important;
            color: #e87772
        }

.comment-list .title strong {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block
}

.blog-comment, .news-comment {
    margin: 0 0 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-left: 5px solid #e87772
}

    .blog-comment:after, .news-comment:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }

.comment-info {
    width: 122px;
    margin: 0 auto 10px;
    border: 1px solid #ccc
}

    .comment-info .username {
        display: block;
        padding: 5px
    }

    .comment-info .avatar {
        position: relative;
        width: 120px;
        height: 120px
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto
        }

.comment-time {
    margin: 0 0 10px;
    font-style: italic
}

.comment-title {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.comment-body {
    font-size: 14px
}

.news-items .read-more {
    line-height: 32px;
    font-size: 14px;
    color: #e87772;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase
}

    .news-items .read-more:hover {
        text-decoration: underline
    }

.news-items .buttons {
    text-align: initial;
    margin: 0;
    line-height: none
}

.news-item-page .inputs:first-child label {
    display: block
}

.news-list-centering {
    width: 95%;
    margin: 0 auto
}

.news-list-homepage .title {
    margin: 0 0 15px;
    text-align: center
}

    .news-list-homepage .title strong {
        font-size: 26px;
        font-weight: 400
    }

.news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #fff
}

.blog-page .page-title, .news-list-page .page-title, .product-tags-all-page .page-title, .topic-page .page-title {
    padding: 0 0 1px
}

    .blog-page .page-title h1, .news-list-page .page-title h1, .product-tags-all-page .page-title h1, .topic-page .page-title h1 {
        border-bottom: 5px solid #e87772
    }

.product-tags-all-page .page-body {
    padding: 15px 5px 5px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.product-tags-all-page .product-tags-list li, .vendor-list li {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 16px
}

.product-tags-all-page .product-tags-list a, .vendor-list a {
    display: block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.team__member-link, h1.ritter-implants, p.promo-block__heading.heading.h3.Ritter_Implants_h3 {
    display: inline-block
}

.product-tags-all-page .product-tags-list a:hover, .vendor-list a:hover {
    color: #e87772;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.contact-vendor {
    text-align: center;
    margin: 0 0 10px
}

.private-messages-page .ui-tabs, .profile-page .ui-tabs {
    max-width: none
}

.private-messages-page .ui-tabs-nav, .profile-page .ui-tabs-nav {
    max-width: 600px;
    margin: 0 auto
}

    .private-messages-page .ui-tabs-nav > li, .profile-page .ui-tabs-nav > li {
        width: 48%;
        margin: 0 1%;
        float: left
    }

.private-messages-page .ui-tabs .ui-tabs-panel, .profile-page .ui-tabs .ui-tabs-panel {
    position: static !important;
    width: auto;
    background: #fff
}

.private-messages-page .ui-tabs .ui-tabs-panel {
    padding: 20px
}

.recaptchatable #recaptcha_response_field {
    height: auto !important
}

.addthis_toolbox.addthis_default_style > a {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important
}

.atclear {
    clear: none !important
}

pre {
    white-space: normal;
    word-wrap: break-word
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Archivo", sans-serif;
    color: #000
}

    .csharpcode .rem {
        color: green
    }

    .csharpcode .kwrd {
        color: #00f
    }

    .csharpcode .str {
        color: #006080
    }

    .csharpcode .op {
        color: #00c
    }

    .csharpcode .preproc {
        color: #c63
    }

    .csharpcode .asp {
        background-color: #ff0
    }

    .csharpcode .html {
        color: maroon
    }

    .csharpcode .attr {
        color: red
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6
    }

    .csharpcode .lnum {
        color: #666
    }

@media (max-width:444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%
        }

    .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r2_c2, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1 {
        background: 0 0 !important
    }
}

.promo-block--overlay:before, .promo-block__image-wrapper--cover:before {
    content: "";
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0) 15%,rgba(0,0,0,.5));
    z-index: 1
}

@media all and (max-width:480px) {
    .page-title {
        margin: 0 0 15px
    }

    .link-rss {
        width: 42px;
        height: 42px;
        background: url('../img/icon-rss.png') center no-repeat #fff;
        top: 110%;
        right: 50%;
        margin-right: -21px
    }
}

.newsletter-result {
    color: #61e661;
    font-size: 16px;
    letter-spacing: 1px
}

.promo-block--overlay:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0
}

.promo-block__image-wrapper--cover {
    position: relative;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    transform: scale(1.01);
    transition: opacity .2s ease-in-out,transform 1.2s ease-in-out
}

    .promo-block__image-wrapper--cover:before {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0
    }

.mosaic--large .mosaic__item > :first-child {
    position: relative
}

.promo-block__inner {
    position: absolute;
    z-index: 9;
    top: 0;
    color: #fff;
    padding: 26px 30px;
    width: 100%
}

h1.ritter-implants {
    margin: 0 6px
}

.promo-block__content {
    margin-bottom: 1em !important;
    line-height: 1.87
}

.promo-block__inner .button {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 30px;
    line-height: 48px;
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
    background: #337ab7;
    color: #f3f4f4
}

.promo-block--top-center, .promo-block--top-left, .promo-block--top-right {
    align-items: flex-start
}

.promo-block--bottom-right, .promo-block--middle-right, .promo-block--top-right {
    text-align: right;
    justify-content: flex-end
}

.promo-block--bottom-center, .promo-block--middle-center, .promo-block--top-center {
    text-align: center;
    justify-content: center
}

.team__member {
    padding: 30px 20px 20px;
    border: 1px solid #e1e3e4;
    border-radius: 3px;
    background: #fff
}

.team__member-pic--rounded {
    border-radius: 50%
}

.team__member-subheading, .team__member-title {
    margin-bottom: 0;
    line-height: 1.4
}

.team__member-link {
    margin-top: 6px
}

.heading, .link--accented {
    color: #337ab7
}

.category-page .col-sm-6:first-child, .login-page .message-error.validation-summary-errors, .login-page .message-error.validation-summary-errors ul li, .login-page ul li, .new-wrapper.checkout-as-guest-or-register-block p, .qt, .team {
    text-align: center
}

.link {
    transition: color .2s ease-in-out
}

.filter-result-product-list-box .product-item p, .team__block-item {
    margin-bottom: 20px
}

.filter-result-product-list-box .product-item .view-product-area .view-product-btn {
    display: inline-block;
    padding: 7px 12px;
    border: 2px solid #337ab7;
    color: #337ab7;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}

    .filter-result-product-list-box .product-item .view-product-area .view-product-btn:hover {
        background-color: #337ab7;
        color: #fff;
    }

.team {
    margin-top: 45px;
    margin-bottom: 62px
}

a.team__member-link.link.link--accented {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px
}

.team__member-pic {
    width: 144px;
    margin-bottom: 20px;
    border: 1px solid #e1e3e4;
    padding: 8px;
    background: #f3f5f6
}

.heading {
    font-weight: 700;
    text-transform: capitalize
}

.team__member-title.heading.h4 {
    font-size: 16px;
    letter-spacing: .5px
}

.team__member-subheading {
    font-size: 15px;
    letter-spacing: 1px
}

.contactinfo-right p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px
}

.text-with-icons__title {
    margin-bottom: 4px
}

.highlight, .text--strong {
    color: #337ab7;
    font-weight: 500
}

.text-with-icons.text-with-icons--stacked {
    clear: left
}

.text-with-icons__content-wrapper {
    font-size: 16px;
    line-height: 24px
}

.text-with-icons__icon-wrapper svg {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.text-with-icons__item {
    padding-bottom: 28px
}

.field-validation-error, .required {
    color: red
}

.info-list li.payment-method {
    visibility: hidden
}

.manufacturers .value a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 100px;
    margin: 4px 0;
    font-size: 12px;
    font-weight: 400
}

.manufacturers span.label {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer-middle .footer-block.contact-block {
    display: none;
}

.card__section b.product-form__option-name.text--strong {
    margin: 10px 0;
    display: inline-block;
    width: 100%
}

.block-swatch {
    display: inline-block;
    margin: 4px
}

.block-swatch__radio {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0
}

.product-item--vertical .product-item__info, .qtyDiv, div#products {
    position: relative
}

.block-swatch__item {
    display: block;
    padding: 6px 16px 7px;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 1px #c5c5c5
}

.custom-pro-info-item .block-swatch__item {
    display: block;
    height: 35px;
    line-height: 1.2
}

.block-swatch__radio:checked + .block-swatch__item {
    box-shadow: 0 0 0 1px #337ab7;
    border-color: #337ab7;
    background: #f1f5f7;
    color: #337ab7
}

div#products {
    justify-content: space-between !important;
    border: 0;
    background: #fff
}

.product-list::before {
    border: 0
}

div#products .product-item {
    justify-content: space-between;
    flex-basis: 100%;
    border: 0 !important;
    margin: 25px 10px;
    box-shadow: 1px 1px 12px #b1b1b1;
    border-radius: 4px;
    flex-direction: row;
    flex: 1;
    flex-wrap: inherit;
    max-width: 100%;
    min-height: inherit;
    display: inline-block;
    width: 30%;
    vertical-align: top
}

    div#products .product-item .product-item__info p.price {
        font-size: 20px;
        color: #337ab7
    }

.third.product-form__option {
    margin: 15px 0
}

div#products .product-item img {
    max-width: 150px !important;
    max-height: 200px !important;
    border: 0;
    float: none;
    display: block;
    margin: 0 auto
}

div#products .product-item .product-item__info {
    flex: 1;
    float: left;
    margin-left: 0;
    flex: 1;
    width: 100% !important
}

.qtyDiv {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    transform: inherit;
    margin-top: 20px
}

.filler-item, .product-item {
    position: relative;
    padding: 20px 15px;
    min-width: 0;
    flex-shrink: 0;
    background: #fff;
    white-space: normal
}

.page.account-page.avatar-page .fieldset, .product-grid.home-page-product-grid .product-item {
    padding: 0
}

.qtyLabel {
    float: left;
    font-size: 17px;
    vertical-align: middle;
    color: #337ab7;
    font-weight: 500;
    margin-right: 6px;
    margin-top: 5px
}

.qt-minus, .qt-minusNot, .qt-plus, .qt-plusNot {
    background: #fcfcfc;
    border: none;
    font-size: 18px;
    font-weight: 500;
    height: 32px;
    padding: 5px 11px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.qt, .qt-minus, .qt-minusNot, .qt-plus, .qt-plusNot {
    display: block;
    float: left
}

.qt {
    font-size: 19px;
    line-height: 32px;
    width: 36px
}

.filter-result-product-list-box .product-item .cart-btn-area {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    width: 100%;
}

    .filter-result-product-list-box .product-item .cart-btn-area button, .filter-result-product-list-box .product-item .cart-btn-area a {
        margin-top: 0px !important;
        background: #337ab7;
        color: #fff;
        padding: 10px 15px;
        font-size: 18px;
        border: none;
        width: 140px;
        display: block;
        clear: left;
    }

    .filter-result-product-list-box .product-item .cart-btn-area.no-guest button.add-to-cart-button {
        width: 100%;
    }

.product-item--horizontal .product-item__action-button, .product-item--vertical .product-item__action-button {
    padding-left: 10px;
    padding-right: 10px
}

.category-page .row {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.qtyDiv input {
    width: 45px
}

.category-page .col-sm-6 {
    width: 50%;
    float: left
}

.section.payment-info table tr td {
    padding: 10px 0
}

p.back-link {
    display: inline-block;
    float: left
}

    p.back-link a {
        display: inline-block;
        border: 2px solid #fff;
        background: #337ab7;
        color: #fff;
        font-size: 16px !important;
        padding: 8px 24px;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        text-decoration: none !important;
        font-weight: 400 !important
    }

        p.back-link a:hover {
            color: #fff !important
        }

.registration-page ul li {
    text-align: center !important
}

.new-wrapper.checkout-as-guest-or-register-block ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cart-options .checkout-attributes textarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #ccc
}

.page.account-page.order-list-page .col-md-12.col-lg-12.row {
    padding: 0 10px;
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.page.account-page.order-list-page .col-md-4.col-lg-4 {
    margin: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    line-height: 30px;
    float: left
}

    .page.account-page.order-list-page .col-md-4.col-lg-4 p {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center
    }

    .page.account-page.order-list-page .col-md-4.col-lg-4 input {
        width: 60%;
        float: right
    }

.page.account-page.order-list-page .col-md-12.col-lg-12.row select {
    width: 150px;
    float: right;
    margin-right: 10px
}

.page.account-page.order-list-page .col-md-12.col-lg-12.row input#btnFilter {
    clear: left;
    background: #337ab7;
    border: none;
    outline: 0;
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    margin-top: 0
}

.cart-collaterals .message-failure {
    color: red;
    margin: 8px 0 0;
    font-size: 14px
}

@media (min-width:768px) {
    div#products .product-item .product-item__info a {
        max-height: 70px;
        overflow: hidden;
        display: inline-block;
        min-height: 40px;
        line-height: 1.3
    }

    .cart .subtotal {
        text-align: center
    }

    div#products .product-item .product-item__info {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page.account-page.order-list-page .col-md-12.col-lg-12.row {
        font-size: 14px
    }

        .page.account-page.order-list-page .col-md-12.col-lg-12.row select {
            width: 130px
        }

    .text-with-icons {
        justify-content: center;
        margin: 0 -30px -25px -40px
    }

    div#products .product-item {
        flex-basis: 100%;
        max-width: 100%;
        text-align: left
    }

    .mosaic--large .mosaic__item > :first-child {
        min-height: 300px;
        height: 100%
    }

    .promo-block__image-wrapper--cover {
        position: relative;
        height: 340px !important
    }

    .footer-centering {
        padding: 0 40px
    }

    .footer-middle .footer-block {
        width: 100% !important
    }

    .promo-block__inner {
        text-align: center
    }

    .txt-slider {
        height: 89px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-block.footer-block-first {
        float: none !important;
        margin: 0 auto;
        text-align: center !important
    }

    .footer-middle .footer-block:last-child {
        width: 320px !important;
        display: block;
        margin: 0 auto;
        float: none
    }

    .promo-block__inner {
        text-align: center
    }

    .txt-slider {
        height: 89px !important
    }
}

@media (max-width:1280px) {
    .sub-category-grid .item-box {
        width: 23% !important;
    }
}

@media (max-width:1024px) {
    .contactform-left, .contactinfo-right {
        text-align: center
    }

    .avatar-page .fieldset {
        float: none !important;
        margin-right: 0
    }

    .avatar-page .buttons, .page.account-page.avatar-page {
        text-align: center !important
    }

    .txt-slider {
        height: 89px !important
    }
}

@media (max-width:767px) {
    .page.account-page.order-list-page .col-md-12.col-lg-12.row {
        padding: 0;
        max-width: 100%;
        text-align: left;
        display: inline-block;
        width: 100%
    }

    .page.account-page.order-list-page .col-md-4.col-lg-4 {
        margin: 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 15px;
        line-height: 30px;
        float: left;
        text-align: left
    }

        .page.account-page.order-list-page .col-md-4.col-lg-4 p {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between
        }

        .page.account-page.order-list-page .col-md-4.col-lg-4 input {
            width: 70%;
            float: right
        }

    .page.account-page.order-list-page .col-md-12.col-lg-12.row select {
        width: 70%;
        float: right;
        margin-right: 0
    }

    .page.account-page.order-list-page .col-md-12.col-lg-12.row div {
        width: 100%;
        display: inline-block
    }

    .page.account-page.order-list-page .col-md-12.col-lg-12.row input#btnFilter {
        margin-top: 15px;
        float: right
    }

    .cart-footer .totals {
        width: 100%;
        max-width: 100%
    }

    .checkout-page .cart-footer {
        padding: 20px 0
    }

    .checkout-page .section .title {
        margin: 20px 0
    }

    .payment-method .method-list li .payment-details {
        max-width: 210px;
        font-size: 12px
    }

    .filter-result-product-list-box .product-item button, .order-details-page .cart-total {
        width: 100%
    }

    .order-details-page .section.products td.product {
        text-align: left !important
    }

    .login-page .message-error.validation-summary-errors, .login-page .message-error.validation-summary-errors ul li, .login-page ul li, .promo-block__inner, .registration-page ul li {
        text-align: center
    }

    .login-page .new-wrapper {
        margin: 0 0 20px
    }

    .header-links li {
        padding: 0 4px
    }

    .responsive-nav-wrapper .search-wrap, .shopping-cart-link {
        float: left
    }

    .page-title h1 {
        margin-left: auto;
        width: 100%;
        margin-right: auto
    }

    .category-page .col-sm-6 {
        width: 100%;
        float: left
    }

    .product-block-list__item.product-block-list__item--info select {
        max-width: 320px !important
    }

    div#products .product-item {
        flex-basis: inherit;
        max-width: 100%;
        text-align: left;
        min-height: inherit;
        display: inline-block;
        width: 95.5%;
        margin: 10px 6px
    }

        div#products .product-item img {
            float: none;
            margin: 0 auto;
            display: block
        }

        div#products .product-item .product-item__info {
            width: 100% !important;
            margin-left: 0
        }

    .footer-middle .footer-block {
        float: left;
        width: 100%
    }

    .mosaic--large .mosaic__item > :first-child {
        min-height: 300px;
        height: 100%
    }

    .promo-block__image-wrapper--cover {
        position: relative;
        height: 340px !important
    }

    .mosaic__item {
        padding: 0 10px 20px
    }

    .home-page-category-grid .item-box {
        max-width: 100%
    }

    .page ul li {
        text-align: left
    }

    .txt-slider {
        height: auto !important;
        padding: 10px 0
    }

    .sub-category-grid .item-box {
        width: 30.3% !important;
    }
}

@media (max-width:480px) {
    .sub-category-grid .item-box {
        width: 48% !important;
    }
}

@media not all,(hover:hover) {
    .promo-block__image-wrapper {
        background-position: right calc(100% + 35px)
    }
}

.txt-slider {
    background: #337ab7;
    height: 34px;
    font-size: 14px !important;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px
}

.custom-popup, .loader-main {
    background-color: rgba(0,0,0,.5)
}

@media (max-width:400px) {
    .txt-slider {
        height: auto;
        font-size: 14px !important
    }

    span#spHeader {
        font-size: 11px !important;
        max-width: 95%;
        display: inline-block
    }

    .top-login {
        top: 58px !important
    }
}

@media (min-width:401px) and (max-width:767px) {
    .txt-slider {
        height: auto;
        font-size: 14px !important
    }

    span#spHeader {
        font-size: 11px !important;
        max-width: 95%;
        display: inline-block
    }

    .top-login {
        top: 45px !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .txt-slider {
        height: auto !important;
        font-size: 14px !important
    }

    span#spHeader {
        font-size: 11px !important;
        max-width: 95%;
        display: inline-block;
        padding: 10px
    }

    .top-login {
        top: 45px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .txt-slider {
        height: auto !important;
        font-size: 14px !important
    }

    span#spHeader {
        font-size: 11px !important;
        max-width: 95%;
        display: inline-block;
        padding: 10px
    }

    .top-login {
        top: 45px !important
    }
}

.pages-additional h1 {
    color: #337ab7
}

.pages-additional ul {
    list-style: none;
    padding: 0 0 0 18px
}

    .pages-additional ul li {
        margin-bottom: 10px;
        position: relative
    }

        .pages-additional ul li:before {
            position: absolute;
            content: "";
            left: -18px;
            top: 7px;
            height: 5px;
            width: 5px;
            border-radius: 100%;
            background: #c2c7c9
        }

        .pages-additional ul li a {
            color: #337ab7;
            transition: color .2s ease-in-out;
            -webkit-text-decoration: underline;
            text-decoration: underline;
            text-underline-position: under
        }

.pages-additional {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px
}

    .pages-additional p {
        line-height: 1.75;
        margin-bottom: .7em
    }

    .pages-additional .video-wrapper iframe {
        width: 100% !important;
        height: 450px
    }

    .pages-additional .video-wrapper {
        margin: 3em 0;
        position: relative;
        cursor: pointer
    }

.custom-popup {
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

    .custom-popup .popup-modal {
        max-width: 500px;
        margin: 10rem auto;
        top: 10%;
        position: absolute;
        z-index: 12;
        left: 50%;
        transform: translate(-50%,-20%);
        background-color: #fff;
        padding: 25px;
        border: 3px solid #337ab7
    }

    .custom-popup .custom-popup-header {
        display: inline-block;
        position: relative;
        width: 100%
    }

        .custom-popup .custom-popup-header h5 {
            font-size: 18px;
            color: #505050;
            font-weight: 700
        }

    .custom-popup .close {
        position: absolute;
        right: -4%;
        top: -60%;
        border: none;
        background-color: #337ab7;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        color: #fff
    }

    .custom-popup .custom-popup-body p {
        font-size: 16px;
        padding: 10px 0
    }

.header-logo h1 {
    margin: 0;
    line-height: inherit;
    font-size: 16px
}

.ritter-packages-wrapper .ritter-packages-logo {
    margin-top: 30px
}

.package-box-main {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

    .package-box-main .package-title h2 {
        text-align: center;
        color: #036eb7;
        margin-bottom: 25px
    }

    .package-box-main .package-content {
        width: 33.33%;
        float: left;
        position: relative
    }

        .package-box-main .package-content img {
            width: 250px;
            object-fit: cover
        }

    .package-box-main .package-values {
        position: absolute;
        top: 0
    }

    .package-box-main .package-number {
        padding: 12px 0 0 30px
    }

        .package-box-main .package-number h6 {
            display: inline-block;
            font-size: 27px;
            margin: 0 0 0 8px;
            color: #036eb7;
            max-width: 175px;
            text-transform: uppercase
        }

    .package-box-main .package-price {
        top: 80px;
        position: absolute;
        right: -13px;
        background-color: #fff;
        padding: 6px;
        width: 60%;
        text-align: center;
        border-radius: 6px
    }

        .package-box-main .package-price span {
            font-size: 20px;
            color: #808285;
            font-weight: 600
        }

.custom-radiobox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .custom-radiobox input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    .custom-radiobox .checkmark {
        position: absolute;
        top: 0;
        left: 45px;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 5px
    }

    .custom-radiobox:hover input ~ .checkmark {
        background-color: #ccc
    }

    .custom-radiobox input:checked ~ .checkmark {
        background-color: #fff
    }

    .custom-radiobox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        background: #565964
    }

    .custom-radiobox input:checked ~ .checkmark:after {
        display: block
    }

.package-surgical-title h4 {
    color: #036eb7;
    font-size: 16px
}

.package-surgical-title h6 {
    font-family: "Archivo", sans-serif;
    font-size: 12px;
    color: #565964
}

.surgical-kit-main {
    position: relative;
    background-image: url(../../../../images/surgical-kit-bg.png);
    background-repeat: no-repeat;
    height: 375px;
    width: 400px;
    float: left
}

    .surgical-kit-main img {
        width: 300px;
        object-fit: cover;
        display: table;
        margin: 0 auto
    }

.upgrade-radiobox {
    position: absolute;
    bottom: 0;
    left: 30%
}

.radiobox.surgical-radiobox label {
    background-color: #fff;
    font-size: 15px;
    border-radius: 5px;
    color: #808285;
    padding: 12px 20px 25px 38px;
    font-weight: 600
}

.radiobox.surgical-radiobox span {
    left: 0
}

.radiobox.surgical-radiobox .custom-radiobox .checkmark {
    top: 10px;
    left: 10px;
    border: 1px solid #036eb7;
    background-color: transparent
}

.radiobox.surgical-radiobox .custom-radiobox input:checked ~ .checkmark {
    border: 1px solid #036eb7
}

.radiobox.surgical-radiobox .custom-radiobox .checkmark:after {
    top: 3px;
    left: 3px
}

.implant-size-table, .kit-sec-main {
    width: 33.33%;
    float: left
}

.implant-size-table {
    width: 100%;
}

.package-surgical-title {
    text-align: center
}

    .package-surgical-title .package-size-image img {
        width: 350px
    }

.implant-size-table input {
    width: 100%;
    border: transparent;
    background-color: #f1f4ff;
    padding: 0;
    font-size: 18px
}

.implant-size-table tr {
    line-height: 36px
}

.implant-size-table td {
    text-align: center;
    border: 1px solid #d1d2d4;
    background-color: #e8f6fd;
    color: #287bbe;
    font-size: 18px
}

.implant-size-table .size-input {
    background-color: #f1f4ff
}

.implant-size-table-main {
    border-collapse: separate
}

.implant-size-table td.empty-space {
    background-color: #fff;
    border: none
}

.implant-size-table-main td.table-border {
    border-radius: 12px 0 0
}

.package-offer {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px
}

.radiobox.package-offer-main {
    background-color: #1078bf;
    width: 42%;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
    color: #fff
}

.package-offer-main .custom-radiobox {
    margin-bottom: 0
}

    .package-offer-main .custom-radiobox .checkmark {
        left: 5px
    }

@media (max-width:1199px) {
    .package-offer-main .custom-radiobox {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .package-box-main .package-content {
        width: 50%;
        margin-bottom: 25px
    }

    .kit-sec-main {
        width: 100%;
        margin-bottom: 50px
    }

    .surgical-kit-main {
        float: none;
        margin: 0 auto
    }
}

@media (max-width:639px) {
    .implant-size-table {
        width: 100%;
        margin-bottom: 35px
    }

    .package-box-main .package-content {
        width: 55%;
        float: none;
        margin: 0 auto 25px
    }
}

@media (max-width:479px) {
    .package-box-main .package-number h6 {
        font-size: 19px
    }

    .package-box-main .package-title h2 {
        font-size: 22px
    }

    .package-box-main .package-price {
        right: 6px;
        width: 53%;
        top: 62px
    }

    .custom-radiobox .checkmark {
        top: 0;
        left: 36px
    }

    .surgical-kit-main {
        width: 340px
    }

    .upgrade-radiobox {
        left: 33%
    }

    .radiobox.package-offer-main {
        width: 60%
    }

    .package-box-main .package-content img {
        width: 200px
    }
}

@media (max-width:359px) {
    .package-box-main .package-number h6 {
        font-size: 17px
    }

    .package-box-main .package-price span {
        font-size: 16px
    }

    .custom-radiobox .checkmark {
        top: 4px
    }

    .package-surgical-title .package-size-image img, .surgical-kit-main {
        width: 300px
    }

    .upgrade-radiobox {
        left: 36%
    }

    .radiobox.surgical-radiobox label {
        padding: 12px 18px 10px 28px;
        font-size: 13px
    }

    .radiobox.surgical-radiobox .custom-radiobox .checkmark {
        top: 12px;
        left: 10px;
        width: 15px;
        height: 15px
    }
}

.loader-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0
}

.loader-wrapper {
    background: 0 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #036eb7;
    border-top-color: #c5e9fc;
    animation: 1.2s linear infinite forwards Rotate;
    border-radius: 50%
}

@keyframes Rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.accepted-payment-methods li {
    background: inherit`
}

    .accepted-payment-methods li img {
        height: 43px;
        width: auto;
    }

.topic-block.Dental_Topic {
    background: none !important;
}

.topic-block.Dental_Topic {
    background: none !important;
    margin-bottom: 0px !important;
}

.implant-size-table input {
    text-align: center;
}

.html-home-page body {
    overflow-y: auto !important;
}

.html-home-page .ui-dialog {
    width: 620px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0 auto;
    top: 180px !important;
}

    .html-home-page .ui-dialog .ui-dialog-titlebar {
        border-width: 0px !important;
        border-style: solid;
        border-color: #fff #fff #fff !important;
        box-shadow: 0 0 0 0px #eee !important;
        overflow: hidden;
        background: #fff;
        padding: 5px !important;
        font-weight: 700;
        text-shadow: 0px 0px 0 #eee !important;
    }

.html-home-page .ui-dialog-content img {
    max-width: 100%;
    height: auto !important;
}

.html-home-page .bar-notification .close, .html-home-page .ui-dialog-titlebar button {
    border: 0px solid #666 !important;
    box-shadow: inset 0 0 0px #999 !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .html-home-page .ui-dialog {
        width: 95% !important;
        max-width: 95%;
        top: 210px !important;
    }
}

.catalog {
    position: absolute;
    top: 550px;
    left: 25%;
}

    .catalog a {
        color: #ffffff;
        background-color: #3598db;
        padding: 10px;
        text-decoration: none;
    }

@media (max-width:480px) {
    .home-page .home-page-category-grid .item-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-page .home-page-category-grid .item-box {
        max-width: 50%;
        width: 50%;
        margin: 0px 0px 10px;
    }
}

.mosaic--three-columns .mosaic__item .promo-block__image-wrapper--cover {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.picture-slide img {
    max-width: 100% !important;
    height: auto;
}

.html-product-details-page .picture-thumbs.in-carousel {
    max-height: 300px;
    overflow-y: auto;
}

    .html-product-details-page .picture-thumbs.in-carousel::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .html-product-details-page .picture-thumbs.in-carousel::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .html-product-details-page .picture-thumbs.in-carousel::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.account-page .inputs.accept-consent input,
.registration-page .inputs.accept-consent input {
    vertical-align: top;
    margin-top: 2px;
}

.account-page .inputs.accept-consent label,
.registration-page .inputs.accept-consent label {
    white-space: normal;
    text-align: left !important;
}

.item-box .visible-details .buttons {
    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
}
.product-grid .item-box .buttons .product-view-price-btn {
    font-size: 15px;
    color: #4E4FA0;
    font-weight: bold;
    text-align: left;
}
    .item-box .visible-details .buttons .view-product-btn {
        display: inline-block;
        padding: 7px 12px;
        border: 2px solid #337ab7;
        color: #337ab7;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.3;
    }

        .item-box .visible-details .buttons .view-product-btn:hover {
            background-color: #337ab7;
            color: #fff;
        }

.ui-dialog[aria-describedby="terms-of-redirection-country"] {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 550px !important;
    max-width: 90% !important;
    padding: 15px !important;
    z-index: 1500 !important;
    right: auto !important;
    margin: unset !important;
}
/*.ui-dialog[aria-describedby="terms-of-redirection-country"]:before {
        content: ' ';
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0px;
        top: 0px;
        background-color: #555555;
        z-index: 2;
    }*/
.ui-widget-overlay {
    z-index: 1200 !important;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #55555585;
    left: 0px;
    top: 0px;
}
/*-- redirection-country start */
.ui-dialog[aria-describedby="terms-of-redirection-country"] .ui-widget-header {
    padding: 0px 0px 8px 0px;
    border-bottom: 1px solid #ccc;
}

    .ui-dialog[aria-describedby="terms-of-redirection-country"] .ui-widget-header .ui-dialog-title {
        font-size: 20px;
        letter-spacing: 0.5px;
        color: #555;
    }

.ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content p {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
}

.ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content .country-select-btn-area {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content .country-select-btn-area button,
    .ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content .country-select-btn-area a {
        padding: 10px 15px;
        font-size: 15px !important;
        color: #337ab7;
        background-color: #fff !important;
        border: 1px solid #337ab7;
        border-radius: 5px;
        text-align: center;
    }
   .ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content .country-select-btn-area button:hover,
    .ui-dialog[aria-describedby="terms-of-redirection-country"] .redirection-country-popup.ui-dialog-content .country-select-btn-area a:hover {
        background-color: #337ab7 !important;
        color: #fff !important;
    }
/*-- redirection-country end */

.pdp-page-accordian .accordion {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 15px;
}

.pdp-page-accordian .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.pdp-page-accordian .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

    .pdp-page-accordian .accordion-item-header::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        right: 1rem;
        color: #407bb9;
    }

    .pdp-page-accordian .accordion-item-header.active::after {
        content: "\2212";
        color: #407bb9;
    }

.pdp-page-accordian .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.pdp-page-accordian .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

    .pdp-page-accordian .accordion-item-body-content h4 {
        margin-top: 15px;
        font-size: 20px;
    }

    .pdp-page-accordian .accordion-item-body-content ul {
        list-style-type: disc;
        list-style-position: inside;
    }

        .pdp-page-accordian .accordion-item-body-content ul li {
            margin: 10px 0;
        }
.home-product-blog-section {
    display:flex;
    width:100%;
    gap:20px;
    justify-content:space-between;
    margin-bottom:40px;
}
.home-product-blog-section .product-blog-itembox {
    display:inline-flex;    
    width: 35%;
    position:relative;
    padding:2.6rem;
    overflow: hidden;
}
.home-product-blog-section .product-blog-itembox .product-blog-infobox {
    position:absolute;
    left: 2.6rem;
    bottom: 2.6rem;
}
.home-product-blog-section .product-blog-itembox .nivo-caption p,
.home-product-blog-section .product-blog-itembox .product-blog-infobox p {
    font-size:14px;
    text-transform:capitalize;
    color:#fff;
    font-weight:400;
    margin:0px;
}
.home-product-blog-section .product-blog-itembox .nivo-caption h3,
.home-product-blog-section .product-blog-itembox .product-blog-infobox h3 {
    font-size:27px;
    font-weight:300;
    color:#fff;
    margin:10px 0px 12px;
    text-transform:uppercase;
    width:300px;
    max
}
.home-product-blog-section .product-blog-itembox .nivo-caption .product-blog-btn,
.home-product-blog-section .product-blog-itembox .product-blog-infobox .product-blog-btn {
    padding:8px 15px;
    width:150px;
    text-align:center;
    background-color: #443169;
    color:#fff;
    font-size: 18px;
    letter-spacing:0.6px;
    border:1px solid #443169;
    text-transform:uppercase;
}
.home-product-blog-section .product-blog-itembox .nivo-caption .product-blog-btn:hover,
.home-product-blog-section .product-blog-itembox .product-blog-infobox .product-blog-btn:hover {
    background-color: #8E8CC3;
}
.home-product-blog-section .product-blog-itembox.big-col {
    width:65%;
}
/*.home-product-blog-section.first-section .product-blog-itembox:last-child {
    width:38%;
}*/
.home-product-blog-section.second-section .product-blog-itembox.big-col,
.home-product-blog-section.first-section .product-blog-itembox.big-col {
    flex-direction:column;
    padding:0px;
}
.home-product-blog-section.first-section .product-blog-itembox.big-col .theme-custom {
    margin:0px;
}
.home-product-blog-section.first-section .product-blog-itembox .theme-custom .nivo-caption {
    background-color:transparent;
    position:absolute;
    left:2.6rem;
    bottom:2.6rem;
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    padding:0px;
    width:300px;
    text-transform:uppercase;
    opacity:1;
}
.home-product-blog-section.first-section .product-blog-itembox .theme-custom .nivo-controlNav {
    display: none;
}
.home-product-blog-section.second-section .product-blog-itembox {
    width: 40%;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col {
    width: 60%;
}
.home-product-blog-section.full-w-section .product-blog-itembox.big-col {
    width:100%;
    max-width:100%;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .promotional-product {
    width:100%; 
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .picture {
    position: relative;
    width: 100%;
    height: 100%;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .picture img {
    width: 100%;
    height:auto;
    max-height: 490px;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .visible-details {
    width:350px;
    position:absolute;
    left:2.4rem;
    bottom:4.9rem;
    color:#fff;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .visible-details .product-brand-name {
    margin-bottom:10px;
    display:block;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .visible-details .buttons {
    text-align:left;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .hover-details {
    width: 85%;
    position: absolute;
    left: 2.4rem;
    bottom: 2.4rem;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .hover-details .buttons {
    margin-bottom:0px;
    text-align:left;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .hover-details a {
    padding: 8px 12px;
    width: 150px;
    display:inline-block;
    text-align: center;
    background-color: #443169;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    border: 1px solid #443169;
    text-transform: uppercase;
    margin-right:6px;
    text-decoration:none;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .hover-details a:hover {
    background-color: #8E8CC3;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .promotional-product .product-item {
    padding:0px;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col .promotional-product .product-title a {
    font-size:27px;
    font-weight:300;
}
.home-product-blog-section .product-blog-itembox .product-blog-bg-img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
}
.home-product-blog-section .product-blog-itembox:before {
    content: ' ';
    display: block;
    width:100%;
    padding-top: 58%;
}
.home-product-blog-section.second-section .product-blog-itembox.big-col:before,
.home-product-blog-section.first-section .product-blog-itembox.big-col:before {
    display:none;
    content:unset;
}
.home-product-blog-section.full-w-section .product-blog-itembox:before {
    padding-top: 33%;
}
.faq-topicblock .topic-block {
    width:100%;
    padding:0px;
    margin:0px;
}
.faq-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.faq-section .left-img-area {
    display:inline-flex;
    width:35%;
}
.faq-section .left-img-area img {
    width:100%;
}
.faq-section .Faq-questions-area {
    display:inline-flex;
    width:63%;
    flex-direction:column;
}
.faq-section .Faq-questions-area h3 {
    font-size:30px;
    font-family: "Inter", sans-serif !important;
    font-weight:normal;
    color:#000;
    width:300px;
    line-height:1.3;
    margin:30px 0px 30px 2.5rem;
}

.faq-section .accordion-section {
    width:90%;
}
.accordion-section .accordion {
    border: 1px solid #d9d9d9;
    padding: 0 0;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}
.accordion-section .group {
    margin-top: 0;
    margin-left: 0;    
}
.accordion-section .group a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 7px;
}
.accordion-section .group .body-part {
    padding: 15px 20px;
    overflow: auto;
    border-top: 1px solid #d9d9d9;
}
.accordion-section .group .body-part p {
    font-size:14px;
    color:#000;
    font-weight:normal;
}
/*.accordion-section .group a::after {
    content: "+";
    float: right;
    padding-right: -5px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 30px;
    line-height: 25px;
}
.accordion-section .active .group a::after {
    content: "-";
}*/
.html-product-details-page .overview {
    color:#000;
}
.html-product-details-page .overview .additional-details {
    font-size: 14px;
    font-weight: 600;
    color: #B7B7B7;
}
.html-product-details-page .overview .prod-notes-box {
    margin-bottom:8px;
}
.html-manufacturer-page .master-column-wrapper .center-2,
.html-category-page .master-column-wrapper .center-2,
.html-product-tag-page .master-column-wrapper .center-2,
.html-search-page .master-column-wrapper .center-2,
.html-account-page .master-column-wrapper .center-2 {
    float: right;
}
.html-manufacturer-page .master-column-wrapper .side-2,
.html-category-page .master-column-wrapper .side-2,
.html-product-tag-page .master-column-wrapper .side-2,
.html-search-page .master-column-wrapper .side-2,
.html-account-page .master-column-wrapper .side-2 {
    float: left;
}
.html-account-page .master-column-wrapper .side-2 .block .title {
    background: #8E8CC3;
}

.html-manufacturer-page .master-column-wrapper .side-2 .block .title,
.html-category-page .master-column-wrapper .side-2 .block .title,
.html-product-tag-page .master-column-wrapper .side-2 .block .title,
.html-search-page .master-column-wrapper .side-2 .block .title {
    background-color:transparent;
    margin-bottom:5px;
    padding: 8px 15px;
}
.html-manufacturer-page .master-column-wrapper .side-2 .block .title strong,
.html-category-page .master-column-wrapper .side-2 .block .title strong,
.html-product-tag-page .master-column-wrapper .side-2 .block .title strong,
.html-search-page .master-column-wrapper .side-2 .block .title strong {
    text-align:left;
    font-size:18px;
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
.collection-name-section {
    height: 30vh;
    max-height:260px;
    padding: 20px;
    width: 100%;
    margin-bottom:25px;
    background-color: #8E8CC3;
    display:flex;
    align-items:flex-end;
}
.collection-name-section h4 {
    margin-bottom:0px;
    color:#fff;
    font-size:1.4rem;
}
.sale-advertise-section {
    width: 100%;
    padding: 20px;
    background-color: #8E8CC3;
}
.sale-advertise-section .header-centering {
    display:flex;
    width:100%;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:1.5%;
}
.sale-advertise-section .header-centering .sale-advertise-itembox {
    width:32%;
    display:inline-flex;
    align-items:center;
    flex-wrap:wrap;
}
.sale-advertise-section .header-centering .sale-advertise-itembox .sale-iconbox {
    width:40px;
    height:auto;
    margin-right:8px;
}
.sale-advertise-section .header-centering .sale-advertise-itembox .sale-iconbox img {
    width:100%;
}
.sale-advertise-section .header-centering .sale-advertise-itembox p {
    font-size:14px;
    color:#fff;
    font-family:"Archivo", sans-serif;
    font-weight:bold;
}
.html-product-details-page .footer .footer-middle {
    background-color: #F7F7F7;
}
.product-details-page .product-collateral,
.html-product-details-page .center-1 {
    margin-bottom: 0px;
}
.product-details-page .related-product-box {
    position: relative;
    margin-bottom: 0px;
    padding-top:20px;
}
.product-details-page .related-product-box:before {
    content:' ';
    display:block;
    position:absolute;
    width:100vw;
    height:100%;
    left:50%;
    top:0px;
    transform:translateX(-50%);
    background-color:#f7f7f7;

}
.product-details-page .related-product-box .title h2 {
    font-size:24px;
    color:#000;
}
.product-details-page .gallery {
    display: flex;
    flex-direction: row-reverse;
}
.product-details-page .gallery .picture-thumbs {
    width: 140px;
}
.ui-slider-range {
    background: #8E8CC3 !important;
}
.filter-block a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
    border:2px solid #8E8CC3 !important;
    color:#8E8CC3 !important;
}