.pt-desctop-parent-menu .pt-desctop-menu li.dropdown.logo {
    display: none;
}

#cookie-bar {
    opacity: 0.8;
}

#cookie-bar-button {
    background-color: #2a9523 !important;
    text-shadow: none !important;
}

.pt-search:hover .pt-dropdown-value {
    color: #48CAB0;
}

@media (max-width: 575px) {
    .pt-mobile-parent-cart.pt-parent-box .pt-description {
        display: none;
    }
}

/* .pt-mobile-parent-cart.pt-parent-box .pt-description {
    display: none;
} */

.pt-shopcart-page .pt-item .pt-item-description .pt-add-info {
    margin: 7px 0 0;
}

.pt-item-description .pt-add-info .pt-type-item {
    margin-bottom: 7px;
}

.pt-item-description .pt-add-info .pt-postal-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #333;
    vertical-align: top;
    margin-right: 7px;
}

.pt-item-description .pt-add-info .pt-email-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #333;
    vertical-align: top;
    margin-right: 7px;
}

.pt-item-description .pt-add-info .pt-axl-item img {
    width: 1.5rem;
    height: auto;
    color: #333;
    vertical-align: middle;
    margin-right: 7px;
}

.pt-item-description .checkbox-group.size-md {
    margin-bottom: 0;
}

.pt-total-item .pt-title {
    font-size: 1.5rem;
}

.pt-total-item .pt-price {
    font-size: 1.5rem;
    color: #333;
    font-weight: 800;
    text-align: right;
}

.pt-total-item .total-comment {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    color: #777;
}

.pt-total-item .total-comment.green {
    color: #4d8724;
}

.pt-total-item .total-comment.red {
    color: #bc2241;
}

.bg-green {
    background-color: #e2f0d6;
}

.bg-red {
    background-color: #fce5e7;
}

.pt-item .pt-item-description .pt-title a {
    color: #bc2241;
}

.pt-item .pt-item-description .pt-title a:hover {
    color: #333;
}

.pt-item .pt-item-description .pt-price {
    color: #333 !important;
}

.pt-total-item .total-comment .pt-price.total {
    color: #4d8724;
}

.pt-total-item .pt-price.total {
    color: #4d8724;
}

.pt-total-item .total-comment.green {
    color: #4d8724;
}

.pt-total-item .pt-price.total.red {
    color: #bc2241;
}

.pt-item.pt-total-item.bonus {
    background-color: #e2f0d6;
    padding: 20px 0;
}

.pt-item.pt-total-item.bonus h6 {
    font-weight: 400;
}

.pt-item.pt-total-item.bonus.red {
    background-color: #fce5e7;
}

.pt-item.pt-total-item.bonus.available {
    color: #4d8724;
}

.pt-item.pt-total-item.bonus .pt-title {
    color: #969696;
}

.pt-total-item.bonus .pt-price {
    color: #969696;
}

.pt-total-item.bonus.available .pt-price {
    color: #4d8724;
}

.pt-total-item.bonus.red.available .pt-price {
    color: #333;
}

.pt-total-item.bonus.red .pt-price {
    color: #bc2241;
}

.pt-item.pt-total-item.bonus.available .pt-title {
    color: #4d8724;
}

.pt-item.pt-total-item.bonus.red.available {
    color: #bc2241;
}

.pt-item.pt-total-item.bonus.red h6 {
    color: #bc2241;
}

.pt-item.pt-total-item.bonus.red.available h6 {
    color: #333;
}

.pt-breadcrumb.cart ul li:not(:first-child):before {
    content: '❯';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px;
}

.pt-breadcrumb.cart ul li.active {
    color: #bc2241;
}

.pt-item.pt-shipping-summary {
    flex-direction: column;
}

.pt-shipping-summary .pt-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 400;
}

.pt-shipping-summary .row {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 1.2rem;
}

.pt-shipping-summary .row:first-child {    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pt-shipping-summary .row:last-child {
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pt-shipping-summary .row:only-child {
    border-top: 1px solid #d2d2d2;
}

.pt-shipping-summary a {
    color: #bc2241;
}

.pt-shipping-summary .shipping-content {
    color: #333;
}

.form-group.ship-new-email {
    display: none;
}

input::placeholder {
    color: #ebebeb;
}

.orders-container .pt-product.pt-view .pt-image-box {
    width: 120px;
}

.orders-container .pt-product.pt-view .pt-description {
    width: calc(100% - 120px - 45px);
}

.invalid-feedback.neutral {
    color: #777;
}

.pt-product .order-status-line svg {
    width: 16px; 
    height: 16px; 
    color: green; 
    vertical-align: middle;
}

/*.pt-item-description .pt-postal-item {
    width: 1.5rem;
    height: 1.5rem;
    color: #333;
    vertical-align: top;
    margin-right: 7px;
}*/

.pt-description .pt-add-info .pt-type-item {
    margin-bottom: 7px;
}

.pt-description .pt-add-info .pt-postal-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #333;
    vertical-align: bottom;
    margin-right: 7px;
}

.pt-description .pt-add-info .pt-email-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #333;
    vertical-align: bottom;
    margin-right: 7px;
}

.pt-description .pt-add-info .pt-axl-item img {
    width: 1.5rem;
    height: auto;
    color: #333;
    vertical-align: middle;
    margin-right: 7px;
}

#chooseCountries .checkbox-group label {
    font-size: 0.8rem;
}

#chooseCountries .text-01 {
    font-weight: 600;
}

input::placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
    color: #ddd !important;
}

.btn-left-closed {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}

.btn-right-closed {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
}

.btn-no-hover:hover {
    background-color: initial;
    border-color: initial;
    color: initial;
}

.loader {
    background-image: url(/static/hb/images/loader-prizenta.gif);
    background-repeat: no-repeat;
    background-position: center;
    color: #8648ca00;
    width: 128px !important;
    height: 128px !important;
}

.pt-desktop-header .pt-logo img {
    /* height:60px; */
    max-height: 50px;
}

.pt-desctop-menu img {
    width: initial;
    max-width: none;
}

.pt-mobile-header .pt-logo.pt-logo-alignment {
    max-height: 40px;
}

.pt-mobile-header .pt-logo-container .pt-logo img {
    max-height: 40px;
}

.pt-stuck-nav .pt-logo img {
    max-height: 40px;
}

.pt-desctop-parent-account button img {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.pt-stuck-nav.stuck .pt-dropdown-toggle img {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.form-control.muted {
    background-color: #ececec;
}

.country-in-list {
    display: inline-block;
    padding-top: 10px;
    margin-right: 10px;
    max-width: 140px;
}

.tax_status .tax-status-box {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px;
}

.tax_status .tax-status-box.tax-status-enabled {
    border: 1px solid #bc2241;
}

.alert-success {
    color: #104f09;
    background-color: #6acb5f;
    border-color: #36b927;
  }
  
  .alert-success hr {
    border-top-color: #30a423;
  }
  
  .alert-success .alert-link {
    color: #072104;
  }
  
  .alert-info {
    color: #285462;
    background-color: #8fd4e9;
    border-color: #68c5e1;
    padding: 1rem;
  }
  
  .alert-info hr {
    border-top-color: #53bddd;
  }
  
  .alert-info .alert-link {
    color: #19353e;
  }
  
  .alert-warning {
    color: #6e6446;
    background-color: #fcedbe;
    border-color: #fbe6a8;
    padding: 1rem;
  }
  
  .alert-warning hr {
    border-top-color: #fadf90;
  }
  
  .alert-warning .alert-link {
    color: #4f4832;
  }
  
  .alert-danger {
    color: #652424;
    background-color: #ee8989;
    border-color: #e86060;
    padding: 1rem;
  }
  
  .alert-danger hr {
    border-top-color: #e54a4a;
  }
  
  .alert-danger .alert-link {
    color: #3f1717;
  }
  
  .alert-light {
    color: #6d6e6e;
    background-color: #fafbfc;
    border-color: #f9f9fa;
    padding: 1rem;
  }
  
  .alert-light hr {
    border-top-color: #ebebee;
  }
  
  .alert-light .alert-link {
    color: #545454;
  }
  
  .alert-dark {
    color: #171a1c;
    background-color: #75797d;
    border-color: #444a4f;
    padding: 1rem;
  }
  
  .alert-dark hr {
    border-top-color: #383d41;
  }
  
  .alert-dark .alert-link {
    color: black;
  }
  
  .pt-subline {
    font-size: 1rem !important;
    line-height: 25px;
    font-weight: 200;
    color: #777;
  }
  
  .pt-product-single-info .content {
    position: relative;
    /* width: calc(100% - 315px); */
    /* padding-top: 25px; */
    overflow: hidden;
    /* max-height: 230px; */
    -webkit-transition: max-height 1.2s ease;
    -o-transition: max-height 1.2s ease;
    transition:max-height 1.2s ease
}

.pt-product-single-info .content-after {
    max-height: 90px;
}

.pt-product-single-info .content-after:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    opacity: 1;
    -webkit-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    transition:opacity 1.2s ease
}

.pt-product-single-info .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    margin-top: -100px;
    padding-top: 100px;
    /* padding-left: 315px; */
    opacity: 1;
    -webkit-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
    z-index: 90
}

.pt-product-single-info .more-body {
    height: 3rem;
    cursor: pointer;
    font-size: 13px;
}

.pt-product-single-info .more-body:hover {
    text-decoration: underline;
}

.pt-product-single-info .pt-badge-text.clickable {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #333;
    color: #fff;
    font-weight: 800;
    border-radius: 50%;
    /* position: absolute; */
    font-size: 12px;
    line-height: 1.54;
    /* pointer-events: none; */
    text-align:center;
    cursor: pointer;
}

.pt-tabs__content .col-12 p span {
    font-size: initial !important;
}

.pt-dropdown-inner li.selected a.user-profile-change {
    color: #f03939;
}

@media (min-width: 1025px) {
    header .pt-account .pt-dropdown-menu .pt-dropdown-inner {
        padding: 13px 20px 10px;
    }

    header .pt-account .pt-dropdown-menu {
        width: 294px;
    }
}

.pt-dropdown-inner .pt-badge.pt-menu {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 2px 2px 1px;
    position: relative;
    background-color: #e12c43;
    margin-right: 0.3rem;
    vertical-align: top;
}

.pnotify-center {
    right: calc(50% - 150px) !important;
}

[data-pnotify].pnotify.translucent.pnotify-fade-in {
    opacity: 0.8;
}

/* --- */
.custom-bottom-float {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: "Open Sans", sans-serif;
  }
  .custom-bottom-float .custom-notification {
    width: 400px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  .custom-bottom-float .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
  }
  .custom-bottom-float .custom-notification .custom-notification-container .custom-notification-image-wrapper {
    padding-left: 20px;
  }
  .custom-bottom-float .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
  }
  .custom-bottom-float .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .custom-bottom-float .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
  }
  .custom-bottom-float .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
  }
  .custom-bottom-float .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
  }
  .custom-bottom-float .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .custom-bottom-float .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .custom-bottom-float .custom-notification:hover .custom-close {
    opacity: 1;
  }
  
  .poweredby {
    font-weight: 600;
    text-decoration: none;
    /* margin-left: 3px; */
    color: #3498db;
  }
  /* --- */