 /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.page-cms table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 6px 0;
    font-size: 0.98rem;
}

.page-cms thead th {
    text-align: left;
    padding: 10px 12px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    font-weight: 700;
}

.page-cms tbody td {
    vertical-align: top;
    padding: 10px 12px;
    border: 1px solid #ddd;
}


.page-cms td, .page-cms th {
    word-break: break-word;
}

#cbp-hrmenu > ul{
    display: flex;
}
@media (max-width: 1200px){
    .cbp-horizontal .cbp-tab-title{
        font-size: 12px;
    }
}
body#checkout section.checkout-step .delivery-option>label .carrier-hasLogo .col-sm-3 img{
    max-width: 100%;
}
body#checkout section.checkout-step .delivery-option>label .carrier-hasLogo .col-sm-3 img{
    max-height: 75px;
}
.inpost-shipping-container .form-group.mb-0{
    display: flex;
    justify-content: end;
    margin-right: 26px !important;
}
.inpost-shipping-container[data-carrier-id='12']{
    display: none;
}
.block-iqitcontactpage .logo-img{
    width: 50px;
    margin-top: 20px;
}
 .inpost-shipping-machine-info{
     margin-right: 26px;
     text-align: right;
 }
 .cbp-horizontal .cbp-tab-title{
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 3.3rem;
 }