.page-template-page-tra-gop .brief {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .page-template-page-tra-gop .brief {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.page-template-page-tra-gop .product-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .page-template-page-tra-gop .product-preview {
        padding: 30px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.page-template-page-tra-gop .product-preview .thumbnail {
    width: 120px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.page-template-page-tra-gop .product-preview .info {
    margin-left: 15px;
}

.page-template-page-tra-gop .product-preview .title {
    font-size: 18px;
    font-weight: 400;
}

.page-template-page-tra-gop .product-preview .price {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.page-template-page-tra-gop .payment-options {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .page-template-page-tra-gop .payment-options {
        width: 370px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.page-template-page-tra-gop .payment-options .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.page-template-page-tra-gop .payment-options select {
    border: none;
    height: 36px;
    color: #666;
}

.page-template-page-tra-gop table.services {
    margin-bottom: 40px;
    table-layout: initial;
}

.page-template-page-tra-gop table.services .section-title {
    background: #e9e9e9;
    font-size: 18px;
    text-align: center;
}

.page-template-page-tra-gop table.services td {
    text-align: center;
}

.page-template-page-tra-gop table.services td.row-title {
    font-weight: bold;
    text-align: left;
}

.tra-gop.button {
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.tra-gop.button span {
    text-transform: none;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
}

