.catalog-details .header-info{
    position: absolute;
    right: 0;
    top: 0;
}

.catalog-details .catalog-header{
    position: relative;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.catalog-details .catalog-header h1{
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 0;
    color: #484848;
    font-weight: 400;
    text-transform: initial;
    text-align: start;
}

.catalog-details .catalog-header .social-icon .items-wrapper {
    display: flex;
}

.catalog-details .catalog-header .social-icon .item{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    background: #f6f6f6;
    border: none;
}

.catalog-details .catalog-header .social-icon .item img {
    max-width: 20px
}

.catalog-details .catalog-header .social-icon .item:not(:last-child) {
    margin-right: 15px;
}

.catalog-details .catalog-header .social-icon .item:hover{
    border: 1px solid #E50019;
}

.catalog-details .catalog-image,
.catalog-details .post-icon,
.catalog-details .subheadline{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.catalog-details .catalog-image {
    max-width: 90px;
    margin-right: 30px;
}

.post-icon .post-icon img {
    max-width: 40px;
}

.catalog-details .subheadline{
    color: #000;
    font-size: 23px;
}

.catalog-details .catalog-head .item-wrapper{
    margin-top: 35px;
}

.catalog-details .catalog-head .item-wrapper .headline {
    color: #484848;
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 15px;
}

.catalog-details .catalog-head .item-wrapper .item{
    color: #737272;
    font-size: 16px;
}

.catalog-details .catalog-head > .row {
    align-items: center;
}

.catalog-details .catalog-head {
    background: #FAFAFA;
    padding: 25px 20px;
    margin-bottom: 50px;
}

/*.catalog-detail-wrapper .col-left-inner{*/
/*    margin-top: 20px;*/
/*}*/

/*.storecompany-gallery-slider img{*/
/*    margin: 0 auto;*/
/*}*/

/*.filter-group .items-wrapper > li .icheckbox_flat{*/
/*    border: 1px solid #e0e0e0;*/
/*    border-radius: 2px;*/
/*}*/

/*.catalog-item .caption-bottomright{*/
/*    display: none;*/
/*}*/

/*.catalog-detail-wrapper .payment-methods,*/
/*.store-company-detail .payment-methods,*/
/*.catalog-detail-wrapper .catalog-info,*/
/*.catalog-list-ondetail-wrapper{*/
/*    margin-bottom: 50px;*/
/*}*/

.tp-catalog_details .intro-icon {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    height: 30px;
    margin-bottom: 80px;
}

.catalog-download a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 10px 20px;
    background: #F6F6F7;
    text-transform: uppercase;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    pointer-events: all;
    width: fit-content;
}

.catalog-details .catalog-head .catalog-download {
    position: absolute;
    top: 0;
    right: 5px;
}


/*.catalog-detail-wrapper .payment-methods .text-wrapper,*/
/*.store-company-detail .payment-methods .text-wrapper,*/
/*.catalog-detail-wrapper .catalog-info .item-wrapper{*/
/*    background: #FAFAFA;*/
/*    padding: 25px 20px;*/
/*}*/


/*.catalog-detail-wrapper .payment-methods .text-wrapper .headline,*/
/*.store-company-detail .payment-methods .text-wrapper .headline{*/
/*    color: #000000;*/
/*    text-transform: uppercase;*/
/*    font-size: 24px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.catalog-detail-wrapper .payment-methods .text-wrapper .item ul,*/
/*.store-company-detail .payment-methods .text-wrapper .item ul {*/
/*    color: #686868;*/
/*    font-size: 16px;*/
/*}*/

.tp-catalog_details .comments {
    padding: 10px 0;
}

.tp-catalog_details .comments .comments-input-wrapper .form-group-message,
.tp-catalog_details .comments .comments-input-wrapper .form-group-email,
.tp-catalog_details .comments .comments-input-wrapper .form-group-name {
    width: 100%;
}


@media screen and (max-width: 576px) {
    .catalog-details .header-info {
        position: relative;
        top: unset;
        right: unset;
    }

    .catalog-details .catalog-header h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .catalog-detail-wrapper {
        margin: 20px 0;
    }

    .catalog-details .subheadline {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 0;
        padding: 0 10px;
    }

    .catalog-details .catalog-head .item-wrapper {
        margin-top: 25px;
    }

    .catalog-details .catalog-head .item-wrapper .headline {
        margin-bottom: 10px;
    }

}




