* {
    font-family: "Titillium Web", sans-serif;
    box-sizing: border-box;
}

header .logo-mobile {
    width: 111px;
    height: 56px;
    position: absolute;
    top: 38px;
    left: 40%;
}

#custom-font {
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2b373a;

}

.form-group.has-error .help-block {
    color: #ff1f1f;
    font-family: sans-serif;
}

.has-error strong {
    color: #ff1f1f;
}

small.help-block {
    font-size: 0.75rem;
    font-weight: bold;
}

.has-error > input, .has-danger > input {
    border-color: #ff1f1f;
}

.google {
    background-color: #dc5044;
}

.custom-flex {
    display: flex;
    justify-content: space-between;
}

#custom-width-login {
    width: 85px;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.alert-box.message .info {
    display: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.form-group {
    margin-bottom: 22px;
}

.form-popup input[type="text"], .form-popup input[type="email"], .form-popup input[type="password"] {
    margin-bottom: 8px;
}

.alert {
    font-family: "Titillium Web", sans-serif;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.custom-background {
    z-index: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: initial;
}

.custom-background-list {
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.pager .pager-item a {
    color: #fff;
}

.product-list.list .product-item .item-actions .btn-wishlist.active .circle {
    background-color: #e62e52;
}

.btn-wishlist.active .circle {
    background-color: #e62e52;
}

.item-actions .btn-wishlist.active .circle {
    background-color: #e62e52;
}

#custom-image {
    background-size: contain !important;
}

.circle span.icon-heart {
    font-size: 17px;
    left: 11px;
}

.circle span {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 12px;
}

.d-flex {
    display: flex;
    justify-content: center;
}

.custom-flex {
    display: flex;
    justify-content: space-between;
}

.has-danger select {
    border-color: #ff1f1f;
}

.has-danger textarea {
    border-color: #ff1f1f;
}


#custom-width {
    width: 100%;
}

#custom-svg {
    top: unset;
    bottom: -3px;
}

.full .product-preview-image.large {
    width: 100% !important;
}

.custom-cover-store {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}

.custom-cover-store-logo {
    width: 100px;
    height: 81px;
    margin-bottom: 15px;
    position: absolute;
    top: 160px;
    left: 100px;
}

#section {
    position: relative;
}

.custom-background-store {
    background-size: cover;
}

.custom-background-store-logo {
    background-size: cover;
}

.custom-store, .custom-store p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-margin {
    margin-top: 15px;
}

.author-profile-banner-background {
    background-size: contain;
    min-height: 300px;
}

#custom-width {
    width: 100%;
}

.main-menu .menu-item {
    position: relative;
}

#custom-register {
    width: 700px;
}

.form-group.half {
    width: 49%;
    display: inline-block;
}

@media screen and (max-width: 1080px) {
    #custom-register {
        width: 90%;
    }

    .form-group.half {
        width: 100%;
    }
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.nav-currency .badge-secondary {
    background-color: darkgrey;
}

#custom-title-wishlist {
    right: 27px;
    top: 60px;
    display: inline-block;
    position: relative;
}

.badge.badge-success {
    background-color: #43d9a3;
}

.text-light, .text-white {
    color: #ffffff !important;
}

#linklist li a {
    padding-left: 0px;
}

.currencies {
    padding-bottom: 10px;
}

.selected-radio > img {
    opacity: .45;
}

.fa-4x {
    font-size: 4em;
}

#share-links {
    width: 157px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #ffff;
    border-radius: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-success {
    background-color: #43d9a3;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.sku-item {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-inline-block {
    display: inline-block;
    margin-right: 3px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.selected-radio .middle {
    opacity: 1;
}

.alert-box.message, .alert-box.message .message-type {
    height: 110px;
}

.alert-box.message {
    width: 500px;
    padding: 30px 20px 0 105px;
    max-width: 100%;
}

.alert-box.message.success .message-type {
    background: url(../images/dashboard/alert-success.png) no-repeat 24px 30px #00d7b3;
}

.review-buttons {
    display: flex;
    margin-top: 4px;
}

.review-buttons a {
    margin-right: 7px;
}

#custom-dropdown {
    padding: 10px 23px 10px;
}

.price.medium {
    font-size: 1.3em;
}

.product-preview-actions .ladda-button[data-style=zoom-in] .ladda-label {
    position: inherit;
    display: inherit;
}

.product-list.grid .product-item .preview-actions .preview-action {
    left: 90px;
}

.product-list.grid .product-item .preview-actions .preview-action:nth-child(2) {
    left: 150px;
}

.product-list .product-item .circle span {

    left: 11px;
}

#product_cart_quantity label, #product_cart_quantity input {
    display: inline-block;
    width: 40%;
    padding: 5%;

}

.dropdown .dropdown-item > p:not(p.tiny) {
    display: block;
    padding-left: 15px;
    line-height: 50px;
    color: #2b373a;
    font-size: 0.875em;
    font-weight: 700;
}

header .account-information .account-cart-quickview {
    padding-right: 0px;
}

.circle.error {
    background-color: #e62e52;
}

.section .pager {
    width: auto;
}

.pager .pager-item {
    min-width: 30px;
    padding: 0px 10px;
    width: auto;
}

.tooltipster-content {
    font-size: 0.8rem;;
}

.feature-list-item > a {
    color: #2b373a;
    font-size: 0.875em;
    font-weight: 700;
}

#footer-top .twitter-feed {
    width: 350px;
}

#product-features .col-md-12 {
    position: inherit;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.required-field > label::after {
    content: " *";
    color: #F44336;
}


.product-preview-image.tiny {
    width: 54px;
}

.custom-remove-cart {
    width: 50px;
    height: 40px;
    right: 15px;
    position: absolute;
}

.open-menu-cart {
    opacity: 1 !important;
    visibility: visible;
    position: absolute;
    top: 49px !important;
    background-color: #fff;
    transition: all .4s ease-in-out;
}

.cart_summary .text-header {

    font-size: 0.9em;
}

.cart_summary .cart_empty {

    line-height: 40px;
    padding: 10px;
    padding-left: 14px;
}

h5 {
    text-transform: none;
}

.custom-box {
    border: 1px solid #6a7e82;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 30px 0px;
}

.categories-filter label {
    margin-bottom: 0;
}


.bg-primary {
    background-color: #0da9ef !important;
}

.bg-success {
    background-color: #43d9a3 !important;
}

.bg-info {
    background-color: #50c6e9 !important;
}

.bg-warning {
    background-color: #ffb74f !important;
}

.bg-danger {
    background-color: #ff5252 !important;
}

.bg-inverse {
    background-color: #374250 !important;
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #374250 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

h3, h4 {
    color: #5ac0de;
    padding-bottom: 1.25em;
}

.bootstrap-autocomplete a.dropdown-item{
    display: block;
    width: 100%;
    background-color: #FFF;
    padding: 5px;
    border: 1px #eee solid;
    line-height: 30px;
    color: #2b373a;
    font-size: 0.875em;
    font-weight: 700;

}
.table {
    width: 100%;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.product-info .text-header {
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.product-list .product-item .product-description {
    height: 36px;
}
