
.product-view-tabs {
    width: 100%;
    position: relative;
}

.select-tabs-row {
    border-bottom: 1px solid;
}

.tab-selector {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 15px;
}

.tab-selector.active {
    color: #F97C10;
}

.tab-title {

}

.view-tabs-row {
    padding: 10px;
}

.view-tabs-row .tab-content {
    display: none;
}
.view-tabs-row .tab-content.active {
    display: block;
}

.tab-gift-product {
    display: flex;
    flex-wrap: wrap;
}
.tab-gift-product .image-wrapper {
    max-width: 200px;
}
.tab-gift-product .image-wrapper img {
    width: 100%;
}
.tab-gift-product .info-wrapper {
    padding: 30px 10px;
    max-width: 600px;
}
.tab-gift-product .info-wrapper .name {

}
.tab-gift-product .info-wrapper .description {
    color: #999;
    margin-top: 15px;
}

.tab-content .magezon-builder p {
    font-weight: normal !important;
    color: #000000 !important;
}

/*
moviles
 */
@media screen and (max-width: 420px) {

    .product-view-tabs {
        width: 95%;
        padding: 10px;
        margin: 0;
    }

    .tab-gift-product .image-wrapper {
        max-width: 100px;
    }

    .tab-gift-product .info-wrapper {
        padding: 12px 10px;
        max-width: 200px;
        font-size: 13px;
    }

}
