.logo-img {
    width: 150px !important;
    height: auto !important;
}

.t4-offcanvas .t4-off-canvas-header a img {
    width: 90px !important;
    height: 35px !important;
    max-height: none;
}

a {
    color:black;
}
a:hover {
    color: #bd1f47;
    text-decoration: underline;
}

.ph-item-box {
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    text-align: center;
    margin: 0;
    background-color: white;
    border-radius: 4px;
    font-size: 11px;
}

#phItemTopBoxForm {
    display: none;
}

.btn-sm.ph-btn {
    background: none;
    border: 1px solid #bd1f47;
    color: #bd1f47;
    border-radius: 0px;
    text-align: center;
    padding: 8px 15px;
    margin: 0 !important;
    font-size: 13px !important;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.ph-button-view-product-box .btn-sm.ph-btn {
    border: 0;
}

.ph-checkout-cart-quantity .btn-sm.ph-btn {
    padding: 8px 10px;
} 

.ph-pull-right.checkbox.ph-checkout-checkbox-confirm {
    padding: 0;
    margin-bottom:15px
} 

.g-recaptcha div {
    width: auto !important;
    float: right;
}

.ph-small {
    font-size: small;
}

.pagination {
    --t4-pagination-padding-x: 0.75rem;
    --t4-pagination-padding-y: 0.375rem;
    --t4-pagination-font-size: 1rem;
    --t4-pagination-color: #df708b;
    --t4-pagination-bg: #fff;
    --t4-pagination-border-width: 1px;
    --t4-pagination-border-color: #dee2e6;
    --t4-pagination-border-radius: 0.25rem;
    --t4-pagination-hover-color: # #5BC29D;;
    --t4-pagination-hover-bg: #e9ecef;
    --t4-pagination-hover-border-color: #dee2e6;
    --t4-pagination-focus-color: #df708b;
    --t4-pagination-focus-bg: #e9ecef;
    --t4-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --t4-pagination-active-color: #fff;
    --t4-pagination-active-bg: #df708b;
    --t4-pagination-active-border-color: #df708b;
    --t4-pagination-disabled-color: #6c757d;
    --t4-pagination-disabled-bg: #fff;
    --t4-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item:not(:first-child) .page-link {
    margin-left: 4px;
}

#phItems .ph-center-pagination, #phItemTopBoxForm .ph-pag-top-row {
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1;
    margin-left: 15px;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-size: .9375rem;
    padding: 20px .6rem;
    height: 80px;
    line-height: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    color: #bd1f47;
}

.t4-megamenu .navbar-nav>li>a:hover {}

h3.ph-product-header.grid{
    font-family: "Roboto Condensed", serif;
    font-size: 17px;
}
.ph-category-price-box {
    border-top:1px dotted #dfdfdf;
    border-bottom:1px dotted #dfdfdf;
    padding: 15px;
    font-size: 16px;
    color:#bd1f47;
}

.ph-item-price-panel.phItemPricePanel {
    font-size: 16px;
    border-radius: 4px;
    max-width: 380px;
    border: 1px solid #e6e6e6;
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: white;
}

.ph-item-price-box .ph-price-brutto {
    font-weight: bold;
    font-size: 140%;
}

.img-thumbnail {
    background: none;
    border: 0;
}

.nav-tabs .nav-link {
    border:0;
    background: none;
    padding-left: 0;
    padding-bottom: 2px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: none;
}

.ph-item-price-panel.phItemPricePanel .ph-top-space  {
    display: none;
}

.ph-item-price-panel.phItemPricePanel .ph-item-stock-box {
    margin: 10px 0;
}
.ph-top {}

.ph-header {}
.t4-header-r>* {
    margin-left: 0.5rem;
}

.ph-currency-list {
    list-style: none;
}

.ph-currency-list a {
    list-style: none;
    display: block;
    text-decoration: none;
    margin: 8px 0;
}

.ph-cart-small-box{
    padding: 0 8px 8px 8px;
}

.ph-subcategories {
    display: none;
}

.ph-category-action-buttons {}

.phItemCurrencyBoxCount  {
    display: none;
}

.ph-checkout-icon-spec-pending {
    background: var(--ph-grey-color);
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 0 3px 3px 0;
    /* width: 2em; */
    padding: .65em;
    margin: 0 -15px 0 0;
}
    border-radius: 0 3px 0 0;
    width: initial;
    padding: .65em;
    margin: 0 -15px 0 0;
}

.t4-section.t4-breadcrumbs {
    border-top: 0;
}
.breadcrumb {
    font-size: 13px;
}

.t4-header {
    background: rgba(241, 241, 241, 0.9);
    border: 0;
}

.ph-cart-module-box, .mod-languages__select {
    float: right;
}
.form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
}

.pc-item-view .btn.btn-primary {
    background-color: #bd1f47;
    border-color: #bd1f47;
    border-radius: 0;
}

.btn.btn-secondary {
    background:none;
    border: 1px solid #dfdfdf;
    color: #bd1f47;
    border-radius: 0;
}


.ph-cart-module-box .col-sm-1, .ph-cart-module-box .col-md-1, .ph-cart-module-box .col-sm-2, .ph-cart-module-box .col-md-2, .ph-cart-module-box .col-sm-4, .ph-cart-module-box .col-md-4, .ph-cart-module-box .col-sm-5, .ph-cart-module-box .col-md-5, .ph-cart-module-box .col-sm-6, .ph-cart-module-box .col-md-6, .ph-cart-module-box .col-sm-7, .ph-cart-module-box .col-md-7, .ph-cart-module-box .col-sm-12, .ph-cart-module-box .col-md-12 {
    padding: 5px !important;
}

.t4-megamenu .dropdown-menu {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 0;
    border: 0;
    color: var(--mainnav-text-color);
    min-width: 15rem;
    margin-top: 0;
    padding:8px 15px;
    border-radius:0;
    font-size: 15px;
}

.dropdown-menu ul li img{
    width: 40px;
    height: auto;
    margin-right: 15px;
}

.dropdown-menu li.nav-item {
    border-bottom: 1px dotted rgb(232, 232, 232);
}

.t4-footnav {
    color: var(--footer-link-color);
    font-size: 15px;
}

.t4-footnav li a {
    color: #999;
    padding: 0;
    border-radius: 0;
    line-height: 26px;
    font-weight: 300 !important;

}

.t4-footnav .t4-module .module-title {
    color: white;
    font-size: 14px;
    margin-bottom: 18px;
    margin-left: 0;
    padding-bottom: 12px;
    font-weight: 200;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    width: 75%;
}

.t4-footnav .t4-module .navbar .nav>li a.nav-link {
    padding: 0;
}

.ph-item-subcategory-box h3 {
    font-size: 14px;
    font-family: "Roboto Condensed", serif;
}

.ph-item-subcategory-box {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
}

.ph-hr {
    margin-bottom: 0.2em;
    border-bottom: 1px dashed silver;
}

.pc-checkout-view, .pc-account-view, .pc-category-view, .pc-categories-view, .pc-item-view {
    margin: 0; 
}

@media (min-width: 768px){
.t4-main-body {
padding-top: 2rem;
padding-bottom: 3rem;
}}



.ph-checkout-payment-cost-info  {
    display: none !important;
}
.ph-checkout-shipping-netto-txt, .ph-checkout-shipping-netto,
.ph-checkout-shipping-tax-txt, .ph-checkout-shipping-tax, .ph-checkout-shipping-tax {
    display: none !important;
}

.ph-idnr-box {
    font-size: 15px !important;
}

div[style*="text-align:right"] {
    display: none !important;
}
